aws-sdk 2.1657.0 → 2.1659.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/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +18 -17
- package/apis/acm-pca-2017-08-22.paginators.json +4 -4
- package/apis/acm-pca-2017-08-22.waiters2.json +62 -74
- package/apis/arc-zonal-shift-2022-10-30.min.json +62 -10
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/apis/pinpoint-2016-12-01.min.json +4 -1
- package/apis/quicksight-2018-04-01.min.json +1783 -1313
- package/clients/acmpca.d.ts +39 -39
- package/clients/arczonalshift.d.ts +66 -29
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/clients/quicksight.d.ts +609 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +71 -26
- package/dist/aws-sdk.js +133 -76
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/lib/services/s3.js +51 -6
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +7 -7
@@ -3606,7 +3606,8 @@
|
|
3606
3606
|
"TagSpecifications": {
|
3607
3607
|
"shape": "S3",
|
3608
3608
|
"locationName": "TagSpecification"
|
3609
|
-
}
|
3609
|
+
},
|
3610
|
+
"NetworkBorderGroup": {}
|
3610
3611
|
}
|
3611
3612
|
},
|
3612
3613
|
"output": {
|
@@ -6233,7 +6234,8 @@
|
|
6233
6234
|
"DryRun": {
|
6234
6235
|
"type": "boolean"
|
6235
6236
|
},
|
6236
|
-
"PoolId": {}
|
6237
|
+
"PoolId": {},
|
6238
|
+
"NetworkBorderGroup": {}
|
6237
6239
|
}
|
6238
6240
|
},
|
6239
6241
|
"output": {
|
@@ -19076,9 +19078,15 @@
|
|
19076
19078
|
"VpcId": {
|
19077
19079
|
"locationName": "vpcId"
|
19078
19080
|
},
|
19081
|
+
"NetworkInterfaceAttachmentStatus": {
|
19082
|
+
"locationName": "networkInterfaceAttachmentStatus"
|
19083
|
+
},
|
19079
19084
|
"SampleTime": {
|
19080
19085
|
"locationName": "sampleTime",
|
19081
19086
|
"type": "timestamp"
|
19087
|
+
},
|
19088
|
+
"AvailabilityZoneId": {
|
19089
|
+
"locationName": "availabilityZoneId"
|
19082
19090
|
}
|
19083
19091
|
}
|
19084
19092
|
}
|
@@ -19204,7 +19212,7 @@
|
|
19204
19212
|
"locationName": "ipamResourceCidrSet",
|
19205
19213
|
"type": "list",
|
19206
19214
|
"member": {
|
19207
|
-
"shape": "
|
19215
|
+
"shape": "S224",
|
19208
19216
|
"locationName": "item"
|
19209
19217
|
}
|
19210
19218
|
}
|
@@ -19469,7 +19477,7 @@
|
|
19469
19477
|
"locationName": "paymentDue"
|
19470
19478
|
},
|
19471
19479
|
"ReservedInstanceValueRollup": {
|
19472
|
-
"shape": "
|
19480
|
+
"shape": "S22t",
|
19473
19481
|
"locationName": "reservedInstanceValueRollup"
|
19474
19482
|
},
|
19475
19483
|
"ReservedInstanceValueSet": {
|
@@ -19480,7 +19488,7 @@
|
|
19480
19488
|
"type": "structure",
|
19481
19489
|
"members": {
|
19482
19490
|
"ReservationValue": {
|
19483
|
-
"shape": "
|
19491
|
+
"shape": "S22t",
|
19484
19492
|
"locationName": "reservationValue"
|
19485
19493
|
},
|
19486
19494
|
"ReservedInstanceId": {
|
@@ -19490,7 +19498,7 @@
|
|
19490
19498
|
}
|
19491
19499
|
},
|
19492
19500
|
"TargetConfigurationValueRollup": {
|
19493
|
-
"shape": "
|
19501
|
+
"shape": "S22t",
|
19494
19502
|
"locationName": "targetConfigurationValueRollup"
|
19495
19503
|
},
|
19496
19504
|
"TargetConfigurationValueSet": {
|
@@ -19501,7 +19509,7 @@
|
|
19501
19509
|
"type": "structure",
|
19502
19510
|
"members": {
|
19503
19511
|
"ReservationValue": {
|
19504
|
-
"shape": "
|
19512
|
+
"shape": "S22t",
|
19505
19513
|
"locationName": "reservationValue"
|
19506
19514
|
},
|
19507
19515
|
"TargetConfiguration": {
|
@@ -19725,11 +19733,11 @@
|
|
19725
19733
|
"type": "structure",
|
19726
19734
|
"members": {
|
19727
19735
|
"SubnetIpv4CidrReservations": {
|
19728
|
-
"shape": "
|
19736
|
+
"shape": "S23k",
|
19729
19737
|
"locationName": "subnetIpv4CidrReservationSet"
|
19730
19738
|
},
|
19731
19739
|
"SubnetIpv6CidrReservations": {
|
19732
|
-
"shape": "
|
19740
|
+
"shape": "S23k",
|
19733
19741
|
"locationName": "subnetIpv6CidrReservationSet"
|
19734
19742
|
},
|
19735
19743
|
"NextToken": {
|
@@ -20306,7 +20314,7 @@
|
|
20306
20314
|
"members": {
|
20307
20315
|
"Architecture": {},
|
20308
20316
|
"ClientData": {
|
20309
|
-
"shape": "
|
20317
|
+
"shape": "S24w"
|
20310
20318
|
},
|
20311
20319
|
"ClientToken": {},
|
20312
20320
|
"Description": {},
|
@@ -20325,7 +20333,7 @@
|
|
20325
20333
|
"shape": "S18v"
|
20326
20334
|
},
|
20327
20335
|
"UserBucket": {
|
20328
|
-
"shape": "
|
20336
|
+
"shape": "S24z"
|
20329
20337
|
}
|
20330
20338
|
}
|
20331
20339
|
}
|
@@ -20435,10 +20443,10 @@
|
|
20435
20443
|
"members": {
|
20436
20444
|
"Description": {},
|
20437
20445
|
"Image": {
|
20438
|
-
"shape": "
|
20446
|
+
"shape": "S256"
|
20439
20447
|
},
|
20440
20448
|
"Volume": {
|
20441
|
-
"shape": "
|
20449
|
+
"shape": "S257"
|
20442
20450
|
}
|
20443
20451
|
}
|
20444
20452
|
}
|
@@ -20561,7 +20569,7 @@
|
|
20561
20569
|
"type": "structure",
|
20562
20570
|
"members": {
|
20563
20571
|
"ClientData": {
|
20564
|
-
"shape": "
|
20572
|
+
"shape": "S24w"
|
20565
20573
|
},
|
20566
20574
|
"ClientToken": {},
|
20567
20575
|
"Description": {},
|
@@ -20574,7 +20582,7 @@
|
|
20574
20582
|
"shape": "S18v"
|
20575
20583
|
},
|
20576
20584
|
"UserBucket": {
|
20577
|
-
"shape": "
|
20585
|
+
"shape": "S24z"
|
20578
20586
|
}
|
20579
20587
|
}
|
20580
20588
|
},
|
@@ -20632,11 +20640,11 @@
|
|
20632
20640
|
"type": "boolean"
|
20633
20641
|
},
|
20634
20642
|
"Image": {
|
20635
|
-
"shape": "
|
20643
|
+
"shape": "S256",
|
20636
20644
|
"locationName": "image"
|
20637
20645
|
},
|
20638
20646
|
"Volume": {
|
20639
|
-
"shape": "
|
20647
|
+
"shape": "S257",
|
20640
20648
|
"locationName": "volume"
|
20641
20649
|
}
|
20642
20650
|
}
|
@@ -21085,25 +21093,25 @@
|
|
21085
21093
|
"Attribute": {},
|
21086
21094
|
"OperationType": {},
|
21087
21095
|
"UserIds": {
|
21088
|
-
"shape": "
|
21096
|
+
"shape": "S26h",
|
21089
21097
|
"locationName": "UserId"
|
21090
21098
|
},
|
21091
21099
|
"UserGroups": {
|
21092
|
-
"shape": "
|
21100
|
+
"shape": "S26i",
|
21093
21101
|
"locationName": "UserGroup"
|
21094
21102
|
},
|
21095
21103
|
"ProductCodes": {
|
21096
|
-
"shape": "
|
21104
|
+
"shape": "S26j",
|
21097
21105
|
"locationName": "ProductCode"
|
21098
21106
|
},
|
21099
21107
|
"LoadPermission": {
|
21100
21108
|
"type": "structure",
|
21101
21109
|
"members": {
|
21102
21110
|
"Add": {
|
21103
|
-
"shape": "
|
21111
|
+
"shape": "S26l"
|
21104
21112
|
},
|
21105
21113
|
"Remove": {
|
21106
|
-
"shape": "
|
21114
|
+
"shape": "S26l"
|
21107
21115
|
}
|
21108
21116
|
}
|
21109
21117
|
},
|
@@ -21149,7 +21157,7 @@
|
|
21149
21157
|
"locationName": "successful"
|
21150
21158
|
},
|
21151
21159
|
"Unsuccessful": {
|
21152
|
-
"shape": "
|
21160
|
+
"shape": "S26q",
|
21153
21161
|
"locationName": "unsuccessful"
|
21154
21162
|
}
|
21155
21163
|
}
|
@@ -21217,15 +21225,15 @@
|
|
21217
21225
|
},
|
21218
21226
|
"OperationType": {},
|
21219
21227
|
"ProductCodes": {
|
21220
|
-
"shape": "
|
21228
|
+
"shape": "S26j",
|
21221
21229
|
"locationName": "ProductCode"
|
21222
21230
|
},
|
21223
21231
|
"UserGroups": {
|
21224
|
-
"shape": "
|
21232
|
+
"shape": "S26i",
|
21225
21233
|
"locationName": "UserGroup"
|
21226
21234
|
},
|
21227
21235
|
"UserIds": {
|
21228
|
-
"shape": "
|
21236
|
+
"shape": "S26h",
|
21229
21237
|
"locationName": "UserId"
|
21230
21238
|
},
|
21231
21239
|
"Value": {},
|
@@ -21370,7 +21378,7 @@
|
|
21370
21378
|
"members": {
|
21371
21379
|
"InstanceId": {},
|
21372
21380
|
"CapacityReservationSpecification": {
|
21373
|
-
"shape": "
|
21381
|
+
"shape": "S273"
|
21374
21382
|
},
|
21375
21383
|
"DryRun": {
|
21376
21384
|
"type": "boolean"
|
@@ -21655,7 +21663,7 @@
|
|
21655
21663
|
"locationName": "AddOperatingRegion"
|
21656
21664
|
},
|
21657
21665
|
"RemoveOperatingRegions": {
|
21658
|
-
"shape": "
|
21666
|
+
"shape": "S27x",
|
21659
21667
|
"locationName": "RemoveOperatingRegion"
|
21660
21668
|
},
|
21661
21669
|
"Tier": {}
|
@@ -21746,7 +21754,7 @@
|
|
21746
21754
|
"type": "structure",
|
21747
21755
|
"members": {
|
21748
21756
|
"IpamResourceCidr": {
|
21749
|
-
"shape": "
|
21757
|
+
"shape": "S224",
|
21750
21758
|
"locationName": "ipamResourceCidr"
|
21751
21759
|
}
|
21752
21760
|
}
|
@@ -21769,7 +21777,7 @@
|
|
21769
21777
|
"locationName": "AddOperatingRegion"
|
21770
21778
|
},
|
21771
21779
|
"RemoveOperatingRegions": {
|
21772
|
-
"shape": "
|
21780
|
+
"shape": "S27x",
|
21773
21781
|
"locationName": "RemoveOperatingRegion"
|
21774
21782
|
}
|
21775
21783
|
}
|
@@ -22106,7 +22114,7 @@
|
|
22106
22114
|
"OperationType": {},
|
22107
22115
|
"SnapshotId": {},
|
22108
22116
|
"UserIds": {
|
22109
|
-
"shape": "
|
22117
|
+
"shape": "S26h",
|
22110
22118
|
"locationName": "UserId"
|
22111
22119
|
},
|
22112
22120
|
"DryRun": {
|
@@ -23063,13 +23071,13 @@
|
|
23063
23071
|
],
|
23064
23072
|
"members": {
|
23065
23073
|
"AccepterPeeringConnectionOptions": {
|
23066
|
-
"shape": "
|
23074
|
+
"shape": "S2am"
|
23067
23075
|
},
|
23068
23076
|
"DryRun": {
|
23069
23077
|
"type": "boolean"
|
23070
23078
|
},
|
23071
23079
|
"RequesterPeeringConnectionOptions": {
|
23072
|
-
"shape": "
|
23080
|
+
"shape": "S2am"
|
23073
23081
|
},
|
23074
23082
|
"VpcPeeringConnectionId": {}
|
23075
23083
|
}
|
@@ -23078,11 +23086,11 @@
|
|
23078
23086
|
"type": "structure",
|
23079
23087
|
"members": {
|
23080
23088
|
"AccepterPeeringConnectionOptions": {
|
23081
|
-
"shape": "
|
23089
|
+
"shape": "S2ao",
|
23082
23090
|
"locationName": "accepterPeeringConnectionOptions"
|
23083
23091
|
},
|
23084
23092
|
"RequesterPeeringConnectionOptions": {
|
23085
|
-
"shape": "
|
23093
|
+
"shape": "S2ao",
|
23086
23094
|
"locationName": "requesterPeeringConnectionOptions"
|
23087
23095
|
}
|
23088
23096
|
}
|
@@ -23306,7 +23314,7 @@
|
|
23306
23314
|
"type": "structure",
|
23307
23315
|
"members": {
|
23308
23316
|
"InstanceMonitorings": {
|
23309
|
-
"shape": "
|
23317
|
+
"shape": "S2b3",
|
23310
23318
|
"locationName": "instancesSet"
|
23311
23319
|
}
|
23312
23320
|
}
|
@@ -23503,7 +23511,8 @@
|
|
23503
23511
|
"PoolId": {},
|
23504
23512
|
"NetmaskLength": {
|
23505
23513
|
"type": "integer"
|
23506
|
-
}
|
23514
|
+
},
|
23515
|
+
"NetworkBorderGroup": {}
|
23507
23516
|
}
|
23508
23517
|
},
|
23509
23518
|
"output": {
|
@@ -24042,7 +24051,7 @@
|
|
24042
24051
|
"locationName": "successful"
|
24043
24052
|
},
|
24044
24053
|
"Unsuccessful": {
|
24045
|
-
"shape": "
|
24054
|
+
"shape": "S26q",
|
24046
24055
|
"locationName": "unsuccessful"
|
24047
24056
|
}
|
24048
24057
|
}
|
@@ -25111,7 +25120,7 @@
|
|
25111
25120
|
}
|
25112
25121
|
},
|
25113
25122
|
"CapacityReservationSpecification": {
|
25114
|
-
"shape": "
|
25123
|
+
"shape": "S273"
|
25115
25124
|
},
|
25116
25125
|
"HibernationOptions": {
|
25117
25126
|
"type": "structure",
|
@@ -25277,7 +25286,7 @@
|
|
25277
25286
|
"type": "integer"
|
25278
25287
|
},
|
25279
25288
|
"Groups": {
|
25280
|
-
"shape": "
|
25289
|
+
"shape": "S2ex",
|
25281
25290
|
"locationName": "Group"
|
25282
25291
|
},
|
25283
25292
|
"Ipv6AddressCount": {
|
@@ -25326,7 +25335,7 @@
|
|
25326
25335
|
},
|
25327
25336
|
"RamdiskId": {},
|
25328
25337
|
"SecurityGroupIds": {
|
25329
|
-
"shape": "
|
25338
|
+
"shape": "S2ex",
|
25330
25339
|
"locationName": "SecurityGroupId"
|
25331
25340
|
},
|
25332
25341
|
"SubnetId": {},
|
@@ -25540,7 +25549,7 @@
|
|
25540
25549
|
"type": "structure",
|
25541
25550
|
"members": {
|
25542
25551
|
"StartingInstances": {
|
25543
|
-
"shape": "
|
25552
|
+
"shape": "S2fl",
|
25544
25553
|
"locationName": "instancesSet"
|
25545
25554
|
}
|
25546
25555
|
}
|
@@ -25667,7 +25676,7 @@
|
|
25667
25676
|
"type": "structure",
|
25668
25677
|
"members": {
|
25669
25678
|
"StoppingInstances": {
|
25670
|
-
"shape": "
|
25679
|
+
"shape": "S2fl",
|
25671
25680
|
"locationName": "instancesSet"
|
25672
25681
|
}
|
25673
25682
|
}
|
@@ -25742,7 +25751,7 @@
|
|
25742
25751
|
"type": "structure",
|
25743
25752
|
"members": {
|
25744
25753
|
"TerminatingInstances": {
|
25745
|
-
"shape": "
|
25754
|
+
"shape": "S2fl",
|
25746
25755
|
"locationName": "instancesSet"
|
25747
25756
|
}
|
25748
25757
|
}
|
@@ -25883,7 +25892,7 @@
|
|
25883
25892
|
"type": "structure",
|
25884
25893
|
"members": {
|
25885
25894
|
"InstanceMonitorings": {
|
25886
|
-
"shape": "
|
25895
|
+
"shape": "S2b3",
|
25887
25896
|
"locationName": "instancesSet"
|
25888
25897
|
}
|
25889
25898
|
}
|
@@ -25902,7 +25911,7 @@
|
|
25902
25911
|
"shape": "S6x"
|
25903
25912
|
},
|
25904
25913
|
"SecurityGroupRuleDescriptions": {
|
25905
|
-
"shape": "
|
25914
|
+
"shape": "S2gb",
|
25906
25915
|
"locationName": "SecurityGroupRuleDescription"
|
25907
25916
|
}
|
25908
25917
|
}
|
@@ -25930,7 +25939,7 @@
|
|
25930
25939
|
"shape": "S6x"
|
25931
25940
|
},
|
25932
25941
|
"SecurityGroupRuleDescriptions": {
|
25933
|
-
"shape": "
|
25942
|
+
"shape": "S2gb",
|
25934
25943
|
"locationName": "SecurityGroupRuleDescription"
|
25935
25944
|
}
|
25936
25945
|
}
|
@@ -35838,7 +35847,7 @@
|
|
35838
35847
|
"locationName": "item"
|
35839
35848
|
}
|
35840
35849
|
},
|
35841
|
-
"
|
35850
|
+
"S224": {
|
35842
35851
|
"type": "structure",
|
35843
35852
|
"members": {
|
35844
35853
|
"IpamId": {
|
@@ -35887,10 +35896,13 @@
|
|
35887
35896
|
},
|
35888
35897
|
"VpcId": {
|
35889
35898
|
"locationName": "vpcId"
|
35899
|
+
},
|
35900
|
+
"AvailabilityZoneId": {
|
35901
|
+
"locationName": "availabilityZoneId"
|
35890
35902
|
}
|
35891
35903
|
}
|
35892
35904
|
},
|
35893
|
-
"
|
35905
|
+
"S22t": {
|
35894
35906
|
"type": "structure",
|
35895
35907
|
"members": {
|
35896
35908
|
"HourlyPrice": {
|
@@ -35904,14 +35916,14 @@
|
|
35904
35916
|
}
|
35905
35917
|
}
|
35906
35918
|
},
|
35907
|
-
"
|
35919
|
+
"S23k": {
|
35908
35920
|
"type": "list",
|
35909
35921
|
"member": {
|
35910
35922
|
"shape": "So6",
|
35911
35923
|
"locationName": "item"
|
35912
35924
|
}
|
35913
35925
|
},
|
35914
|
-
"
|
35926
|
+
"S24w": {
|
35915
35927
|
"type": "structure",
|
35916
35928
|
"members": {
|
35917
35929
|
"Comment": {},
|
@@ -35926,14 +35938,14 @@
|
|
35926
35938
|
}
|
35927
35939
|
}
|
35928
35940
|
},
|
35929
|
-
"
|
35941
|
+
"S24z": {
|
35930
35942
|
"type": "structure",
|
35931
35943
|
"members": {
|
35932
35944
|
"S3Bucket": {},
|
35933
35945
|
"S3Key": {}
|
35934
35946
|
}
|
35935
35947
|
},
|
35936
|
-
"
|
35948
|
+
"S256": {
|
35937
35949
|
"type": "structure",
|
35938
35950
|
"required": [
|
35939
35951
|
"Bytes",
|
@@ -35954,7 +35966,7 @@
|
|
35954
35966
|
}
|
35955
35967
|
}
|
35956
35968
|
},
|
35957
|
-
"
|
35969
|
+
"S257": {
|
35958
35970
|
"type": "structure",
|
35959
35971
|
"required": [
|
35960
35972
|
"Size"
|
@@ -35966,25 +35978,25 @@
|
|
35966
35978
|
}
|
35967
35979
|
}
|
35968
35980
|
},
|
35969
|
-
"
|
35981
|
+
"S26h": {
|
35970
35982
|
"type": "list",
|
35971
35983
|
"member": {
|
35972
35984
|
"locationName": "UserId"
|
35973
35985
|
}
|
35974
35986
|
},
|
35975
|
-
"
|
35987
|
+
"S26i": {
|
35976
35988
|
"type": "list",
|
35977
35989
|
"member": {
|
35978
35990
|
"locationName": "UserGroup"
|
35979
35991
|
}
|
35980
35992
|
},
|
35981
|
-
"
|
35993
|
+
"S26j": {
|
35982
35994
|
"type": "list",
|
35983
35995
|
"member": {
|
35984
35996
|
"locationName": "ProductCode"
|
35985
35997
|
}
|
35986
35998
|
},
|
35987
|
-
"
|
35999
|
+
"S26l": {
|
35988
36000
|
"type": "list",
|
35989
36001
|
"member": {
|
35990
36002
|
"locationName": "item",
|
@@ -35995,14 +36007,14 @@
|
|
35995
36007
|
}
|
35996
36008
|
}
|
35997
36009
|
},
|
35998
|
-
"
|
36010
|
+
"S26q": {
|
35999
36011
|
"type": "list",
|
36000
36012
|
"member": {
|
36001
36013
|
"shape": "S1i",
|
36002
36014
|
"locationName": "item"
|
36003
36015
|
}
|
36004
36016
|
},
|
36005
|
-
"
|
36017
|
+
"S273": {
|
36006
36018
|
"type": "structure",
|
36007
36019
|
"members": {
|
36008
36020
|
"CapacityReservationPreference": {},
|
@@ -36011,7 +36023,7 @@
|
|
36011
36023
|
}
|
36012
36024
|
}
|
36013
36025
|
},
|
36014
|
-
"
|
36026
|
+
"S27x": {
|
36015
36027
|
"type": "list",
|
36016
36028
|
"member": {
|
36017
36029
|
"type": "structure",
|
@@ -36020,7 +36032,7 @@
|
|
36020
36032
|
}
|
36021
36033
|
}
|
36022
36034
|
},
|
36023
|
-
"
|
36035
|
+
"S2am": {
|
36024
36036
|
"type": "structure",
|
36025
36037
|
"members": {
|
36026
36038
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -36034,7 +36046,7 @@
|
|
36034
36046
|
}
|
36035
36047
|
}
|
36036
36048
|
},
|
36037
|
-
"
|
36049
|
+
"S2ao": {
|
36038
36050
|
"type": "structure",
|
36039
36051
|
"members": {
|
36040
36052
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -36051,7 +36063,7 @@
|
|
36051
36063
|
}
|
36052
36064
|
}
|
36053
36065
|
},
|
36054
|
-
"
|
36066
|
+
"S2b3": {
|
36055
36067
|
"type": "list",
|
36056
36068
|
"member": {
|
36057
36069
|
"locationName": "item",
|
@@ -36067,13 +36079,13 @@
|
|
36067
36079
|
}
|
36068
36080
|
}
|
36069
36081
|
},
|
36070
|
-
"
|
36082
|
+
"S2ex": {
|
36071
36083
|
"type": "list",
|
36072
36084
|
"member": {
|
36073
36085
|
"locationName": "SecurityGroupId"
|
36074
36086
|
}
|
36075
36087
|
},
|
36076
|
-
"
|
36088
|
+
"S2fl": {
|
36077
36089
|
"type": "list",
|
36078
36090
|
"member": {
|
36079
36091
|
"locationName": "item",
|
@@ -36093,7 +36105,7 @@
|
|
36093
36105
|
}
|
36094
36106
|
}
|
36095
36107
|
},
|
36096
|
-
"
|
36108
|
+
"S2gb": {
|
36097
36109
|
"type": "list",
|
36098
36110
|
"member": {
|
36099
36111
|
"locationName": "item",
|