cdk-lambda-subminute 2.0.234 → 2.0.236
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +140 -82
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +2 -2
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +4 -0
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +83 -58
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +10 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +118 -11
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +462 -414
- package/node_modules/aws-sdk/clients/ec2.d.ts +66 -0
- package/node_modules/aws-sdk/clients/ecr.d.ts +5 -5
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +13 -9
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -29
- package/node_modules/aws-sdk/clients/medialive.d.ts +110 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +68 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +147 -85
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -16112,6 +16112,24 @@
|
|
16112
16112
|
}
|
16113
16113
|
}
|
16114
16114
|
},
|
16115
|
+
"DisableImageBlockPublicAccess": {
|
16116
|
+
"input": {
|
16117
|
+
"type": "structure",
|
16118
|
+
"members": {
|
16119
|
+
"DryRun": {
|
16120
|
+
"type": "boolean"
|
16121
|
+
}
|
16122
|
+
}
|
16123
|
+
},
|
16124
|
+
"output": {
|
16125
|
+
"type": "structure",
|
16126
|
+
"members": {
|
16127
|
+
"ImageBlockPublicAccessState": {
|
16128
|
+
"locationName": "imageBlockPublicAccessState"
|
16129
|
+
}
|
16130
|
+
}
|
16131
|
+
}
|
16132
|
+
},
|
16115
16133
|
"DisableImageDeprecation": {
|
16116
16134
|
"input": {
|
16117
16135
|
"type": "structure",
|
@@ -16196,7 +16214,7 @@
|
|
16196
16214
|
"type": "structure",
|
16197
16215
|
"members": {
|
16198
16216
|
"Propagation": {
|
16199
|
-
"shape": "
|
16217
|
+
"shape": "S1to",
|
16200
16218
|
"locationName": "propagation"
|
16201
16219
|
}
|
16202
16220
|
}
|
@@ -16880,6 +16898,28 @@
|
|
16880
16898
|
}
|
16881
16899
|
}
|
16882
16900
|
},
|
16901
|
+
"EnableImageBlockPublicAccess": {
|
16902
|
+
"input": {
|
16903
|
+
"type": "structure",
|
16904
|
+
"required": [
|
16905
|
+
"ImageBlockPublicAccessState"
|
16906
|
+
],
|
16907
|
+
"members": {
|
16908
|
+
"ImageBlockPublicAccessState": {},
|
16909
|
+
"DryRun": {
|
16910
|
+
"type": "boolean"
|
16911
|
+
}
|
16912
|
+
}
|
16913
|
+
},
|
16914
|
+
"output": {
|
16915
|
+
"type": "structure",
|
16916
|
+
"members": {
|
16917
|
+
"ImageBlockPublicAccessState": {
|
16918
|
+
"locationName": "imageBlockPublicAccessState"
|
16919
|
+
}
|
16920
|
+
}
|
16921
|
+
}
|
16922
|
+
},
|
16883
16923
|
"EnableImageDeprecation": {
|
16884
16924
|
"input": {
|
16885
16925
|
"type": "structure",
|
@@ -16987,7 +17027,7 @@
|
|
16987
17027
|
"type": "structure",
|
16988
17028
|
"members": {
|
16989
17029
|
"Propagation": {
|
16990
|
-
"shape": "
|
17030
|
+
"shape": "S1to",
|
16991
17031
|
"locationName": "propagation"
|
16992
17032
|
}
|
16993
17033
|
}
|
@@ -17598,7 +17638,7 @@
|
|
17598
17638
|
"type": "structure",
|
17599
17639
|
"members": {
|
17600
17640
|
"InstanceFamilyCreditSpecification": {
|
17601
|
-
"shape": "
|
17641
|
+
"shape": "S1x1",
|
17602
17642
|
"locationName": "instanceFamilyCreditSpecification"
|
17603
17643
|
}
|
17604
17644
|
}
|
@@ -17748,7 +17788,7 @@
|
|
17748
17788
|
],
|
17749
17789
|
"members": {
|
17750
17790
|
"HostIdSet": {
|
17751
|
-
"shape": "
|
17791
|
+
"shape": "S1xi"
|
17752
17792
|
},
|
17753
17793
|
"OfferingId": {}
|
17754
17794
|
}
|
@@ -17760,7 +17800,7 @@
|
|
17760
17800
|
"locationName": "currencyCode"
|
17761
17801
|
},
|
17762
17802
|
"Purchase": {
|
17763
|
-
"shape": "
|
17803
|
+
"shape": "S1xk",
|
17764
17804
|
"locationName": "purchase"
|
17765
17805
|
},
|
17766
17806
|
"TotalHourlyPrice": {
|
@@ -17772,6 +17812,24 @@
|
|
17772
17812
|
}
|
17773
17813
|
}
|
17774
17814
|
},
|
17815
|
+
"GetImageBlockPublicAccessState": {
|
17816
|
+
"input": {
|
17817
|
+
"type": "structure",
|
17818
|
+
"members": {
|
17819
|
+
"DryRun": {
|
17820
|
+
"type": "boolean"
|
17821
|
+
}
|
17822
|
+
}
|
17823
|
+
},
|
17824
|
+
"output": {
|
17825
|
+
"type": "structure",
|
17826
|
+
"members": {
|
17827
|
+
"ImageBlockPublicAccessState": {
|
17828
|
+
"locationName": "imageBlockPublicAccessState"
|
17829
|
+
}
|
17830
|
+
}
|
17831
|
+
}
|
17832
|
+
},
|
17775
17833
|
"GetInstanceTypesFromInstanceRequirements": {
|
17776
17834
|
"input": {
|
17777
17835
|
"type": "structure",
|
@@ -17785,11 +17843,11 @@
|
|
17785
17843
|
"type": "boolean"
|
17786
17844
|
},
|
17787
17845
|
"ArchitectureTypes": {
|
17788
|
-
"shape": "
|
17846
|
+
"shape": "S1xp",
|
17789
17847
|
"locationName": "ArchitectureType"
|
17790
17848
|
},
|
17791
17849
|
"VirtualizationTypes": {
|
17792
|
-
"shape": "
|
17850
|
+
"shape": "S1xq",
|
17793
17851
|
"locationName": "VirtualizationType"
|
17794
17852
|
},
|
17795
17853
|
"InstanceRequirements": {
|
@@ -18186,7 +18244,7 @@
|
|
18186
18244
|
"locationName": "ipamResourceCidrSet",
|
18187
18245
|
"type": "list",
|
18188
18246
|
"member": {
|
18189
|
-
"shape": "
|
18247
|
+
"shape": "S1yq",
|
18190
18248
|
"locationName": "item"
|
18191
18249
|
}
|
18192
18250
|
}
|
@@ -18451,7 +18509,7 @@
|
|
18451
18509
|
"locationName": "paymentDue"
|
18452
18510
|
},
|
18453
18511
|
"ReservedInstanceValueRollup": {
|
18454
|
-
"shape": "
|
18512
|
+
"shape": "S1ze",
|
18455
18513
|
"locationName": "reservedInstanceValueRollup"
|
18456
18514
|
},
|
18457
18515
|
"ReservedInstanceValueSet": {
|
@@ -18462,7 +18520,7 @@
|
|
18462
18520
|
"type": "structure",
|
18463
18521
|
"members": {
|
18464
18522
|
"ReservationValue": {
|
18465
|
-
"shape": "
|
18523
|
+
"shape": "S1ze",
|
18466
18524
|
"locationName": "reservationValue"
|
18467
18525
|
},
|
18468
18526
|
"ReservedInstanceId": {
|
@@ -18472,7 +18530,7 @@
|
|
18472
18530
|
}
|
18473
18531
|
},
|
18474
18532
|
"TargetConfigurationValueRollup": {
|
18475
|
-
"shape": "
|
18533
|
+
"shape": "S1ze",
|
18476
18534
|
"locationName": "targetConfigurationValueRollup"
|
18477
18535
|
},
|
18478
18536
|
"TargetConfigurationValueSet": {
|
@@ -18483,7 +18541,7 @@
|
|
18483
18541
|
"type": "structure",
|
18484
18542
|
"members": {
|
18485
18543
|
"ReservationValue": {
|
18486
|
-
"shape": "
|
18544
|
+
"shape": "S1ze",
|
18487
18545
|
"locationName": "reservationValue"
|
18488
18546
|
},
|
18489
18547
|
"TargetConfiguration": {
|
@@ -18555,11 +18613,11 @@
|
|
18555
18613
|
"type": "structure",
|
18556
18614
|
"members": {
|
18557
18615
|
"ArchitectureTypes": {
|
18558
|
-
"shape": "
|
18616
|
+
"shape": "S1xp",
|
18559
18617
|
"locationName": "ArchitectureType"
|
18560
18618
|
},
|
18561
18619
|
"VirtualizationTypes": {
|
18562
|
-
"shape": "
|
18620
|
+
"shape": "S1xq",
|
18563
18621
|
"locationName": "VirtualizationType"
|
18564
18622
|
},
|
18565
18623
|
"InstanceRequirements": {
|
@@ -18630,11 +18688,11 @@
|
|
18630
18688
|
"type": "structure",
|
18631
18689
|
"members": {
|
18632
18690
|
"SubnetIpv4CidrReservations": {
|
18633
|
-
"shape": "
|
18691
|
+
"shape": "S1zy",
|
18634
18692
|
"locationName": "subnetIpv4CidrReservationSet"
|
18635
18693
|
},
|
18636
18694
|
"SubnetIpv6CidrReservations": {
|
18637
|
-
"shape": "
|
18695
|
+
"shape": "S1zy",
|
18638
18696
|
"locationName": "subnetIpv6CidrReservationSet"
|
18639
18697
|
},
|
18640
18698
|
"NextToken": {
|
@@ -19211,7 +19269,7 @@
|
|
19211
19269
|
"members": {
|
19212
19270
|
"Architecture": {},
|
19213
19271
|
"ClientData": {
|
19214
|
-
"shape": "
|
19272
|
+
"shape": "S21a"
|
19215
19273
|
},
|
19216
19274
|
"ClientToken": {},
|
19217
19275
|
"Description": {},
|
@@ -19230,7 +19288,7 @@
|
|
19230
19288
|
"shape": "S180"
|
19231
19289
|
},
|
19232
19290
|
"UserBucket": {
|
19233
|
-
"shape": "
|
19291
|
+
"shape": "S21d"
|
19234
19292
|
}
|
19235
19293
|
}
|
19236
19294
|
}
|
@@ -19340,10 +19398,10 @@
|
|
19340
19398
|
"members": {
|
19341
19399
|
"Description": {},
|
19342
19400
|
"Image": {
|
19343
|
-
"shape": "
|
19401
|
+
"shape": "S21k"
|
19344
19402
|
},
|
19345
19403
|
"Volume": {
|
19346
|
-
"shape": "
|
19404
|
+
"shape": "S21l"
|
19347
19405
|
}
|
19348
19406
|
}
|
19349
19407
|
}
|
@@ -19466,7 +19524,7 @@
|
|
19466
19524
|
"type": "structure",
|
19467
19525
|
"members": {
|
19468
19526
|
"ClientData": {
|
19469
|
-
"shape": "
|
19527
|
+
"shape": "S21a"
|
19470
19528
|
},
|
19471
19529
|
"ClientToken": {},
|
19472
19530
|
"Description": {},
|
@@ -19479,7 +19537,7 @@
|
|
19479
19537
|
"shape": "S180"
|
19480
19538
|
},
|
19481
19539
|
"UserBucket": {
|
19482
|
-
"shape": "
|
19540
|
+
"shape": "S21d"
|
19483
19541
|
}
|
19484
19542
|
}
|
19485
19543
|
},
|
@@ -19537,11 +19595,11 @@
|
|
19537
19595
|
"type": "boolean"
|
19538
19596
|
},
|
19539
19597
|
"Image": {
|
19540
|
-
"shape": "
|
19598
|
+
"shape": "S21k",
|
19541
19599
|
"locationName": "image"
|
19542
19600
|
},
|
19543
19601
|
"Volume": {
|
19544
|
-
"shape": "
|
19602
|
+
"shape": "S21l",
|
19545
19603
|
"locationName": "volume"
|
19546
19604
|
}
|
19547
19605
|
}
|
@@ -19856,7 +19914,7 @@
|
|
19856
19914
|
"type": "structure",
|
19857
19915
|
"members": {
|
19858
19916
|
"InstanceFamilyCreditSpecification": {
|
19859
|
-
"shape": "
|
19917
|
+
"shape": "S1x1",
|
19860
19918
|
"locationName": "instanceFamilyCreditSpecification"
|
19861
19919
|
}
|
19862
19920
|
}
|
@@ -19930,25 +19988,25 @@
|
|
19930
19988
|
"Attribute": {},
|
19931
19989
|
"OperationType": {},
|
19932
19990
|
"UserIds": {
|
19933
|
-
"shape": "
|
19991
|
+
"shape": "S22q",
|
19934
19992
|
"locationName": "UserId"
|
19935
19993
|
},
|
19936
19994
|
"UserGroups": {
|
19937
|
-
"shape": "
|
19995
|
+
"shape": "S22r",
|
19938
19996
|
"locationName": "UserGroup"
|
19939
19997
|
},
|
19940
19998
|
"ProductCodes": {
|
19941
|
-
"shape": "
|
19999
|
+
"shape": "S22s",
|
19942
20000
|
"locationName": "ProductCode"
|
19943
20001
|
},
|
19944
20002
|
"LoadPermission": {
|
19945
20003
|
"type": "structure",
|
19946
20004
|
"members": {
|
19947
20005
|
"Add": {
|
19948
|
-
"shape": "
|
20006
|
+
"shape": "S22u"
|
19949
20007
|
},
|
19950
20008
|
"Remove": {
|
19951
|
-
"shape": "
|
20009
|
+
"shape": "S22u"
|
19952
20010
|
}
|
19953
20011
|
}
|
19954
20012
|
},
|
@@ -19994,7 +20052,7 @@
|
|
19994
20052
|
"locationName": "successful"
|
19995
20053
|
},
|
19996
20054
|
"Unsuccessful": {
|
19997
|
-
"shape": "
|
20055
|
+
"shape": "S22z",
|
19998
20056
|
"locationName": "unsuccessful"
|
19999
20057
|
}
|
20000
20058
|
}
|
@@ -20062,15 +20120,15 @@
|
|
20062
20120
|
},
|
20063
20121
|
"OperationType": {},
|
20064
20122
|
"ProductCodes": {
|
20065
|
-
"shape": "
|
20123
|
+
"shape": "S22s",
|
20066
20124
|
"locationName": "ProductCode"
|
20067
20125
|
},
|
20068
20126
|
"UserGroups": {
|
20069
|
-
"shape": "
|
20127
|
+
"shape": "S22r",
|
20070
20128
|
"locationName": "UserGroup"
|
20071
20129
|
},
|
20072
20130
|
"UserIds": {
|
20073
|
-
"shape": "
|
20131
|
+
"shape": "S22q",
|
20074
20132
|
"locationName": "UserId"
|
20075
20133
|
},
|
20076
20134
|
"Value": {},
|
@@ -20215,7 +20273,7 @@
|
|
20215
20273
|
"members": {
|
20216
20274
|
"InstanceId": {},
|
20217
20275
|
"CapacityReservationSpecification": {
|
20218
|
-
"shape": "
|
20276
|
+
"shape": "S23c"
|
20219
20277
|
},
|
20220
20278
|
"DryRun": {
|
20221
20279
|
"type": "boolean"
|
@@ -20475,7 +20533,7 @@
|
|
20475
20533
|
"locationName": "AddOperatingRegion"
|
20476
20534
|
},
|
20477
20535
|
"RemoveOperatingRegions": {
|
20478
|
-
"shape": "
|
20536
|
+
"shape": "S241",
|
20479
20537
|
"locationName": "RemoveOperatingRegion"
|
20480
20538
|
}
|
20481
20539
|
}
|
@@ -20565,7 +20623,7 @@
|
|
20565
20623
|
"type": "structure",
|
20566
20624
|
"members": {
|
20567
20625
|
"IpamResourceCidr": {
|
20568
|
-
"shape": "
|
20626
|
+
"shape": "S1yq",
|
20569
20627
|
"locationName": "ipamResourceCidr"
|
20570
20628
|
}
|
20571
20629
|
}
|
@@ -20588,7 +20646,7 @@
|
|
20588
20646
|
"locationName": "AddOperatingRegion"
|
20589
20647
|
},
|
20590
20648
|
"RemoveOperatingRegions": {
|
20591
|
-
"shape": "
|
20649
|
+
"shape": "S241",
|
20592
20650
|
"locationName": "RemoveOperatingRegion"
|
20593
20651
|
}
|
20594
20652
|
}
|
@@ -20919,7 +20977,7 @@
|
|
20919
20977
|
"OperationType": {},
|
20920
20978
|
"SnapshotId": {},
|
20921
20979
|
"UserIds": {
|
20922
|
-
"shape": "
|
20980
|
+
"shape": "S22q",
|
20923
20981
|
"locationName": "UserId"
|
20924
20982
|
},
|
20925
20983
|
"DryRun": {
|
@@ -21853,13 +21911,13 @@
|
|
21853
21911
|
],
|
21854
21912
|
"members": {
|
21855
21913
|
"AccepterPeeringConnectionOptions": {
|
21856
|
-
"shape": "
|
21914
|
+
"shape": "S26p"
|
21857
21915
|
},
|
21858
21916
|
"DryRun": {
|
21859
21917
|
"type": "boolean"
|
21860
21918
|
},
|
21861
21919
|
"RequesterPeeringConnectionOptions": {
|
21862
|
-
"shape": "
|
21920
|
+
"shape": "S26p"
|
21863
21921
|
},
|
21864
21922
|
"VpcPeeringConnectionId": {}
|
21865
21923
|
}
|
@@ -21868,11 +21926,11 @@
|
|
21868
21926
|
"type": "structure",
|
21869
21927
|
"members": {
|
21870
21928
|
"AccepterPeeringConnectionOptions": {
|
21871
|
-
"shape": "
|
21929
|
+
"shape": "S26r",
|
21872
21930
|
"locationName": "accepterPeeringConnectionOptions"
|
21873
21931
|
},
|
21874
21932
|
"RequesterPeeringConnectionOptions": {
|
21875
|
-
"shape": "
|
21933
|
+
"shape": "S26r",
|
21876
21934
|
"locationName": "requesterPeeringConnectionOptions"
|
21877
21935
|
}
|
21878
21936
|
}
|
@@ -22096,7 +22154,7 @@
|
|
22096
22154
|
"type": "structure",
|
22097
22155
|
"members": {
|
22098
22156
|
"InstanceMonitorings": {
|
22099
|
-
"shape": "
|
22157
|
+
"shape": "S276",
|
22100
22158
|
"locationName": "instancesSet"
|
22101
22159
|
}
|
22102
22160
|
}
|
@@ -22282,7 +22340,7 @@
|
|
22282
22340
|
"ClientToken": {},
|
22283
22341
|
"CurrencyCode": {},
|
22284
22342
|
"HostIdSet": {
|
22285
|
-
"shape": "
|
22343
|
+
"shape": "S1xi"
|
22286
22344
|
},
|
22287
22345
|
"LimitPrice": {},
|
22288
22346
|
"OfferingId": {},
|
@@ -22302,7 +22360,7 @@
|
|
22302
22360
|
"locationName": "currencyCode"
|
22303
22361
|
},
|
22304
22362
|
"Purchase": {
|
22305
|
-
"shape": "
|
22363
|
+
"shape": "S1xk",
|
22306
22364
|
"locationName": "purchase"
|
22307
22365
|
},
|
22308
22366
|
"TotalHourlyPrice": {
|
@@ -22761,7 +22819,7 @@
|
|
22761
22819
|
"locationName": "successful"
|
22762
22820
|
},
|
22763
22821
|
"Unsuccessful": {
|
22764
|
-
"shape": "
|
22822
|
+
"shape": "S22z",
|
22765
22823
|
"locationName": "unsuccessful"
|
22766
22824
|
}
|
22767
22825
|
}
|
@@ -23830,7 +23888,7 @@
|
|
23830
23888
|
}
|
23831
23889
|
},
|
23832
23890
|
"CapacityReservationSpecification": {
|
23833
|
-
"shape": "
|
23891
|
+
"shape": "S23c"
|
23834
23892
|
},
|
23835
23893
|
"HibernationOptions": {
|
23836
23894
|
"type": "structure",
|
@@ -23996,7 +24054,7 @@
|
|
23996
24054
|
"type": "integer"
|
23997
24055
|
},
|
23998
24056
|
"Groups": {
|
23999
|
-
"shape": "
|
24057
|
+
"shape": "S2av",
|
24000
24058
|
"locationName": "Group"
|
24001
24059
|
},
|
24002
24060
|
"Ipv6AddressCount": {
|
@@ -24045,7 +24103,7 @@
|
|
24045
24103
|
},
|
24046
24104
|
"RamdiskId": {},
|
24047
24105
|
"SecurityGroupIds": {
|
24048
|
-
"shape": "
|
24106
|
+
"shape": "S2av",
|
24049
24107
|
"locationName": "SecurityGroupId"
|
24050
24108
|
},
|
24051
24109
|
"SubnetId": {},
|
@@ -24259,7 +24317,7 @@
|
|
24259
24317
|
"type": "structure",
|
24260
24318
|
"members": {
|
24261
24319
|
"StartingInstances": {
|
24262
|
-
"shape": "
|
24320
|
+
"shape": "S2bj",
|
24263
24321
|
"locationName": "instancesSet"
|
24264
24322
|
}
|
24265
24323
|
}
|
@@ -24386,7 +24444,7 @@
|
|
24386
24444
|
"type": "structure",
|
24387
24445
|
"members": {
|
24388
24446
|
"StoppingInstances": {
|
24389
|
-
"shape": "
|
24447
|
+
"shape": "S2bj",
|
24390
24448
|
"locationName": "instancesSet"
|
24391
24449
|
}
|
24392
24450
|
}
|
@@ -24461,7 +24519,7 @@
|
|
24461
24519
|
"type": "structure",
|
24462
24520
|
"members": {
|
24463
24521
|
"TerminatingInstances": {
|
24464
|
-
"shape": "
|
24522
|
+
"shape": "S2bj",
|
24465
24523
|
"locationName": "instancesSet"
|
24466
24524
|
}
|
24467
24525
|
}
|
@@ -24580,7 +24638,7 @@
|
|
24580
24638
|
"type": "structure",
|
24581
24639
|
"members": {
|
24582
24640
|
"InstanceMonitorings": {
|
24583
|
-
"shape": "
|
24641
|
+
"shape": "S276",
|
24584
24642
|
"locationName": "instancesSet"
|
24585
24643
|
}
|
24586
24644
|
}
|
@@ -24599,7 +24657,7 @@
|
|
24599
24657
|
"shape": "S6o"
|
24600
24658
|
},
|
24601
24659
|
"SecurityGroupRuleDescriptions": {
|
24602
|
-
"shape": "
|
24660
|
+
"shape": "S2c7",
|
24603
24661
|
"locationName": "SecurityGroupRuleDescription"
|
24604
24662
|
}
|
24605
24663
|
}
|
@@ -24627,7 +24685,7 @@
|
|
24627
24685
|
"shape": "S6o"
|
24628
24686
|
},
|
24629
24687
|
"SecurityGroupRuleDescriptions": {
|
24630
|
-
"shape": "
|
24688
|
+
"shape": "S2c7",
|
24631
24689
|
"locationName": "SecurityGroupRuleDescription"
|
24632
24690
|
}
|
24633
24691
|
}
|
@@ -34168,7 +34226,7 @@
|
|
34168
34226
|
"locationName": "AvailabilityZone"
|
34169
34227
|
}
|
34170
34228
|
},
|
34171
|
-
"
|
34229
|
+
"S1to": {
|
34172
34230
|
"type": "structure",
|
34173
34231
|
"members": {
|
34174
34232
|
"TransitGatewayAttachmentId": {
|
@@ -34191,7 +34249,7 @@
|
|
34191
34249
|
}
|
34192
34250
|
}
|
34193
34251
|
},
|
34194
|
-
"
|
34252
|
+
"S1x1": {
|
34195
34253
|
"type": "structure",
|
34196
34254
|
"members": {
|
34197
34255
|
"InstanceFamily": {
|
@@ -34202,13 +34260,13 @@
|
|
34202
34260
|
}
|
34203
34261
|
}
|
34204
34262
|
},
|
34205
|
-
"
|
34263
|
+
"S1xi": {
|
34206
34264
|
"type": "list",
|
34207
34265
|
"member": {
|
34208
34266
|
"locationName": "item"
|
34209
34267
|
}
|
34210
34268
|
},
|
34211
|
-
"
|
34269
|
+
"S1xk": {
|
34212
34270
|
"type": "list",
|
34213
34271
|
"member": {
|
34214
34272
|
"locationName": "item",
|
@@ -34243,19 +34301,19 @@
|
|
34243
34301
|
}
|
34244
34302
|
}
|
34245
34303
|
},
|
34246
|
-
"
|
34304
|
+
"S1xp": {
|
34247
34305
|
"type": "list",
|
34248
34306
|
"member": {
|
34249
34307
|
"locationName": "item"
|
34250
34308
|
}
|
34251
34309
|
},
|
34252
|
-
"
|
34310
|
+
"S1xq": {
|
34253
34311
|
"type": "list",
|
34254
34312
|
"member": {
|
34255
34313
|
"locationName": "item"
|
34256
34314
|
}
|
34257
34315
|
},
|
34258
|
-
"
|
34316
|
+
"S1yq": {
|
34259
34317
|
"type": "structure",
|
34260
34318
|
"members": {
|
34261
34319
|
"IpamId": {
|
@@ -34307,7 +34365,7 @@
|
|
34307
34365
|
}
|
34308
34366
|
}
|
34309
34367
|
},
|
34310
|
-
"
|
34368
|
+
"S1ze": {
|
34311
34369
|
"type": "structure",
|
34312
34370
|
"members": {
|
34313
34371
|
"HourlyPrice": {
|
@@ -34321,14 +34379,14 @@
|
|
34321
34379
|
}
|
34322
34380
|
}
|
34323
34381
|
},
|
34324
|
-
"
|
34382
|
+
"S1zy": {
|
34325
34383
|
"type": "list",
|
34326
34384
|
"member": {
|
34327
34385
|
"shape": "Snl",
|
34328
34386
|
"locationName": "item"
|
34329
34387
|
}
|
34330
34388
|
},
|
34331
|
-
"
|
34389
|
+
"S21a": {
|
34332
34390
|
"type": "structure",
|
34333
34391
|
"members": {
|
34334
34392
|
"Comment": {},
|
@@ -34343,14 +34401,14 @@
|
|
34343
34401
|
}
|
34344
34402
|
}
|
34345
34403
|
},
|
34346
|
-
"
|
34404
|
+
"S21d": {
|
34347
34405
|
"type": "structure",
|
34348
34406
|
"members": {
|
34349
34407
|
"S3Bucket": {},
|
34350
34408
|
"S3Key": {}
|
34351
34409
|
}
|
34352
34410
|
},
|
34353
|
-
"
|
34411
|
+
"S21k": {
|
34354
34412
|
"type": "structure",
|
34355
34413
|
"required": [
|
34356
34414
|
"Bytes",
|
@@ -34371,7 +34429,7 @@
|
|
34371
34429
|
}
|
34372
34430
|
}
|
34373
34431
|
},
|
34374
|
-
"
|
34432
|
+
"S21l": {
|
34375
34433
|
"type": "structure",
|
34376
34434
|
"required": [
|
34377
34435
|
"Size"
|
@@ -34383,25 +34441,25 @@
|
|
34383
34441
|
}
|
34384
34442
|
}
|
34385
34443
|
},
|
34386
|
-
"
|
34444
|
+
"S22q": {
|
34387
34445
|
"type": "list",
|
34388
34446
|
"member": {
|
34389
34447
|
"locationName": "UserId"
|
34390
34448
|
}
|
34391
34449
|
},
|
34392
|
-
"
|
34450
|
+
"S22r": {
|
34393
34451
|
"type": "list",
|
34394
34452
|
"member": {
|
34395
34453
|
"locationName": "UserGroup"
|
34396
34454
|
}
|
34397
34455
|
},
|
34398
|
-
"
|
34456
|
+
"S22s": {
|
34399
34457
|
"type": "list",
|
34400
34458
|
"member": {
|
34401
34459
|
"locationName": "ProductCode"
|
34402
34460
|
}
|
34403
34461
|
},
|
34404
|
-
"
|
34462
|
+
"S22u": {
|
34405
34463
|
"type": "list",
|
34406
34464
|
"member": {
|
34407
34465
|
"locationName": "item",
|
@@ -34412,14 +34470,14 @@
|
|
34412
34470
|
}
|
34413
34471
|
}
|
34414
34472
|
},
|
34415
|
-
"
|
34473
|
+
"S22z": {
|
34416
34474
|
"type": "list",
|
34417
34475
|
"member": {
|
34418
34476
|
"shape": "S1h",
|
34419
34477
|
"locationName": "item"
|
34420
34478
|
}
|
34421
34479
|
},
|
34422
|
-
"
|
34480
|
+
"S23c": {
|
34423
34481
|
"type": "structure",
|
34424
34482
|
"members": {
|
34425
34483
|
"CapacityReservationPreference": {},
|
@@ -34428,7 +34486,7 @@
|
|
34428
34486
|
}
|
34429
34487
|
}
|
34430
34488
|
},
|
34431
|
-
"
|
34489
|
+
"S241": {
|
34432
34490
|
"type": "list",
|
34433
34491
|
"member": {
|
34434
34492
|
"type": "structure",
|
@@ -34437,7 +34495,7 @@
|
|
34437
34495
|
}
|
34438
34496
|
}
|
34439
34497
|
},
|
34440
|
-
"
|
34498
|
+
"S26p": {
|
34441
34499
|
"type": "structure",
|
34442
34500
|
"members": {
|
34443
34501
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34451,7 +34509,7 @@
|
|
34451
34509
|
}
|
34452
34510
|
}
|
34453
34511
|
},
|
34454
|
-
"
|
34512
|
+
"S26r": {
|
34455
34513
|
"type": "structure",
|
34456
34514
|
"members": {
|
34457
34515
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34468,7 +34526,7 @@
|
|
34468
34526
|
}
|
34469
34527
|
}
|
34470
34528
|
},
|
34471
|
-
"
|
34529
|
+
"S276": {
|
34472
34530
|
"type": "list",
|
34473
34531
|
"member": {
|
34474
34532
|
"locationName": "item",
|
@@ -34484,13 +34542,13 @@
|
|
34484
34542
|
}
|
34485
34543
|
}
|
34486
34544
|
},
|
34487
|
-
"
|
34545
|
+
"S2av": {
|
34488
34546
|
"type": "list",
|
34489
34547
|
"member": {
|
34490
34548
|
"locationName": "SecurityGroupId"
|
34491
34549
|
}
|
34492
34550
|
},
|
34493
|
-
"
|
34551
|
+
"S2bj": {
|
34494
34552
|
"type": "list",
|
34495
34553
|
"member": {
|
34496
34554
|
"locationName": "item",
|
@@ -34510,7 +34568,7 @@
|
|
34510
34568
|
}
|
34511
34569
|
}
|
34512
34570
|
},
|
34513
|
-
"
|
34571
|
+
"S2c7": {
|
34514
34572
|
"type": "list",
|
34515
34573
|
"member": {
|
34516
34574
|
"locationName": "item",
|