aws-sdk 2.1421.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.
- package/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/billingconductor-2021-07-30.min.json +96 -68
- package/apis/customer-profiles-2020-08-15.min.json +253 -57
- package/apis/datasync-2018-11-09.min.json +198 -102
- package/apis/ec2-2016-11-15.min.json +300 -278
- package/apis/emr-serverless-2021-07-13.min.json +25 -3
- package/apis/rds-2014-10-31.min.json +2 -1
- package/apis/sagemaker-2017-07-24.min.json +4 -0
- package/apis/securityhub-2018-10-26.min.json +145 -108
- package/apis/sts-2011-06-15.min.json +21 -11
- package/apis/transfer-2018-11-05.min.json +117 -73
- package/apis/wisdom-2020-10-19.min.json +77 -59
- package/clients/billingconductor.d.ts +102 -69
- package/clients/customerprofiles.d.ts +204 -4
- package/clients/datasync.d.ts +171 -27
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ec2.d.ts +26 -0
- package/clients/emrserverless.d.ts +33 -2
- package/clients/lambda.d.ts +1 -1
- package/clients/rds.d.ts +14 -10
- package/clients/sagemaker.d.ts +4 -4
- package/clients/securityhub.d.ts +69 -10
- package/clients/sts.d.ts +17 -1
- package/clients/transfer.d.ts +85 -19
- package/clients/wisdom.d.ts +24 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +326 -293
- package/dist/aws-sdk.min.js +67 -67
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +2 -2
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
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){
|
@@ -93003,6 +93003,14 @@ module.exports={
|
|
93003
93003
|
"MaximumNetworkInterfaces": {
|
93004
93004
|
"locationName": "maximumNetworkInterfaces",
|
93005
93005
|
"type": "integer"
|
93006
|
+
},
|
93007
|
+
"BaselineBandwidthInGbps": {
|
93008
|
+
"locationName": "baselineBandwidthInGbps",
|
93009
|
+
"type": "double"
|
93010
|
+
},
|
93011
|
+
"PeakBandwidthInGbps": {
|
93012
|
+
"locationName": "peakBandwidthInGbps",
|
93013
|
+
"type": "double"
|
93006
93014
|
}
|
93007
93015
|
}
|
93008
93016
|
}
|
@@ -93158,9 +93166,23 @@ module.exports={
|
|
93158
93166
|
},
|
93159
93167
|
"Manufacturer": {
|
93160
93168
|
"locationName": "manufacturer"
|
93169
|
+
},
|
93170
|
+
"MemoryInfo": {
|
93171
|
+
"locationName": "memoryInfo",
|
93172
|
+
"type": "structure",
|
93173
|
+
"members": {
|
93174
|
+
"SizeInMiB": {
|
93175
|
+
"locationName": "sizeInMiB",
|
93176
|
+
"type": "integer"
|
93177
|
+
}
|
93178
|
+
}
|
93161
93179
|
}
|
93162
93180
|
}
|
93163
93181
|
}
|
93182
|
+
},
|
93183
|
+
"TotalInferenceMemoryInMiB": {
|
93184
|
+
"locationName": "totalInferenceMemoryInMiB",
|
93185
|
+
"type": "integer"
|
93164
93186
|
}
|
93165
93187
|
}
|
93166
93188
|
},
|
@@ -93247,7 +93269,7 @@ module.exports={
|
|
93247
93269
|
"locationName": "reservationSet",
|
93248
93270
|
"type": "list",
|
93249
93271
|
"member": {
|
93250
|
-
"shape": "
|
93272
|
+
"shape": "S1cl",
|
93251
93273
|
"locationName": "item"
|
93252
93274
|
}
|
93253
93275
|
},
|
@@ -93879,7 +93901,7 @@ module.exports={
|
|
93879
93901
|
"locationName": "localGatewayVirtualInterfaceGroupId"
|
93880
93902
|
},
|
93881
93903
|
"LocalGatewayVirtualInterfaceIds": {
|
93882
|
-
"shape": "
|
93904
|
+
"shape": "S1fa",
|
93883
93905
|
"locationName": "localGatewayVirtualInterfaceIdSet"
|
93884
93906
|
},
|
93885
93907
|
"LocalGatewayId": {
|
@@ -93906,7 +93928,7 @@ module.exports={
|
|
93906
93928
|
"type": "structure",
|
93907
93929
|
"members": {
|
93908
93930
|
"LocalGatewayVirtualInterfaceIds": {
|
93909
|
-
"shape": "
|
93931
|
+
"shape": "S1fa",
|
93910
93932
|
"locationName": "LocalGatewayVirtualInterfaceId"
|
93911
93933
|
},
|
93912
93934
|
"Filters": {
|
@@ -94239,7 +94261,7 @@ module.exports={
|
|
94239
94261
|
"locationName": "networkInsightsAccessScopeAnalysisSet",
|
94240
94262
|
"type": "list",
|
94241
94263
|
"member": {
|
94242
|
-
"shape": "
|
94264
|
+
"shape": "S1ga",
|
94243
94265
|
"locationName": "item"
|
94244
94266
|
}
|
94245
94267
|
},
|
@@ -94328,7 +94350,7 @@ module.exports={
|
|
94328
94350
|
"locationName": "networkInsightsAnalysisSet",
|
94329
94351
|
"type": "list",
|
94330
94352
|
"member": {
|
94331
|
-
"shape": "
|
94353
|
+
"shape": "S1gl",
|
94332
94354
|
"locationName": "item"
|
94333
94355
|
}
|
94334
94356
|
},
|
@@ -94681,7 +94703,7 @@ module.exports={
|
|
94681
94703
|
"locationName": "poolAddressRangeSet",
|
94682
94704
|
"type": "list",
|
94683
94705
|
"member": {
|
94684
|
-
"shape": "
|
94706
|
+
"shape": "S1io",
|
94685
94707
|
"locationName": "item"
|
94686
94708
|
}
|
94687
94709
|
},
|
@@ -94809,7 +94831,7 @@ module.exports={
|
|
94809
94831
|
},
|
94810
94832
|
"OfferingClass": {},
|
94811
94833
|
"ReservedInstancesIds": {
|
94812
|
-
"shape": "
|
94834
|
+
"shape": "S1j1",
|
94813
94835
|
"locationName": "ReservedInstancesId"
|
94814
94836
|
},
|
94815
94837
|
"DryRun": {
|
@@ -94883,7 +94905,7 @@ module.exports={
|
|
94883
94905
|
"locationName": "offeringType"
|
94884
94906
|
},
|
94885
94907
|
"RecurringCharges": {
|
94886
|
-
"shape": "
|
94908
|
+
"shape": "S1j9",
|
94887
94909
|
"locationName": "recurringCharges"
|
94888
94910
|
},
|
94889
94911
|
"Scope": {
|
@@ -94980,7 +95002,7 @@ module.exports={
|
|
94980
95002
|
"locationName": "reservedInstancesId"
|
94981
95003
|
},
|
94982
95004
|
"TargetConfiguration": {
|
94983
|
-
"shape": "
|
95005
|
+
"shape": "S1jn",
|
94984
95006
|
"locationName": "targetConfiguration"
|
94985
95007
|
}
|
94986
95008
|
}
|
@@ -95135,7 +95157,7 @@ module.exports={
|
|
95135
95157
|
}
|
95136
95158
|
},
|
95137
95159
|
"RecurringCharges": {
|
95138
|
-
"shape": "
|
95160
|
+
"shape": "S1j9",
|
95139
95161
|
"locationName": "recurringCharges"
|
95140
95162
|
},
|
95141
95163
|
"Scope": {
|
@@ -95303,7 +95325,7 @@ module.exports={
|
|
95303
95325
|
"locationName": "purchaseToken"
|
95304
95326
|
},
|
95305
95327
|
"Recurrence": {
|
95306
|
-
"shape": "
|
95328
|
+
"shape": "S1ka",
|
95307
95329
|
"locationName": "recurrence"
|
95308
95330
|
},
|
95309
95331
|
"SlotDurationInHours": {
|
@@ -95365,7 +95387,7 @@ module.exports={
|
|
95365
95387
|
"locationName": "scheduledInstanceSet",
|
95366
95388
|
"type": "list",
|
95367
95389
|
"member": {
|
95368
|
-
"shape": "
|
95390
|
+
"shape": "S1ki",
|
95369
95391
|
"locationName": "item"
|
95370
95392
|
}
|
95371
95393
|
}
|
@@ -95424,7 +95446,7 @@ module.exports={
|
|
95424
95446
|
"locationName": "Filter"
|
95425
95447
|
},
|
95426
95448
|
"SecurityGroupRuleIds": {
|
95427
|
-
"shape": "
|
95449
|
+
"shape": "S1kp",
|
95428
95450
|
"locationName": "SecurityGroupRuleId"
|
95429
95451
|
},
|
95430
95452
|
"DryRun": {
|
@@ -95462,7 +95484,7 @@ module.exports={
|
|
95462
95484
|
"locationName": "GroupId"
|
95463
95485
|
},
|
95464
95486
|
"GroupNames": {
|
95465
|
-
"shape": "
|
95487
|
+
"shape": "S1kt",
|
95466
95488
|
"locationName": "GroupName"
|
95467
95489
|
},
|
95468
95490
|
"DryRun": {
|
@@ -95541,7 +95563,7 @@ module.exports={
|
|
95541
95563
|
"type": "structure",
|
95542
95564
|
"members": {
|
95543
95565
|
"CreateVolumePermissions": {
|
95544
|
-
"shape": "
|
95566
|
+
"shape": "S1l1",
|
95545
95567
|
"locationName": "createVolumePermission"
|
95546
95568
|
},
|
95547
95569
|
"ProductCodes": {
|
@@ -95653,7 +95675,7 @@ module.exports={
|
|
95653
95675
|
"member": {}
|
95654
95676
|
},
|
95655
95677
|
"SnapshotIds": {
|
95656
|
-
"shape": "
|
95678
|
+
"shape": "S1lb",
|
95657
95679
|
"locationName": "SnapshotId"
|
95658
95680
|
},
|
95659
95681
|
"DryRun": {
|
@@ -95852,7 +95874,7 @@ module.exports={
|
|
95852
95874
|
"type": "timestamp"
|
95853
95875
|
},
|
95854
95876
|
"SpotFleetRequestConfig": {
|
95855
|
-
"shape": "
|
95877
|
+
"shape": "S1lu",
|
95856
95878
|
"locationName": "spotFleetRequestConfig"
|
95857
95879
|
},
|
95858
95880
|
"SpotFleetRequestId": {
|
@@ -95897,7 +95919,7 @@ module.exports={
|
|
95897
95919
|
"type": "structure",
|
95898
95920
|
"members": {
|
95899
95921
|
"SpotInstanceRequests": {
|
95900
|
-
"shape": "
|
95922
|
+
"shape": "S1mm",
|
95901
95923
|
"locationName": "spotInstanceRequestSet"
|
95902
95924
|
},
|
95903
95925
|
"NextToken": {
|
@@ -96023,11 +96045,11 @@ module.exports={
|
|
96023
96045
|
"locationName": "groupName"
|
96024
96046
|
},
|
96025
96047
|
"StaleIpPermissions": {
|
96026
|
-
"shape": "
|
96048
|
+
"shape": "S1n4",
|
96027
96049
|
"locationName": "staleIpPermissions"
|
96028
96050
|
},
|
96029
96051
|
"StaleIpPermissionsEgress": {
|
96030
|
-
"shape": "
|
96052
|
+
"shape": "S1n4",
|
96031
96053
|
"locationName": "staleIpPermissionsEgress"
|
96032
96054
|
},
|
96033
96055
|
"VpcId": {
|
@@ -96327,7 +96349,7 @@ module.exports={
|
|
96327
96349
|
"type": "structure",
|
96328
96350
|
"members": {
|
96329
96351
|
"TransitGatewayAttachmentIds": {
|
96330
|
-
"shape": "
|
96352
|
+
"shape": "S1o2"
|
96331
96353
|
},
|
96332
96354
|
"Filters": {
|
96333
96355
|
"shape": "Szi",
|
@@ -96447,7 +96469,7 @@ module.exports={
|
|
96447
96469
|
"type": "structure",
|
96448
96470
|
"members": {
|
96449
96471
|
"TransitGatewayAttachmentIds": {
|
96450
|
-
"shape": "
|
96472
|
+
"shape": "S1o2"
|
96451
96473
|
},
|
96452
96474
|
"Filters": {
|
96453
96475
|
"shape": "Szi",
|
@@ -96524,7 +96546,7 @@ module.exports={
|
|
96524
96546
|
"type": "structure",
|
96525
96547
|
"members": {
|
96526
96548
|
"TransitGatewayAttachmentIds": {
|
96527
|
-
"shape": "
|
96549
|
+
"shape": "S1o2"
|
96528
96550
|
},
|
96529
96551
|
"Filters": {
|
96530
96552
|
"shape": "Szi",
|
@@ -96681,7 +96703,7 @@ module.exports={
|
|
96681
96703
|
"type": "structure",
|
96682
96704
|
"members": {
|
96683
96705
|
"TransitGatewayAttachmentIds": {
|
96684
|
-
"shape": "
|
96706
|
+
"shape": "S1o2"
|
96685
96707
|
},
|
96686
96708
|
"Filters": {
|
96687
96709
|
"shape": "Szi",
|
@@ -96884,7 +96906,7 @@ module.exports={
|
|
96884
96906
|
"type": "structure",
|
96885
96907
|
"members": {
|
96886
96908
|
"VerifiedAccessInstanceIds": {
|
96887
|
-
"shape": "
|
96909
|
+
"shape": "S1pl",
|
96888
96910
|
"locationName": "VerifiedAccessInstanceId"
|
96889
96911
|
},
|
96890
96912
|
"MaxResults": {
|
@@ -96907,7 +96929,7 @@ module.exports={
|
|
96907
96929
|
"locationName": "loggingConfigurationSet",
|
96908
96930
|
"type": "list",
|
96909
96931
|
"member": {
|
96910
|
-
"shape": "
|
96932
|
+
"shape": "S1pp",
|
96911
96933
|
"locationName": "item"
|
96912
96934
|
}
|
96913
96935
|
},
|
@@ -96922,7 +96944,7 @@ module.exports={
|
|
96922
96944
|
"type": "structure",
|
96923
96945
|
"members": {
|
96924
96946
|
"VerifiedAccessInstanceIds": {
|
96925
|
-
"shape": "
|
96947
|
+
"shape": "S1pl",
|
96926
96948
|
"locationName": "VerifiedAccessInstanceId"
|
96927
96949
|
},
|
96928
96950
|
"MaxResults": {
|
@@ -97242,7 +97264,7 @@ module.exports={
|
|
97242
97264
|
"locationName": "volumeModificationSet",
|
97243
97265
|
"type": "list",
|
97244
97266
|
"member": {
|
97245
|
-
"shape": "
|
97267
|
+
"shape": "S1qt",
|
97246
97268
|
"locationName": "item"
|
97247
97269
|
}
|
97248
97270
|
},
|
@@ -97302,7 +97324,7 @@ module.exports={
|
|
97302
97324
|
"type": "boolean"
|
97303
97325
|
},
|
97304
97326
|
"VpcIds": {
|
97305
|
-
"shape": "
|
97327
|
+
"shape": "S1qz",
|
97306
97328
|
"locationName": "VpcId"
|
97307
97329
|
}
|
97308
97330
|
}
|
@@ -97346,7 +97368,7 @@ module.exports={
|
|
97346
97368
|
"locationName": "nextToken"
|
97347
97369
|
},
|
97348
97370
|
"VpcIds": {
|
97349
|
-
"shape": "
|
97371
|
+
"shape": "S1qz"
|
97350
97372
|
}
|
97351
97373
|
}
|
97352
97374
|
},
|
@@ -98149,11 +98171,11 @@ module.exports={
|
|
98149
98171
|
],
|
98150
98172
|
"members": {
|
98151
98173
|
"AvailabilityZones": {
|
98152
|
-
"shape": "
|
98174
|
+
"shape": "S1sz",
|
98153
98175
|
"locationName": "AvailabilityZone"
|
98154
98176
|
},
|
98155
98177
|
"SourceSnapshotIds": {
|
98156
|
-
"shape": "
|
98178
|
+
"shape": "S1lb",
|
98157
98179
|
"locationName": "SourceSnapshotId"
|
98158
98180
|
},
|
98159
98181
|
"DryRun": {
|
@@ -98337,7 +98359,7 @@ module.exports={
|
|
98337
98359
|
"type": "structure",
|
98338
98360
|
"members": {
|
98339
98361
|
"Propagation": {
|
98340
|
-
"shape": "
|
98362
|
+
"shape": "S1tg",
|
98341
98363
|
"locationName": "propagation"
|
98342
98364
|
}
|
98343
98365
|
}
|
@@ -98917,11 +98939,11 @@ module.exports={
|
|
98917
98939
|
],
|
98918
98940
|
"members": {
|
98919
98941
|
"AvailabilityZones": {
|
98920
|
-
"shape": "
|
98942
|
+
"shape": "S1sz",
|
98921
98943
|
"locationName": "AvailabilityZone"
|
98922
98944
|
},
|
98923
98945
|
"SourceSnapshotIds": {
|
98924
|
-
"shape": "
|
98946
|
+
"shape": "S1lb",
|
98925
98947
|
"locationName": "SourceSnapshotId"
|
98926
98948
|
},
|
98927
98949
|
"DryRun": {
|
@@ -99128,7 +99150,7 @@ module.exports={
|
|
99128
99150
|
"type": "structure",
|
99129
99151
|
"members": {
|
99130
99152
|
"Propagation": {
|
99131
|
-
"shape": "
|
99153
|
+
"shape": "S1tg",
|
99132
99154
|
"locationName": "propagation"
|
99133
99155
|
}
|
99134
99156
|
}
|
@@ -99739,7 +99761,7 @@ module.exports={
|
|
99739
99761
|
"type": "structure",
|
99740
99762
|
"members": {
|
99741
99763
|
"InstanceFamilyCreditSpecification": {
|
99742
|
-
"shape": "
|
99764
|
+
"shape": "S1wq",
|
99743
99765
|
"locationName": "instanceFamilyCreditSpecification"
|
99744
99766
|
}
|
99745
99767
|
}
|
@@ -99886,7 +99908,7 @@ module.exports={
|
|
99886
99908
|
],
|
99887
99909
|
"members": {
|
99888
99910
|
"HostIdSet": {
|
99889
|
-
"shape": "
|
99911
|
+
"shape": "S1x7"
|
99890
99912
|
},
|
99891
99913
|
"OfferingId": {}
|
99892
99914
|
}
|
@@ -99898,7 +99920,7 @@ module.exports={
|
|
99898
99920
|
"locationName": "currencyCode"
|
99899
99921
|
},
|
99900
99922
|
"Purchase": {
|
99901
|
-
"shape": "
|
99923
|
+
"shape": "S1x9",
|
99902
99924
|
"locationName": "purchase"
|
99903
99925
|
},
|
99904
99926
|
"TotalHourlyPrice": {
|
@@ -99923,11 +99945,11 @@ module.exports={
|
|
99923
99945
|
"type": "boolean"
|
99924
99946
|
},
|
99925
99947
|
"ArchitectureTypes": {
|
99926
|
-
"shape": "
|
99948
|
+
"shape": "S1xc",
|
99927
99949
|
"locationName": "ArchitectureType"
|
99928
99950
|
},
|
99929
99951
|
"VirtualizationTypes": {
|
99930
|
-
"shape": "
|
99952
|
+
"shape": "S1xd",
|
99931
99953
|
"locationName": "VirtualizationType"
|
99932
99954
|
},
|
99933
99955
|
"InstanceRequirements": {
|
@@ -100324,7 +100346,7 @@ module.exports={
|
|
100324
100346
|
"locationName": "ipamResourceCidrSet",
|
100325
100347
|
"type": "list",
|
100326
100348
|
"member": {
|
100327
|
-
"shape": "
|
100349
|
+
"shape": "S1yd",
|
100328
100350
|
"locationName": "item"
|
100329
100351
|
}
|
100330
100352
|
}
|
@@ -100484,7 +100506,7 @@ module.exports={
|
|
100484
100506
|
"locationName": "findingId"
|
100485
100507
|
},
|
100486
100508
|
"FindingComponents": {
|
100487
|
-
"shape": "
|
100509
|
+
"shape": "S1gn",
|
100488
100510
|
"locationName": "findingComponentSet"
|
100489
100511
|
}
|
100490
100512
|
}
|
@@ -100587,7 +100609,7 @@ module.exports={
|
|
100587
100609
|
"locationName": "paymentDue"
|
100588
100610
|
},
|
100589
100611
|
"ReservedInstanceValueRollup": {
|
100590
|
-
"shape": "
|
100612
|
+
"shape": "S1z0",
|
100591
100613
|
"locationName": "reservedInstanceValueRollup"
|
100592
100614
|
},
|
100593
100615
|
"ReservedInstanceValueSet": {
|
@@ -100598,7 +100620,7 @@ module.exports={
|
|
100598
100620
|
"type": "structure",
|
100599
100621
|
"members": {
|
100600
100622
|
"ReservationValue": {
|
100601
|
-
"shape": "
|
100623
|
+
"shape": "S1z0",
|
100602
100624
|
"locationName": "reservationValue"
|
100603
100625
|
},
|
100604
100626
|
"ReservedInstanceId": {
|
@@ -100608,7 +100630,7 @@ module.exports={
|
|
100608
100630
|
}
|
100609
100631
|
},
|
100610
100632
|
"TargetConfigurationValueRollup": {
|
100611
|
-
"shape": "
|
100633
|
+
"shape": "S1z0",
|
100612
100634
|
"locationName": "targetConfigurationValueRollup"
|
100613
100635
|
},
|
100614
100636
|
"TargetConfigurationValueSet": {
|
@@ -100619,7 +100641,7 @@ module.exports={
|
|
100619
100641
|
"type": "structure",
|
100620
100642
|
"members": {
|
100621
100643
|
"ReservationValue": {
|
100622
|
-
"shape": "
|
100644
|
+
"shape": "S1z0",
|
100623
100645
|
"locationName": "reservationValue"
|
100624
100646
|
},
|
100625
100647
|
"TargetConfiguration": {
|
@@ -100691,11 +100713,11 @@ module.exports={
|
|
100691
100713
|
"type": "structure",
|
100692
100714
|
"members": {
|
100693
100715
|
"ArchitectureTypes": {
|
100694
|
-
"shape": "
|
100716
|
+
"shape": "S1xc",
|
100695
100717
|
"locationName": "ArchitectureType"
|
100696
100718
|
},
|
100697
100719
|
"VirtualizationTypes": {
|
100698
|
-
"shape": "
|
100720
|
+
"shape": "S1xd",
|
100699
100721
|
"locationName": "VirtualizationType"
|
100700
100722
|
},
|
100701
100723
|
"InstanceRequirements": {
|
@@ -100766,11 +100788,11 @@ module.exports={
|
|
100766
100788
|
"type": "structure",
|
100767
100789
|
"members": {
|
100768
100790
|
"SubnetIpv4CidrReservations": {
|
100769
|
-
"shape": "
|
100791
|
+
"shape": "S1zk",
|
100770
100792
|
"locationName": "subnetIpv4CidrReservationSet"
|
100771
100793
|
},
|
100772
100794
|
"SubnetIpv6CidrReservations": {
|
100773
|
-
"shape": "
|
100795
|
+
"shape": "S1zk",
|
100774
100796
|
"locationName": "subnetIpv6CidrReservationSet"
|
100775
100797
|
},
|
100776
100798
|
"NextToken": {
|
@@ -101347,7 +101369,7 @@ module.exports={
|
|
101347
101369
|
"members": {
|
101348
101370
|
"Architecture": {},
|
101349
101371
|
"ClientData": {
|
101350
|
-
"shape": "
|
101372
|
+
"shape": "S20w"
|
101351
101373
|
},
|
101352
101374
|
"ClientToken": {},
|
101353
101375
|
"Description": {},
|
@@ -101366,7 +101388,7 @@ module.exports={
|
|
101366
101388
|
"shape": "S17v"
|
101367
101389
|
},
|
101368
101390
|
"UserBucket": {
|
101369
|
-
"shape": "
|
101391
|
+
"shape": "S20z"
|
101370
101392
|
}
|
101371
101393
|
}
|
101372
101394
|
}
|
@@ -101476,10 +101498,10 @@ module.exports={
|
|
101476
101498
|
"members": {
|
101477
101499
|
"Description": {},
|
101478
101500
|
"Image": {
|
101479
|
-
"shape": "
|
101501
|
+
"shape": "S216"
|
101480
101502
|
},
|
101481
101503
|
"Volume": {
|
101482
|
-
"shape": "
|
101504
|
+
"shape": "S217"
|
101483
101505
|
}
|
101484
101506
|
}
|
101485
101507
|
}
|
@@ -101602,7 +101624,7 @@ module.exports={
|
|
101602
101624
|
"type": "structure",
|
101603
101625
|
"members": {
|
101604
101626
|
"ClientData": {
|
101605
|
-
"shape": "
|
101627
|
+
"shape": "S20w"
|
101606
101628
|
},
|
101607
101629
|
"ClientToken": {},
|
101608
101630
|
"Description": {},
|
@@ -101615,7 +101637,7 @@ module.exports={
|
|
101615
101637
|
"shape": "S17v"
|
101616
101638
|
},
|
101617
101639
|
"UserBucket": {
|
101618
|
-
"shape": "
|
101640
|
+
"shape": "S20z"
|
101619
101641
|
}
|
101620
101642
|
}
|
101621
101643
|
},
|
@@ -101673,11 +101695,11 @@ module.exports={
|
|
101673
101695
|
"type": "boolean"
|
101674
101696
|
},
|
101675
101697
|
"Image": {
|
101676
|
-
"shape": "
|
101698
|
+
"shape": "S216",
|
101677
101699
|
"locationName": "image"
|
101678
101700
|
},
|
101679
101701
|
"Volume": {
|
101680
|
-
"shape": "
|
101702
|
+
"shape": "S217",
|
101681
101703
|
"locationName": "volume"
|
101682
101704
|
}
|
101683
101705
|
}
|
@@ -101754,7 +101776,7 @@ module.exports={
|
|
101754
101776
|
},
|
101755
101777
|
"NextToken": {},
|
101756
101778
|
"SnapshotIds": {
|
101757
|
-
"shape": "
|
101779
|
+
"shape": "S1lb",
|
101758
101780
|
"locationName": "SnapshotId"
|
101759
101781
|
},
|
101760
101782
|
"DryRun": {
|
@@ -101992,7 +102014,7 @@ module.exports={
|
|
101992
102014
|
"type": "structure",
|
101993
102015
|
"members": {
|
101994
102016
|
"InstanceFamilyCreditSpecification": {
|
101995
|
-
"shape": "
|
102017
|
+
"shape": "S1wq",
|
101996
102018
|
"locationName": "instanceFamilyCreditSpecification"
|
101997
102019
|
}
|
101998
102020
|
}
|
@@ -102066,25 +102088,25 @@ module.exports={
|
|
102066
102088
|
"Attribute": {},
|
102067
102089
|
"OperationType": {},
|
102068
102090
|
"UserIds": {
|
102069
|
-
"shape": "
|
102091
|
+
"shape": "S22c",
|
102070
102092
|
"locationName": "UserId"
|
102071
102093
|
},
|
102072
102094
|
"UserGroups": {
|
102073
|
-
"shape": "
|
102095
|
+
"shape": "S22d",
|
102074
102096
|
"locationName": "UserGroup"
|
102075
102097
|
},
|
102076
102098
|
"ProductCodes": {
|
102077
|
-
"shape": "
|
102099
|
+
"shape": "S22e",
|
102078
102100
|
"locationName": "ProductCode"
|
102079
102101
|
},
|
102080
102102
|
"LoadPermission": {
|
102081
102103
|
"type": "structure",
|
102082
102104
|
"members": {
|
102083
102105
|
"Add": {
|
102084
|
-
"shape": "
|
102106
|
+
"shape": "S22g"
|
102085
102107
|
},
|
102086
102108
|
"Remove": {
|
102087
|
-
"shape": "
|
102109
|
+
"shape": "S22g"
|
102088
102110
|
}
|
102089
102111
|
}
|
102090
102112
|
},
|
@@ -102130,7 +102152,7 @@ module.exports={
|
|
102130
102152
|
"locationName": "successful"
|
102131
102153
|
},
|
102132
102154
|
"Unsuccessful": {
|
102133
|
-
"shape": "
|
102155
|
+
"shape": "S22l",
|
102134
102156
|
"locationName": "unsuccessful"
|
102135
102157
|
}
|
102136
102158
|
}
|
@@ -102198,15 +102220,15 @@ module.exports={
|
|
102198
102220
|
},
|
102199
102221
|
"OperationType": {},
|
102200
102222
|
"ProductCodes": {
|
102201
|
-
"shape": "
|
102223
|
+
"shape": "S22e",
|
102202
102224
|
"locationName": "ProductCode"
|
102203
102225
|
},
|
102204
102226
|
"UserGroups": {
|
102205
|
-
"shape": "
|
102227
|
+
"shape": "S22d",
|
102206
102228
|
"locationName": "UserGroup"
|
102207
102229
|
},
|
102208
102230
|
"UserIds": {
|
102209
|
-
"shape": "
|
102231
|
+
"shape": "S22c",
|
102210
102232
|
"locationName": "UserId"
|
102211
102233
|
},
|
102212
102234
|
"Value": {},
|
@@ -102351,7 +102373,7 @@ module.exports={
|
|
102351
102373
|
"members": {
|
102352
102374
|
"InstanceId": {},
|
102353
102375
|
"CapacityReservationSpecification": {
|
102354
|
-
"shape": "
|
102376
|
+
"shape": "S22y"
|
102355
102377
|
},
|
102356
102378
|
"DryRun": {
|
102357
102379
|
"type": "boolean"
|
@@ -102551,7 +102573,7 @@ module.exports={
|
|
102551
102573
|
"locationName": "instanceId"
|
102552
102574
|
},
|
102553
102575
|
"InstanceMetadataOptions": {
|
102554
|
-
"shape": "
|
102576
|
+
"shape": "S1da",
|
102555
102577
|
"locationName": "instanceMetadataOptions"
|
102556
102578
|
}
|
102557
102579
|
}
|
@@ -102611,7 +102633,7 @@ module.exports={
|
|
102611
102633
|
"locationName": "AddOperatingRegion"
|
102612
102634
|
},
|
102613
102635
|
"RemoveOperatingRegions": {
|
102614
|
-
"shape": "
|
102636
|
+
"shape": "S23n",
|
102615
102637
|
"locationName": "RemoveOperatingRegion"
|
102616
102638
|
}
|
102617
102639
|
}
|
@@ -102701,7 +102723,7 @@ module.exports={
|
|
102701
102723
|
"type": "structure",
|
102702
102724
|
"members": {
|
102703
102725
|
"IpamResourceCidr": {
|
102704
|
-
"shape": "
|
102726
|
+
"shape": "S1yd",
|
102705
102727
|
"locationName": "ipamResourceCidr"
|
102706
102728
|
}
|
102707
102729
|
}
|
@@ -102724,7 +102746,7 @@ module.exports={
|
|
102724
102746
|
"locationName": "AddOperatingRegion"
|
102725
102747
|
},
|
102726
102748
|
"RemoveOperatingRegions": {
|
102727
|
-
"shape": "
|
102749
|
+
"shape": "S23n",
|
102728
102750
|
"locationName": "RemoveOperatingRegion"
|
102729
102751
|
}
|
102730
102752
|
}
|
@@ -102946,7 +102968,7 @@ module.exports={
|
|
102946
102968
|
],
|
102947
102969
|
"members": {
|
102948
102970
|
"ReservedInstancesIds": {
|
102949
|
-
"shape": "
|
102971
|
+
"shape": "S1j1",
|
102950
102972
|
"locationName": "ReservedInstancesId"
|
102951
102973
|
},
|
102952
102974
|
"ClientToken": {
|
@@ -102956,7 +102978,7 @@ module.exports={
|
|
102956
102978
|
"locationName": "ReservedInstancesConfigurationSetItemType",
|
102957
102979
|
"type": "list",
|
102958
102980
|
"member": {
|
102959
|
-
"shape": "
|
102981
|
+
"shape": "S1jn",
|
102960
102982
|
"locationName": "item"
|
102961
102983
|
}
|
102962
102984
|
}
|
@@ -103038,21 +103060,21 @@ module.exports={
|
|
103038
103060
|
"type": "structure",
|
103039
103061
|
"members": {
|
103040
103062
|
"Add": {
|
103041
|
-
"shape": "
|
103063
|
+
"shape": "S1l1"
|
103042
103064
|
},
|
103043
103065
|
"Remove": {
|
103044
|
-
"shape": "
|
103066
|
+
"shape": "S1l1"
|
103045
103067
|
}
|
103046
103068
|
}
|
103047
103069
|
},
|
103048
103070
|
"GroupNames": {
|
103049
|
-
"shape": "
|
103071
|
+
"shape": "S1kt",
|
103050
103072
|
"locationName": "UserGroup"
|
103051
103073
|
},
|
103052
103074
|
"OperationType": {},
|
103053
103075
|
"SnapshotId": {},
|
103054
103076
|
"UserIds": {
|
103055
|
-
"shape": "
|
103077
|
+
"shape": "S22c",
|
103056
103078
|
"locationName": "UserId"
|
103057
103079
|
},
|
103058
103080
|
"DryRun": {
|
@@ -103100,7 +103122,7 @@ module.exports={
|
|
103100
103122
|
"locationName": "excessCapacityTerminationPolicy"
|
103101
103123
|
},
|
103102
103124
|
"LaunchTemplateConfigs": {
|
103103
|
-
"shape": "
|
103125
|
+
"shape": "S1m9",
|
103104
103126
|
"locationName": "LaunchTemplateConfig"
|
103105
103127
|
},
|
103106
103128
|
"SpotFleetRequestId": {
|
@@ -103636,7 +103658,7 @@ module.exports={
|
|
103636
103658
|
"type": "structure",
|
103637
103659
|
"members": {
|
103638
103660
|
"LoggingConfiguration": {
|
103639
|
-
"shape": "
|
103661
|
+
"shape": "S1pp",
|
103640
103662
|
"locationName": "loggingConfiguration"
|
103641
103663
|
}
|
103642
103664
|
}
|
@@ -103713,7 +103735,7 @@ module.exports={
|
|
103713
103735
|
"type": "structure",
|
103714
103736
|
"members": {
|
103715
103737
|
"VolumeModification": {
|
103716
|
-
"shape": "
|
103738
|
+
"shape": "S1qt",
|
103717
103739
|
"locationName": "volumeModification"
|
103718
103740
|
}
|
103719
103741
|
}
|
@@ -103982,13 +104004,13 @@ module.exports={
|
|
103982
104004
|
],
|
103983
104005
|
"members": {
|
103984
104006
|
"AccepterPeeringConnectionOptions": {
|
103985
|
-
"shape": "
|
104007
|
+
"shape": "S26b"
|
103986
104008
|
},
|
103987
104009
|
"DryRun": {
|
103988
104010
|
"type": "boolean"
|
103989
104011
|
},
|
103990
104012
|
"RequesterPeeringConnectionOptions": {
|
103991
|
-
"shape": "
|
104013
|
+
"shape": "S26b"
|
103992
104014
|
},
|
103993
104015
|
"VpcPeeringConnectionId": {}
|
103994
104016
|
}
|
@@ -103997,11 +104019,11 @@ module.exports={
|
|
103997
104019
|
"type": "structure",
|
103998
104020
|
"members": {
|
103999
104021
|
"AccepterPeeringConnectionOptions": {
|
104000
|
-
"shape": "
|
104022
|
+
"shape": "S26d",
|
104001
104023
|
"locationName": "accepterPeeringConnectionOptions"
|
104002
104024
|
},
|
104003
104025
|
"RequesterPeeringConnectionOptions": {
|
104004
|
-
"shape": "
|
104026
|
+
"shape": "S26d",
|
104005
104027
|
"locationName": "requesterPeeringConnectionOptions"
|
104006
104028
|
}
|
104007
104029
|
}
|
@@ -104225,7 +104247,7 @@ module.exports={
|
|
104225
104247
|
"type": "structure",
|
104226
104248
|
"members": {
|
104227
104249
|
"InstanceMonitorings": {
|
104228
|
-
"shape": "
|
104250
|
+
"shape": "S26s",
|
104229
104251
|
"locationName": "instancesSet"
|
104230
104252
|
}
|
104231
104253
|
}
|
@@ -104394,7 +104416,7 @@ module.exports={
|
|
104394
104416
|
"locationName": "poolId"
|
104395
104417
|
},
|
104396
104418
|
"PoolAddressRange": {
|
104397
|
-
"shape": "
|
104419
|
+
"shape": "S1io",
|
104398
104420
|
"locationName": "poolAddressRange"
|
104399
104421
|
}
|
104400
104422
|
}
|
@@ -104411,7 +104433,7 @@ module.exports={
|
|
104411
104433
|
"ClientToken": {},
|
104412
104434
|
"CurrencyCode": {},
|
104413
104435
|
"HostIdSet": {
|
104414
|
-
"shape": "
|
104436
|
+
"shape": "S1x7"
|
104415
104437
|
},
|
104416
104438
|
"LimitPrice": {},
|
104417
104439
|
"OfferingId": {},
|
@@ -104431,7 +104453,7 @@ module.exports={
|
|
104431
104453
|
"locationName": "currencyCode"
|
104432
104454
|
},
|
104433
104455
|
"Purchase": {
|
104434
|
-
"shape": "
|
104456
|
+
"shape": "S1x9",
|
104435
104457
|
"locationName": "purchase"
|
104436
104458
|
},
|
104437
104459
|
"TotalHourlyPrice": {
|
@@ -104526,7 +104548,7 @@ module.exports={
|
|
104526
104548
|
"locationName": "scheduledInstanceSet",
|
104527
104549
|
"type": "list",
|
104528
104550
|
"member": {
|
104529
|
-
"shape": "
|
104551
|
+
"shape": "S1ki",
|
104530
104552
|
"locationName": "item"
|
104531
104553
|
}
|
104532
104554
|
}
|
@@ -104890,7 +104912,7 @@ module.exports={
|
|
104890
104912
|
"locationName": "successful"
|
104891
104913
|
},
|
104892
104914
|
"Unsuccessful": {
|
104893
|
-
"shape": "
|
104915
|
+
"shape": "S22l",
|
104894
104916
|
"locationName": "unsuccessful"
|
104895
104917
|
}
|
104896
104918
|
}
|
@@ -105218,7 +105240,7 @@ module.exports={
|
|
105218
105240
|
"type": "boolean"
|
105219
105241
|
},
|
105220
105242
|
"SpotFleetRequestConfig": {
|
105221
|
-
"shape": "
|
105243
|
+
"shape": "S1lu",
|
105222
105244
|
"locationName": "spotFleetRequestConfig"
|
105223
105245
|
}
|
105224
105246
|
}
|
@@ -105302,15 +105324,15 @@ module.exports={
|
|
105302
105324
|
"locationName": "keyName"
|
105303
105325
|
},
|
105304
105326
|
"Monitoring": {
|
105305
|
-
"shape": "
|
105327
|
+
"shape": "S1mp",
|
105306
105328
|
"locationName": "monitoring"
|
105307
105329
|
},
|
105308
105330
|
"NetworkInterfaces": {
|
105309
|
-
"shape": "
|
105331
|
+
"shape": "S1m4",
|
105310
105332
|
"locationName": "NetworkInterface"
|
105311
105333
|
},
|
105312
105334
|
"Placement": {
|
105313
|
-
"shape": "
|
105335
|
+
"shape": "S1m6",
|
105314
105336
|
"locationName": "placement"
|
105315
105337
|
},
|
105316
105338
|
"RamdiskId": {
|
@@ -105350,7 +105372,7 @@ module.exports={
|
|
105350
105372
|
"type": "structure",
|
105351
105373
|
"members": {
|
105352
105374
|
"SpotInstanceRequests": {
|
105353
|
-
"shape": "
|
105375
|
+
"shape": "S1mm",
|
105354
105376
|
"locationName": "spotInstanceRequestSet"
|
105355
105377
|
}
|
105356
105378
|
}
|
@@ -105720,7 +105742,7 @@ module.exports={
|
|
105720
105742
|
"locationName": "ipPermissions"
|
105721
105743
|
},
|
105722
105744
|
"SecurityGroupRuleIds": {
|
105723
|
-
"shape": "
|
105745
|
+
"shape": "S1kp",
|
105724
105746
|
"locationName": "SecurityGroupRuleId"
|
105725
105747
|
},
|
105726
105748
|
"CidrIp": {
|
@@ -105783,7 +105805,7 @@ module.exports={
|
|
105783
105805
|
"type": "boolean"
|
105784
105806
|
},
|
105785
105807
|
"SecurityGroupRuleIds": {
|
105786
|
-
"shape": "
|
105808
|
+
"shape": "S1kp",
|
105787
105809
|
"locationName": "SecurityGroupRuleId"
|
105788
105810
|
}
|
105789
105811
|
}
|
@@ -105832,7 +105854,7 @@ module.exports={
|
|
105832
105854
|
"type": "integer"
|
105833
105855
|
},
|
105834
105856
|
"Monitoring": {
|
105835
|
-
"shape": "
|
105857
|
+
"shape": "S1mp"
|
105836
105858
|
},
|
105837
105859
|
"Placement": {
|
105838
105860
|
"shape": "Scg"
|
@@ -105878,7 +105900,7 @@ module.exports={
|
|
105878
105900
|
"locationName": "instanceInitiatedShutdownBehavior"
|
105879
105901
|
},
|
105880
105902
|
"NetworkInterfaces": {
|
105881
|
-
"shape": "
|
105903
|
+
"shape": "S1m4",
|
105882
105904
|
"locationName": "networkInterface"
|
105883
105905
|
},
|
105884
105906
|
"PrivateIpAddress": {
|
@@ -105956,7 +105978,7 @@ module.exports={
|
|
105956
105978
|
}
|
105957
105979
|
},
|
105958
105980
|
"CapacityReservationSpecification": {
|
105959
|
-
"shape": "
|
105981
|
+
"shape": "S22y"
|
105960
105982
|
},
|
105961
105983
|
"HibernationOptions": {
|
105962
105984
|
"type": "structure",
|
@@ -106021,7 +106043,7 @@ module.exports={
|
|
106021
106043
|
}
|
106022
106044
|
},
|
106023
106045
|
"output": {
|
106024
|
-
"shape": "
|
106046
|
+
"shape": "S1cl"
|
106025
106047
|
}
|
106026
106048
|
},
|
106027
106049
|
"RunScheduledInstances": {
|
@@ -106119,7 +106141,7 @@ module.exports={
|
|
106119
106141
|
"type": "integer"
|
106120
106142
|
},
|
106121
106143
|
"Groups": {
|
106122
|
-
"shape": "
|
106144
|
+
"shape": "S2ah",
|
106123
106145
|
"locationName": "Group"
|
106124
106146
|
},
|
106125
106147
|
"Ipv6AddressCount": {
|
@@ -106168,7 +106190,7 @@ module.exports={
|
|
106168
106190
|
},
|
106169
106191
|
"RamdiskId": {},
|
106170
106192
|
"SecurityGroupIds": {
|
106171
|
-
"shape": "
|
106193
|
+
"shape": "S2ah",
|
106172
106194
|
"locationName": "SecurityGroupId"
|
106173
106195
|
},
|
106174
106196
|
"SubnetId": {},
|
@@ -106382,7 +106404,7 @@ module.exports={
|
|
106382
106404
|
"type": "structure",
|
106383
106405
|
"members": {
|
106384
106406
|
"StartingInstances": {
|
106385
|
-
"shape": "
|
106407
|
+
"shape": "S2b5",
|
106386
106408
|
"locationName": "instancesSet"
|
106387
106409
|
}
|
106388
106410
|
}
|
@@ -106413,7 +106435,7 @@ module.exports={
|
|
106413
106435
|
"type": "structure",
|
106414
106436
|
"members": {
|
106415
106437
|
"NetworkInsightsAccessScopeAnalysis": {
|
106416
|
-
"shape": "
|
106438
|
+
"shape": "S1ga",
|
106417
106439
|
"locationName": "networkInsightsAccessScopeAnalysis"
|
106418
106440
|
}
|
106419
106441
|
}
|
@@ -106433,7 +106455,7 @@ module.exports={
|
|
106433
106455
|
"locationName": "AdditionalAccount"
|
106434
106456
|
},
|
106435
106457
|
"FilterInArns": {
|
106436
|
-
"shape": "
|
106458
|
+
"shape": "S1gm",
|
106437
106459
|
"locationName": "FilterInArn"
|
106438
106460
|
},
|
106439
106461
|
"DryRun": {
|
@@ -106452,7 +106474,7 @@ module.exports={
|
|
106452
106474
|
"type": "structure",
|
106453
106475
|
"members": {
|
106454
106476
|
"NetworkInsightsAnalysis": {
|
106455
|
-
"shape": "
|
106477
|
+
"shape": "S1gl",
|
106456
106478
|
"locationName": "networkInsightsAnalysis"
|
106457
106479
|
}
|
106458
106480
|
}
|
@@ -106509,7 +106531,7 @@ module.exports={
|
|
106509
106531
|
"type": "structure",
|
106510
106532
|
"members": {
|
106511
106533
|
"StoppingInstances": {
|
106512
|
-
"shape": "
|
106534
|
+
"shape": "S2b5",
|
106513
106535
|
"locationName": "instancesSet"
|
106514
106536
|
}
|
106515
106537
|
}
|
@@ -106584,7 +106606,7 @@ module.exports={
|
|
106584
106606
|
"type": "structure",
|
106585
106607
|
"members": {
|
106586
106608
|
"TerminatingInstances": {
|
106587
|
-
"shape": "
|
106609
|
+
"shape": "S2b5",
|
106588
106610
|
"locationName": "instancesSet"
|
106589
106611
|
}
|
106590
106612
|
}
|
@@ -106703,7 +106725,7 @@ module.exports={
|
|
106703
106725
|
"type": "structure",
|
106704
106726
|
"members": {
|
106705
106727
|
"InstanceMonitorings": {
|
106706
|
-
"shape": "
|
106728
|
+
"shape": "S26s",
|
106707
106729
|
"locationName": "instancesSet"
|
106708
106730
|
}
|
106709
106731
|
}
|
@@ -106722,7 +106744,7 @@ module.exports={
|
|
106722
106744
|
"shape": "S6o"
|
106723
106745
|
},
|
106724
106746
|
"SecurityGroupRuleDescriptions": {
|
106725
|
-
"shape": "
|
106747
|
+
"shape": "S2bt",
|
106726
106748
|
"locationName": "SecurityGroupRuleDescription"
|
106727
106749
|
}
|
106728
106750
|
}
|
@@ -106750,7 +106772,7 @@ module.exports={
|
|
106750
106772
|
"shape": "S6o"
|
106751
106773
|
},
|
106752
106774
|
"SecurityGroupRuleDescriptions": {
|
106753
|
-
"shape": "
|
106775
|
+
"shape": "S2bt",
|
106754
106776
|
"locationName": "SecurityGroupRuleDescription"
|
106755
106777
|
}
|
106756
106778
|
}
|
@@ -114026,7 +114048,7 @@ module.exports={
|
|
114026
114048
|
}
|
114027
114049
|
}
|
114028
114050
|
},
|
114029
|
-
"
|
114051
|
+
"S1cl": {
|
114030
114052
|
"type": "structure",
|
114031
114053
|
"members": {
|
114032
114054
|
"Groups": {
|
@@ -114064,7 +114086,7 @@ module.exports={
|
|
114064
114086
|
"type": "timestamp"
|
114065
114087
|
},
|
114066
114088
|
"Monitoring": {
|
114067
|
-
"shape": "
|
114089
|
+
"shape": "S1co",
|
114068
114090
|
"locationName": "monitoring"
|
114069
114091
|
},
|
114070
114092
|
"Placement": {
|
@@ -114187,7 +114209,7 @@ module.exports={
|
|
114187
114209
|
"type": "structure",
|
114188
114210
|
"members": {
|
114189
114211
|
"Association": {
|
114190
|
-
"shape": "
|
114212
|
+
"shape": "S1cx",
|
114191
114213
|
"locationName": "association"
|
114192
114214
|
},
|
114193
114215
|
"Attachment": {
|
@@ -114252,7 +114274,7 @@ module.exports={
|
|
114252
114274
|
"type": "structure",
|
114253
114275
|
"members": {
|
114254
114276
|
"Association": {
|
114255
|
-
"shape": "
|
114277
|
+
"shape": "S1cx",
|
114256
114278
|
"locationName": "association"
|
114257
114279
|
},
|
114258
114280
|
"Primary": {
|
@@ -114404,7 +114426,7 @@ module.exports={
|
|
114404
114426
|
}
|
114405
114427
|
},
|
114406
114428
|
"MetadataOptions": {
|
114407
|
-
"shape": "
|
114429
|
+
"shape": "S1da",
|
114408
114430
|
"locationName": "metadataOptions"
|
114409
114431
|
},
|
114410
114432
|
"EnclaveOptions": {
|
@@ -114473,7 +114495,7 @@ module.exports={
|
|
114473
114495
|
}
|
114474
114496
|
}
|
114475
114497
|
},
|
114476
|
-
"
|
114498
|
+
"S1co": {
|
114477
114499
|
"type": "structure",
|
114478
114500
|
"members": {
|
114479
114501
|
"State": {
|
@@ -114481,7 +114503,7 @@ module.exports={
|
|
114481
114503
|
}
|
114482
114504
|
}
|
114483
114505
|
},
|
114484
|
-
"
|
114506
|
+
"S1cx": {
|
114485
114507
|
"type": "structure",
|
114486
114508
|
"members": {
|
114487
114509
|
"CarrierIp": {
|
@@ -114501,7 +114523,7 @@ module.exports={
|
|
114501
114523
|
}
|
114502
114524
|
}
|
114503
114525
|
},
|
114504
|
-
"
|
114526
|
+
"S1da": {
|
114505
114527
|
"type": "structure",
|
114506
114528
|
"members": {
|
114507
114529
|
"State": {
|
@@ -114525,13 +114547,13 @@ module.exports={
|
|
114525
114547
|
}
|
114526
114548
|
}
|
114527
114549
|
},
|
114528
|
-
"
|
114550
|
+
"S1fa": {
|
114529
114551
|
"type": "list",
|
114530
114552
|
"member": {
|
114531
114553
|
"locationName": "item"
|
114532
114554
|
}
|
114533
114555
|
},
|
114534
|
-
"
|
114556
|
+
"S1ga": {
|
114535
114557
|
"type": "structure",
|
114536
114558
|
"members": {
|
114537
114559
|
"NetworkInsightsAccessScopeAnalysisId": {
|
@@ -114573,7 +114595,7 @@ module.exports={
|
|
114573
114595
|
}
|
114574
114596
|
}
|
114575
114597
|
},
|
114576
|
-
"
|
114598
|
+
"S1gl": {
|
114577
114599
|
"type": "structure",
|
114578
114600
|
"members": {
|
114579
114601
|
"NetworkInsightsAnalysisId": {
|
@@ -114590,7 +114612,7 @@ module.exports={
|
|
114590
114612
|
"locationName": "additionalAccountSet"
|
114591
114613
|
},
|
114592
114614
|
"FilterInArns": {
|
114593
|
-
"shape": "
|
114615
|
+
"shape": "S1gm",
|
114594
114616
|
"locationName": "filterInArnSet"
|
114595
114617
|
},
|
114596
114618
|
"StartDate": {
|
@@ -114611,15 +114633,15 @@ module.exports={
|
|
114611
114633
|
"type": "boolean"
|
114612
114634
|
},
|
114613
114635
|
"ForwardPathComponents": {
|
114614
|
-
"shape": "
|
114636
|
+
"shape": "S1gn",
|
114615
114637
|
"locationName": "forwardPathComponentSet"
|
114616
114638
|
},
|
114617
114639
|
"ReturnPathComponents": {
|
114618
|
-
"shape": "
|
114640
|
+
"shape": "S1gn",
|
114619
114641
|
"locationName": "returnPathComponentSet"
|
114620
114642
|
},
|
114621
114643
|
"Explanations": {
|
114622
|
-
"shape": "
|
114644
|
+
"shape": "S1h7",
|
114623
114645
|
"locationName": "explanationSet"
|
114624
114646
|
},
|
114625
114647
|
"AlternatePathHints": {
|
@@ -114648,13 +114670,13 @@ module.exports={
|
|
114648
114670
|
}
|
114649
114671
|
}
|
114650
114672
|
},
|
114651
|
-
"
|
114673
|
+
"S1gm": {
|
114652
114674
|
"type": "list",
|
114653
114675
|
"member": {
|
114654
114676
|
"locationName": "item"
|
114655
114677
|
}
|
114656
114678
|
},
|
114657
|
-
"
|
114679
|
+
"S1gn": {
|
114658
114680
|
"type": "list",
|
114659
114681
|
"member": {
|
114660
114682
|
"locationName": "item",
|
@@ -114665,47 +114687,47 @@ module.exports={
|
|
114665
114687
|
"type": "integer"
|
114666
114688
|
},
|
114667
114689
|
"AclRule": {
|
114668
|
-
"shape": "
|
114690
|
+
"shape": "S1gp",
|
114669
114691
|
"locationName": "aclRule"
|
114670
114692
|
},
|
114671
114693
|
"AttachedTo": {
|
114672
|
-
"shape": "
|
114694
|
+
"shape": "S1gq",
|
114673
114695
|
"locationName": "attachedTo"
|
114674
114696
|
},
|
114675
114697
|
"Component": {
|
114676
|
-
"shape": "
|
114698
|
+
"shape": "S1gq",
|
114677
114699
|
"locationName": "component"
|
114678
114700
|
},
|
114679
114701
|
"DestinationVpc": {
|
114680
|
-
"shape": "
|
114702
|
+
"shape": "S1gq",
|
114681
114703
|
"locationName": "destinationVpc"
|
114682
114704
|
},
|
114683
114705
|
"OutboundHeader": {
|
114684
|
-
"shape": "
|
114706
|
+
"shape": "S1gr",
|
114685
114707
|
"locationName": "outboundHeader"
|
114686
114708
|
},
|
114687
114709
|
"InboundHeader": {
|
114688
|
-
"shape": "
|
114710
|
+
"shape": "S1gr",
|
114689
114711
|
"locationName": "inboundHeader"
|
114690
114712
|
},
|
114691
114713
|
"RouteTableRoute": {
|
114692
|
-
"shape": "
|
114714
|
+
"shape": "S1gu",
|
114693
114715
|
"locationName": "routeTableRoute"
|
114694
114716
|
},
|
114695
114717
|
"SecurityGroupRule": {
|
114696
|
-
"shape": "
|
114718
|
+
"shape": "S1gv",
|
114697
114719
|
"locationName": "securityGroupRule"
|
114698
114720
|
},
|
114699
114721
|
"SourceVpc": {
|
114700
|
-
"shape": "
|
114722
|
+
"shape": "S1gq",
|
114701
114723
|
"locationName": "sourceVpc"
|
114702
114724
|
},
|
114703
114725
|
"Subnet": {
|
114704
|
-
"shape": "
|
114726
|
+
"shape": "S1gq",
|
114705
114727
|
"locationName": "subnet"
|
114706
114728
|
},
|
114707
114729
|
"Vpc": {
|
114708
|
-
"shape": "
|
114730
|
+
"shape": "S1gq",
|
114709
114731
|
"locationName": "vpc"
|
114710
114732
|
},
|
114711
114733
|
"AdditionalDetails": {
|
@@ -114719,15 +114741,15 @@ module.exports={
|
|
114719
114741
|
"locationName": "additionalDetailType"
|
114720
114742
|
},
|
114721
114743
|
"Component": {
|
114722
|
-
"shape": "
|
114744
|
+
"shape": "S1gq",
|
114723
114745
|
"locationName": "component"
|
114724
114746
|
},
|
114725
114747
|
"VpcEndpointService": {
|
114726
|
-
"shape": "
|
114748
|
+
"shape": "S1gq",
|
114727
114749
|
"locationName": "vpcEndpointService"
|
114728
114750
|
},
|
114729
114751
|
"RuleOptions": {
|
114730
|
-
"shape": "
|
114752
|
+
"shape": "S1gy",
|
114731
114753
|
"locationName": "ruleOptionSet"
|
114732
114754
|
},
|
114733
114755
|
"RuleGroupTypePairs": {
|
@@ -114757,7 +114779,7 @@ module.exports={
|
|
114757
114779
|
"locationName": "ruleGroupArn"
|
114758
114780
|
},
|
114759
114781
|
"RuleOptions": {
|
114760
|
-
"shape": "
|
114782
|
+
"shape": "S1gy",
|
114761
114783
|
"locationName": "ruleOptionSet"
|
114762
114784
|
}
|
114763
114785
|
}
|
@@ -114767,34 +114789,34 @@ module.exports={
|
|
114767
114789
|
"locationName": "serviceName"
|
114768
114790
|
},
|
114769
114791
|
"LoadBalancers": {
|
114770
|
-
"shape": "
|
114792
|
+
"shape": "S1h5",
|
114771
114793
|
"locationName": "loadBalancerSet"
|
114772
114794
|
}
|
114773
114795
|
}
|
114774
114796
|
}
|
114775
114797
|
},
|
114776
114798
|
"TransitGateway": {
|
114777
|
-
"shape": "
|
114799
|
+
"shape": "S1gq",
|
114778
114800
|
"locationName": "transitGateway"
|
114779
114801
|
},
|
114780
114802
|
"TransitGatewayRouteTableRoute": {
|
114781
|
-
"shape": "
|
114803
|
+
"shape": "S1h6",
|
114782
114804
|
"locationName": "transitGatewayRouteTableRoute"
|
114783
114805
|
},
|
114784
114806
|
"Explanations": {
|
114785
|
-
"shape": "
|
114807
|
+
"shape": "S1h7",
|
114786
114808
|
"locationName": "explanationSet"
|
114787
114809
|
},
|
114788
114810
|
"ElasticLoadBalancerListener": {
|
114789
|
-
"shape": "
|
114811
|
+
"shape": "S1gq",
|
114790
114812
|
"locationName": "elasticLoadBalancerListener"
|
114791
114813
|
},
|
114792
114814
|
"FirewallStatelessRule": {
|
114793
|
-
"shape": "
|
114815
|
+
"shape": "S1hd",
|
114794
114816
|
"locationName": "firewallStatelessRule"
|
114795
114817
|
},
|
114796
114818
|
"FirewallStatefulRule": {
|
114797
|
-
"shape": "
|
114819
|
+
"shape": "S1hh",
|
114798
114820
|
"locationName": "firewallStatefulRule"
|
114799
114821
|
},
|
114800
114822
|
"ServiceName": {
|
@@ -114803,7 +114825,7 @@ module.exports={
|
|
114803
114825
|
}
|
114804
114826
|
}
|
114805
114827
|
},
|
114806
|
-
"
|
114828
|
+
"S1gp": {
|
114807
114829
|
"type": "structure",
|
114808
114830
|
"members": {
|
114809
114831
|
"Cidr": {
|
@@ -114829,7 +114851,7 @@ module.exports={
|
|
114829
114851
|
}
|
114830
114852
|
}
|
114831
114853
|
},
|
114832
|
-
"
|
114854
|
+
"S1gq": {
|
114833
114855
|
"type": "structure",
|
114834
114856
|
"members": {
|
114835
114857
|
"Id": {
|
@@ -114843,44 +114865,44 @@ module.exports={
|
|
114843
114865
|
}
|
114844
114866
|
}
|
114845
114867
|
},
|
114846
|
-
"
|
114868
|
+
"S1gr": {
|
114847
114869
|
"type": "structure",
|
114848
114870
|
"members": {
|
114849
114871
|
"DestinationAddresses": {
|
114850
|
-
"shape": "
|
114872
|
+
"shape": "S1gs",
|
114851
114873
|
"locationName": "destinationAddressSet"
|
114852
114874
|
},
|
114853
114875
|
"DestinationPortRanges": {
|
114854
|
-
"shape": "
|
114876
|
+
"shape": "S1gt",
|
114855
114877
|
"locationName": "destinationPortRangeSet"
|
114856
114878
|
},
|
114857
114879
|
"Protocol": {
|
114858
114880
|
"locationName": "protocol"
|
114859
114881
|
},
|
114860
114882
|
"SourceAddresses": {
|
114861
|
-
"shape": "
|
114883
|
+
"shape": "S1gs",
|
114862
114884
|
"locationName": "sourceAddressSet"
|
114863
114885
|
},
|
114864
114886
|
"SourcePortRanges": {
|
114865
|
-
"shape": "
|
114887
|
+
"shape": "S1gt",
|
114866
114888
|
"locationName": "sourcePortRangeSet"
|
114867
114889
|
}
|
114868
114890
|
}
|
114869
114891
|
},
|
114870
|
-
"
|
114892
|
+
"S1gs": {
|
114871
114893
|
"type": "list",
|
114872
114894
|
"member": {
|
114873
114895
|
"locationName": "item"
|
114874
114896
|
}
|
114875
114897
|
},
|
114876
|
-
"
|
114898
|
+
"S1gt": {
|
114877
114899
|
"type": "list",
|
114878
114900
|
"member": {
|
114879
114901
|
"shape": "Sk4",
|
114880
114902
|
"locationName": "item"
|
114881
114903
|
}
|
114882
114904
|
},
|
114883
|
-
"
|
114905
|
+
"S1gu": {
|
114884
114906
|
"type": "structure",
|
114885
114907
|
"members": {
|
114886
114908
|
"DestinationCidr": {
|
@@ -114927,7 +114949,7 @@ module.exports={
|
|
114927
114949
|
}
|
114928
114950
|
}
|
114929
114951
|
},
|
114930
|
-
"
|
114952
|
+
"S1gv": {
|
114931
114953
|
"type": "structure",
|
114932
114954
|
"members": {
|
114933
114955
|
"Cidr": {
|
@@ -114951,7 +114973,7 @@ module.exports={
|
|
114951
114973
|
}
|
114952
114974
|
}
|
114953
114975
|
},
|
114954
|
-
"
|
114976
|
+
"S1gy": {
|
114955
114977
|
"type": "list",
|
114956
114978
|
"member": {
|
114957
114979
|
"locationName": "item",
|
@@ -114961,26 +114983,26 @@ module.exports={
|
|
114961
114983
|
"locationName": "keyword"
|
114962
114984
|
},
|
114963
114985
|
"Settings": {
|
114964
|
-
"shape": "
|
114986
|
+
"shape": "S1h0",
|
114965
114987
|
"locationName": "settingSet"
|
114966
114988
|
}
|
114967
114989
|
}
|
114968
114990
|
}
|
114969
114991
|
},
|
114970
|
-
"
|
114992
|
+
"S1h0": {
|
114971
114993
|
"type": "list",
|
114972
114994
|
"member": {
|
114973
114995
|
"locationName": "item"
|
114974
114996
|
}
|
114975
114997
|
},
|
114976
|
-
"
|
114998
|
+
"S1h5": {
|
114977
114999
|
"type": "list",
|
114978
115000
|
"member": {
|
114979
|
-
"shape": "
|
115001
|
+
"shape": "S1gq",
|
114980
115002
|
"locationName": "item"
|
114981
115003
|
}
|
114982
115004
|
},
|
114983
|
-
"
|
115005
|
+
"S1h6": {
|
114984
115006
|
"type": "structure",
|
114985
115007
|
"members": {
|
114986
115008
|
"DestinationCidr": {
|
@@ -115006,29 +115028,29 @@ module.exports={
|
|
115006
115028
|
}
|
115007
115029
|
}
|
115008
115030
|
},
|
115009
|
-
"
|
115031
|
+
"S1h7": {
|
115010
115032
|
"type": "list",
|
115011
115033
|
"member": {
|
115012
115034
|
"locationName": "item",
|
115013
115035
|
"type": "structure",
|
115014
115036
|
"members": {
|
115015
115037
|
"Acl": {
|
115016
|
-
"shape": "
|
115038
|
+
"shape": "S1gq",
|
115017
115039
|
"locationName": "acl"
|
115018
115040
|
},
|
115019
115041
|
"AclRule": {
|
115020
|
-
"shape": "
|
115042
|
+
"shape": "S1gp",
|
115021
115043
|
"locationName": "aclRule"
|
115022
115044
|
},
|
115023
115045
|
"Address": {
|
115024
115046
|
"locationName": "address"
|
115025
115047
|
},
|
115026
115048
|
"Addresses": {
|
115027
|
-
"shape": "
|
115049
|
+
"shape": "S1gs",
|
115028
115050
|
"locationName": "addressSet"
|
115029
115051
|
},
|
115030
115052
|
"AttachedTo": {
|
115031
|
-
"shape": "
|
115053
|
+
"shape": "S1gq",
|
115032
115054
|
"locationName": "attachedTo"
|
115033
115055
|
},
|
115034
115056
|
"AvailabilityZones": {
|
@@ -115040,19 +115062,19 @@ module.exports={
|
|
115040
115062
|
"locationName": "cidrSet"
|
115041
115063
|
},
|
115042
115064
|
"Component": {
|
115043
|
-
"shape": "
|
115065
|
+
"shape": "S1gq",
|
115044
115066
|
"locationName": "component"
|
115045
115067
|
},
|
115046
115068
|
"CustomerGateway": {
|
115047
|
-
"shape": "
|
115069
|
+
"shape": "S1gq",
|
115048
115070
|
"locationName": "customerGateway"
|
115049
115071
|
},
|
115050
115072
|
"Destination": {
|
115051
|
-
"shape": "
|
115073
|
+
"shape": "S1gq",
|
115052
115074
|
"locationName": "destination"
|
115053
115075
|
},
|
115054
115076
|
"DestinationVpc": {
|
115055
|
-
"shape": "
|
115077
|
+
"shape": "S1gq",
|
115056
115078
|
"locationName": "destinationVpc"
|
115057
115079
|
},
|
115058
115080
|
"Direction": {
|
@@ -115062,11 +115084,11 @@ module.exports={
|
|
115062
115084
|
"locationName": "explanationCode"
|
115063
115085
|
},
|
115064
115086
|
"IngressRouteTable": {
|
115065
|
-
"shape": "
|
115087
|
+
"shape": "S1gq",
|
115066
115088
|
"locationName": "ingressRouteTable"
|
115067
115089
|
},
|
115068
115090
|
"InternetGateway": {
|
115069
|
-
"shape": "
|
115091
|
+
"shape": "S1gq",
|
115070
115092
|
"locationName": "internetGateway"
|
115071
115093
|
},
|
115072
115094
|
"LoadBalancerArn": {
|
@@ -115101,7 +115123,7 @@ module.exports={
|
|
115101
115123
|
"locationName": "availabilityZone"
|
115102
115124
|
},
|
115103
115125
|
"Instance": {
|
115104
|
-
"shape": "
|
115126
|
+
"shape": "S1gq",
|
115105
115127
|
"locationName": "instance"
|
115106
115128
|
},
|
115107
115129
|
"Port": {
|
@@ -115111,11 +115133,11 @@ module.exports={
|
|
115111
115133
|
}
|
115112
115134
|
},
|
115113
115135
|
"LoadBalancerTargetGroup": {
|
115114
|
-
"shape": "
|
115136
|
+
"shape": "S1gq",
|
115115
115137
|
"locationName": "loadBalancerTargetGroup"
|
115116
115138
|
},
|
115117
115139
|
"LoadBalancerTargetGroups": {
|
115118
|
-
"shape": "
|
115140
|
+
"shape": "S1h5",
|
115119
115141
|
"locationName": "loadBalancerTargetGroupSet"
|
115120
115142
|
},
|
115121
115143
|
"LoadBalancerTargetPort": {
|
@@ -115123,25 +115145,25 @@ module.exports={
|
|
115123
115145
|
"type": "integer"
|
115124
115146
|
},
|
115125
115147
|
"ElasticLoadBalancerListener": {
|
115126
|
-
"shape": "
|
115148
|
+
"shape": "S1gq",
|
115127
115149
|
"locationName": "elasticLoadBalancerListener"
|
115128
115150
|
},
|
115129
115151
|
"MissingComponent": {
|
115130
115152
|
"locationName": "missingComponent"
|
115131
115153
|
},
|
115132
115154
|
"NatGateway": {
|
115133
|
-
"shape": "
|
115155
|
+
"shape": "S1gq",
|
115134
115156
|
"locationName": "natGateway"
|
115135
115157
|
},
|
115136
115158
|
"NetworkInterface": {
|
115137
|
-
"shape": "
|
115159
|
+
"shape": "S1gq",
|
115138
115160
|
"locationName": "networkInterface"
|
115139
115161
|
},
|
115140
115162
|
"PacketField": {
|
115141
115163
|
"locationName": "packetField"
|
115142
115164
|
},
|
115143
115165
|
"VpcPeeringConnection": {
|
115144
|
-
"shape": "
|
115166
|
+
"shape": "S1gq",
|
115145
115167
|
"locationName": "vpcPeeringConnection"
|
115146
115168
|
},
|
115147
115169
|
"Port": {
|
@@ -115149,82 +115171,82 @@ module.exports={
|
|
115149
115171
|
"type": "integer"
|
115150
115172
|
},
|
115151
115173
|
"PortRanges": {
|
115152
|
-
"shape": "
|
115174
|
+
"shape": "S1gt",
|
115153
115175
|
"locationName": "portRangeSet"
|
115154
115176
|
},
|
115155
115177
|
"PrefixList": {
|
115156
|
-
"shape": "
|
115178
|
+
"shape": "S1gq",
|
115157
115179
|
"locationName": "prefixList"
|
115158
115180
|
},
|
115159
115181
|
"Protocols": {
|
115160
|
-
"shape": "
|
115182
|
+
"shape": "S1h0",
|
115161
115183
|
"locationName": "protocolSet"
|
115162
115184
|
},
|
115163
115185
|
"RouteTableRoute": {
|
115164
|
-
"shape": "
|
115186
|
+
"shape": "S1gu",
|
115165
115187
|
"locationName": "routeTableRoute"
|
115166
115188
|
},
|
115167
115189
|
"RouteTable": {
|
115168
|
-
"shape": "
|
115190
|
+
"shape": "S1gq",
|
115169
115191
|
"locationName": "routeTable"
|
115170
115192
|
},
|
115171
115193
|
"SecurityGroup": {
|
115172
|
-
"shape": "
|
115194
|
+
"shape": "S1gq",
|
115173
115195
|
"locationName": "securityGroup"
|
115174
115196
|
},
|
115175
115197
|
"SecurityGroupRule": {
|
115176
|
-
"shape": "
|
115198
|
+
"shape": "S1gv",
|
115177
115199
|
"locationName": "securityGroupRule"
|
115178
115200
|
},
|
115179
115201
|
"SecurityGroups": {
|
115180
|
-
"shape": "
|
115202
|
+
"shape": "S1h5",
|
115181
115203
|
"locationName": "securityGroupSet"
|
115182
115204
|
},
|
115183
115205
|
"SourceVpc": {
|
115184
|
-
"shape": "
|
115206
|
+
"shape": "S1gq",
|
115185
115207
|
"locationName": "sourceVpc"
|
115186
115208
|
},
|
115187
115209
|
"State": {
|
115188
115210
|
"locationName": "state"
|
115189
115211
|
},
|
115190
115212
|
"Subnet": {
|
115191
|
-
"shape": "
|
115213
|
+
"shape": "S1gq",
|
115192
115214
|
"locationName": "subnet"
|
115193
115215
|
},
|
115194
115216
|
"SubnetRouteTable": {
|
115195
|
-
"shape": "
|
115217
|
+
"shape": "S1gq",
|
115196
115218
|
"locationName": "subnetRouteTable"
|
115197
115219
|
},
|
115198
115220
|
"Vpc": {
|
115199
|
-
"shape": "
|
115221
|
+
"shape": "S1gq",
|
115200
115222
|
"locationName": "vpc"
|
115201
115223
|
},
|
115202
115224
|
"VpcEndpoint": {
|
115203
|
-
"shape": "
|
115225
|
+
"shape": "S1gq",
|
115204
115226
|
"locationName": "vpcEndpoint"
|
115205
115227
|
},
|
115206
115228
|
"VpnConnection": {
|
115207
|
-
"shape": "
|
115229
|
+
"shape": "S1gq",
|
115208
115230
|
"locationName": "vpnConnection"
|
115209
115231
|
},
|
115210
115232
|
"VpnGateway": {
|
115211
|
-
"shape": "
|
115233
|
+
"shape": "S1gq",
|
115212
115234
|
"locationName": "vpnGateway"
|
115213
115235
|
},
|
115214
115236
|
"TransitGateway": {
|
115215
|
-
"shape": "
|
115237
|
+
"shape": "S1gq",
|
115216
115238
|
"locationName": "transitGateway"
|
115217
115239
|
},
|
115218
115240
|
"TransitGatewayRouteTable": {
|
115219
|
-
"shape": "
|
115241
|
+
"shape": "S1gq",
|
115220
115242
|
"locationName": "transitGatewayRouteTable"
|
115221
115243
|
},
|
115222
115244
|
"TransitGatewayRouteTableRoute": {
|
115223
|
-
"shape": "
|
115245
|
+
"shape": "S1h6",
|
115224
115246
|
"locationName": "transitGatewayRouteTableRoute"
|
115225
115247
|
},
|
115226
115248
|
"TransitGatewayAttachment": {
|
115227
|
-
"shape": "
|
115249
|
+
"shape": "S1gq",
|
115228
115250
|
"locationName": "transitGatewayAttachment"
|
115229
115251
|
},
|
115230
115252
|
"ComponentAccount": {
|
@@ -115234,17 +115256,17 @@ module.exports={
|
|
115234
115256
|
"locationName": "componentRegion"
|
115235
115257
|
},
|
115236
115258
|
"FirewallStatelessRule": {
|
115237
|
-
"shape": "
|
115259
|
+
"shape": "S1hd",
|
115238
115260
|
"locationName": "firewallStatelessRule"
|
115239
115261
|
},
|
115240
115262
|
"FirewallStatefulRule": {
|
115241
|
-
"shape": "
|
115263
|
+
"shape": "S1hh",
|
115242
115264
|
"locationName": "firewallStatefulRule"
|
115243
115265
|
}
|
115244
115266
|
}
|
115245
115267
|
}
|
115246
115268
|
},
|
115247
|
-
"
|
115269
|
+
"S1hd": {
|
115248
115270
|
"type": "structure",
|
115249
115271
|
"members": {
|
115250
115272
|
"RuleGroupArn": {
|
@@ -115259,11 +115281,11 @@ module.exports={
|
|
115259
115281
|
"locationName": "destinationSet"
|
115260
115282
|
},
|
115261
115283
|
"SourcePorts": {
|
115262
|
-
"shape": "
|
115284
|
+
"shape": "S1gt",
|
115263
115285
|
"locationName": "sourcePortSet"
|
115264
115286
|
},
|
115265
115287
|
"DestinationPorts": {
|
115266
|
-
"shape": "
|
115288
|
+
"shape": "S1gt",
|
115267
115289
|
"locationName": "destinationPortSet"
|
115268
115290
|
},
|
115269
115291
|
"Protocols": {
|
@@ -115283,7 +115305,7 @@ module.exports={
|
|
115283
115305
|
}
|
115284
115306
|
}
|
115285
115307
|
},
|
115286
|
-
"
|
115308
|
+
"S1hh": {
|
115287
115309
|
"type": "structure",
|
115288
115310
|
"members": {
|
115289
115311
|
"RuleGroupArn": {
|
@@ -115298,11 +115320,11 @@ module.exports={
|
|
115298
115320
|
"locationName": "destinationSet"
|
115299
115321
|
},
|
115300
115322
|
"SourcePorts": {
|
115301
|
-
"shape": "
|
115323
|
+
"shape": "S1gt",
|
115302
115324
|
"locationName": "sourcePortSet"
|
115303
115325
|
},
|
115304
115326
|
"DestinationPorts": {
|
115305
|
-
"shape": "
|
115327
|
+
"shape": "S1gt",
|
115306
115328
|
"locationName": "destinationPortSet"
|
115307
115329
|
},
|
115308
115330
|
"Protocol": {
|
@@ -115316,7 +115338,7 @@ module.exports={
|
|
115316
115338
|
}
|
115317
115339
|
}
|
115318
115340
|
},
|
115319
|
-
"
|
115341
|
+
"S1io": {
|
115320
115342
|
"type": "structure",
|
115321
115343
|
"members": {
|
115322
115344
|
"FirstAddress": {
|
@@ -115335,13 +115357,13 @@ module.exports={
|
|
115335
115357
|
}
|
115336
115358
|
}
|
115337
115359
|
},
|
115338
|
-
"
|
115360
|
+
"S1j1": {
|
115339
115361
|
"type": "list",
|
115340
115362
|
"member": {
|
115341
115363
|
"locationName": "ReservedInstancesId"
|
115342
115364
|
}
|
115343
115365
|
},
|
115344
|
-
"
|
115366
|
+
"S1j9": {
|
115345
115367
|
"type": "list",
|
115346
115368
|
"member": {
|
115347
115369
|
"locationName": "item",
|
@@ -115357,7 +115379,7 @@ module.exports={
|
|
115357
115379
|
}
|
115358
115380
|
}
|
115359
115381
|
},
|
115360
|
-
"
|
115382
|
+
"S1jn": {
|
115361
115383
|
"type": "structure",
|
115362
115384
|
"members": {
|
115363
115385
|
"AvailabilityZone": {
|
@@ -115378,7 +115400,7 @@ module.exports={
|
|
115378
115400
|
}
|
115379
115401
|
}
|
115380
115402
|
},
|
115381
|
-
"
|
115403
|
+
"S1ka": {
|
115382
115404
|
"type": "structure",
|
115383
115405
|
"members": {
|
115384
115406
|
"Frequency": {
|
@@ -115405,7 +115427,7 @@ module.exports={
|
|
115405
115427
|
}
|
115406
115428
|
}
|
115407
115429
|
},
|
115408
|
-
"
|
115430
|
+
"S1ki": {
|
115409
115431
|
"type": "structure",
|
115410
115432
|
"members": {
|
115411
115433
|
"AvailabilityZone": {
|
@@ -115440,7 +115462,7 @@ module.exports={
|
|
115440
115462
|
"type": "timestamp"
|
115441
115463
|
},
|
115442
115464
|
"Recurrence": {
|
115443
|
-
"shape": "
|
115465
|
+
"shape": "S1ka",
|
115444
115466
|
"locationName": "recurrence"
|
115445
115467
|
},
|
115446
115468
|
"ScheduledInstanceId": {
|
@@ -115464,19 +115486,19 @@ module.exports={
|
|
115464
115486
|
}
|
115465
115487
|
}
|
115466
115488
|
},
|
115467
|
-
"
|
115489
|
+
"S1kp": {
|
115468
115490
|
"type": "list",
|
115469
115491
|
"member": {
|
115470
115492
|
"locationName": "item"
|
115471
115493
|
}
|
115472
115494
|
},
|
115473
|
-
"
|
115495
|
+
"S1kt": {
|
115474
115496
|
"type": "list",
|
115475
115497
|
"member": {
|
115476
115498
|
"locationName": "GroupName"
|
115477
115499
|
}
|
115478
115500
|
},
|
115479
|
-
"
|
115501
|
+
"S1l1": {
|
115480
115502
|
"type": "list",
|
115481
115503
|
"member": {
|
115482
115504
|
"locationName": "item",
|
@@ -115491,13 +115513,13 @@ module.exports={
|
|
115491
115513
|
}
|
115492
115514
|
}
|
115493
115515
|
},
|
115494
|
-
"
|
115516
|
+
"S1lb": {
|
115495
115517
|
"type": "list",
|
115496
115518
|
"member": {
|
115497
115519
|
"locationName": "SnapshotId"
|
115498
115520
|
}
|
115499
115521
|
},
|
115500
|
-
"
|
115522
|
+
"S1lu": {
|
115501
115523
|
"type": "structure",
|
115502
115524
|
"required": [
|
115503
115525
|
"IamFleetRole",
|
@@ -115595,11 +115617,11 @@ module.exports={
|
|
115595
115617
|
}
|
115596
115618
|
},
|
115597
115619
|
"NetworkInterfaces": {
|
115598
|
-
"shape": "
|
115620
|
+
"shape": "S1m4",
|
115599
115621
|
"locationName": "networkInterfaceSet"
|
115600
115622
|
},
|
115601
115623
|
"Placement": {
|
115602
|
-
"shape": "
|
115624
|
+
"shape": "S1m6",
|
115603
115625
|
"locationName": "placement"
|
115604
115626
|
},
|
115605
115627
|
"RamdiskId": {
|
@@ -115644,7 +115666,7 @@ module.exports={
|
|
115644
115666
|
}
|
115645
115667
|
},
|
115646
115668
|
"LaunchTemplateConfigs": {
|
115647
|
-
"shape": "
|
115669
|
+
"shape": "S1m9",
|
115648
115670
|
"locationName": "launchTemplateConfigs"
|
115649
115671
|
},
|
115650
115672
|
"SpotPrice": {
|
@@ -115746,7 +115768,7 @@ module.exports={
|
|
115746
115768
|
}
|
115747
115769
|
}
|
115748
115770
|
},
|
115749
|
-
"
|
115771
|
+
"S1m4": {
|
115750
115772
|
"type": "list",
|
115751
115773
|
"member": {
|
115752
115774
|
"locationName": "item",
|
@@ -115822,7 +115844,7 @@ module.exports={
|
|
115822
115844
|
}
|
115823
115845
|
}
|
115824
115846
|
},
|
115825
|
-
"
|
115847
|
+
"S1m6": {
|
115826
115848
|
"type": "structure",
|
115827
115849
|
"members": {
|
115828
115850
|
"AvailabilityZone": {
|
@@ -115836,7 +115858,7 @@ module.exports={
|
|
115836
115858
|
}
|
115837
115859
|
}
|
115838
115860
|
},
|
115839
|
-
"
|
115861
|
+
"S1m9": {
|
115840
115862
|
"type": "list",
|
115841
115863
|
"member": {
|
115842
115864
|
"locationName": "item",
|
@@ -115883,7 +115905,7 @@ module.exports={
|
|
115883
115905
|
}
|
115884
115906
|
}
|
115885
115907
|
},
|
115886
|
-
"
|
115908
|
+
"S1mm": {
|
115887
115909
|
"type": "list",
|
115888
115910
|
"member": {
|
115889
115911
|
"locationName": "item",
|
@@ -115953,11 +115975,11 @@ module.exports={
|
|
115953
115975
|
"locationName": "keyName"
|
115954
115976
|
},
|
115955
115977
|
"NetworkInterfaces": {
|
115956
|
-
"shape": "
|
115978
|
+
"shape": "S1m4",
|
115957
115979
|
"locationName": "networkInterfaceSet"
|
115958
115980
|
},
|
115959
115981
|
"Placement": {
|
115960
|
-
"shape": "
|
115982
|
+
"shape": "S1m6",
|
115961
115983
|
"locationName": "placement"
|
115962
115984
|
},
|
115963
115985
|
"RamdiskId": {
|
@@ -115967,7 +115989,7 @@ module.exports={
|
|
115967
115989
|
"locationName": "subnetId"
|
115968
115990
|
},
|
115969
115991
|
"Monitoring": {
|
115970
|
-
"shape": "
|
115992
|
+
"shape": "S1mp",
|
115971
115993
|
"locationName": "monitoring"
|
115972
115994
|
}
|
115973
115995
|
}
|
@@ -116024,7 +116046,7 @@ module.exports={
|
|
116024
116046
|
}
|
116025
116047
|
}
|
116026
116048
|
},
|
116027
|
-
"
|
116049
|
+
"S1mp": {
|
116028
116050
|
"type": "structure",
|
116029
116051
|
"required": [
|
116030
116052
|
"Enabled"
|
@@ -116036,7 +116058,7 @@ module.exports={
|
|
116036
116058
|
}
|
116037
116059
|
}
|
116038
116060
|
},
|
116039
|
-
"
|
116061
|
+
"S1n4": {
|
116040
116062
|
"type": "list",
|
116041
116063
|
"member": {
|
116042
116064
|
"locationName": "item",
|
@@ -116078,17 +116100,17 @@ module.exports={
|
|
116078
116100
|
}
|
116079
116101
|
}
|
116080
116102
|
},
|
116081
|
-
"
|
116103
|
+
"S1o2": {
|
116082
116104
|
"type": "list",
|
116083
116105
|
"member": {}
|
116084
116106
|
},
|
116085
|
-
"
|
116107
|
+
"S1pl": {
|
116086
116108
|
"type": "list",
|
116087
116109
|
"member": {
|
116088
116110
|
"locationName": "item"
|
116089
116111
|
}
|
116090
116112
|
},
|
116091
|
-
"
|
116113
|
+
"S1pp": {
|
116092
116114
|
"type": "structure",
|
116093
116115
|
"members": {
|
116094
116116
|
"VerifiedAccessInstanceId": {
|
@@ -116107,7 +116129,7 @@ module.exports={
|
|
116107
116129
|
"type": "boolean"
|
116108
116130
|
},
|
116109
116131
|
"DeliveryStatus": {
|
116110
|
-
"shape": "
|
116132
|
+
"shape": "S1ps",
|
116111
116133
|
"locationName": "deliveryStatus"
|
116112
116134
|
},
|
116113
116135
|
"BucketName": {
|
@@ -116130,7 +116152,7 @@ module.exports={
|
|
116130
116152
|
"type": "boolean"
|
116131
116153
|
},
|
116132
116154
|
"DeliveryStatus": {
|
116133
|
-
"shape": "
|
116155
|
+
"shape": "S1ps",
|
116134
116156
|
"locationName": "deliveryStatus"
|
116135
116157
|
},
|
116136
116158
|
"LogGroup": {
|
@@ -116147,7 +116169,7 @@ module.exports={
|
|
116147
116169
|
"type": "boolean"
|
116148
116170
|
},
|
116149
116171
|
"DeliveryStatus": {
|
116150
|
-
"shape": "
|
116172
|
+
"shape": "S1ps",
|
116151
116173
|
"locationName": "deliveryStatus"
|
116152
116174
|
},
|
116153
116175
|
"DeliveryStream": {
|
@@ -116166,7 +116188,7 @@ module.exports={
|
|
116166
116188
|
}
|
116167
116189
|
}
|
116168
116190
|
},
|
116169
|
-
"
|
116191
|
+
"S1ps": {
|
116170
116192
|
"type": "structure",
|
116171
116193
|
"members": {
|
116172
116194
|
"Code": {
|
@@ -116177,7 +116199,7 @@ module.exports={
|
|
116177
116199
|
}
|
116178
116200
|
}
|
116179
116201
|
},
|
116180
|
-
"
|
116202
|
+
"S1qt": {
|
116181
116203
|
"type": "structure",
|
116182
116204
|
"members": {
|
116183
116205
|
"VolumeId": {
|
@@ -116241,19 +116263,19 @@ module.exports={
|
|
116241
116263
|
}
|
116242
116264
|
}
|
116243
116265
|
},
|
116244
|
-
"
|
116266
|
+
"S1qz": {
|
116245
116267
|
"type": "list",
|
116246
116268
|
"member": {
|
116247
116269
|
"locationName": "VpcId"
|
116248
116270
|
}
|
116249
116271
|
},
|
116250
|
-
"
|
116272
|
+
"S1sz": {
|
116251
116273
|
"type": "list",
|
116252
116274
|
"member": {
|
116253
116275
|
"locationName": "AvailabilityZone"
|
116254
116276
|
}
|
116255
116277
|
},
|
116256
|
-
"
|
116278
|
+
"S1tg": {
|
116257
116279
|
"type": "structure",
|
116258
116280
|
"members": {
|
116259
116281
|
"TransitGatewayAttachmentId": {
|
@@ -116276,7 +116298,7 @@ module.exports={
|
|
116276
116298
|
}
|
116277
116299
|
}
|
116278
116300
|
},
|
116279
|
-
"
|
116301
|
+
"S1wq": {
|
116280
116302
|
"type": "structure",
|
116281
116303
|
"members": {
|
116282
116304
|
"InstanceFamily": {
|
@@ -116287,13 +116309,13 @@ module.exports={
|
|
116287
116309
|
}
|
116288
116310
|
}
|
116289
116311
|
},
|
116290
|
-
"
|
116312
|
+
"S1x7": {
|
116291
116313
|
"type": "list",
|
116292
116314
|
"member": {
|
116293
116315
|
"locationName": "item"
|
116294
116316
|
}
|
116295
116317
|
},
|
116296
|
-
"
|
116318
|
+
"S1x9": {
|
116297
116319
|
"type": "list",
|
116298
116320
|
"member": {
|
116299
116321
|
"locationName": "item",
|
@@ -116328,19 +116350,19 @@ module.exports={
|
|
116328
116350
|
}
|
116329
116351
|
}
|
116330
116352
|
},
|
116331
|
-
"
|
116353
|
+
"S1xc": {
|
116332
116354
|
"type": "list",
|
116333
116355
|
"member": {
|
116334
116356
|
"locationName": "item"
|
116335
116357
|
}
|
116336
116358
|
},
|
116337
|
-
"
|
116359
|
+
"S1xd": {
|
116338
116360
|
"type": "list",
|
116339
116361
|
"member": {
|
116340
116362
|
"locationName": "item"
|
116341
116363
|
}
|
116342
116364
|
},
|
116343
|
-
"
|
116365
|
+
"S1yd": {
|
116344
116366
|
"type": "structure",
|
116345
116367
|
"members": {
|
116346
116368
|
"IpamId": {
|
@@ -116392,7 +116414,7 @@ module.exports={
|
|
116392
116414
|
}
|
116393
116415
|
}
|
116394
116416
|
},
|
116395
|
-
"
|
116417
|
+
"S1z0": {
|
116396
116418
|
"type": "structure",
|
116397
116419
|
"members": {
|
116398
116420
|
"HourlyPrice": {
|
@@ -116406,14 +116428,14 @@ module.exports={
|
|
116406
116428
|
}
|
116407
116429
|
}
|
116408
116430
|
},
|
116409
|
-
"
|
116431
|
+
"S1zk": {
|
116410
116432
|
"type": "list",
|
116411
116433
|
"member": {
|
116412
116434
|
"shape": "Snj",
|
116413
116435
|
"locationName": "item"
|
116414
116436
|
}
|
116415
116437
|
},
|
116416
|
-
"
|
116438
|
+
"S20w": {
|
116417
116439
|
"type": "structure",
|
116418
116440
|
"members": {
|
116419
116441
|
"Comment": {},
|
@@ -116428,14 +116450,14 @@ module.exports={
|
|
116428
116450
|
}
|
116429
116451
|
}
|
116430
116452
|
},
|
116431
|
-
"
|
116453
|
+
"S20z": {
|
116432
116454
|
"type": "structure",
|
116433
116455
|
"members": {
|
116434
116456
|
"S3Bucket": {},
|
116435
116457
|
"S3Key": {}
|
116436
116458
|
}
|
116437
116459
|
},
|
116438
|
-
"
|
116460
|
+
"S216": {
|
116439
116461
|
"type": "structure",
|
116440
116462
|
"required": [
|
116441
116463
|
"Bytes",
|
@@ -116456,7 +116478,7 @@ module.exports={
|
|
116456
116478
|
}
|
116457
116479
|
}
|
116458
116480
|
},
|
116459
|
-
"
|
116481
|
+
"S217": {
|
116460
116482
|
"type": "structure",
|
116461
116483
|
"required": [
|
116462
116484
|
"Size"
|
@@ -116468,25 +116490,25 @@ module.exports={
|
|
116468
116490
|
}
|
116469
116491
|
}
|
116470
116492
|
},
|
116471
|
-
"
|
116493
|
+
"S22c": {
|
116472
116494
|
"type": "list",
|
116473
116495
|
"member": {
|
116474
116496
|
"locationName": "UserId"
|
116475
116497
|
}
|
116476
116498
|
},
|
116477
|
-
"
|
116499
|
+
"S22d": {
|
116478
116500
|
"type": "list",
|
116479
116501
|
"member": {
|
116480
116502
|
"locationName": "UserGroup"
|
116481
116503
|
}
|
116482
116504
|
},
|
116483
|
-
"
|
116505
|
+
"S22e": {
|
116484
116506
|
"type": "list",
|
116485
116507
|
"member": {
|
116486
116508
|
"locationName": "ProductCode"
|
116487
116509
|
}
|
116488
116510
|
},
|
116489
|
-
"
|
116511
|
+
"S22g": {
|
116490
116512
|
"type": "list",
|
116491
116513
|
"member": {
|
116492
116514
|
"locationName": "item",
|
@@ -116497,14 +116519,14 @@ module.exports={
|
|
116497
116519
|
}
|
116498
116520
|
}
|
116499
116521
|
},
|
116500
|
-
"
|
116522
|
+
"S22l": {
|
116501
116523
|
"type": "list",
|
116502
116524
|
"member": {
|
116503
116525
|
"shape": "S1h",
|
116504
116526
|
"locationName": "item"
|
116505
116527
|
}
|
116506
116528
|
},
|
116507
|
-
"
|
116529
|
+
"S22y": {
|
116508
116530
|
"type": "structure",
|
116509
116531
|
"members": {
|
116510
116532
|
"CapacityReservationPreference": {},
|
@@ -116513,7 +116535,7 @@ module.exports={
|
|
116513
116535
|
}
|
116514
116536
|
}
|
116515
116537
|
},
|
116516
|
-
"
|
116538
|
+
"S23n": {
|
116517
116539
|
"type": "list",
|
116518
116540
|
"member": {
|
116519
116541
|
"type": "structure",
|
@@ -116522,7 +116544,7 @@ module.exports={
|
|
116522
116544
|
}
|
116523
116545
|
}
|
116524
116546
|
},
|
116525
|
-
"
|
116547
|
+
"S26b": {
|
116526
116548
|
"type": "structure",
|
116527
116549
|
"members": {
|
116528
116550
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -116536,7 +116558,7 @@ module.exports={
|
|
116536
116558
|
}
|
116537
116559
|
}
|
116538
116560
|
},
|
116539
|
-
"
|
116561
|
+
"S26d": {
|
116540
116562
|
"type": "structure",
|
116541
116563
|
"members": {
|
116542
116564
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -116553,7 +116575,7 @@ module.exports={
|
|
116553
116575
|
}
|
116554
116576
|
}
|
116555
116577
|
},
|
116556
|
-
"
|
116578
|
+
"S26s": {
|
116557
116579
|
"type": "list",
|
116558
116580
|
"member": {
|
116559
116581
|
"locationName": "item",
|
@@ -116563,19 +116585,19 @@ module.exports={
|
|
116563
116585
|
"locationName": "instanceId"
|
116564
116586
|
},
|
116565
116587
|
"Monitoring": {
|
116566
|
-
"shape": "
|
116588
|
+
"shape": "S1co",
|
116567
116589
|
"locationName": "monitoring"
|
116568
116590
|
}
|
116569
116591
|
}
|
116570
116592
|
}
|
116571
116593
|
},
|
116572
|
-
"
|
116594
|
+
"S2ah": {
|
116573
116595
|
"type": "list",
|
116574
116596
|
"member": {
|
116575
116597
|
"locationName": "SecurityGroupId"
|
116576
116598
|
}
|
116577
116599
|
},
|
116578
|
-
"
|
116600
|
+
"S2b5": {
|
116579
116601
|
"type": "list",
|
116580
116602
|
"member": {
|
116581
116603
|
"locationName": "item",
|
@@ -116595,7 +116617,7 @@ module.exports={
|
|
116595
116617
|
}
|
116596
116618
|
}
|
116597
116619
|
},
|
116598
|
-
"
|
116620
|
+
"S2bt": {
|
116599
116621
|
"type": "list",
|
116600
116622
|
"member": {
|
116601
116623
|
"locationName": "item",
|
@@ -209627,7 +209649,8 @@ module.exports={
|
|
209627
209649
|
}
|
209628
209650
|
}
|
209629
209651
|
},
|
209630
|
-
"ReadReplicaSourceDBClusterIdentifier": {}
|
209652
|
+
"ReadReplicaSourceDBClusterIdentifier": {},
|
209653
|
+
"PercentProgress": {}
|
209631
209654
|
},
|
209632
209655
|
"wrapper": true
|
209633
209656
|
},
|
@@ -248960,7 +248983,17 @@ module.exports={
|
|
248960
248983
|
"ExternalId": {},
|
248961
248984
|
"SerialNumber": {},
|
248962
248985
|
"TokenCode": {},
|
248963
|
-
"SourceIdentity": {}
|
248986
|
+
"SourceIdentity": {},
|
248987
|
+
"ProvidedContexts": {
|
248988
|
+
"type": "list",
|
248989
|
+
"member": {
|
248990
|
+
"type": "structure",
|
248991
|
+
"members": {
|
248992
|
+
"ProviderArn": {},
|
248993
|
+
"ContextAssertion": {}
|
248994
|
+
}
|
248995
|
+
}
|
248996
|
+
}
|
248964
248997
|
}
|
248965
248998
|
},
|
248966
248999
|
"output": {
|
@@ -248968,10 +249001,10 @@ module.exports={
|
|
248968
249001
|
"type": "structure",
|
248969
249002
|
"members": {
|
248970
249003
|
"Credentials": {
|
248971
|
-
"shape": "
|
249004
|
+
"shape": "Sl"
|
248972
249005
|
},
|
248973
249006
|
"AssumedRoleUser": {
|
248974
|
-
"shape": "
|
249007
|
+
"shape": "Sq"
|
248975
249008
|
},
|
248976
249009
|
"PackedPolicySize": {
|
248977
249010
|
"type": "integer"
|
@@ -249009,10 +249042,10 @@ module.exports={
|
|
249009
249042
|
"type": "structure",
|
249010
249043
|
"members": {
|
249011
249044
|
"Credentials": {
|
249012
|
-
"shape": "
|
249045
|
+
"shape": "Sl"
|
249013
249046
|
},
|
249014
249047
|
"AssumedRoleUser": {
|
249015
|
-
"shape": "
|
249048
|
+
"shape": "Sq"
|
249016
249049
|
},
|
249017
249050
|
"PackedPolicySize": {
|
249018
249051
|
"type": "integer"
|
@@ -249056,11 +249089,11 @@ module.exports={
|
|
249056
249089
|
"type": "structure",
|
249057
249090
|
"members": {
|
249058
249091
|
"Credentials": {
|
249059
|
-
"shape": "
|
249092
|
+
"shape": "Sl"
|
249060
249093
|
},
|
249061
249094
|
"SubjectFromWebIdentityToken": {},
|
249062
249095
|
"AssumedRoleUser": {
|
249063
|
-
"shape": "
|
249096
|
+
"shape": "Sq"
|
249064
249097
|
},
|
249065
249098
|
"PackedPolicySize": {
|
249066
249099
|
"type": "integer"
|
@@ -249147,7 +249180,7 @@ module.exports={
|
|
249147
249180
|
"type": "structure",
|
249148
249181
|
"members": {
|
249149
249182
|
"Credentials": {
|
249150
|
-
"shape": "
|
249183
|
+
"shape": "Sl"
|
249151
249184
|
},
|
249152
249185
|
"FederatedUser": {
|
249153
249186
|
"type": "structure",
|
@@ -249182,7 +249215,7 @@ module.exports={
|
|
249182
249215
|
"type": "structure",
|
249183
249216
|
"members": {
|
249184
249217
|
"Credentials": {
|
249185
|
-
"shape": "
|
249218
|
+
"shape": "Sl"
|
249186
249219
|
}
|
249187
249220
|
}
|
249188
249221
|
}
|
@@ -249212,7 +249245,7 @@ module.exports={
|
|
249212
249245
|
}
|
249213
249246
|
}
|
249214
249247
|
},
|
249215
|
-
"
|
249248
|
+
"Sl": {
|
249216
249249
|
"type": "structure",
|
249217
249250
|
"required": [
|
249218
249251
|
"AccessKeyId",
|
@@ -249232,7 +249265,7 @@ module.exports={
|
|
249232
249265
|
}
|
249233
249266
|
}
|
249234
249267
|
},
|
249235
|
-
"
|
249268
|
+
"Sq": {
|
249236
249269
|
"type": "structure",
|
249237
249270
|
"required": [
|
249238
249271
|
"AssumedRoleId",
|
@@ -260487,7 +260520,7 @@ AWS.util.update(AWS, {
|
|
260487
260520
|
/**
|
260488
260521
|
* @constant
|
260489
260522
|
*/
|
260490
|
-
VERSION: '2.
|
260523
|
+
VERSION: '2.1422.0',
|
260491
260524
|
|
260492
260525
|
/**
|
260493
260526
|
* @api private
|
@@ -282668,7 +282701,7 @@ var LRUCache = /** @class */ (function () {
|
|
282668
282701
|
}());
|
282669
282702
|
exports.LRUCache = LRUCache;
|
282670
282703
|
},{}],467:[function(require,module,exports){
|
282671
|
-
// AWS SDK for JavaScript v2.
|
282704
|
+
// AWS SDK for JavaScript v2.1422.0
|
282672
282705
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282673
282706
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282674
282707
|
require('./browser_loader');
|