aws-sdk 2.1639.0 → 2.1641.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/README.md +1 -1
  2. package/apis/apptest-2022-12-06.min.json +1917 -0
  3. package/apis/apptest-2022-12-06.paginators.json +40 -0
  4. package/apis/apptest-2022-12-06.waiters2.json +5 -0
  5. package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
  6. package/apis/ec2-2016-11-15.min.json +160 -107
  7. package/apis/glue-2017-03-31.min.json +99 -98
  8. package/apis/iotwireless-2020-11-22.min.json +4 -1
  9. package/apis/kms-2014-11-01.examples.json +29 -0
  10. package/apis/kms-2014-11-01.min.json +76 -23
  11. package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
  12. package/apis/mediapackagev2-2022-12-25.min.json +108 -71
  13. package/apis/metadata.json +3 -3
  14. package/apis/osis-2022-01-01.min.json +33 -28
  15. package/apis/redshift-2012-12-01.min.json +7 -1
  16. package/apis/secretsmanager-2017-10-17.min.json +8 -1
  17. package/apis/securitylake-2018-05-10.min.json +7 -1
  18. package/apis/sesv2-2019-09-27.min.json +139 -121
  19. package/clients/all.d.ts +1 -1
  20. package/clients/all.js +2 -2
  21. package/clients/apptest.d.ts +2019 -0
  22. package/clients/apptest.js +19 -0
  23. package/clients/cloudhsmv2.d.ts +18 -1
  24. package/clients/ec2.d.ts +57 -3
  25. package/clients/glue.d.ts +6 -1
  26. package/clients/iotwireless.d.ts +1 -1
  27. package/clients/kms.d.ts +80 -14
  28. package/clients/mediapackagev2.d.ts +57 -4
  29. package/clients/osis.d.ts +9 -0
  30. package/clients/redshift.d.ts +16 -16
  31. package/clients/secretsmanager.d.ts +18 -13
  32. package/clients/securitylake.d.ts +3 -3
  33. package/clients/sesv2.d.ts +24 -10
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +555 -539
  36. package/dist/aws-sdk.js +292 -157
  37. package/dist/aws-sdk.min.js +93 -93
  38. package/lib/config_service_placeholders.d.ts +2 -2
  39. package/lib/core.js +1 -1
  40. package/lib/credentials/cognito_identity_credentials.js +9 -0
  41. package/lib/shared-ini/ini-loader.d.ts +24 -1
  42. package/lib/shared-ini/ini-loader.js +0 -6
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +3 -3
  45. package/apis/backupstorage-2018-04-10.min.json +0 -522
  46. package/apis/backupstorage-2018-04-10.paginators.json +0 -14
  47. package/clients/backupstorage.d.ts +0 -469
  48. package/clients/backupstorage.js +0 -18
  49. /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -12,7 +12,10 @@
12
12
  "serviceId": "EC2",
13
13
  "signatureVersion": "v4",
14
14
  "uid": "ec2-2016-11-15",
15
- "xmlNamespace": "http://ec2.amazonaws.com/doc/2016-11-15"
15
+ "xmlNamespace": "http://ec2.amazonaws.com/doc/2016-11-15",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
16
19
  },
17
20
  "operations": {
18
21
  "AcceptAddressTransfer": {
@@ -4204,6 +4207,10 @@
4204
4207
  },
4205
4208
  "ClientToken": {
4206
4209
  "idempotencyToken": true
4210
+ },
4211
+ "TagSpecifications": {
4212
+ "shape": "S3",
4213
+ "locationName": "TagSpecification"
4207
4214
  }
4208
4215
  }
4209
4216
  },
@@ -14601,6 +14608,48 @@
14601
14608
  }
14602
14609
  }
14603
14610
  },
14611
+ "DescribeTrafficMirrorFilterRules": {
14612
+ "input": {
14613
+ "type": "structure",
14614
+ "members": {
14615
+ "TrafficMirrorFilterRuleIds": {
14616
+ "locationName": "TrafficMirrorFilterRuleId",
14617
+ "type": "list",
14618
+ "member": {
14619
+ "locationName": "item"
14620
+ }
14621
+ },
14622
+ "TrafficMirrorFilterId": {},
14623
+ "DryRun": {
14624
+ "type": "boolean"
14625
+ },
14626
+ "Filters": {
14627
+ "shape": "S10d",
14628
+ "locationName": "Filter"
14629
+ },
14630
+ "MaxResults": {
14631
+ "type": "integer"
14632
+ },
14633
+ "NextToken": {}
14634
+ }
14635
+ },
14636
+ "output": {
14637
+ "type": "structure",
14638
+ "members": {
14639
+ "TrafficMirrorFilterRules": {
14640
+ "locationName": "trafficMirrorFilterRuleSet",
14641
+ "type": "list",
14642
+ "member": {
14643
+ "shape": "Sof",
14644
+ "locationName": "item"
14645
+ }
14646
+ },
14647
+ "NextToken": {
14648
+ "locationName": "nextToken"
14649
+ }
14650
+ }
14651
+ }
14652
+ },
14604
14653
  "DescribeTrafficMirrorFilters": {
14605
14654
  "input": {
14606
14655
  "type": "structure",
@@ -14729,7 +14778,7 @@
14729
14778
  "type": "structure",
14730
14779
  "members": {
14731
14780
  "TransitGatewayAttachmentIds": {
14732
- "shape": "S1qh"
14781
+ "shape": "S1ql"
14733
14782
  },
14734
14783
  "Filters": {
14735
14784
  "shape": "S10d",
@@ -14849,7 +14898,7 @@
14849
14898
  "type": "structure",
14850
14899
  "members": {
14851
14900
  "TransitGatewayAttachmentIds": {
14852
- "shape": "S1qh"
14901
+ "shape": "S1ql"
14853
14902
  },
14854
14903
  "Filters": {
14855
14904
  "shape": "S10d",
@@ -14926,7 +14975,7 @@
14926
14975
  "type": "structure",
14927
14976
  "members": {
14928
14977
  "TransitGatewayAttachmentIds": {
14929
- "shape": "S1qh"
14978
+ "shape": "S1ql"
14930
14979
  },
14931
14980
  "Filters": {
14932
14981
  "shape": "S10d",
@@ -15083,7 +15132,7 @@
15083
15132
  "type": "structure",
15084
15133
  "members": {
15085
15134
  "TransitGatewayAttachmentIds": {
15086
- "shape": "S1qh"
15135
+ "shape": "S1ql"
15087
15136
  },
15088
15137
  "Filters": {
15089
15138
  "shape": "S10d",
@@ -15286,7 +15335,7 @@
15286
15335
  "type": "structure",
15287
15336
  "members": {
15288
15337
  "VerifiedAccessInstanceIds": {
15289
- "shape": "S1s0",
15338
+ "shape": "S1s4",
15290
15339
  "locationName": "VerifiedAccessInstanceId"
15291
15340
  },
15292
15341
  "MaxResults": {
@@ -15309,7 +15358,7 @@
15309
15358
  "locationName": "loggingConfigurationSet",
15310
15359
  "type": "list",
15311
15360
  "member": {
15312
- "shape": "S1s4",
15361
+ "shape": "S1s8",
15313
15362
  "locationName": "item"
15314
15363
  }
15315
15364
  },
@@ -15324,7 +15373,7 @@
15324
15373
  "type": "structure",
15325
15374
  "members": {
15326
15375
  "VerifiedAccessInstanceIds": {
15327
- "shape": "S1s0",
15376
+ "shape": "S1s4",
15328
15377
  "locationName": "VerifiedAccessInstanceId"
15329
15378
  },
15330
15379
  "MaxResults": {
@@ -15644,7 +15693,7 @@
15644
15693
  "locationName": "volumeModificationSet",
15645
15694
  "type": "list",
15646
15695
  "member": {
15647
- "shape": "S1t8",
15696
+ "shape": "S1tc",
15648
15697
  "locationName": "item"
15649
15698
  }
15650
15699
  },
@@ -15704,7 +15753,7 @@
15704
15753
  "type": "boolean"
15705
15754
  },
15706
15755
  "VpcIds": {
15707
- "shape": "S1te",
15756
+ "shape": "S1ti",
15708
15757
  "locationName": "VpcId"
15709
15758
  }
15710
15759
  }
@@ -15748,7 +15797,7 @@
15748
15797
  "locationName": "nextToken"
15749
15798
  },
15750
15799
  "VpcIds": {
15751
- "shape": "S1te"
15800
+ "shape": "S1ti"
15752
15801
  }
15753
15802
  }
15754
15803
  },
@@ -16551,7 +16600,7 @@
16551
16600
  ],
16552
16601
  "members": {
16553
16602
  "AvailabilityZones": {
16554
- "shape": "S1ve",
16603
+ "shape": "S1vi",
16555
16604
  "locationName": "AvailabilityZone"
16556
16605
  },
16557
16606
  "SourceSnapshotIds": {
@@ -16820,7 +16869,7 @@
16820
16869
  "type": "structure",
16821
16870
  "members": {
16822
16871
  "Propagation": {
16823
- "shape": "S1w5",
16872
+ "shape": "S1w9",
16824
16873
  "locationName": "propagation"
16825
16874
  }
16826
16875
  }
@@ -17425,7 +17474,7 @@
17425
17474
  ],
17426
17475
  "members": {
17427
17476
  "AvailabilityZones": {
17428
- "shape": "S1ve",
17477
+ "shape": "S1vi",
17429
17478
  "locationName": "AvailabilityZone"
17430
17479
  },
17431
17480
  "SourceSnapshotIds": {
@@ -17728,7 +17777,7 @@
17728
17777
  "type": "structure",
17729
17778
  "members": {
17730
17779
  "Propagation": {
17731
- "shape": "S1w5",
17780
+ "shape": "S1w9",
17732
17781
  "locationName": "propagation"
17733
17782
  }
17734
17783
  }
@@ -18342,7 +18391,7 @@
18342
18391
  "type": "structure",
18343
18392
  "members": {
18344
18393
  "InstanceFamilyCreditSpecification": {
18345
- "shape": "S1zp",
18394
+ "shape": "S1zt",
18346
18395
  "locationName": "instanceFamilyCreditSpecification"
18347
18396
  }
18348
18397
  }
@@ -18492,7 +18541,7 @@
18492
18541
  ],
18493
18542
  "members": {
18494
18543
  "HostIdSet": {
18495
- "shape": "S206"
18544
+ "shape": "S20a"
18496
18545
  },
18497
18546
  "OfferingId": {}
18498
18547
  }
@@ -18504,7 +18553,7 @@
18504
18553
  "locationName": "currencyCode"
18505
18554
  },
18506
18555
  "Purchase": {
18507
- "shape": "S208",
18556
+ "shape": "S20c",
18508
18557
  "locationName": "purchase"
18509
18558
  },
18510
18559
  "TotalHourlyPrice": {
@@ -18618,11 +18667,11 @@
18618
18667
  "type": "boolean"
18619
18668
  },
18620
18669
  "ArchitectureTypes": {
18621
- "shape": "S20m",
18670
+ "shape": "S20q",
18622
18671
  "locationName": "ArchitectureType"
18623
18672
  },
18624
18673
  "VirtualizationTypes": {
18625
- "shape": "S20n",
18674
+ "shape": "S20r",
18626
18675
  "locationName": "VirtualizationType"
18627
18676
  },
18628
18677
  "InstanceRequirements": {
@@ -19155,7 +19204,7 @@
19155
19204
  "locationName": "ipamResourceCidrSet",
19156
19205
  "type": "list",
19157
19206
  "member": {
19158
- "shape": "S21z",
19207
+ "shape": "S223",
19159
19208
  "locationName": "item"
19160
19209
  }
19161
19210
  }
@@ -19420,7 +19469,7 @@
19420
19469
  "locationName": "paymentDue"
19421
19470
  },
19422
19471
  "ReservedInstanceValueRollup": {
19423
- "shape": "S22o",
19472
+ "shape": "S22s",
19424
19473
  "locationName": "reservedInstanceValueRollup"
19425
19474
  },
19426
19475
  "ReservedInstanceValueSet": {
@@ -19431,7 +19480,7 @@
19431
19480
  "type": "structure",
19432
19481
  "members": {
19433
19482
  "ReservationValue": {
19434
- "shape": "S22o",
19483
+ "shape": "S22s",
19435
19484
  "locationName": "reservationValue"
19436
19485
  },
19437
19486
  "ReservedInstanceId": {
@@ -19441,7 +19490,7 @@
19441
19490
  }
19442
19491
  },
19443
19492
  "TargetConfigurationValueRollup": {
19444
- "shape": "S22o",
19493
+ "shape": "S22s",
19445
19494
  "locationName": "targetConfigurationValueRollup"
19446
19495
  },
19447
19496
  "TargetConfigurationValueSet": {
@@ -19452,7 +19501,7 @@
19452
19501
  "type": "structure",
19453
19502
  "members": {
19454
19503
  "ReservationValue": {
19455
- "shape": "S22o",
19504
+ "shape": "S22s",
19456
19505
  "locationName": "reservationValue"
19457
19506
  },
19458
19507
  "TargetConfiguration": {
@@ -19601,11 +19650,11 @@
19601
19650
  "type": "structure",
19602
19651
  "members": {
19603
19652
  "ArchitectureTypes": {
19604
- "shape": "S20m",
19653
+ "shape": "S20q",
19605
19654
  "locationName": "ArchitectureType"
19606
19655
  },
19607
19656
  "VirtualizationTypes": {
19608
- "shape": "S20n",
19657
+ "shape": "S20r",
19609
19658
  "locationName": "VirtualizationType"
19610
19659
  },
19611
19660
  "InstanceRequirements": {
@@ -19676,11 +19725,11 @@
19676
19725
  "type": "structure",
19677
19726
  "members": {
19678
19727
  "SubnetIpv4CidrReservations": {
19679
- "shape": "S23f",
19728
+ "shape": "S23j",
19680
19729
  "locationName": "subnetIpv4CidrReservationSet"
19681
19730
  },
19682
19731
  "SubnetIpv6CidrReservations": {
19683
- "shape": "S23f",
19732
+ "shape": "S23j",
19684
19733
  "locationName": "subnetIpv6CidrReservationSet"
19685
19734
  },
19686
19735
  "NextToken": {
@@ -20257,7 +20306,7 @@
20257
20306
  "members": {
20258
20307
  "Architecture": {},
20259
20308
  "ClientData": {
20260
- "shape": "S24r"
20309
+ "shape": "S24v"
20261
20310
  },
20262
20311
  "ClientToken": {},
20263
20312
  "Description": {},
@@ -20276,7 +20325,7 @@
20276
20325
  "shape": "S18v"
20277
20326
  },
20278
20327
  "UserBucket": {
20279
- "shape": "S24u"
20328
+ "shape": "S24y"
20280
20329
  }
20281
20330
  }
20282
20331
  }
@@ -20386,10 +20435,10 @@
20386
20435
  "members": {
20387
20436
  "Description": {},
20388
20437
  "Image": {
20389
- "shape": "S251"
20438
+ "shape": "S255"
20390
20439
  },
20391
20440
  "Volume": {
20392
- "shape": "S252"
20441
+ "shape": "S256"
20393
20442
  }
20394
20443
  }
20395
20444
  }
@@ -20512,7 +20561,7 @@
20512
20561
  "type": "structure",
20513
20562
  "members": {
20514
20563
  "ClientData": {
20515
- "shape": "S24r"
20564
+ "shape": "S24v"
20516
20565
  },
20517
20566
  "ClientToken": {},
20518
20567
  "Description": {},
@@ -20525,7 +20574,7 @@
20525
20574
  "shape": "S18v"
20526
20575
  },
20527
20576
  "UserBucket": {
20528
- "shape": "S24u"
20577
+ "shape": "S24y"
20529
20578
  }
20530
20579
  }
20531
20580
  },
@@ -20583,11 +20632,11 @@
20583
20632
  "type": "boolean"
20584
20633
  },
20585
20634
  "Image": {
20586
- "shape": "S251",
20635
+ "shape": "S255",
20587
20636
  "locationName": "image"
20588
20637
  },
20589
20638
  "Volume": {
20590
- "shape": "S252",
20639
+ "shape": "S256",
20591
20640
  "locationName": "volume"
20592
20641
  }
20593
20642
  }
@@ -20962,7 +21011,7 @@
20962
21011
  "type": "structure",
20963
21012
  "members": {
20964
21013
  "InstanceFamilyCreditSpecification": {
20965
- "shape": "S1zp",
21014
+ "shape": "S1zt",
20966
21015
  "locationName": "instanceFamilyCreditSpecification"
20967
21016
  }
20968
21017
  }
@@ -21036,25 +21085,25 @@
21036
21085
  "Attribute": {},
21037
21086
  "OperationType": {},
21038
21087
  "UserIds": {
21039
- "shape": "S26c",
21088
+ "shape": "S26g",
21040
21089
  "locationName": "UserId"
21041
21090
  },
21042
21091
  "UserGroups": {
21043
- "shape": "S26d",
21092
+ "shape": "S26h",
21044
21093
  "locationName": "UserGroup"
21045
21094
  },
21046
21095
  "ProductCodes": {
21047
- "shape": "S26e",
21096
+ "shape": "S26i",
21048
21097
  "locationName": "ProductCode"
21049
21098
  },
21050
21099
  "LoadPermission": {
21051
21100
  "type": "structure",
21052
21101
  "members": {
21053
21102
  "Add": {
21054
- "shape": "S26g"
21103
+ "shape": "S26k"
21055
21104
  },
21056
21105
  "Remove": {
21057
- "shape": "S26g"
21106
+ "shape": "S26k"
21058
21107
  }
21059
21108
  }
21060
21109
  },
@@ -21100,7 +21149,7 @@
21100
21149
  "locationName": "successful"
21101
21150
  },
21102
21151
  "Unsuccessful": {
21103
- "shape": "S26l",
21152
+ "shape": "S26p",
21104
21153
  "locationName": "unsuccessful"
21105
21154
  }
21106
21155
  }
@@ -21168,15 +21217,15 @@
21168
21217
  },
21169
21218
  "OperationType": {},
21170
21219
  "ProductCodes": {
21171
- "shape": "S26e",
21220
+ "shape": "S26i",
21172
21221
  "locationName": "ProductCode"
21173
21222
  },
21174
21223
  "UserGroups": {
21175
- "shape": "S26d",
21224
+ "shape": "S26h",
21176
21225
  "locationName": "UserGroup"
21177
21226
  },
21178
21227
  "UserIds": {
21179
- "shape": "S26c",
21228
+ "shape": "S26g",
21180
21229
  "locationName": "UserId"
21181
21230
  },
21182
21231
  "Value": {},
@@ -21321,7 +21370,7 @@
21321
21370
  "members": {
21322
21371
  "InstanceId": {},
21323
21372
  "CapacityReservationSpecification": {
21324
- "shape": "S26y"
21373
+ "shape": "S272"
21325
21374
  },
21326
21375
  "DryRun": {
21327
21376
  "type": "boolean"
@@ -21606,7 +21655,7 @@
21606
21655
  "locationName": "AddOperatingRegion"
21607
21656
  },
21608
21657
  "RemoveOperatingRegions": {
21609
- "shape": "S27s",
21658
+ "shape": "S27w",
21610
21659
  "locationName": "RemoveOperatingRegion"
21611
21660
  },
21612
21661
  "Tier": {}
@@ -21697,7 +21746,7 @@
21697
21746
  "type": "structure",
21698
21747
  "members": {
21699
21748
  "IpamResourceCidr": {
21700
- "shape": "S21z",
21749
+ "shape": "S223",
21701
21750
  "locationName": "ipamResourceCidr"
21702
21751
  }
21703
21752
  }
@@ -21720,7 +21769,7 @@
21720
21769
  "locationName": "AddOperatingRegion"
21721
21770
  },
21722
21771
  "RemoveOperatingRegions": {
21723
- "shape": "S27s",
21772
+ "shape": "S27w",
21724
21773
  "locationName": "RemoveOperatingRegion"
21725
21774
  }
21726
21775
  }
@@ -22057,7 +22106,7 @@
22057
22106
  "OperationType": {},
22058
22107
  "SnapshotId": {},
22059
22108
  "UserIds": {
22060
- "shape": "S26c",
22109
+ "shape": "S26g",
22061
22110
  "locationName": "UserId"
22062
22111
  },
22063
22112
  "DryRun": {
@@ -22655,7 +22704,7 @@
22655
22704
  "type": "structure",
22656
22705
  "members": {
22657
22706
  "LoggingConfiguration": {
22658
- "shape": "S1s4",
22707
+ "shape": "S1s8",
22659
22708
  "locationName": "loggingConfiguration"
22660
22709
  }
22661
22710
  }
@@ -22741,7 +22790,7 @@
22741
22790
  "type": "structure",
22742
22791
  "members": {
22743
22792
  "VolumeModification": {
22744
- "shape": "S1t8",
22793
+ "shape": "S1tc",
22745
22794
  "locationName": "volumeModification"
22746
22795
  }
22747
22796
  }
@@ -23014,13 +23063,13 @@
23014
23063
  ],
23015
23064
  "members": {
23016
23065
  "AccepterPeeringConnectionOptions": {
23017
- "shape": "S2ah"
23066
+ "shape": "S2al"
23018
23067
  },
23019
23068
  "DryRun": {
23020
23069
  "type": "boolean"
23021
23070
  },
23022
23071
  "RequesterPeeringConnectionOptions": {
23023
- "shape": "S2ah"
23072
+ "shape": "S2al"
23024
23073
  },
23025
23074
  "VpcPeeringConnectionId": {}
23026
23075
  }
@@ -23029,11 +23078,11 @@
23029
23078
  "type": "structure",
23030
23079
  "members": {
23031
23080
  "AccepterPeeringConnectionOptions": {
23032
- "shape": "S2aj",
23081
+ "shape": "S2an",
23033
23082
  "locationName": "accepterPeeringConnectionOptions"
23034
23083
  },
23035
23084
  "RequesterPeeringConnectionOptions": {
23036
- "shape": "S2aj",
23085
+ "shape": "S2an",
23037
23086
  "locationName": "requesterPeeringConnectionOptions"
23038
23087
  }
23039
23088
  }
@@ -23257,7 +23306,7 @@
23257
23306
  "type": "structure",
23258
23307
  "members": {
23259
23308
  "InstanceMonitorings": {
23260
- "shape": "S2ay",
23309
+ "shape": "S2b2",
23261
23310
  "locationName": "instancesSet"
23262
23311
  }
23263
23312
  }
@@ -23510,7 +23559,7 @@
23510
23559
  "ClientToken": {},
23511
23560
  "CurrencyCode": {},
23512
23561
  "HostIdSet": {
23513
- "shape": "S206"
23562
+ "shape": "S20a"
23514
23563
  },
23515
23564
  "LimitPrice": {},
23516
23565
  "OfferingId": {},
@@ -23530,7 +23579,7 @@
23530
23579
  "locationName": "currencyCode"
23531
23580
  },
23532
23581
  "Purchase": {
23533
- "shape": "S208",
23582
+ "shape": "S20c",
23534
23583
  "locationName": "purchase"
23535
23584
  },
23536
23585
  "TotalHourlyPrice": {
@@ -23993,7 +24042,7 @@
23993
24042
  "locationName": "successful"
23994
24043
  },
23995
24044
  "Unsuccessful": {
23996
- "shape": "S26l",
24045
+ "shape": "S26p",
23997
24046
  "locationName": "unsuccessful"
23998
24047
  }
23999
24048
  }
@@ -25062,7 +25111,7 @@
25062
25111
  }
25063
25112
  },
25064
25113
  "CapacityReservationSpecification": {
25065
- "shape": "S26y"
25114
+ "shape": "S272"
25066
25115
  },
25067
25116
  "HibernationOptions": {
25068
25117
  "type": "structure",
@@ -25228,7 +25277,7 @@
25228
25277
  "type": "integer"
25229
25278
  },
25230
25279
  "Groups": {
25231
- "shape": "S2es",
25280
+ "shape": "S2ew",
25232
25281
  "locationName": "Group"
25233
25282
  },
25234
25283
  "Ipv6AddressCount": {
@@ -25277,7 +25326,7 @@
25277
25326
  },
25278
25327
  "RamdiskId": {},
25279
25328
  "SecurityGroupIds": {
25280
- "shape": "S2es",
25329
+ "shape": "S2ew",
25281
25330
  "locationName": "SecurityGroupId"
25282
25331
  },
25283
25332
  "SubnetId": {},
@@ -25491,7 +25540,7 @@
25491
25540
  "type": "structure",
25492
25541
  "members": {
25493
25542
  "StartingInstances": {
25494
- "shape": "S2fg",
25543
+ "shape": "S2fk",
25495
25544
  "locationName": "instancesSet"
25496
25545
  }
25497
25546
  }
@@ -25618,7 +25667,7 @@
25618
25667
  "type": "structure",
25619
25668
  "members": {
25620
25669
  "StoppingInstances": {
25621
- "shape": "S2fg",
25670
+ "shape": "S2fk",
25622
25671
  "locationName": "instancesSet"
25623
25672
  }
25624
25673
  }
@@ -25693,7 +25742,7 @@
25693
25742
  "type": "structure",
25694
25743
  "members": {
25695
25744
  "TerminatingInstances": {
25696
- "shape": "S2fg",
25745
+ "shape": "S2fk",
25697
25746
  "locationName": "instancesSet"
25698
25747
  }
25699
25748
  }
@@ -25834,7 +25883,7 @@
25834
25883
  "type": "structure",
25835
25884
  "members": {
25836
25885
  "InstanceMonitorings": {
25837
- "shape": "S2ay",
25886
+ "shape": "S2b2",
25838
25887
  "locationName": "instancesSet"
25839
25888
  }
25840
25889
  }
@@ -25853,7 +25902,7 @@
25853
25902
  "shape": "S6x"
25854
25903
  },
25855
25904
  "SecurityGroupRuleDescriptions": {
25856
- "shape": "S2g6",
25905
+ "shape": "S2ga",
25857
25906
  "locationName": "SecurityGroupRuleDescription"
25858
25907
  }
25859
25908
  }
@@ -25881,7 +25930,7 @@
25881
25930
  "shape": "S6x"
25882
25931
  },
25883
25932
  "SecurityGroupRuleDescriptions": {
25884
- "shape": "S2g6",
25933
+ "shape": "S2ga",
25885
25934
  "locationName": "SecurityGroupRuleDescription"
25886
25935
  }
25887
25936
  }
@@ -31294,6 +31343,10 @@
31294
31343
  },
31295
31344
  "Description": {
31296
31345
  "locationName": "description"
31346
+ },
31347
+ "Tags": {
31348
+ "shape": "S6",
31349
+ "locationName": "tagSet"
31297
31350
  }
31298
31351
  }
31299
31352
  },
@@ -35523,17 +35576,17 @@
35523
35576
  }
35524
35577
  }
35525
35578
  },
35526
- "S1qh": {
35579
+ "S1ql": {
35527
35580
  "type": "list",
35528
35581
  "member": {}
35529
35582
  },
35530
- "S1s0": {
35583
+ "S1s4": {
35531
35584
  "type": "list",
35532
35585
  "member": {
35533
35586
  "locationName": "item"
35534
35587
  }
35535
35588
  },
35536
- "S1s4": {
35589
+ "S1s8": {
35537
35590
  "type": "structure",
35538
35591
  "members": {
35539
35592
  "VerifiedAccessInstanceId": {
@@ -35552,7 +35605,7 @@
35552
35605
  "type": "boolean"
35553
35606
  },
35554
35607
  "DeliveryStatus": {
35555
- "shape": "S1s7",
35608
+ "shape": "S1sb",
35556
35609
  "locationName": "deliveryStatus"
35557
35610
  },
35558
35611
  "BucketName": {
@@ -35575,7 +35628,7 @@
35575
35628
  "type": "boolean"
35576
35629
  },
35577
35630
  "DeliveryStatus": {
35578
- "shape": "S1s7",
35631
+ "shape": "S1sb",
35579
35632
  "locationName": "deliveryStatus"
35580
35633
  },
35581
35634
  "LogGroup": {
@@ -35592,7 +35645,7 @@
35592
35645
  "type": "boolean"
35593
35646
  },
35594
35647
  "DeliveryStatus": {
35595
- "shape": "S1s7",
35648
+ "shape": "S1sb",
35596
35649
  "locationName": "deliveryStatus"
35597
35650
  },
35598
35651
  "DeliveryStream": {
@@ -35611,7 +35664,7 @@
35611
35664
  }
35612
35665
  }
35613
35666
  },
35614
- "S1s7": {
35667
+ "S1sb": {
35615
35668
  "type": "structure",
35616
35669
  "members": {
35617
35670
  "Code": {
@@ -35622,7 +35675,7 @@
35622
35675
  }
35623
35676
  }
35624
35677
  },
35625
- "S1t8": {
35678
+ "S1tc": {
35626
35679
  "type": "structure",
35627
35680
  "members": {
35628
35681
  "VolumeId": {
@@ -35686,19 +35739,19 @@
35686
35739
  }
35687
35740
  }
35688
35741
  },
35689
- "S1te": {
35742
+ "S1ti": {
35690
35743
  "type": "list",
35691
35744
  "member": {
35692
35745
  "locationName": "VpcId"
35693
35746
  }
35694
35747
  },
35695
- "S1ve": {
35748
+ "S1vi": {
35696
35749
  "type": "list",
35697
35750
  "member": {
35698
35751
  "locationName": "AvailabilityZone"
35699
35752
  }
35700
35753
  },
35701
- "S1w5": {
35754
+ "S1w9": {
35702
35755
  "type": "structure",
35703
35756
  "members": {
35704
35757
  "TransitGatewayAttachmentId": {
@@ -35721,7 +35774,7 @@
35721
35774
  }
35722
35775
  }
35723
35776
  },
35724
- "S1zp": {
35777
+ "S1zt": {
35725
35778
  "type": "structure",
35726
35779
  "members": {
35727
35780
  "InstanceFamily": {
@@ -35732,13 +35785,13 @@
35732
35785
  }
35733
35786
  }
35734
35787
  },
35735
- "S206": {
35788
+ "S20a": {
35736
35789
  "type": "list",
35737
35790
  "member": {
35738
35791
  "locationName": "item"
35739
35792
  }
35740
35793
  },
35741
- "S208": {
35794
+ "S20c": {
35742
35795
  "type": "list",
35743
35796
  "member": {
35744
35797
  "locationName": "item",
@@ -35773,19 +35826,19 @@
35773
35826
  }
35774
35827
  }
35775
35828
  },
35776
- "S20m": {
35829
+ "S20q": {
35777
35830
  "type": "list",
35778
35831
  "member": {
35779
35832
  "locationName": "item"
35780
35833
  }
35781
35834
  },
35782
- "S20n": {
35835
+ "S20r": {
35783
35836
  "type": "list",
35784
35837
  "member": {
35785
35838
  "locationName": "item"
35786
35839
  }
35787
35840
  },
35788
- "S21z": {
35841
+ "S223": {
35789
35842
  "type": "structure",
35790
35843
  "members": {
35791
35844
  "IpamId": {
@@ -35837,7 +35890,7 @@
35837
35890
  }
35838
35891
  }
35839
35892
  },
35840
- "S22o": {
35893
+ "S22s": {
35841
35894
  "type": "structure",
35842
35895
  "members": {
35843
35896
  "HourlyPrice": {
@@ -35851,14 +35904,14 @@
35851
35904
  }
35852
35905
  }
35853
35906
  },
35854
- "S23f": {
35907
+ "S23j": {
35855
35908
  "type": "list",
35856
35909
  "member": {
35857
35910
  "shape": "So6",
35858
35911
  "locationName": "item"
35859
35912
  }
35860
35913
  },
35861
- "S24r": {
35914
+ "S24v": {
35862
35915
  "type": "structure",
35863
35916
  "members": {
35864
35917
  "Comment": {},
@@ -35873,14 +35926,14 @@
35873
35926
  }
35874
35927
  }
35875
35928
  },
35876
- "S24u": {
35929
+ "S24y": {
35877
35930
  "type": "structure",
35878
35931
  "members": {
35879
35932
  "S3Bucket": {},
35880
35933
  "S3Key": {}
35881
35934
  }
35882
35935
  },
35883
- "S251": {
35936
+ "S255": {
35884
35937
  "type": "structure",
35885
35938
  "required": [
35886
35939
  "Bytes",
@@ -35901,7 +35954,7 @@
35901
35954
  }
35902
35955
  }
35903
35956
  },
35904
- "S252": {
35957
+ "S256": {
35905
35958
  "type": "structure",
35906
35959
  "required": [
35907
35960
  "Size"
@@ -35913,25 +35966,25 @@
35913
35966
  }
35914
35967
  }
35915
35968
  },
35916
- "S26c": {
35969
+ "S26g": {
35917
35970
  "type": "list",
35918
35971
  "member": {
35919
35972
  "locationName": "UserId"
35920
35973
  }
35921
35974
  },
35922
- "S26d": {
35975
+ "S26h": {
35923
35976
  "type": "list",
35924
35977
  "member": {
35925
35978
  "locationName": "UserGroup"
35926
35979
  }
35927
35980
  },
35928
- "S26e": {
35981
+ "S26i": {
35929
35982
  "type": "list",
35930
35983
  "member": {
35931
35984
  "locationName": "ProductCode"
35932
35985
  }
35933
35986
  },
35934
- "S26g": {
35987
+ "S26k": {
35935
35988
  "type": "list",
35936
35989
  "member": {
35937
35990
  "locationName": "item",
@@ -35942,14 +35995,14 @@
35942
35995
  }
35943
35996
  }
35944
35997
  },
35945
- "S26l": {
35998
+ "S26p": {
35946
35999
  "type": "list",
35947
36000
  "member": {
35948
36001
  "shape": "S1i",
35949
36002
  "locationName": "item"
35950
36003
  }
35951
36004
  },
35952
- "S26y": {
36005
+ "S272": {
35953
36006
  "type": "structure",
35954
36007
  "members": {
35955
36008
  "CapacityReservationPreference": {},
@@ -35958,7 +36011,7 @@
35958
36011
  }
35959
36012
  }
35960
36013
  },
35961
- "S27s": {
36014
+ "S27w": {
35962
36015
  "type": "list",
35963
36016
  "member": {
35964
36017
  "type": "structure",
@@ -35967,7 +36020,7 @@
35967
36020
  }
35968
36021
  }
35969
36022
  },
35970
- "S2ah": {
36023
+ "S2al": {
35971
36024
  "type": "structure",
35972
36025
  "members": {
35973
36026
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35981,7 +36034,7 @@
35981
36034
  }
35982
36035
  }
35983
36036
  },
35984
- "S2aj": {
36037
+ "S2an": {
35985
36038
  "type": "structure",
35986
36039
  "members": {
35987
36040
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35998,7 +36051,7 @@
35998
36051
  }
35999
36052
  }
36000
36053
  },
36001
- "S2ay": {
36054
+ "S2b2": {
36002
36055
  "type": "list",
36003
36056
  "member": {
36004
36057
  "locationName": "item",
@@ -36014,13 +36067,13 @@
36014
36067
  }
36015
36068
  }
36016
36069
  },
36017
- "S2es": {
36070
+ "S2ew": {
36018
36071
  "type": "list",
36019
36072
  "member": {
36020
36073
  "locationName": "SecurityGroupId"
36021
36074
  }
36022
36075
  },
36023
- "S2fg": {
36076
+ "S2fk": {
36024
36077
  "type": "list",
36025
36078
  "member": {
36026
36079
  "locationName": "item",
@@ -36040,7 +36093,7 @@
36040
36093
  }
36041
36094
  }
36042
36095
  },
36043
- "S2g6": {
36096
+ "S2ga": {
36044
36097
  "type": "list",
36045
36098
  "member": {
36046
36099
  "locationName": "item",