Skip to content

Commit e456a25

Browse files
Updated API models and rebuilt service gems.
1 parent b1c10f2 commit e456a25

File tree

65 files changed

+1085
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1085
-160
lines changed

apis/appsync/2017-07-25/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
"base": null,
676676
"refs": {
677677
"CreateDataSourceRequest$type": "<p>The type of the <code>DataSource</code>.</p>",
678-
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p> </li> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_EVENTBRIDGE</b>: The data source is an Amazon EventBridge configuration.</p> </li> <li> <p> <b>NONE</b>: There is no data source. Use this type when you want to invoke a GraphQL operation without connecting to a data source, such as when you're performing data transformation with resolvers or invoking a subscription from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>",
678+
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AWS_LAMBDA</b>: The data source is an Lambda function.</p> </li> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_OPENSEARCH_SERVICE</b>: The data source is an Amazon OpenSearch Service domain.</p> </li> <li> <p> <b>AMAZON_EVENTBRIDGE</b>: The data source is an Amazon EventBridge configuration.</p> </li> <li> <p> <b>AMAZON_BEDROCK_RUNTIME</b>: The data source is the Amazon Bedrock runtime.</p> </li> <li> <p> <b>NONE</b>: There is no data source. Use this type when you want to invoke a GraphQL operation without connecting to a data source, such as when you're performing data transformation with resolvers or invoking a subscription from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> <li> <p> <b>RELATIONAL_DATABASE</b>: The data source is a relational database.</p> </li> </ul>",
679679
"UpdateDataSourceRequest$type": "<p>The new data source type.</p>"
680680
}
681681
},

apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6040,8 +6040,7 @@
60406040
"type":"structure",
60416041
"required":[
60426042
"Domain",
6043-
"UserPoolId",
6044-
"CustomDomainConfig"
6043+
"UserPoolId"
60456044
],
60466045
"members":{
60476046
"Domain":{"shape":"DomainType"},

apis/ec2/2016-11-15/api-2.json

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4799,6 +4799,15 @@
47994799
"input":{"shape":"ModifyInstanceMetadataOptionsRequest"},
48004800
"output":{"shape":"ModifyInstanceMetadataOptionsResult"}
48014801
},
4802+
"ModifyInstanceNetworkPerformanceOptions":{
4803+
"name":"ModifyInstanceNetworkPerformanceOptions",
4804+
"http":{
4805+
"method":"POST",
4806+
"requestUri":"/"
4807+
},
4808+
"input":{"shape":"ModifyInstanceNetworkPerformanceRequest"},
4809+
"output":{"shape":"ModifyInstanceNetworkPerformanceResult"}
4810+
},
48024811
"ModifyInstancePlacement":{
48034812
"name":"ModifyInstancePlacement",
48044813
"http":{
@@ -8450,6 +8459,21 @@
84508459
"locationName":"item"
84518460
}
84528461
},
8462+
"BandwidthWeightingType":{
8463+
"type":"string",
8464+
"enum":[
8465+
"default",
8466+
"vpc-1",
8467+
"ebs-1"
8468+
]
8469+
},
8470+
"BandwidthWeightingTypeList":{
8471+
"type":"list",
8472+
"member":{
8473+
"shape":"BandwidthWeightingType",
8474+
"locationName":"item"
8475+
}
8476+
},
84538477
"BareMetal":{
84548478
"type":"string",
84558479
"enum":[
@@ -28137,6 +28161,10 @@
2813728161
"shape":"InstanceBootModeValues",
2813828162
"locationName":"currentInstanceBootMode"
2813928163
},
28164+
"NetworkPerformanceOptions":{
28165+
"shape":"InstanceNetworkPerformanceOptions",
28166+
"locationName":"networkPerformanceOptions"
28167+
},
2814028168
"Operator":{
2814128169
"shape":"OperatorResponse",
2814228170
"locationName":"operator"
@@ -28346,6 +28374,14 @@
2834628374
"default"
2834728375
]
2834828376
},
28377+
"InstanceBandwidthWeighting":{
28378+
"type":"string",
28379+
"enum":[
28380+
"default",
28381+
"vpc-1",
28382+
"ebs-1"
28383+
]
28384+
},
2834928385
"InstanceBlockDeviceMapping":{
2835028386
"type":"structure",
2835128387
"members":{
@@ -29248,6 +29284,21 @@
2924829284
"locationName":"item"
2924929285
}
2925029286
},
29287+
"InstanceNetworkPerformanceOptions":{
29288+
"type":"structure",
29289+
"members":{
29290+
"BandwidthWeighting":{
29291+
"shape":"InstanceBandwidthWeighting",
29292+
"locationName":"bandwidthWeighting"
29293+
}
29294+
}
29295+
},
29296+
"InstanceNetworkPerformanceOptionsRequest":{
29297+
"type":"structure",
29298+
"members":{
29299+
"BandwidthWeighting":{"shape":"InstanceBandwidthWeighting"}
29300+
}
29301+
},
2925129302
"InstancePrivateIpAddress":{
2925229303
"type":"structure",
2925329304
"members":{
@@ -33368,6 +33419,21 @@
3336833419
"locationName":"item"
3336933420
}
3337033421
},
33422+
"LaunchTemplateNetworkPerformanceOptions":{
33423+
"type":"structure",
33424+
"members":{
33425+
"BandwidthWeighting":{
33426+
"shape":"InstanceBandwidthWeighting",
33427+
"locationName":"bandwidthWeighting"
33428+
}
33429+
}
33430+
},
33431+
"LaunchTemplateNetworkPerformanceOptionsRequest":{
33432+
"type":"structure",
33433+
"members":{
33434+
"BandwidthWeighting":{"shape":"InstanceBandwidthWeighting"}
33435+
}
33436+
},
3337133437
"LaunchTemplateOverrides":{
3337233438
"type":"structure",
3337333439
"members":{
@@ -35191,6 +35257,31 @@
3519135257
}
3519235258
}
3519335259
},
35260+
"ModifyInstanceNetworkPerformanceRequest":{
35261+
"type":"structure",
35262+
"required":[
35263+
"InstanceId",
35264+
"BandwidthWeighting"
35265+
],
35266+
"members":{
35267+
"InstanceId":{"shape":"InstanceId"},
35268+
"BandwidthWeighting":{"shape":"InstanceBandwidthWeighting"},
35269+
"DryRun":{"shape":"Boolean"}
35270+
}
35271+
},
35272+
"ModifyInstanceNetworkPerformanceResult":{
35273+
"type":"structure",
35274+
"members":{
35275+
"InstanceId":{
35276+
"shape":"InstanceId",
35277+
"locationName":"instanceId"
35278+
},
35279+
"BandwidthWeighting":{
35280+
"shape":"InstanceBandwidthWeighting",
35281+
"locationName":"bandwidthWeighting"
35282+
}
35283+
}
35284+
},
3519435285
"ModifyInstancePlacementRequest":{
3519535286
"type":"structure",
3519635287
"required":["InstanceId"],
@@ -37074,6 +37165,10 @@
3707437165
"EnaSrdSupported":{
3707537166
"shape":"EnaSrdSupported",
3707637167
"locationName":"enaSrdSupported"
37168+
},
37169+
"BandwidthWeightings":{
37170+
"shape":"BandwidthWeightingTypeList",
37171+
"locationName":"bandwidthWeightings"
3707737172
}
3707837173
}
3707937174
},
@@ -40684,7 +40779,8 @@
4068440779
"PrivateDnsNameOptions":{"shape":"LaunchTemplatePrivateDnsNameOptionsRequest"},
4068540780
"MaintenanceOptions":{"shape":"LaunchTemplateInstanceMaintenanceOptionsRequest"},
4068640781
"DisableApiStop":{"shape":"Boolean"},
40687-
"Operator":{"shape":"OperatorRequest"}
40782+
"Operator":{"shape":"OperatorRequest"},
40783+
"NetworkPerformanceOptions":{"shape":"LaunchTemplateNetworkPerformanceOptionsRequest"}
4068840784
}
4068940785
},
4069040786
"RequestSpotFleetRequest":{
@@ -41749,6 +41845,10 @@
4174941845
"Operator":{
4175041846
"shape":"OperatorResponse",
4175141847
"locationName":"operator"
41848+
},
41849+
"NetworkPerformanceOptions":{
41850+
"shape":"LaunchTemplateNetworkPerformanceOptions",
41851+
"locationName":"networkPerformanceOptions"
4175241852
}
4175341853
}
4175441854
},
@@ -42456,6 +42556,7 @@
4245642556
"MaintenanceOptions":{"shape":"InstanceMaintenanceOptionsRequest"},
4245742557
"DisableApiStop":{"shape":"Boolean"},
4245842558
"EnablePrimaryIpv6":{"shape":"Boolean"},
42559+
"NetworkPerformanceOptions":{"shape":"InstanceNetworkPerformanceOptionsRequest"},
4245942560
"Operator":{"shape":"OperatorRequest"},
4246042561
"DryRun":{
4246142562
"shape":"Boolean",

0 commit comments

Comments
 (0)