aws-sdk 2.1420.0 → 2.1422.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/ce-2017-10-25.min.json +80 -16
  5. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +118 -72
  6. package/apis/cloudformation-2010-05-15.min.json +100 -30
  7. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  8. package/apis/datasync-2018-11-09.min.json +198 -102
  9. package/apis/ec2-2016-11-15.min.json +300 -278
  10. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  11. package/apis/glue-2017-03-31.min.json +344 -319
  12. package/apis/quicksight-2018-04-01.min.json +1341 -994
  13. package/apis/quicksight-2018-04-01.paginators.json +42 -0
  14. package/apis/rds-2014-10-31.min.json +2 -1
  15. package/apis/sagemaker-2017-07-24.min.json +4 -0
  16. package/apis/securityhub-2018-10-26.min.json +145 -108
  17. package/apis/sts-2011-06-15.min.json +21 -11
  18. package/apis/transfer-2018-11-05.min.json +117 -73
  19. package/apis/wisdom-2020-10-19.min.json +77 -59
  20. package/clients/apigatewayv2.d.ts +6 -6
  21. package/clients/billingconductor.d.ts +102 -69
  22. package/clients/chimesdkmediapipelines.d.ts +117 -3
  23. package/clients/cloudformation.d.ts +88 -1
  24. package/clients/costexplorer.d.ts +169 -8
  25. package/clients/customerprofiles.d.ts +204 -4
  26. package/clients/datasync.d.ts +171 -27
  27. package/clients/dynamodb.d.ts +4 -4
  28. package/clients/ec2.d.ts +27 -1
  29. package/clients/emrserverless.d.ts +33 -2
  30. package/clients/glue.d.ts +29 -0
  31. package/clients/lambda.d.ts +1 -1
  32. package/clients/quicksight.d.ts +389 -0
  33. package/clients/rds.d.ts +14 -10
  34. package/clients/sagemaker.d.ts +4 -4
  35. package/clients/securityhub.d.ts +69 -10
  36. package/clients/sts.d.ts +17 -1
  37. package/clients/transfer.d.ts +85 -19
  38. package/clients/wisdom.d.ts +24 -0
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +18 -18
  41. package/dist/aws-sdk.js +506 -339
  42. package/dist/aws-sdk.min.js +98 -98
  43. package/lib/core.js +1 -1
  44. package/lib/dynamodb/document_client.d.ts +2 -2
  45. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1420.0
1
+ // AWS SDK for JavaScript v2.1422.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -12993,6 +12993,69 @@ module.exports={
12993
12993
  }
12994
12994
  }
12995
12995
  },
12996
+ "GetSavingsPlanPurchaseRecommendationDetails": {
12997
+ "input": {
12998
+ "type": "structure",
12999
+ "required": [
13000
+ "RecommendationDetailId"
13001
+ ],
13002
+ "members": {
13003
+ "RecommendationDetailId": {}
13004
+ }
13005
+ },
13006
+ "output": {
13007
+ "type": "structure",
13008
+ "members": {
13009
+ "RecommendationDetailId": {},
13010
+ "RecommendationDetailData": {
13011
+ "type": "structure",
13012
+ "members": {
13013
+ "AccountScope": {},
13014
+ "LookbackPeriodInDays": {},
13015
+ "SavingsPlansType": {},
13016
+ "TermInYears": {},
13017
+ "PaymentOption": {},
13018
+ "AccountId": {},
13019
+ "CurrencyCode": {},
13020
+ "InstanceFamily": {},
13021
+ "Region": {},
13022
+ "OfferingId": {},
13023
+ "GenerationTimestamp": {},
13024
+ "LatestUsageTimestamp": {},
13025
+ "CurrentAverageHourlyOnDemandSpend": {},
13026
+ "CurrentMaximumHourlyOnDemandSpend": {},
13027
+ "CurrentMinimumHourlyOnDemandSpend": {},
13028
+ "EstimatedAverageUtilization": {},
13029
+ "EstimatedMonthlySavingsAmount": {},
13030
+ "EstimatedOnDemandCost": {},
13031
+ "EstimatedOnDemandCostWithCurrentCommitment": {},
13032
+ "EstimatedROI": {},
13033
+ "EstimatedSPCost": {},
13034
+ "EstimatedSavingsAmount": {},
13035
+ "EstimatedSavingsPercentage": {},
13036
+ "ExistingHourlyCommitment": {},
13037
+ "HourlyCommitmentToPurchase": {},
13038
+ "UpfrontCost": {},
13039
+ "CurrentAverageCoverage": {},
13040
+ "EstimatedAverageCoverage": {},
13041
+ "MetricsOverLookbackPeriod": {
13042
+ "type": "list",
13043
+ "member": {
13044
+ "type": "structure",
13045
+ "members": {
13046
+ "StartTime": {},
13047
+ "EstimatedOnDemandCost": {},
13048
+ "CurrentCoverage": {},
13049
+ "EstimatedCoverage": {},
13050
+ "EstimatedNewCommitmentUtilization": {}
13051
+ }
13052
+ }
13053
+ }
13054
+ }
13055
+ }
13056
+ }
13057
+ }
13058
+ },
12996
13059
  "GetSavingsPlansCoverage": {
12997
13060
  "input": {
12998
13061
  "type": "structure",
@@ -13125,7 +13188,8 @@ module.exports={
13125
13188
  "EstimatedMonthlySavingsAmount": {},
13126
13189
  "CurrentMinimumHourlyOnDemandSpend": {},
13127
13190
  "CurrentMaximumHourlyOnDemandSpend": {},
13128
- "CurrentAverageHourlyOnDemandSpend": {}
13191
+ "CurrentAverageHourlyOnDemandSpend": {},
13192
+ "RecommendationDetailId": {}
13129
13193
  }
13130
13194
  }
13131
13195
  },
@@ -13189,19 +13253,19 @@ module.exports={
13189
13253
  "shape": "S2i"
13190
13254
  },
13191
13255
  "Utilization": {
13192
- "shape": "S6v"
13256
+ "shape": "S71"
13193
13257
  },
13194
13258
  "Savings": {
13195
- "shape": "S6w"
13259
+ "shape": "S72"
13196
13260
  },
13197
13261
  "AmortizedCommitment": {
13198
- "shape": "S6x"
13262
+ "shape": "S73"
13199
13263
  }
13200
13264
  }
13201
13265
  }
13202
13266
  },
13203
13267
  "Total": {
13204
- "shape": "S6y"
13268
+ "shape": "S74"
13205
13269
  }
13206
13270
  }
13207
13271
  }
@@ -13249,19 +13313,19 @@ module.exports={
13249
13313
  "shape": "S34"
13250
13314
  },
13251
13315
  "Utilization": {
13252
- "shape": "S6v"
13316
+ "shape": "S71"
13253
13317
  },
13254
13318
  "Savings": {
13255
- "shape": "S6w"
13319
+ "shape": "S72"
13256
13320
  },
13257
13321
  "AmortizedCommitment": {
13258
- "shape": "S6x"
13322
+ "shape": "S73"
13259
13323
  }
13260
13324
  }
13261
13325
  }
13262
13326
  },
13263
13327
  "Total": {
13264
- "shape": "S6y"
13328
+ "shape": "S74"
13265
13329
  },
13266
13330
  "TimePeriod": {
13267
13331
  "shape": "S2i"
@@ -14155,7 +14219,7 @@ module.exports={
14155
14219
  }
14156
14220
  }
14157
14221
  },
14158
- "S6v": {
14222
+ "S71": {
14159
14223
  "type": "structure",
14160
14224
  "members": {
14161
14225
  "TotalCommitment": {},
@@ -14164,14 +14228,14 @@ module.exports={
14164
14228
  "UtilizationPercentage": {}
14165
14229
  }
14166
14230
  },
14167
- "S6w": {
14231
+ "S72": {
14168
14232
  "type": "structure",
14169
14233
  "members": {
14170
14234
  "NetSavings": {},
14171
14235
  "OnDemandCostEquivalent": {}
14172
14236
  }
14173
14237
  },
14174
- "S6x": {
14238
+ "S73": {
14175
14239
  "type": "structure",
14176
14240
  "members": {
14177
14241
  "AmortizedRecurringCommitment": {},
@@ -14179,20 +14243,20 @@ module.exports={
14179
14243
  "TotalAmortizedCommitment": {}
14180
14244
  }
14181
14245
  },
14182
- "S6y": {
14246
+ "S74": {
14183
14247
  "type": "structure",
14184
14248
  "required": [
14185
14249
  "Utilization"
14186
14250
  ],
14187
14251
  "members": {
14188
14252
  "Utilization": {
14189
- "shape": "S6v"
14253
+ "shape": "S71"
14190
14254
  },
14191
14255
  "Savings": {
14192
- "shape": "S6w"
14256
+ "shape": "S72"
14193
14257
  },
14194
14258
  "AmortizedCommitment": {
14195
- "shape": "S6x"
14259
+ "shape": "S73"
14196
14260
  }
14197
14261
  }
14198
14262
  }
@@ -15113,8 +15177,7 @@ module.exports={
15113
15177
  "members": {
15114
15178
  "StackName": {},
15115
15179
  "StackResourceDriftStatusFilters": {
15116
- "type": "list",
15117
- "member": {}
15180
+ "shape": "S69"
15118
15181
  },
15119
15182
  "NextToken": {},
15120
15183
  "MaxResults": {
@@ -15852,6 +15915,67 @@ module.exports={
15852
15915
  }
15853
15916
  }
15854
15917
  },
15918
+ "ListStackInstanceResourceDrifts": {
15919
+ "input": {
15920
+ "type": "structure",
15921
+ "required": [
15922
+ "StackSetName",
15923
+ "StackInstanceAccount",
15924
+ "StackInstanceRegion",
15925
+ "OperationId"
15926
+ ],
15927
+ "members": {
15928
+ "StackSetName": {},
15929
+ "NextToken": {},
15930
+ "MaxResults": {
15931
+ "type": "integer"
15932
+ },
15933
+ "StackInstanceResourceDriftStatuses": {
15934
+ "shape": "S69"
15935
+ },
15936
+ "StackInstanceAccount": {},
15937
+ "StackInstanceRegion": {},
15938
+ "OperationId": {},
15939
+ "CallAs": {}
15940
+ }
15941
+ },
15942
+ "output": {
15943
+ "resultWrapper": "ListStackInstanceResourceDriftsResult",
15944
+ "type": "structure",
15945
+ "members": {
15946
+ "Summaries": {
15947
+ "type": "list",
15948
+ "member": {
15949
+ "type": "structure",
15950
+ "required": [
15951
+ "StackId",
15952
+ "LogicalResourceId",
15953
+ "ResourceType",
15954
+ "StackResourceDriftStatus",
15955
+ "Timestamp"
15956
+ ],
15957
+ "members": {
15958
+ "StackId": {},
15959
+ "LogicalResourceId": {},
15960
+ "PhysicalResourceId": {},
15961
+ "PhysicalResourceIdContext": {
15962
+ "shape": "S6e"
15963
+ },
15964
+ "ResourceType": {},
15965
+ "PropertyDifferences": {
15966
+ "shape": "S6j"
15967
+ },
15968
+ "StackResourceDriftStatus": {},
15969
+ "Timestamp": {
15970
+ "type": "timestamp"
15971
+ }
15972
+ }
15973
+ }
15974
+ },
15975
+ "NextToken": {}
15976
+ }
15977
+ }
15978
+ },
15855
15979
  "ListStackInstances": {
15856
15980
  "input": {
15857
15981
  "type": "structure",
@@ -16895,6 +17019,10 @@ module.exports={
16895
17019
  }
16896
17020
  }
16897
17021
  },
17022
+ "S69": {
17023
+ "type": "list",
17024
+ "member": {}
17025
+ },
16898
17026
  "S6d": {
16899
17027
  "type": "structure",
16900
17028
  "required": [
@@ -16909,39 +17037,13 @@ module.exports={
16909
17037
  "LogicalResourceId": {},
16910
17038
  "PhysicalResourceId": {},
16911
17039
  "PhysicalResourceIdContext": {
16912
- "type": "list",
16913
- "member": {
16914
- "type": "structure",
16915
- "required": [
16916
- "Key",
16917
- "Value"
16918
- ],
16919
- "members": {
16920
- "Key": {},
16921
- "Value": {}
16922
- }
16923
- }
17040
+ "shape": "S6e"
16924
17041
  },
16925
17042
  "ResourceType": {},
16926
17043
  "ExpectedProperties": {},
16927
17044
  "ActualProperties": {},
16928
17045
  "PropertyDifferences": {
16929
- "type": "list",
16930
- "member": {
16931
- "type": "structure",
16932
- "required": [
16933
- "PropertyPath",
16934
- "ExpectedValue",
16935
- "ActualValue",
16936
- "DifferenceType"
16937
- ],
16938
- "members": {
16939
- "PropertyPath": {},
16940
- "ExpectedValue": {},
16941
- "ActualValue": {},
16942
- "DifferenceType": {}
16943
- }
16944
- }
17046
+ "shape": "S6j"
16945
17047
  },
16946
17048
  "StackResourceDriftStatus": {},
16947
17049
  "Timestamp": {
@@ -16952,6 +17054,38 @@ module.exports={
16952
17054
  }
16953
17055
  }
16954
17056
  },
17057
+ "S6e": {
17058
+ "type": "list",
17059
+ "member": {
17060
+ "type": "structure",
17061
+ "required": [
17062
+ "Key",
17063
+ "Value"
17064
+ ],
17065
+ "members": {
17066
+ "Key": {},
17067
+ "Value": {}
17068
+ }
17069
+ }
17070
+ },
17071
+ "S6j": {
17072
+ "type": "list",
17073
+ "member": {
17074
+ "type": "structure",
17075
+ "required": [
17076
+ "PropertyPath",
17077
+ "ExpectedValue",
17078
+ "ActualValue",
17079
+ "DifferenceType"
17080
+ ],
17081
+ "members": {
17082
+ "PropertyPath": {},
17083
+ "ExpectedValue": {},
17084
+ "ActualValue": {},
17085
+ "DifferenceType": {}
17086
+ }
17087
+ }
17088
+ },
16955
17089
  "S6x": {
16956
17090
  "type": "structure",
16957
17091
  "members": {
@@ -92869,6 +93003,14 @@ module.exports={
92869
93003
  "MaximumNetworkInterfaces": {
92870
93004
  "locationName": "maximumNetworkInterfaces",
92871
93005
  "type": "integer"
93006
+ },
93007
+ "BaselineBandwidthInGbps": {
93008
+ "locationName": "baselineBandwidthInGbps",
93009
+ "type": "double"
93010
+ },
93011
+ "PeakBandwidthInGbps": {
93012
+ "locationName": "peakBandwidthInGbps",
93013
+ "type": "double"
92872
93014
  }
92873
93015
  }
92874
93016
  }
@@ -93024,9 +93166,23 @@ module.exports={
93024
93166
  },
93025
93167
  "Manufacturer": {
93026
93168
  "locationName": "manufacturer"
93169
+ },
93170
+ "MemoryInfo": {
93171
+ "locationName": "memoryInfo",
93172
+ "type": "structure",
93173
+ "members": {
93174
+ "SizeInMiB": {
93175
+ "locationName": "sizeInMiB",
93176
+ "type": "integer"
93177
+ }
93178
+ }
93027
93179
  }
93028
93180
  }
93029
93181
  }
93182
+ },
93183
+ "TotalInferenceMemoryInMiB": {
93184
+ "locationName": "totalInferenceMemoryInMiB",
93185
+ "type": "integer"
93030
93186
  }
93031
93187
  }
93032
93188
  },
@@ -93113,7 +93269,7 @@ module.exports={
93113
93269
  "locationName": "reservationSet",
93114
93270
  "type": "list",
93115
93271
  "member": {
93116
- "shape": "S1cg",
93272
+ "shape": "S1cl",
93117
93273
  "locationName": "item"
93118
93274
  }
93119
93275
  },
@@ -93745,7 +93901,7 @@ module.exports={
93745
93901
  "locationName": "localGatewayVirtualInterfaceGroupId"
93746
93902
  },
93747
93903
  "LocalGatewayVirtualInterfaceIds": {
93748
- "shape": "S1f5",
93904
+ "shape": "S1fa",
93749
93905
  "locationName": "localGatewayVirtualInterfaceIdSet"
93750
93906
  },
93751
93907
  "LocalGatewayId": {
@@ -93772,7 +93928,7 @@ module.exports={
93772
93928
  "type": "structure",
93773
93929
  "members": {
93774
93930
  "LocalGatewayVirtualInterfaceIds": {
93775
- "shape": "S1f5",
93931
+ "shape": "S1fa",
93776
93932
  "locationName": "LocalGatewayVirtualInterfaceId"
93777
93933
  },
93778
93934
  "Filters": {
@@ -94105,7 +94261,7 @@ module.exports={
94105
94261
  "locationName": "networkInsightsAccessScopeAnalysisSet",
94106
94262
  "type": "list",
94107
94263
  "member": {
94108
- "shape": "S1g5",
94264
+ "shape": "S1ga",
94109
94265
  "locationName": "item"
94110
94266
  }
94111
94267
  },
@@ -94194,7 +94350,7 @@ module.exports={
94194
94350
  "locationName": "networkInsightsAnalysisSet",
94195
94351
  "type": "list",
94196
94352
  "member": {
94197
- "shape": "S1gg",
94353
+ "shape": "S1gl",
94198
94354
  "locationName": "item"
94199
94355
  }
94200
94356
  },
@@ -94547,7 +94703,7 @@ module.exports={
94547
94703
  "locationName": "poolAddressRangeSet",
94548
94704
  "type": "list",
94549
94705
  "member": {
94550
- "shape": "S1ij",
94706
+ "shape": "S1io",
94551
94707
  "locationName": "item"
94552
94708
  }
94553
94709
  },
@@ -94675,7 +94831,7 @@ module.exports={
94675
94831
  },
94676
94832
  "OfferingClass": {},
94677
94833
  "ReservedInstancesIds": {
94678
- "shape": "S1iw",
94834
+ "shape": "S1j1",
94679
94835
  "locationName": "ReservedInstancesId"
94680
94836
  },
94681
94837
  "DryRun": {
@@ -94749,7 +94905,7 @@ module.exports={
94749
94905
  "locationName": "offeringType"
94750
94906
  },
94751
94907
  "RecurringCharges": {
94752
- "shape": "S1j4",
94908
+ "shape": "S1j9",
94753
94909
  "locationName": "recurringCharges"
94754
94910
  },
94755
94911
  "Scope": {
@@ -94846,7 +95002,7 @@ module.exports={
94846
95002
  "locationName": "reservedInstancesId"
94847
95003
  },
94848
95004
  "TargetConfiguration": {
94849
- "shape": "S1ji",
95005
+ "shape": "S1jn",
94850
95006
  "locationName": "targetConfiguration"
94851
95007
  }
94852
95008
  }
@@ -95001,7 +95157,7 @@ module.exports={
95001
95157
  }
95002
95158
  },
95003
95159
  "RecurringCharges": {
95004
- "shape": "S1j4",
95160
+ "shape": "S1j9",
95005
95161
  "locationName": "recurringCharges"
95006
95162
  },
95007
95163
  "Scope": {
@@ -95169,7 +95325,7 @@ module.exports={
95169
95325
  "locationName": "purchaseToken"
95170
95326
  },
95171
95327
  "Recurrence": {
95172
- "shape": "S1k5",
95328
+ "shape": "S1ka",
95173
95329
  "locationName": "recurrence"
95174
95330
  },
95175
95331
  "SlotDurationInHours": {
@@ -95231,7 +95387,7 @@ module.exports={
95231
95387
  "locationName": "scheduledInstanceSet",
95232
95388
  "type": "list",
95233
95389
  "member": {
95234
- "shape": "S1kd",
95390
+ "shape": "S1ki",
95235
95391
  "locationName": "item"
95236
95392
  }
95237
95393
  }
@@ -95290,7 +95446,7 @@ module.exports={
95290
95446
  "locationName": "Filter"
95291
95447
  },
95292
95448
  "SecurityGroupRuleIds": {
95293
- "shape": "S1kk",
95449
+ "shape": "S1kp",
95294
95450
  "locationName": "SecurityGroupRuleId"
95295
95451
  },
95296
95452
  "DryRun": {
@@ -95328,7 +95484,7 @@ module.exports={
95328
95484
  "locationName": "GroupId"
95329
95485
  },
95330
95486
  "GroupNames": {
95331
- "shape": "S1ko",
95487
+ "shape": "S1kt",
95332
95488
  "locationName": "GroupName"
95333
95489
  },
95334
95490
  "DryRun": {
@@ -95407,7 +95563,7 @@ module.exports={
95407
95563
  "type": "structure",
95408
95564
  "members": {
95409
95565
  "CreateVolumePermissions": {
95410
- "shape": "S1kw",
95566
+ "shape": "S1l1",
95411
95567
  "locationName": "createVolumePermission"
95412
95568
  },
95413
95569
  "ProductCodes": {
@@ -95519,7 +95675,7 @@ module.exports={
95519
95675
  "member": {}
95520
95676
  },
95521
95677
  "SnapshotIds": {
95522
- "shape": "S1l6",
95678
+ "shape": "S1lb",
95523
95679
  "locationName": "SnapshotId"
95524
95680
  },
95525
95681
  "DryRun": {
@@ -95718,7 +95874,7 @@ module.exports={
95718
95874
  "type": "timestamp"
95719
95875
  },
95720
95876
  "SpotFleetRequestConfig": {
95721
- "shape": "S1lp",
95877
+ "shape": "S1lu",
95722
95878
  "locationName": "spotFleetRequestConfig"
95723
95879
  },
95724
95880
  "SpotFleetRequestId": {
@@ -95763,7 +95919,7 @@ module.exports={
95763
95919
  "type": "structure",
95764
95920
  "members": {
95765
95921
  "SpotInstanceRequests": {
95766
- "shape": "S1mh",
95922
+ "shape": "S1mm",
95767
95923
  "locationName": "spotInstanceRequestSet"
95768
95924
  },
95769
95925
  "NextToken": {
@@ -95889,11 +96045,11 @@ module.exports={
95889
96045
  "locationName": "groupName"
95890
96046
  },
95891
96047
  "StaleIpPermissions": {
95892
- "shape": "S1mz",
96048
+ "shape": "S1n4",
95893
96049
  "locationName": "staleIpPermissions"
95894
96050
  },
95895
96051
  "StaleIpPermissionsEgress": {
95896
- "shape": "S1mz",
96052
+ "shape": "S1n4",
95897
96053
  "locationName": "staleIpPermissionsEgress"
95898
96054
  },
95899
96055
  "VpcId": {
@@ -96193,7 +96349,7 @@ module.exports={
96193
96349
  "type": "structure",
96194
96350
  "members": {
96195
96351
  "TransitGatewayAttachmentIds": {
96196
- "shape": "S1nx"
96352
+ "shape": "S1o2"
96197
96353
  },
96198
96354
  "Filters": {
96199
96355
  "shape": "Szi",
@@ -96313,7 +96469,7 @@ module.exports={
96313
96469
  "type": "structure",
96314
96470
  "members": {
96315
96471
  "TransitGatewayAttachmentIds": {
96316
- "shape": "S1nx"
96472
+ "shape": "S1o2"
96317
96473
  },
96318
96474
  "Filters": {
96319
96475
  "shape": "Szi",
@@ -96390,7 +96546,7 @@ module.exports={
96390
96546
  "type": "structure",
96391
96547
  "members": {
96392
96548
  "TransitGatewayAttachmentIds": {
96393
- "shape": "S1nx"
96549
+ "shape": "S1o2"
96394
96550
  },
96395
96551
  "Filters": {
96396
96552
  "shape": "Szi",
@@ -96547,7 +96703,7 @@ module.exports={
96547
96703
  "type": "structure",
96548
96704
  "members": {
96549
96705
  "TransitGatewayAttachmentIds": {
96550
- "shape": "S1nx"
96706
+ "shape": "S1o2"
96551
96707
  },
96552
96708
  "Filters": {
96553
96709
  "shape": "Szi",
@@ -96750,7 +96906,7 @@ module.exports={
96750
96906
  "type": "structure",
96751
96907
  "members": {
96752
96908
  "VerifiedAccessInstanceIds": {
96753
- "shape": "S1pg",
96909
+ "shape": "S1pl",
96754
96910
  "locationName": "VerifiedAccessInstanceId"
96755
96911
  },
96756
96912
  "MaxResults": {
@@ -96773,7 +96929,7 @@ module.exports={
96773
96929
  "locationName": "loggingConfigurationSet",
96774
96930
  "type": "list",
96775
96931
  "member": {
96776
- "shape": "S1pk",
96932
+ "shape": "S1pp",
96777
96933
  "locationName": "item"
96778
96934
  }
96779
96935
  },
@@ -96788,7 +96944,7 @@ module.exports={
96788
96944
  "type": "structure",
96789
96945
  "members": {
96790
96946
  "VerifiedAccessInstanceIds": {
96791
- "shape": "S1pg",
96947
+ "shape": "S1pl",
96792
96948
  "locationName": "VerifiedAccessInstanceId"
96793
96949
  },
96794
96950
  "MaxResults": {
@@ -97108,7 +97264,7 @@ module.exports={
97108
97264
  "locationName": "volumeModificationSet",
97109
97265
  "type": "list",
97110
97266
  "member": {
97111
- "shape": "S1qo",
97267
+ "shape": "S1qt",
97112
97268
  "locationName": "item"
97113
97269
  }
97114
97270
  },
@@ -97168,7 +97324,7 @@ module.exports={
97168
97324
  "type": "boolean"
97169
97325
  },
97170
97326
  "VpcIds": {
97171
- "shape": "S1qu",
97327
+ "shape": "S1qz",
97172
97328
  "locationName": "VpcId"
97173
97329
  }
97174
97330
  }
@@ -97212,7 +97368,7 @@ module.exports={
97212
97368
  "locationName": "nextToken"
97213
97369
  },
97214
97370
  "VpcIds": {
97215
- "shape": "S1qu"
97371
+ "shape": "S1qz"
97216
97372
  }
97217
97373
  }
97218
97374
  },
@@ -98015,11 +98171,11 @@ module.exports={
98015
98171
  ],
98016
98172
  "members": {
98017
98173
  "AvailabilityZones": {
98018
- "shape": "S1su",
98174
+ "shape": "S1sz",
98019
98175
  "locationName": "AvailabilityZone"
98020
98176
  },
98021
98177
  "SourceSnapshotIds": {
98022
- "shape": "S1l6",
98178
+ "shape": "S1lb",
98023
98179
  "locationName": "SourceSnapshotId"
98024
98180
  },
98025
98181
  "DryRun": {
@@ -98203,7 +98359,7 @@ module.exports={
98203
98359
  "type": "structure",
98204
98360
  "members": {
98205
98361
  "Propagation": {
98206
- "shape": "S1tb",
98362
+ "shape": "S1tg",
98207
98363
  "locationName": "propagation"
98208
98364
  }
98209
98365
  }
@@ -98783,11 +98939,11 @@ module.exports={
98783
98939
  ],
98784
98940
  "members": {
98785
98941
  "AvailabilityZones": {
98786
- "shape": "S1su",
98942
+ "shape": "S1sz",
98787
98943
  "locationName": "AvailabilityZone"
98788
98944
  },
98789
98945
  "SourceSnapshotIds": {
98790
- "shape": "S1l6",
98946
+ "shape": "S1lb",
98791
98947
  "locationName": "SourceSnapshotId"
98792
98948
  },
98793
98949
  "DryRun": {
@@ -98994,7 +99150,7 @@ module.exports={
98994
99150
  "type": "structure",
98995
99151
  "members": {
98996
99152
  "Propagation": {
98997
- "shape": "S1tb",
99153
+ "shape": "S1tg",
98998
99154
  "locationName": "propagation"
98999
99155
  }
99000
99156
  }
@@ -99605,7 +99761,7 @@ module.exports={
99605
99761
  "type": "structure",
99606
99762
  "members": {
99607
99763
  "InstanceFamilyCreditSpecification": {
99608
- "shape": "S1wl",
99764
+ "shape": "S1wq",
99609
99765
  "locationName": "instanceFamilyCreditSpecification"
99610
99766
  }
99611
99767
  }
@@ -99752,7 +99908,7 @@ module.exports={
99752
99908
  ],
99753
99909
  "members": {
99754
99910
  "HostIdSet": {
99755
- "shape": "S1x2"
99911
+ "shape": "S1x7"
99756
99912
  },
99757
99913
  "OfferingId": {}
99758
99914
  }
@@ -99764,7 +99920,7 @@ module.exports={
99764
99920
  "locationName": "currencyCode"
99765
99921
  },
99766
99922
  "Purchase": {
99767
- "shape": "S1x4",
99923
+ "shape": "S1x9",
99768
99924
  "locationName": "purchase"
99769
99925
  },
99770
99926
  "TotalHourlyPrice": {
@@ -99789,11 +99945,11 @@ module.exports={
99789
99945
  "type": "boolean"
99790
99946
  },
99791
99947
  "ArchitectureTypes": {
99792
- "shape": "S1x7",
99948
+ "shape": "S1xc",
99793
99949
  "locationName": "ArchitectureType"
99794
99950
  },
99795
99951
  "VirtualizationTypes": {
99796
- "shape": "S1x8",
99952
+ "shape": "S1xd",
99797
99953
  "locationName": "VirtualizationType"
99798
99954
  },
99799
99955
  "InstanceRequirements": {
@@ -100190,7 +100346,7 @@ module.exports={
100190
100346
  "locationName": "ipamResourceCidrSet",
100191
100347
  "type": "list",
100192
100348
  "member": {
100193
- "shape": "S1y8",
100349
+ "shape": "S1yd",
100194
100350
  "locationName": "item"
100195
100351
  }
100196
100352
  }
@@ -100350,7 +100506,7 @@ module.exports={
100350
100506
  "locationName": "findingId"
100351
100507
  },
100352
100508
  "FindingComponents": {
100353
- "shape": "S1gi",
100509
+ "shape": "S1gn",
100354
100510
  "locationName": "findingComponentSet"
100355
100511
  }
100356
100512
  }
@@ -100453,7 +100609,7 @@ module.exports={
100453
100609
  "locationName": "paymentDue"
100454
100610
  },
100455
100611
  "ReservedInstanceValueRollup": {
100456
- "shape": "S1yv",
100612
+ "shape": "S1z0",
100457
100613
  "locationName": "reservedInstanceValueRollup"
100458
100614
  },
100459
100615
  "ReservedInstanceValueSet": {
@@ -100464,7 +100620,7 @@ module.exports={
100464
100620
  "type": "structure",
100465
100621
  "members": {
100466
100622
  "ReservationValue": {
100467
- "shape": "S1yv",
100623
+ "shape": "S1z0",
100468
100624
  "locationName": "reservationValue"
100469
100625
  },
100470
100626
  "ReservedInstanceId": {
@@ -100474,7 +100630,7 @@ module.exports={
100474
100630
  }
100475
100631
  },
100476
100632
  "TargetConfigurationValueRollup": {
100477
- "shape": "S1yv",
100633
+ "shape": "S1z0",
100478
100634
  "locationName": "targetConfigurationValueRollup"
100479
100635
  },
100480
100636
  "TargetConfigurationValueSet": {
@@ -100485,7 +100641,7 @@ module.exports={
100485
100641
  "type": "structure",
100486
100642
  "members": {
100487
100643
  "ReservationValue": {
100488
- "shape": "S1yv",
100644
+ "shape": "S1z0",
100489
100645
  "locationName": "reservationValue"
100490
100646
  },
100491
100647
  "TargetConfiguration": {
@@ -100557,11 +100713,11 @@ module.exports={
100557
100713
  "type": "structure",
100558
100714
  "members": {
100559
100715
  "ArchitectureTypes": {
100560
- "shape": "S1x7",
100716
+ "shape": "S1xc",
100561
100717
  "locationName": "ArchitectureType"
100562
100718
  },
100563
100719
  "VirtualizationTypes": {
100564
- "shape": "S1x8",
100720
+ "shape": "S1xd",
100565
100721
  "locationName": "VirtualizationType"
100566
100722
  },
100567
100723
  "InstanceRequirements": {
@@ -100632,11 +100788,11 @@ module.exports={
100632
100788
  "type": "structure",
100633
100789
  "members": {
100634
100790
  "SubnetIpv4CidrReservations": {
100635
- "shape": "S1zf",
100791
+ "shape": "S1zk",
100636
100792
  "locationName": "subnetIpv4CidrReservationSet"
100637
100793
  },
100638
100794
  "SubnetIpv6CidrReservations": {
100639
- "shape": "S1zf",
100795
+ "shape": "S1zk",
100640
100796
  "locationName": "subnetIpv6CidrReservationSet"
100641
100797
  },
100642
100798
  "NextToken": {
@@ -101213,7 +101369,7 @@ module.exports={
101213
101369
  "members": {
101214
101370
  "Architecture": {},
101215
101371
  "ClientData": {
101216
- "shape": "S20r"
101372
+ "shape": "S20w"
101217
101373
  },
101218
101374
  "ClientToken": {},
101219
101375
  "Description": {},
@@ -101232,7 +101388,7 @@ module.exports={
101232
101388
  "shape": "S17v"
101233
101389
  },
101234
101390
  "UserBucket": {
101235
- "shape": "S20u"
101391
+ "shape": "S20z"
101236
101392
  }
101237
101393
  }
101238
101394
  }
@@ -101342,10 +101498,10 @@ module.exports={
101342
101498
  "members": {
101343
101499
  "Description": {},
101344
101500
  "Image": {
101345
- "shape": "S211"
101501
+ "shape": "S216"
101346
101502
  },
101347
101503
  "Volume": {
101348
- "shape": "S212"
101504
+ "shape": "S217"
101349
101505
  }
101350
101506
  }
101351
101507
  }
@@ -101468,7 +101624,7 @@ module.exports={
101468
101624
  "type": "structure",
101469
101625
  "members": {
101470
101626
  "ClientData": {
101471
- "shape": "S20r"
101627
+ "shape": "S20w"
101472
101628
  },
101473
101629
  "ClientToken": {},
101474
101630
  "Description": {},
@@ -101481,7 +101637,7 @@ module.exports={
101481
101637
  "shape": "S17v"
101482
101638
  },
101483
101639
  "UserBucket": {
101484
- "shape": "S20u"
101640
+ "shape": "S20z"
101485
101641
  }
101486
101642
  }
101487
101643
  },
@@ -101539,11 +101695,11 @@ module.exports={
101539
101695
  "type": "boolean"
101540
101696
  },
101541
101697
  "Image": {
101542
- "shape": "S211",
101698
+ "shape": "S216",
101543
101699
  "locationName": "image"
101544
101700
  },
101545
101701
  "Volume": {
101546
- "shape": "S212",
101702
+ "shape": "S217",
101547
101703
  "locationName": "volume"
101548
101704
  }
101549
101705
  }
@@ -101620,7 +101776,7 @@ module.exports={
101620
101776
  },
101621
101777
  "NextToken": {},
101622
101778
  "SnapshotIds": {
101623
- "shape": "S1l6",
101779
+ "shape": "S1lb",
101624
101780
  "locationName": "SnapshotId"
101625
101781
  },
101626
101782
  "DryRun": {
@@ -101858,7 +102014,7 @@ module.exports={
101858
102014
  "type": "structure",
101859
102015
  "members": {
101860
102016
  "InstanceFamilyCreditSpecification": {
101861
- "shape": "S1wl",
102017
+ "shape": "S1wq",
101862
102018
  "locationName": "instanceFamilyCreditSpecification"
101863
102019
  }
101864
102020
  }
@@ -101932,25 +102088,25 @@ module.exports={
101932
102088
  "Attribute": {},
101933
102089
  "OperationType": {},
101934
102090
  "UserIds": {
101935
- "shape": "S227",
102091
+ "shape": "S22c",
101936
102092
  "locationName": "UserId"
101937
102093
  },
101938
102094
  "UserGroups": {
101939
- "shape": "S228",
102095
+ "shape": "S22d",
101940
102096
  "locationName": "UserGroup"
101941
102097
  },
101942
102098
  "ProductCodes": {
101943
- "shape": "S229",
102099
+ "shape": "S22e",
101944
102100
  "locationName": "ProductCode"
101945
102101
  },
101946
102102
  "LoadPermission": {
101947
102103
  "type": "structure",
101948
102104
  "members": {
101949
102105
  "Add": {
101950
- "shape": "S22b"
102106
+ "shape": "S22g"
101951
102107
  },
101952
102108
  "Remove": {
101953
- "shape": "S22b"
102109
+ "shape": "S22g"
101954
102110
  }
101955
102111
  }
101956
102112
  },
@@ -101996,7 +102152,7 @@ module.exports={
101996
102152
  "locationName": "successful"
101997
102153
  },
101998
102154
  "Unsuccessful": {
101999
- "shape": "S22g",
102155
+ "shape": "S22l",
102000
102156
  "locationName": "unsuccessful"
102001
102157
  }
102002
102158
  }
@@ -102064,15 +102220,15 @@ module.exports={
102064
102220
  },
102065
102221
  "OperationType": {},
102066
102222
  "ProductCodes": {
102067
- "shape": "S229",
102223
+ "shape": "S22e",
102068
102224
  "locationName": "ProductCode"
102069
102225
  },
102070
102226
  "UserGroups": {
102071
- "shape": "S228",
102227
+ "shape": "S22d",
102072
102228
  "locationName": "UserGroup"
102073
102229
  },
102074
102230
  "UserIds": {
102075
- "shape": "S227",
102231
+ "shape": "S22c",
102076
102232
  "locationName": "UserId"
102077
102233
  },
102078
102234
  "Value": {},
@@ -102217,7 +102373,7 @@ module.exports={
102217
102373
  "members": {
102218
102374
  "InstanceId": {},
102219
102375
  "CapacityReservationSpecification": {
102220
- "shape": "S22t"
102376
+ "shape": "S22y"
102221
102377
  },
102222
102378
  "DryRun": {
102223
102379
  "type": "boolean"
@@ -102417,7 +102573,7 @@ module.exports={
102417
102573
  "locationName": "instanceId"
102418
102574
  },
102419
102575
  "InstanceMetadataOptions": {
102420
- "shape": "S1d5",
102576
+ "shape": "S1da",
102421
102577
  "locationName": "instanceMetadataOptions"
102422
102578
  }
102423
102579
  }
@@ -102477,7 +102633,7 @@ module.exports={
102477
102633
  "locationName": "AddOperatingRegion"
102478
102634
  },
102479
102635
  "RemoveOperatingRegions": {
102480
- "shape": "S23i",
102636
+ "shape": "S23n",
102481
102637
  "locationName": "RemoveOperatingRegion"
102482
102638
  }
102483
102639
  }
@@ -102567,7 +102723,7 @@ module.exports={
102567
102723
  "type": "structure",
102568
102724
  "members": {
102569
102725
  "IpamResourceCidr": {
102570
- "shape": "S1y8",
102726
+ "shape": "S1yd",
102571
102727
  "locationName": "ipamResourceCidr"
102572
102728
  }
102573
102729
  }
@@ -102590,7 +102746,7 @@ module.exports={
102590
102746
  "locationName": "AddOperatingRegion"
102591
102747
  },
102592
102748
  "RemoveOperatingRegions": {
102593
- "shape": "S23i",
102749
+ "shape": "S23n",
102594
102750
  "locationName": "RemoveOperatingRegion"
102595
102751
  }
102596
102752
  }
@@ -102812,7 +102968,7 @@ module.exports={
102812
102968
  ],
102813
102969
  "members": {
102814
102970
  "ReservedInstancesIds": {
102815
- "shape": "S1iw",
102971
+ "shape": "S1j1",
102816
102972
  "locationName": "ReservedInstancesId"
102817
102973
  },
102818
102974
  "ClientToken": {
@@ -102822,7 +102978,7 @@ module.exports={
102822
102978
  "locationName": "ReservedInstancesConfigurationSetItemType",
102823
102979
  "type": "list",
102824
102980
  "member": {
102825
- "shape": "S1ji",
102981
+ "shape": "S1jn",
102826
102982
  "locationName": "item"
102827
102983
  }
102828
102984
  }
@@ -102904,21 +103060,21 @@ module.exports={
102904
103060
  "type": "structure",
102905
103061
  "members": {
102906
103062
  "Add": {
102907
- "shape": "S1kw"
103063
+ "shape": "S1l1"
102908
103064
  },
102909
103065
  "Remove": {
102910
- "shape": "S1kw"
103066
+ "shape": "S1l1"
102911
103067
  }
102912
103068
  }
102913
103069
  },
102914
103070
  "GroupNames": {
102915
- "shape": "S1ko",
103071
+ "shape": "S1kt",
102916
103072
  "locationName": "UserGroup"
102917
103073
  },
102918
103074
  "OperationType": {},
102919
103075
  "SnapshotId": {},
102920
103076
  "UserIds": {
102921
- "shape": "S227",
103077
+ "shape": "S22c",
102922
103078
  "locationName": "UserId"
102923
103079
  },
102924
103080
  "DryRun": {
@@ -102966,7 +103122,7 @@ module.exports={
102966
103122
  "locationName": "excessCapacityTerminationPolicy"
102967
103123
  },
102968
103124
  "LaunchTemplateConfigs": {
102969
- "shape": "S1m4",
103125
+ "shape": "S1m9",
102970
103126
  "locationName": "LaunchTemplateConfig"
102971
103127
  },
102972
103128
  "SpotFleetRequestId": {
@@ -103502,7 +103658,7 @@ module.exports={
103502
103658
  "type": "structure",
103503
103659
  "members": {
103504
103660
  "LoggingConfiguration": {
103505
- "shape": "S1pk",
103661
+ "shape": "S1pp",
103506
103662
  "locationName": "loggingConfiguration"
103507
103663
  }
103508
103664
  }
@@ -103579,7 +103735,7 @@ module.exports={
103579
103735
  "type": "structure",
103580
103736
  "members": {
103581
103737
  "VolumeModification": {
103582
- "shape": "S1qo",
103738
+ "shape": "S1qt",
103583
103739
  "locationName": "volumeModification"
103584
103740
  }
103585
103741
  }
@@ -103848,13 +104004,13 @@ module.exports={
103848
104004
  ],
103849
104005
  "members": {
103850
104006
  "AccepterPeeringConnectionOptions": {
103851
- "shape": "S266"
104007
+ "shape": "S26b"
103852
104008
  },
103853
104009
  "DryRun": {
103854
104010
  "type": "boolean"
103855
104011
  },
103856
104012
  "RequesterPeeringConnectionOptions": {
103857
- "shape": "S266"
104013
+ "shape": "S26b"
103858
104014
  },
103859
104015
  "VpcPeeringConnectionId": {}
103860
104016
  }
@@ -103863,11 +104019,11 @@ module.exports={
103863
104019
  "type": "structure",
103864
104020
  "members": {
103865
104021
  "AccepterPeeringConnectionOptions": {
103866
- "shape": "S268",
104022
+ "shape": "S26d",
103867
104023
  "locationName": "accepterPeeringConnectionOptions"
103868
104024
  },
103869
104025
  "RequesterPeeringConnectionOptions": {
103870
- "shape": "S268",
104026
+ "shape": "S26d",
103871
104027
  "locationName": "requesterPeeringConnectionOptions"
103872
104028
  }
103873
104029
  }
@@ -104091,7 +104247,7 @@ module.exports={
104091
104247
  "type": "structure",
104092
104248
  "members": {
104093
104249
  "InstanceMonitorings": {
104094
- "shape": "S26n",
104250
+ "shape": "S26s",
104095
104251
  "locationName": "instancesSet"
104096
104252
  }
104097
104253
  }
@@ -104260,7 +104416,7 @@ module.exports={
104260
104416
  "locationName": "poolId"
104261
104417
  },
104262
104418
  "PoolAddressRange": {
104263
- "shape": "S1ij",
104419
+ "shape": "S1io",
104264
104420
  "locationName": "poolAddressRange"
104265
104421
  }
104266
104422
  }
@@ -104277,7 +104433,7 @@ module.exports={
104277
104433
  "ClientToken": {},
104278
104434
  "CurrencyCode": {},
104279
104435
  "HostIdSet": {
104280
- "shape": "S1x2"
104436
+ "shape": "S1x7"
104281
104437
  },
104282
104438
  "LimitPrice": {},
104283
104439
  "OfferingId": {},
@@ -104297,7 +104453,7 @@ module.exports={
104297
104453
  "locationName": "currencyCode"
104298
104454
  },
104299
104455
  "Purchase": {
104300
- "shape": "S1x4",
104456
+ "shape": "S1x9",
104301
104457
  "locationName": "purchase"
104302
104458
  },
104303
104459
  "TotalHourlyPrice": {
@@ -104392,7 +104548,7 @@ module.exports={
104392
104548
  "locationName": "scheduledInstanceSet",
104393
104549
  "type": "list",
104394
104550
  "member": {
104395
- "shape": "S1kd",
104551
+ "shape": "S1ki",
104396
104552
  "locationName": "item"
104397
104553
  }
104398
104554
  }
@@ -104756,7 +104912,7 @@ module.exports={
104756
104912
  "locationName": "successful"
104757
104913
  },
104758
104914
  "Unsuccessful": {
104759
- "shape": "S22g",
104915
+ "shape": "S22l",
104760
104916
  "locationName": "unsuccessful"
104761
104917
  }
104762
104918
  }
@@ -105084,7 +105240,7 @@ module.exports={
105084
105240
  "type": "boolean"
105085
105241
  },
105086
105242
  "SpotFleetRequestConfig": {
105087
- "shape": "S1lp",
105243
+ "shape": "S1lu",
105088
105244
  "locationName": "spotFleetRequestConfig"
105089
105245
  }
105090
105246
  }
@@ -105168,15 +105324,15 @@ module.exports={
105168
105324
  "locationName": "keyName"
105169
105325
  },
105170
105326
  "Monitoring": {
105171
- "shape": "S1mk",
105327
+ "shape": "S1mp",
105172
105328
  "locationName": "monitoring"
105173
105329
  },
105174
105330
  "NetworkInterfaces": {
105175
- "shape": "S1lz",
105331
+ "shape": "S1m4",
105176
105332
  "locationName": "NetworkInterface"
105177
105333
  },
105178
105334
  "Placement": {
105179
- "shape": "S1m1",
105335
+ "shape": "S1m6",
105180
105336
  "locationName": "placement"
105181
105337
  },
105182
105338
  "RamdiskId": {
@@ -105216,7 +105372,7 @@ module.exports={
105216
105372
  "type": "structure",
105217
105373
  "members": {
105218
105374
  "SpotInstanceRequests": {
105219
- "shape": "S1mh",
105375
+ "shape": "S1mm",
105220
105376
  "locationName": "spotInstanceRequestSet"
105221
105377
  }
105222
105378
  }
@@ -105586,7 +105742,7 @@ module.exports={
105586
105742
  "locationName": "ipPermissions"
105587
105743
  },
105588
105744
  "SecurityGroupRuleIds": {
105589
- "shape": "S1kk",
105745
+ "shape": "S1kp",
105590
105746
  "locationName": "SecurityGroupRuleId"
105591
105747
  },
105592
105748
  "CidrIp": {
@@ -105649,7 +105805,7 @@ module.exports={
105649
105805
  "type": "boolean"
105650
105806
  },
105651
105807
  "SecurityGroupRuleIds": {
105652
- "shape": "S1kk",
105808
+ "shape": "S1kp",
105653
105809
  "locationName": "SecurityGroupRuleId"
105654
105810
  }
105655
105811
  }
@@ -105698,7 +105854,7 @@ module.exports={
105698
105854
  "type": "integer"
105699
105855
  },
105700
105856
  "Monitoring": {
105701
- "shape": "S1mk"
105857
+ "shape": "S1mp"
105702
105858
  },
105703
105859
  "Placement": {
105704
105860
  "shape": "Scg"
@@ -105744,7 +105900,7 @@ module.exports={
105744
105900
  "locationName": "instanceInitiatedShutdownBehavior"
105745
105901
  },
105746
105902
  "NetworkInterfaces": {
105747
- "shape": "S1lz",
105903
+ "shape": "S1m4",
105748
105904
  "locationName": "networkInterface"
105749
105905
  },
105750
105906
  "PrivateIpAddress": {
@@ -105822,7 +105978,7 @@ module.exports={
105822
105978
  }
105823
105979
  },
105824
105980
  "CapacityReservationSpecification": {
105825
- "shape": "S22t"
105981
+ "shape": "S22y"
105826
105982
  },
105827
105983
  "HibernationOptions": {
105828
105984
  "type": "structure",
@@ -105887,7 +106043,7 @@ module.exports={
105887
106043
  }
105888
106044
  },
105889
106045
  "output": {
105890
- "shape": "S1cg"
106046
+ "shape": "S1cl"
105891
106047
  }
105892
106048
  },
105893
106049
  "RunScheduledInstances": {
@@ -105985,7 +106141,7 @@ module.exports={
105985
106141
  "type": "integer"
105986
106142
  },
105987
106143
  "Groups": {
105988
- "shape": "S2ac",
106144
+ "shape": "S2ah",
105989
106145
  "locationName": "Group"
105990
106146
  },
105991
106147
  "Ipv6AddressCount": {
@@ -106034,7 +106190,7 @@ module.exports={
106034
106190
  },
106035
106191
  "RamdiskId": {},
106036
106192
  "SecurityGroupIds": {
106037
- "shape": "S2ac",
106193
+ "shape": "S2ah",
106038
106194
  "locationName": "SecurityGroupId"
106039
106195
  },
106040
106196
  "SubnetId": {},
@@ -106248,7 +106404,7 @@ module.exports={
106248
106404
  "type": "structure",
106249
106405
  "members": {
106250
106406
  "StartingInstances": {
106251
- "shape": "S2b0",
106407
+ "shape": "S2b5",
106252
106408
  "locationName": "instancesSet"
106253
106409
  }
106254
106410
  }
@@ -106279,7 +106435,7 @@ module.exports={
106279
106435
  "type": "structure",
106280
106436
  "members": {
106281
106437
  "NetworkInsightsAccessScopeAnalysis": {
106282
- "shape": "S1g5",
106438
+ "shape": "S1ga",
106283
106439
  "locationName": "networkInsightsAccessScopeAnalysis"
106284
106440
  }
106285
106441
  }
@@ -106299,7 +106455,7 @@ module.exports={
106299
106455
  "locationName": "AdditionalAccount"
106300
106456
  },
106301
106457
  "FilterInArns": {
106302
- "shape": "S1gh",
106458
+ "shape": "S1gm",
106303
106459
  "locationName": "FilterInArn"
106304
106460
  },
106305
106461
  "DryRun": {
@@ -106318,7 +106474,7 @@ module.exports={
106318
106474
  "type": "structure",
106319
106475
  "members": {
106320
106476
  "NetworkInsightsAnalysis": {
106321
- "shape": "S1gg",
106477
+ "shape": "S1gl",
106322
106478
  "locationName": "networkInsightsAnalysis"
106323
106479
  }
106324
106480
  }
@@ -106375,7 +106531,7 @@ module.exports={
106375
106531
  "type": "structure",
106376
106532
  "members": {
106377
106533
  "StoppingInstances": {
106378
- "shape": "S2b0",
106534
+ "shape": "S2b5",
106379
106535
  "locationName": "instancesSet"
106380
106536
  }
106381
106537
  }
@@ -106450,7 +106606,7 @@ module.exports={
106450
106606
  "type": "structure",
106451
106607
  "members": {
106452
106608
  "TerminatingInstances": {
106453
- "shape": "S2b0",
106609
+ "shape": "S2b5",
106454
106610
  "locationName": "instancesSet"
106455
106611
  }
106456
106612
  }
@@ -106569,7 +106725,7 @@ module.exports={
106569
106725
  "type": "structure",
106570
106726
  "members": {
106571
106727
  "InstanceMonitorings": {
106572
- "shape": "S26n",
106728
+ "shape": "S26s",
106573
106729
  "locationName": "instancesSet"
106574
106730
  }
106575
106731
  }
@@ -106588,7 +106744,7 @@ module.exports={
106588
106744
  "shape": "S6o"
106589
106745
  },
106590
106746
  "SecurityGroupRuleDescriptions": {
106591
- "shape": "S2bo",
106747
+ "shape": "S2bt",
106592
106748
  "locationName": "SecurityGroupRuleDescription"
106593
106749
  }
106594
106750
  }
@@ -106616,7 +106772,7 @@ module.exports={
106616
106772
  "shape": "S6o"
106617
106773
  },
106618
106774
  "SecurityGroupRuleDescriptions": {
106619
- "shape": "S2bo",
106775
+ "shape": "S2bt",
106620
106776
  "locationName": "SecurityGroupRuleDescription"
106621
106777
  }
106622
106778
  }
@@ -113892,7 +114048,7 @@ module.exports={
113892
114048
  }
113893
114049
  }
113894
114050
  },
113895
- "S1cg": {
114051
+ "S1cl": {
113896
114052
  "type": "structure",
113897
114053
  "members": {
113898
114054
  "Groups": {
@@ -113930,7 +114086,7 @@ module.exports={
113930
114086
  "type": "timestamp"
113931
114087
  },
113932
114088
  "Monitoring": {
113933
- "shape": "S1cj",
114089
+ "shape": "S1co",
113934
114090
  "locationName": "monitoring"
113935
114091
  },
113936
114092
  "Placement": {
@@ -114053,7 +114209,7 @@ module.exports={
114053
114209
  "type": "structure",
114054
114210
  "members": {
114055
114211
  "Association": {
114056
- "shape": "S1cs",
114212
+ "shape": "S1cx",
114057
114213
  "locationName": "association"
114058
114214
  },
114059
114215
  "Attachment": {
@@ -114118,7 +114274,7 @@ module.exports={
114118
114274
  "type": "structure",
114119
114275
  "members": {
114120
114276
  "Association": {
114121
- "shape": "S1cs",
114277
+ "shape": "S1cx",
114122
114278
  "locationName": "association"
114123
114279
  },
114124
114280
  "Primary": {
@@ -114270,7 +114426,7 @@ module.exports={
114270
114426
  }
114271
114427
  },
114272
114428
  "MetadataOptions": {
114273
- "shape": "S1d5",
114429
+ "shape": "S1da",
114274
114430
  "locationName": "metadataOptions"
114275
114431
  },
114276
114432
  "EnclaveOptions": {
@@ -114339,7 +114495,7 @@ module.exports={
114339
114495
  }
114340
114496
  }
114341
114497
  },
114342
- "S1cj": {
114498
+ "S1co": {
114343
114499
  "type": "structure",
114344
114500
  "members": {
114345
114501
  "State": {
@@ -114347,7 +114503,7 @@ module.exports={
114347
114503
  }
114348
114504
  }
114349
114505
  },
114350
- "S1cs": {
114506
+ "S1cx": {
114351
114507
  "type": "structure",
114352
114508
  "members": {
114353
114509
  "CarrierIp": {
@@ -114367,7 +114523,7 @@ module.exports={
114367
114523
  }
114368
114524
  }
114369
114525
  },
114370
- "S1d5": {
114526
+ "S1da": {
114371
114527
  "type": "structure",
114372
114528
  "members": {
114373
114529
  "State": {
@@ -114391,13 +114547,13 @@ module.exports={
114391
114547
  }
114392
114548
  }
114393
114549
  },
114394
- "S1f5": {
114550
+ "S1fa": {
114395
114551
  "type": "list",
114396
114552
  "member": {
114397
114553
  "locationName": "item"
114398
114554
  }
114399
114555
  },
114400
- "S1g5": {
114556
+ "S1ga": {
114401
114557
  "type": "structure",
114402
114558
  "members": {
114403
114559
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -114439,7 +114595,7 @@ module.exports={
114439
114595
  }
114440
114596
  }
114441
114597
  },
114442
- "S1gg": {
114598
+ "S1gl": {
114443
114599
  "type": "structure",
114444
114600
  "members": {
114445
114601
  "NetworkInsightsAnalysisId": {
@@ -114456,7 +114612,7 @@ module.exports={
114456
114612
  "locationName": "additionalAccountSet"
114457
114613
  },
114458
114614
  "FilterInArns": {
114459
- "shape": "S1gh",
114615
+ "shape": "S1gm",
114460
114616
  "locationName": "filterInArnSet"
114461
114617
  },
114462
114618
  "StartDate": {
@@ -114477,15 +114633,15 @@ module.exports={
114477
114633
  "type": "boolean"
114478
114634
  },
114479
114635
  "ForwardPathComponents": {
114480
- "shape": "S1gi",
114636
+ "shape": "S1gn",
114481
114637
  "locationName": "forwardPathComponentSet"
114482
114638
  },
114483
114639
  "ReturnPathComponents": {
114484
- "shape": "S1gi",
114640
+ "shape": "S1gn",
114485
114641
  "locationName": "returnPathComponentSet"
114486
114642
  },
114487
114643
  "Explanations": {
114488
- "shape": "S1h2",
114644
+ "shape": "S1h7",
114489
114645
  "locationName": "explanationSet"
114490
114646
  },
114491
114647
  "AlternatePathHints": {
@@ -114514,13 +114670,13 @@ module.exports={
114514
114670
  }
114515
114671
  }
114516
114672
  },
114517
- "S1gh": {
114673
+ "S1gm": {
114518
114674
  "type": "list",
114519
114675
  "member": {
114520
114676
  "locationName": "item"
114521
114677
  }
114522
114678
  },
114523
- "S1gi": {
114679
+ "S1gn": {
114524
114680
  "type": "list",
114525
114681
  "member": {
114526
114682
  "locationName": "item",
@@ -114531,47 +114687,47 @@ module.exports={
114531
114687
  "type": "integer"
114532
114688
  },
114533
114689
  "AclRule": {
114534
- "shape": "S1gk",
114690
+ "shape": "S1gp",
114535
114691
  "locationName": "aclRule"
114536
114692
  },
114537
114693
  "AttachedTo": {
114538
- "shape": "S1gl",
114694
+ "shape": "S1gq",
114539
114695
  "locationName": "attachedTo"
114540
114696
  },
114541
114697
  "Component": {
114542
- "shape": "S1gl",
114698
+ "shape": "S1gq",
114543
114699
  "locationName": "component"
114544
114700
  },
114545
114701
  "DestinationVpc": {
114546
- "shape": "S1gl",
114702
+ "shape": "S1gq",
114547
114703
  "locationName": "destinationVpc"
114548
114704
  },
114549
114705
  "OutboundHeader": {
114550
- "shape": "S1gm",
114706
+ "shape": "S1gr",
114551
114707
  "locationName": "outboundHeader"
114552
114708
  },
114553
114709
  "InboundHeader": {
114554
- "shape": "S1gm",
114710
+ "shape": "S1gr",
114555
114711
  "locationName": "inboundHeader"
114556
114712
  },
114557
114713
  "RouteTableRoute": {
114558
- "shape": "S1gp",
114714
+ "shape": "S1gu",
114559
114715
  "locationName": "routeTableRoute"
114560
114716
  },
114561
114717
  "SecurityGroupRule": {
114562
- "shape": "S1gq",
114718
+ "shape": "S1gv",
114563
114719
  "locationName": "securityGroupRule"
114564
114720
  },
114565
114721
  "SourceVpc": {
114566
- "shape": "S1gl",
114722
+ "shape": "S1gq",
114567
114723
  "locationName": "sourceVpc"
114568
114724
  },
114569
114725
  "Subnet": {
114570
- "shape": "S1gl",
114726
+ "shape": "S1gq",
114571
114727
  "locationName": "subnet"
114572
114728
  },
114573
114729
  "Vpc": {
114574
- "shape": "S1gl",
114730
+ "shape": "S1gq",
114575
114731
  "locationName": "vpc"
114576
114732
  },
114577
114733
  "AdditionalDetails": {
@@ -114585,15 +114741,15 @@ module.exports={
114585
114741
  "locationName": "additionalDetailType"
114586
114742
  },
114587
114743
  "Component": {
114588
- "shape": "S1gl",
114744
+ "shape": "S1gq",
114589
114745
  "locationName": "component"
114590
114746
  },
114591
114747
  "VpcEndpointService": {
114592
- "shape": "S1gl",
114748
+ "shape": "S1gq",
114593
114749
  "locationName": "vpcEndpointService"
114594
114750
  },
114595
114751
  "RuleOptions": {
114596
- "shape": "S1gt",
114752
+ "shape": "S1gy",
114597
114753
  "locationName": "ruleOptionSet"
114598
114754
  },
114599
114755
  "RuleGroupTypePairs": {
@@ -114623,7 +114779,7 @@ module.exports={
114623
114779
  "locationName": "ruleGroupArn"
114624
114780
  },
114625
114781
  "RuleOptions": {
114626
- "shape": "S1gt",
114782
+ "shape": "S1gy",
114627
114783
  "locationName": "ruleOptionSet"
114628
114784
  }
114629
114785
  }
@@ -114633,34 +114789,34 @@ module.exports={
114633
114789
  "locationName": "serviceName"
114634
114790
  },
114635
114791
  "LoadBalancers": {
114636
- "shape": "S1h0",
114792
+ "shape": "S1h5",
114637
114793
  "locationName": "loadBalancerSet"
114638
114794
  }
114639
114795
  }
114640
114796
  }
114641
114797
  },
114642
114798
  "TransitGateway": {
114643
- "shape": "S1gl",
114799
+ "shape": "S1gq",
114644
114800
  "locationName": "transitGateway"
114645
114801
  },
114646
114802
  "TransitGatewayRouteTableRoute": {
114647
- "shape": "S1h1",
114803
+ "shape": "S1h6",
114648
114804
  "locationName": "transitGatewayRouteTableRoute"
114649
114805
  },
114650
114806
  "Explanations": {
114651
- "shape": "S1h2",
114807
+ "shape": "S1h7",
114652
114808
  "locationName": "explanationSet"
114653
114809
  },
114654
114810
  "ElasticLoadBalancerListener": {
114655
- "shape": "S1gl",
114811
+ "shape": "S1gq",
114656
114812
  "locationName": "elasticLoadBalancerListener"
114657
114813
  },
114658
114814
  "FirewallStatelessRule": {
114659
- "shape": "S1h8",
114815
+ "shape": "S1hd",
114660
114816
  "locationName": "firewallStatelessRule"
114661
114817
  },
114662
114818
  "FirewallStatefulRule": {
114663
- "shape": "S1hc",
114819
+ "shape": "S1hh",
114664
114820
  "locationName": "firewallStatefulRule"
114665
114821
  },
114666
114822
  "ServiceName": {
@@ -114669,7 +114825,7 @@ module.exports={
114669
114825
  }
114670
114826
  }
114671
114827
  },
114672
- "S1gk": {
114828
+ "S1gp": {
114673
114829
  "type": "structure",
114674
114830
  "members": {
114675
114831
  "Cidr": {
@@ -114695,7 +114851,7 @@ module.exports={
114695
114851
  }
114696
114852
  }
114697
114853
  },
114698
- "S1gl": {
114854
+ "S1gq": {
114699
114855
  "type": "structure",
114700
114856
  "members": {
114701
114857
  "Id": {
@@ -114709,44 +114865,44 @@ module.exports={
114709
114865
  }
114710
114866
  }
114711
114867
  },
114712
- "S1gm": {
114868
+ "S1gr": {
114713
114869
  "type": "structure",
114714
114870
  "members": {
114715
114871
  "DestinationAddresses": {
114716
- "shape": "S1gn",
114872
+ "shape": "S1gs",
114717
114873
  "locationName": "destinationAddressSet"
114718
114874
  },
114719
114875
  "DestinationPortRanges": {
114720
- "shape": "S1go",
114876
+ "shape": "S1gt",
114721
114877
  "locationName": "destinationPortRangeSet"
114722
114878
  },
114723
114879
  "Protocol": {
114724
114880
  "locationName": "protocol"
114725
114881
  },
114726
114882
  "SourceAddresses": {
114727
- "shape": "S1gn",
114883
+ "shape": "S1gs",
114728
114884
  "locationName": "sourceAddressSet"
114729
114885
  },
114730
114886
  "SourcePortRanges": {
114731
- "shape": "S1go",
114887
+ "shape": "S1gt",
114732
114888
  "locationName": "sourcePortRangeSet"
114733
114889
  }
114734
114890
  }
114735
114891
  },
114736
- "S1gn": {
114892
+ "S1gs": {
114737
114893
  "type": "list",
114738
114894
  "member": {
114739
114895
  "locationName": "item"
114740
114896
  }
114741
114897
  },
114742
- "S1go": {
114898
+ "S1gt": {
114743
114899
  "type": "list",
114744
114900
  "member": {
114745
114901
  "shape": "Sk4",
114746
114902
  "locationName": "item"
114747
114903
  }
114748
114904
  },
114749
- "S1gp": {
114905
+ "S1gu": {
114750
114906
  "type": "structure",
114751
114907
  "members": {
114752
114908
  "DestinationCidr": {
@@ -114793,7 +114949,7 @@ module.exports={
114793
114949
  }
114794
114950
  }
114795
114951
  },
114796
- "S1gq": {
114952
+ "S1gv": {
114797
114953
  "type": "structure",
114798
114954
  "members": {
114799
114955
  "Cidr": {
@@ -114817,7 +114973,7 @@ module.exports={
114817
114973
  }
114818
114974
  }
114819
114975
  },
114820
- "S1gt": {
114976
+ "S1gy": {
114821
114977
  "type": "list",
114822
114978
  "member": {
114823
114979
  "locationName": "item",
@@ -114827,26 +114983,26 @@ module.exports={
114827
114983
  "locationName": "keyword"
114828
114984
  },
114829
114985
  "Settings": {
114830
- "shape": "S1gv",
114986
+ "shape": "S1h0",
114831
114987
  "locationName": "settingSet"
114832
114988
  }
114833
114989
  }
114834
114990
  }
114835
114991
  },
114836
- "S1gv": {
114992
+ "S1h0": {
114837
114993
  "type": "list",
114838
114994
  "member": {
114839
114995
  "locationName": "item"
114840
114996
  }
114841
114997
  },
114842
- "S1h0": {
114998
+ "S1h5": {
114843
114999
  "type": "list",
114844
115000
  "member": {
114845
- "shape": "S1gl",
115001
+ "shape": "S1gq",
114846
115002
  "locationName": "item"
114847
115003
  }
114848
115004
  },
114849
- "S1h1": {
115005
+ "S1h6": {
114850
115006
  "type": "structure",
114851
115007
  "members": {
114852
115008
  "DestinationCidr": {
@@ -114872,29 +115028,29 @@ module.exports={
114872
115028
  }
114873
115029
  }
114874
115030
  },
114875
- "S1h2": {
115031
+ "S1h7": {
114876
115032
  "type": "list",
114877
115033
  "member": {
114878
115034
  "locationName": "item",
114879
115035
  "type": "structure",
114880
115036
  "members": {
114881
115037
  "Acl": {
114882
- "shape": "S1gl",
115038
+ "shape": "S1gq",
114883
115039
  "locationName": "acl"
114884
115040
  },
114885
115041
  "AclRule": {
114886
- "shape": "S1gk",
115042
+ "shape": "S1gp",
114887
115043
  "locationName": "aclRule"
114888
115044
  },
114889
115045
  "Address": {
114890
115046
  "locationName": "address"
114891
115047
  },
114892
115048
  "Addresses": {
114893
- "shape": "S1gn",
115049
+ "shape": "S1gs",
114894
115050
  "locationName": "addressSet"
114895
115051
  },
114896
115052
  "AttachedTo": {
114897
- "shape": "S1gl",
115053
+ "shape": "S1gq",
114898
115054
  "locationName": "attachedTo"
114899
115055
  },
114900
115056
  "AvailabilityZones": {
@@ -114906,19 +115062,19 @@ module.exports={
114906
115062
  "locationName": "cidrSet"
114907
115063
  },
114908
115064
  "Component": {
114909
- "shape": "S1gl",
115065
+ "shape": "S1gq",
114910
115066
  "locationName": "component"
114911
115067
  },
114912
115068
  "CustomerGateway": {
114913
- "shape": "S1gl",
115069
+ "shape": "S1gq",
114914
115070
  "locationName": "customerGateway"
114915
115071
  },
114916
115072
  "Destination": {
114917
- "shape": "S1gl",
115073
+ "shape": "S1gq",
114918
115074
  "locationName": "destination"
114919
115075
  },
114920
115076
  "DestinationVpc": {
114921
- "shape": "S1gl",
115077
+ "shape": "S1gq",
114922
115078
  "locationName": "destinationVpc"
114923
115079
  },
114924
115080
  "Direction": {
@@ -114928,11 +115084,11 @@ module.exports={
114928
115084
  "locationName": "explanationCode"
114929
115085
  },
114930
115086
  "IngressRouteTable": {
114931
- "shape": "S1gl",
115087
+ "shape": "S1gq",
114932
115088
  "locationName": "ingressRouteTable"
114933
115089
  },
114934
115090
  "InternetGateway": {
114935
- "shape": "S1gl",
115091
+ "shape": "S1gq",
114936
115092
  "locationName": "internetGateway"
114937
115093
  },
114938
115094
  "LoadBalancerArn": {
@@ -114967,7 +115123,7 @@ module.exports={
114967
115123
  "locationName": "availabilityZone"
114968
115124
  },
114969
115125
  "Instance": {
114970
- "shape": "S1gl",
115126
+ "shape": "S1gq",
114971
115127
  "locationName": "instance"
114972
115128
  },
114973
115129
  "Port": {
@@ -114977,11 +115133,11 @@ module.exports={
114977
115133
  }
114978
115134
  },
114979
115135
  "LoadBalancerTargetGroup": {
114980
- "shape": "S1gl",
115136
+ "shape": "S1gq",
114981
115137
  "locationName": "loadBalancerTargetGroup"
114982
115138
  },
114983
115139
  "LoadBalancerTargetGroups": {
114984
- "shape": "S1h0",
115140
+ "shape": "S1h5",
114985
115141
  "locationName": "loadBalancerTargetGroupSet"
114986
115142
  },
114987
115143
  "LoadBalancerTargetPort": {
@@ -114989,25 +115145,25 @@ module.exports={
114989
115145
  "type": "integer"
114990
115146
  },
114991
115147
  "ElasticLoadBalancerListener": {
114992
- "shape": "S1gl",
115148
+ "shape": "S1gq",
114993
115149
  "locationName": "elasticLoadBalancerListener"
114994
115150
  },
114995
115151
  "MissingComponent": {
114996
115152
  "locationName": "missingComponent"
114997
115153
  },
114998
115154
  "NatGateway": {
114999
- "shape": "S1gl",
115155
+ "shape": "S1gq",
115000
115156
  "locationName": "natGateway"
115001
115157
  },
115002
115158
  "NetworkInterface": {
115003
- "shape": "S1gl",
115159
+ "shape": "S1gq",
115004
115160
  "locationName": "networkInterface"
115005
115161
  },
115006
115162
  "PacketField": {
115007
115163
  "locationName": "packetField"
115008
115164
  },
115009
115165
  "VpcPeeringConnection": {
115010
- "shape": "S1gl",
115166
+ "shape": "S1gq",
115011
115167
  "locationName": "vpcPeeringConnection"
115012
115168
  },
115013
115169
  "Port": {
@@ -115015,82 +115171,82 @@ module.exports={
115015
115171
  "type": "integer"
115016
115172
  },
115017
115173
  "PortRanges": {
115018
- "shape": "S1go",
115174
+ "shape": "S1gt",
115019
115175
  "locationName": "portRangeSet"
115020
115176
  },
115021
115177
  "PrefixList": {
115022
- "shape": "S1gl",
115178
+ "shape": "S1gq",
115023
115179
  "locationName": "prefixList"
115024
115180
  },
115025
115181
  "Protocols": {
115026
- "shape": "S1gv",
115182
+ "shape": "S1h0",
115027
115183
  "locationName": "protocolSet"
115028
115184
  },
115029
115185
  "RouteTableRoute": {
115030
- "shape": "S1gp",
115186
+ "shape": "S1gu",
115031
115187
  "locationName": "routeTableRoute"
115032
115188
  },
115033
115189
  "RouteTable": {
115034
- "shape": "S1gl",
115190
+ "shape": "S1gq",
115035
115191
  "locationName": "routeTable"
115036
115192
  },
115037
115193
  "SecurityGroup": {
115038
- "shape": "S1gl",
115194
+ "shape": "S1gq",
115039
115195
  "locationName": "securityGroup"
115040
115196
  },
115041
115197
  "SecurityGroupRule": {
115042
- "shape": "S1gq",
115198
+ "shape": "S1gv",
115043
115199
  "locationName": "securityGroupRule"
115044
115200
  },
115045
115201
  "SecurityGroups": {
115046
- "shape": "S1h0",
115202
+ "shape": "S1h5",
115047
115203
  "locationName": "securityGroupSet"
115048
115204
  },
115049
115205
  "SourceVpc": {
115050
- "shape": "S1gl",
115206
+ "shape": "S1gq",
115051
115207
  "locationName": "sourceVpc"
115052
115208
  },
115053
115209
  "State": {
115054
115210
  "locationName": "state"
115055
115211
  },
115056
115212
  "Subnet": {
115057
- "shape": "S1gl",
115213
+ "shape": "S1gq",
115058
115214
  "locationName": "subnet"
115059
115215
  },
115060
115216
  "SubnetRouteTable": {
115061
- "shape": "S1gl",
115217
+ "shape": "S1gq",
115062
115218
  "locationName": "subnetRouteTable"
115063
115219
  },
115064
115220
  "Vpc": {
115065
- "shape": "S1gl",
115221
+ "shape": "S1gq",
115066
115222
  "locationName": "vpc"
115067
115223
  },
115068
115224
  "VpcEndpoint": {
115069
- "shape": "S1gl",
115225
+ "shape": "S1gq",
115070
115226
  "locationName": "vpcEndpoint"
115071
115227
  },
115072
115228
  "VpnConnection": {
115073
- "shape": "S1gl",
115229
+ "shape": "S1gq",
115074
115230
  "locationName": "vpnConnection"
115075
115231
  },
115076
115232
  "VpnGateway": {
115077
- "shape": "S1gl",
115233
+ "shape": "S1gq",
115078
115234
  "locationName": "vpnGateway"
115079
115235
  },
115080
115236
  "TransitGateway": {
115081
- "shape": "S1gl",
115237
+ "shape": "S1gq",
115082
115238
  "locationName": "transitGateway"
115083
115239
  },
115084
115240
  "TransitGatewayRouteTable": {
115085
- "shape": "S1gl",
115241
+ "shape": "S1gq",
115086
115242
  "locationName": "transitGatewayRouteTable"
115087
115243
  },
115088
115244
  "TransitGatewayRouteTableRoute": {
115089
- "shape": "S1h1",
115245
+ "shape": "S1h6",
115090
115246
  "locationName": "transitGatewayRouteTableRoute"
115091
115247
  },
115092
115248
  "TransitGatewayAttachment": {
115093
- "shape": "S1gl",
115249
+ "shape": "S1gq",
115094
115250
  "locationName": "transitGatewayAttachment"
115095
115251
  },
115096
115252
  "ComponentAccount": {
@@ -115100,17 +115256,17 @@ module.exports={
115100
115256
  "locationName": "componentRegion"
115101
115257
  },
115102
115258
  "FirewallStatelessRule": {
115103
- "shape": "S1h8",
115259
+ "shape": "S1hd",
115104
115260
  "locationName": "firewallStatelessRule"
115105
115261
  },
115106
115262
  "FirewallStatefulRule": {
115107
- "shape": "S1hc",
115263
+ "shape": "S1hh",
115108
115264
  "locationName": "firewallStatefulRule"
115109
115265
  }
115110
115266
  }
115111
115267
  }
115112
115268
  },
115113
- "S1h8": {
115269
+ "S1hd": {
115114
115270
  "type": "structure",
115115
115271
  "members": {
115116
115272
  "RuleGroupArn": {
@@ -115125,11 +115281,11 @@ module.exports={
115125
115281
  "locationName": "destinationSet"
115126
115282
  },
115127
115283
  "SourcePorts": {
115128
- "shape": "S1go",
115284
+ "shape": "S1gt",
115129
115285
  "locationName": "sourcePortSet"
115130
115286
  },
115131
115287
  "DestinationPorts": {
115132
- "shape": "S1go",
115288
+ "shape": "S1gt",
115133
115289
  "locationName": "destinationPortSet"
115134
115290
  },
115135
115291
  "Protocols": {
@@ -115149,7 +115305,7 @@ module.exports={
115149
115305
  }
115150
115306
  }
115151
115307
  },
115152
- "S1hc": {
115308
+ "S1hh": {
115153
115309
  "type": "structure",
115154
115310
  "members": {
115155
115311
  "RuleGroupArn": {
@@ -115164,11 +115320,11 @@ module.exports={
115164
115320
  "locationName": "destinationSet"
115165
115321
  },
115166
115322
  "SourcePorts": {
115167
- "shape": "S1go",
115323
+ "shape": "S1gt",
115168
115324
  "locationName": "sourcePortSet"
115169
115325
  },
115170
115326
  "DestinationPorts": {
115171
- "shape": "S1go",
115327
+ "shape": "S1gt",
115172
115328
  "locationName": "destinationPortSet"
115173
115329
  },
115174
115330
  "Protocol": {
@@ -115182,7 +115338,7 @@ module.exports={
115182
115338
  }
115183
115339
  }
115184
115340
  },
115185
- "S1ij": {
115341
+ "S1io": {
115186
115342
  "type": "structure",
115187
115343
  "members": {
115188
115344
  "FirstAddress": {
@@ -115201,13 +115357,13 @@ module.exports={
115201
115357
  }
115202
115358
  }
115203
115359
  },
115204
- "S1iw": {
115360
+ "S1j1": {
115205
115361
  "type": "list",
115206
115362
  "member": {
115207
115363
  "locationName": "ReservedInstancesId"
115208
115364
  }
115209
115365
  },
115210
- "S1j4": {
115366
+ "S1j9": {
115211
115367
  "type": "list",
115212
115368
  "member": {
115213
115369
  "locationName": "item",
@@ -115223,7 +115379,7 @@ module.exports={
115223
115379
  }
115224
115380
  }
115225
115381
  },
115226
- "S1ji": {
115382
+ "S1jn": {
115227
115383
  "type": "structure",
115228
115384
  "members": {
115229
115385
  "AvailabilityZone": {
@@ -115244,7 +115400,7 @@ module.exports={
115244
115400
  }
115245
115401
  }
115246
115402
  },
115247
- "S1k5": {
115403
+ "S1ka": {
115248
115404
  "type": "structure",
115249
115405
  "members": {
115250
115406
  "Frequency": {
@@ -115271,7 +115427,7 @@ module.exports={
115271
115427
  }
115272
115428
  }
115273
115429
  },
115274
- "S1kd": {
115430
+ "S1ki": {
115275
115431
  "type": "structure",
115276
115432
  "members": {
115277
115433
  "AvailabilityZone": {
@@ -115306,7 +115462,7 @@ module.exports={
115306
115462
  "type": "timestamp"
115307
115463
  },
115308
115464
  "Recurrence": {
115309
- "shape": "S1k5",
115465
+ "shape": "S1ka",
115310
115466
  "locationName": "recurrence"
115311
115467
  },
115312
115468
  "ScheduledInstanceId": {
@@ -115330,19 +115486,19 @@ module.exports={
115330
115486
  }
115331
115487
  }
115332
115488
  },
115333
- "S1kk": {
115489
+ "S1kp": {
115334
115490
  "type": "list",
115335
115491
  "member": {
115336
115492
  "locationName": "item"
115337
115493
  }
115338
115494
  },
115339
- "S1ko": {
115495
+ "S1kt": {
115340
115496
  "type": "list",
115341
115497
  "member": {
115342
115498
  "locationName": "GroupName"
115343
115499
  }
115344
115500
  },
115345
- "S1kw": {
115501
+ "S1l1": {
115346
115502
  "type": "list",
115347
115503
  "member": {
115348
115504
  "locationName": "item",
@@ -115357,13 +115513,13 @@ module.exports={
115357
115513
  }
115358
115514
  }
115359
115515
  },
115360
- "S1l6": {
115516
+ "S1lb": {
115361
115517
  "type": "list",
115362
115518
  "member": {
115363
115519
  "locationName": "SnapshotId"
115364
115520
  }
115365
115521
  },
115366
- "S1lp": {
115522
+ "S1lu": {
115367
115523
  "type": "structure",
115368
115524
  "required": [
115369
115525
  "IamFleetRole",
@@ -115461,11 +115617,11 @@ module.exports={
115461
115617
  }
115462
115618
  },
115463
115619
  "NetworkInterfaces": {
115464
- "shape": "S1lz",
115620
+ "shape": "S1m4",
115465
115621
  "locationName": "networkInterfaceSet"
115466
115622
  },
115467
115623
  "Placement": {
115468
- "shape": "S1m1",
115624
+ "shape": "S1m6",
115469
115625
  "locationName": "placement"
115470
115626
  },
115471
115627
  "RamdiskId": {
@@ -115510,7 +115666,7 @@ module.exports={
115510
115666
  }
115511
115667
  },
115512
115668
  "LaunchTemplateConfigs": {
115513
- "shape": "S1m4",
115669
+ "shape": "S1m9",
115514
115670
  "locationName": "launchTemplateConfigs"
115515
115671
  },
115516
115672
  "SpotPrice": {
@@ -115612,7 +115768,7 @@ module.exports={
115612
115768
  }
115613
115769
  }
115614
115770
  },
115615
- "S1lz": {
115771
+ "S1m4": {
115616
115772
  "type": "list",
115617
115773
  "member": {
115618
115774
  "locationName": "item",
@@ -115688,7 +115844,7 @@ module.exports={
115688
115844
  }
115689
115845
  }
115690
115846
  },
115691
- "S1m1": {
115847
+ "S1m6": {
115692
115848
  "type": "structure",
115693
115849
  "members": {
115694
115850
  "AvailabilityZone": {
@@ -115702,7 +115858,7 @@ module.exports={
115702
115858
  }
115703
115859
  }
115704
115860
  },
115705
- "S1m4": {
115861
+ "S1m9": {
115706
115862
  "type": "list",
115707
115863
  "member": {
115708
115864
  "locationName": "item",
@@ -115749,7 +115905,7 @@ module.exports={
115749
115905
  }
115750
115906
  }
115751
115907
  },
115752
- "S1mh": {
115908
+ "S1mm": {
115753
115909
  "type": "list",
115754
115910
  "member": {
115755
115911
  "locationName": "item",
@@ -115819,11 +115975,11 @@ module.exports={
115819
115975
  "locationName": "keyName"
115820
115976
  },
115821
115977
  "NetworkInterfaces": {
115822
- "shape": "S1lz",
115978
+ "shape": "S1m4",
115823
115979
  "locationName": "networkInterfaceSet"
115824
115980
  },
115825
115981
  "Placement": {
115826
- "shape": "S1m1",
115982
+ "shape": "S1m6",
115827
115983
  "locationName": "placement"
115828
115984
  },
115829
115985
  "RamdiskId": {
@@ -115833,7 +115989,7 @@ module.exports={
115833
115989
  "locationName": "subnetId"
115834
115990
  },
115835
115991
  "Monitoring": {
115836
- "shape": "S1mk",
115992
+ "shape": "S1mp",
115837
115993
  "locationName": "monitoring"
115838
115994
  }
115839
115995
  }
@@ -115890,7 +116046,7 @@ module.exports={
115890
116046
  }
115891
116047
  }
115892
116048
  },
115893
- "S1mk": {
116049
+ "S1mp": {
115894
116050
  "type": "structure",
115895
116051
  "required": [
115896
116052
  "Enabled"
@@ -115902,7 +116058,7 @@ module.exports={
115902
116058
  }
115903
116059
  }
115904
116060
  },
115905
- "S1mz": {
116061
+ "S1n4": {
115906
116062
  "type": "list",
115907
116063
  "member": {
115908
116064
  "locationName": "item",
@@ -115944,17 +116100,17 @@ module.exports={
115944
116100
  }
115945
116101
  }
115946
116102
  },
115947
- "S1nx": {
116103
+ "S1o2": {
115948
116104
  "type": "list",
115949
116105
  "member": {}
115950
116106
  },
115951
- "S1pg": {
116107
+ "S1pl": {
115952
116108
  "type": "list",
115953
116109
  "member": {
115954
116110
  "locationName": "item"
115955
116111
  }
115956
116112
  },
115957
- "S1pk": {
116113
+ "S1pp": {
115958
116114
  "type": "structure",
115959
116115
  "members": {
115960
116116
  "VerifiedAccessInstanceId": {
@@ -115973,7 +116129,7 @@ module.exports={
115973
116129
  "type": "boolean"
115974
116130
  },
115975
116131
  "DeliveryStatus": {
115976
- "shape": "S1pn",
116132
+ "shape": "S1ps",
115977
116133
  "locationName": "deliveryStatus"
115978
116134
  },
115979
116135
  "BucketName": {
@@ -115996,7 +116152,7 @@ module.exports={
115996
116152
  "type": "boolean"
115997
116153
  },
115998
116154
  "DeliveryStatus": {
115999
- "shape": "S1pn",
116155
+ "shape": "S1ps",
116000
116156
  "locationName": "deliveryStatus"
116001
116157
  },
116002
116158
  "LogGroup": {
@@ -116013,7 +116169,7 @@ module.exports={
116013
116169
  "type": "boolean"
116014
116170
  },
116015
116171
  "DeliveryStatus": {
116016
- "shape": "S1pn",
116172
+ "shape": "S1ps",
116017
116173
  "locationName": "deliveryStatus"
116018
116174
  },
116019
116175
  "DeliveryStream": {
@@ -116032,7 +116188,7 @@ module.exports={
116032
116188
  }
116033
116189
  }
116034
116190
  },
116035
- "S1pn": {
116191
+ "S1ps": {
116036
116192
  "type": "structure",
116037
116193
  "members": {
116038
116194
  "Code": {
@@ -116043,7 +116199,7 @@ module.exports={
116043
116199
  }
116044
116200
  }
116045
116201
  },
116046
- "S1qo": {
116202
+ "S1qt": {
116047
116203
  "type": "structure",
116048
116204
  "members": {
116049
116205
  "VolumeId": {
@@ -116107,19 +116263,19 @@ module.exports={
116107
116263
  }
116108
116264
  }
116109
116265
  },
116110
- "S1qu": {
116266
+ "S1qz": {
116111
116267
  "type": "list",
116112
116268
  "member": {
116113
116269
  "locationName": "VpcId"
116114
116270
  }
116115
116271
  },
116116
- "S1su": {
116272
+ "S1sz": {
116117
116273
  "type": "list",
116118
116274
  "member": {
116119
116275
  "locationName": "AvailabilityZone"
116120
116276
  }
116121
116277
  },
116122
- "S1tb": {
116278
+ "S1tg": {
116123
116279
  "type": "structure",
116124
116280
  "members": {
116125
116281
  "TransitGatewayAttachmentId": {
@@ -116142,7 +116298,7 @@ module.exports={
116142
116298
  }
116143
116299
  }
116144
116300
  },
116145
- "S1wl": {
116301
+ "S1wq": {
116146
116302
  "type": "structure",
116147
116303
  "members": {
116148
116304
  "InstanceFamily": {
@@ -116153,13 +116309,13 @@ module.exports={
116153
116309
  }
116154
116310
  }
116155
116311
  },
116156
- "S1x2": {
116312
+ "S1x7": {
116157
116313
  "type": "list",
116158
116314
  "member": {
116159
116315
  "locationName": "item"
116160
116316
  }
116161
116317
  },
116162
- "S1x4": {
116318
+ "S1x9": {
116163
116319
  "type": "list",
116164
116320
  "member": {
116165
116321
  "locationName": "item",
@@ -116194,19 +116350,19 @@ module.exports={
116194
116350
  }
116195
116351
  }
116196
116352
  },
116197
- "S1x7": {
116353
+ "S1xc": {
116198
116354
  "type": "list",
116199
116355
  "member": {
116200
116356
  "locationName": "item"
116201
116357
  }
116202
116358
  },
116203
- "S1x8": {
116359
+ "S1xd": {
116204
116360
  "type": "list",
116205
116361
  "member": {
116206
116362
  "locationName": "item"
116207
116363
  }
116208
116364
  },
116209
- "S1y8": {
116365
+ "S1yd": {
116210
116366
  "type": "structure",
116211
116367
  "members": {
116212
116368
  "IpamId": {
@@ -116258,7 +116414,7 @@ module.exports={
116258
116414
  }
116259
116415
  }
116260
116416
  },
116261
- "S1yv": {
116417
+ "S1z0": {
116262
116418
  "type": "structure",
116263
116419
  "members": {
116264
116420
  "HourlyPrice": {
@@ -116272,14 +116428,14 @@ module.exports={
116272
116428
  }
116273
116429
  }
116274
116430
  },
116275
- "S1zf": {
116431
+ "S1zk": {
116276
116432
  "type": "list",
116277
116433
  "member": {
116278
116434
  "shape": "Snj",
116279
116435
  "locationName": "item"
116280
116436
  }
116281
116437
  },
116282
- "S20r": {
116438
+ "S20w": {
116283
116439
  "type": "structure",
116284
116440
  "members": {
116285
116441
  "Comment": {},
@@ -116294,14 +116450,14 @@ module.exports={
116294
116450
  }
116295
116451
  }
116296
116452
  },
116297
- "S20u": {
116453
+ "S20z": {
116298
116454
  "type": "structure",
116299
116455
  "members": {
116300
116456
  "S3Bucket": {},
116301
116457
  "S3Key": {}
116302
116458
  }
116303
116459
  },
116304
- "S211": {
116460
+ "S216": {
116305
116461
  "type": "structure",
116306
116462
  "required": [
116307
116463
  "Bytes",
@@ -116322,7 +116478,7 @@ module.exports={
116322
116478
  }
116323
116479
  }
116324
116480
  },
116325
- "S212": {
116481
+ "S217": {
116326
116482
  "type": "structure",
116327
116483
  "required": [
116328
116484
  "Size"
@@ -116334,25 +116490,25 @@ module.exports={
116334
116490
  }
116335
116491
  }
116336
116492
  },
116337
- "S227": {
116493
+ "S22c": {
116338
116494
  "type": "list",
116339
116495
  "member": {
116340
116496
  "locationName": "UserId"
116341
116497
  }
116342
116498
  },
116343
- "S228": {
116499
+ "S22d": {
116344
116500
  "type": "list",
116345
116501
  "member": {
116346
116502
  "locationName": "UserGroup"
116347
116503
  }
116348
116504
  },
116349
- "S229": {
116505
+ "S22e": {
116350
116506
  "type": "list",
116351
116507
  "member": {
116352
116508
  "locationName": "ProductCode"
116353
116509
  }
116354
116510
  },
116355
- "S22b": {
116511
+ "S22g": {
116356
116512
  "type": "list",
116357
116513
  "member": {
116358
116514
  "locationName": "item",
@@ -116363,14 +116519,14 @@ module.exports={
116363
116519
  }
116364
116520
  }
116365
116521
  },
116366
- "S22g": {
116522
+ "S22l": {
116367
116523
  "type": "list",
116368
116524
  "member": {
116369
116525
  "shape": "S1h",
116370
116526
  "locationName": "item"
116371
116527
  }
116372
116528
  },
116373
- "S22t": {
116529
+ "S22y": {
116374
116530
  "type": "structure",
116375
116531
  "members": {
116376
116532
  "CapacityReservationPreference": {},
@@ -116379,7 +116535,7 @@ module.exports={
116379
116535
  }
116380
116536
  }
116381
116537
  },
116382
- "S23i": {
116538
+ "S23n": {
116383
116539
  "type": "list",
116384
116540
  "member": {
116385
116541
  "type": "structure",
@@ -116388,7 +116544,7 @@ module.exports={
116388
116544
  }
116389
116545
  }
116390
116546
  },
116391
- "S266": {
116547
+ "S26b": {
116392
116548
  "type": "structure",
116393
116549
  "members": {
116394
116550
  "AllowDnsResolutionFromRemoteVpc": {
@@ -116402,7 +116558,7 @@ module.exports={
116402
116558
  }
116403
116559
  }
116404
116560
  },
116405
- "S268": {
116561
+ "S26d": {
116406
116562
  "type": "structure",
116407
116563
  "members": {
116408
116564
  "AllowDnsResolutionFromRemoteVpc": {
@@ -116419,7 +116575,7 @@ module.exports={
116419
116575
  }
116420
116576
  }
116421
116577
  },
116422
- "S26n": {
116578
+ "S26s": {
116423
116579
  "type": "list",
116424
116580
  "member": {
116425
116581
  "locationName": "item",
@@ -116429,19 +116585,19 @@ module.exports={
116429
116585
  "locationName": "instanceId"
116430
116586
  },
116431
116587
  "Monitoring": {
116432
- "shape": "S1cj",
116588
+ "shape": "S1co",
116433
116589
  "locationName": "monitoring"
116434
116590
  }
116435
116591
  }
116436
116592
  }
116437
116593
  },
116438
- "S2ac": {
116594
+ "S2ah": {
116439
116595
  "type": "list",
116440
116596
  "member": {
116441
116597
  "locationName": "SecurityGroupId"
116442
116598
  }
116443
116599
  },
116444
- "S2b0": {
116600
+ "S2b5": {
116445
116601
  "type": "list",
116446
116602
  "member": {
116447
116603
  "locationName": "item",
@@ -116461,7 +116617,7 @@ module.exports={
116461
116617
  }
116462
116618
  }
116463
116619
  },
116464
- "S2bo": {
116620
+ "S2bt": {
116465
116621
  "type": "list",
116466
116622
  "member": {
116467
116623
  "locationName": "item",
@@ -209493,7 +209649,8 @@ module.exports={
209493
209649
  }
209494
209650
  }
209495
209651
  },
209496
- "ReadReplicaSourceDBClusterIdentifier": {}
209652
+ "ReadReplicaSourceDBClusterIdentifier": {},
209653
+ "PercentProgress": {}
209497
209654
  },
209498
209655
  "wrapper": true
209499
209656
  },
@@ -248826,7 +248983,17 @@ module.exports={
248826
248983
  "ExternalId": {},
248827
248984
  "SerialNumber": {},
248828
248985
  "TokenCode": {},
248829
- "SourceIdentity": {}
248986
+ "SourceIdentity": {},
248987
+ "ProvidedContexts": {
248988
+ "type": "list",
248989
+ "member": {
248990
+ "type": "structure",
248991
+ "members": {
248992
+ "ProviderArn": {},
248993
+ "ContextAssertion": {}
248994
+ }
248995
+ }
248996
+ }
248830
248997
  }
248831
248998
  },
248832
248999
  "output": {
@@ -248834,10 +249001,10 @@ module.exports={
248834
249001
  "type": "structure",
248835
249002
  "members": {
248836
249003
  "Credentials": {
248837
- "shape": "Si"
249004
+ "shape": "Sl"
248838
249005
  },
248839
249006
  "AssumedRoleUser": {
248840
- "shape": "Sn"
249007
+ "shape": "Sq"
248841
249008
  },
248842
249009
  "PackedPolicySize": {
248843
249010
  "type": "integer"
@@ -248875,10 +249042,10 @@ module.exports={
248875
249042
  "type": "structure",
248876
249043
  "members": {
248877
249044
  "Credentials": {
248878
- "shape": "Si"
249045
+ "shape": "Sl"
248879
249046
  },
248880
249047
  "AssumedRoleUser": {
248881
- "shape": "Sn"
249048
+ "shape": "Sq"
248882
249049
  },
248883
249050
  "PackedPolicySize": {
248884
249051
  "type": "integer"
@@ -248922,11 +249089,11 @@ module.exports={
248922
249089
  "type": "structure",
248923
249090
  "members": {
248924
249091
  "Credentials": {
248925
- "shape": "Si"
249092
+ "shape": "Sl"
248926
249093
  },
248927
249094
  "SubjectFromWebIdentityToken": {},
248928
249095
  "AssumedRoleUser": {
248929
- "shape": "Sn"
249096
+ "shape": "Sq"
248930
249097
  },
248931
249098
  "PackedPolicySize": {
248932
249099
  "type": "integer"
@@ -249013,7 +249180,7 @@ module.exports={
249013
249180
  "type": "structure",
249014
249181
  "members": {
249015
249182
  "Credentials": {
249016
- "shape": "Si"
249183
+ "shape": "Sl"
249017
249184
  },
249018
249185
  "FederatedUser": {
249019
249186
  "type": "structure",
@@ -249048,7 +249215,7 @@ module.exports={
249048
249215
  "type": "structure",
249049
249216
  "members": {
249050
249217
  "Credentials": {
249051
- "shape": "Si"
249218
+ "shape": "Sl"
249052
249219
  }
249053
249220
  }
249054
249221
  }
@@ -249078,7 +249245,7 @@ module.exports={
249078
249245
  }
249079
249246
  }
249080
249247
  },
249081
- "Si": {
249248
+ "Sl": {
249082
249249
  "type": "structure",
249083
249250
  "required": [
249084
249251
  "AccessKeyId",
@@ -249098,7 +249265,7 @@ module.exports={
249098
249265
  }
249099
249266
  }
249100
249267
  },
249101
- "Sn": {
249268
+ "Sq": {
249102
249269
  "type": "structure",
249103
249270
  "required": [
249104
249271
  "AssumedRoleId",
@@ -260353,7 +260520,7 @@ AWS.util.update(AWS, {
260353
260520
  /**
260354
260521
  * @constant
260355
260522
  */
260356
- VERSION: '2.1420.0',
260523
+ VERSION: '2.1422.0',
260357
260524
 
260358
260525
  /**
260359
260526
  * @api private
@@ -282534,7 +282701,7 @@ var LRUCache = /** @class */ (function () {
282534
282701
  }());
282535
282702
  exports.LRUCache = LRUCache;
282536
282703
  },{}],467:[function(require,module,exports){
282537
- // AWS SDK for JavaScript v2.1420.0
282704
+ // AWS SDK for JavaScript v2.1422.0
282538
282705
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
282539
282706
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
282540
282707
  require('./browser_loader');