aws-sdk 2.1615.0 → 2.1617.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 (41) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-runtime-2023-07-26.min.json +64 -2
  3. package/apis/cognito-idp-2016-04-18.min.json +3 -0
  4. package/apis/ec2-2016-11-15.min.json +282 -279
  5. package/apis/ecr-2015-09-21.min.json +3 -0
  6. package/apis/metadata.json +0 -6
  7. package/apis/pinpoint-2016-12-01.min.json +399 -377
  8. package/apis/sqs-2012-11-05.min.json +21 -14
  9. package/apis/ssm-sap-2018-05-10.min.json +95 -0
  10. package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  11. package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
  12. package/clients/all.d.ts +0 -2
  13. package/clients/all.js +0 -2
  14. package/clients/bedrockagentruntime.d.ts +80 -8
  15. package/clients/cognitoidentityserviceprovider.d.ts +1 -1
  16. package/clients/ec2.d.ts +5 -0
  17. package/clients/ecr.d.ts +2 -2
  18. package/clients/fms.d.ts +4 -4
  19. package/clients/pinpoint.d.ts +27 -0
  20. package/clients/polly.d.ts +9 -9
  21. package/clients/route53resolver.d.ts +3 -3
  22. package/clients/sqs.d.ts +19 -14
  23. package/clients/ssmsap.d.ts +121 -1
  24. package/clients/verifiedpermissions.d.ts +40 -6
  25. package/dist/aws-sdk-core-react-native.js +2 -2
  26. package/dist/aws-sdk-react-native.js +1629 -1703
  27. package/dist/aws-sdk.js +312 -302
  28. package/dist/aws-sdk.min.js +64 -64
  29. package/lib/config_service_placeholders.d.ts +0 -4
  30. package/lib/core.js +1 -1
  31. package/package.json +1 -1
  32. package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
  33. package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  34. package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  35. package/apis/honeycode-2020-03-01.examples.json +0 -5
  36. package/apis/honeycode-2020-03-01.min.json +0 -962
  37. package/apis/honeycode-2020-03-01.paginators.json +0 -27
  38. package/clients/alexaforbusiness.d.ts +0 -3862
  39. package/clients/alexaforbusiness.js +0 -18
  40. package/clients/honeycode.d.ts +0 -910
  41. package/clients/honeycode.js +0 -18
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1615.0
1
+ // AWS SDK for JavaScript v2.1617.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){
@@ -53605,6 +53605,9 @@ module.exports={
53605
53605
  "endpointPrefix": "cognito-idp",
53606
53606
  "jsonVersion": "1.1",
53607
53607
  "protocol": "json",
53608
+ "protocols": [
53609
+ "json"
53610
+ ],
53608
53611
  "serviceFullName": "Amazon Cognito Identity Provider",
53609
53612
  "serviceId": "Cognito Identity Provider",
53610
53613
  "signatureVersion": "v4",
@@ -99334,6 +99337,9 @@ module.exports={
99334
99337
  "type": "integer"
99335
99338
  }
99336
99339
  }
99340
+ },
99341
+ "PhcSupport": {
99342
+ "locationName": "phcSupport"
99337
99343
  }
99338
99344
  }
99339
99345
  }
@@ -99376,7 +99382,7 @@ module.exports={
99376
99382
  "locationName": "reservationSet",
99377
99383
  "type": "list",
99378
99384
  "member": {
99379
- "shape": "S1ee",
99385
+ "shape": "S1ef",
99380
99386
  "locationName": "item"
99381
99387
  }
99382
99388
  },
@@ -100038,7 +100044,7 @@ module.exports={
100038
100044
  "locationName": "localGatewayVirtualInterfaceGroupId"
100039
100045
  },
100040
100046
  "LocalGatewayVirtualInterfaceIds": {
100041
- "shape": "S1ha",
100047
+ "shape": "S1hb",
100042
100048
  "locationName": "localGatewayVirtualInterfaceIdSet"
100043
100049
  },
100044
100050
  "LocalGatewayId": {
@@ -100065,7 +100071,7 @@ module.exports={
100065
100071
  "type": "structure",
100066
100072
  "members": {
100067
100073
  "LocalGatewayVirtualInterfaceIds": {
100068
- "shape": "S1ha",
100074
+ "shape": "S1hb",
100069
100075
  "locationName": "LocalGatewayVirtualInterfaceId"
100070
100076
  },
100071
100077
  "Filters": {
@@ -100203,7 +100209,7 @@ module.exports={
100203
100209
  },
100204
100210
  "NextToken": {},
100205
100211
  "SnapshotIds": {
100206
- "shape": "S1hn",
100212
+ "shape": "S1ho",
100207
100213
  "locationName": "SnapshotId"
100208
100214
  },
100209
100215
  "DryRun": {
@@ -100518,7 +100524,7 @@ module.exports={
100518
100524
  "locationName": "networkInsightsAccessScopeAnalysisSet",
100519
100525
  "type": "list",
100520
100526
  "member": {
100521
- "shape": "S1ip",
100527
+ "shape": "S1iq",
100522
100528
  "locationName": "item"
100523
100529
  }
100524
100530
  },
@@ -100607,7 +100613,7 @@ module.exports={
100607
100613
  "locationName": "networkInsightsAnalysisSet",
100608
100614
  "type": "list",
100609
100615
  "member": {
100610
- "shape": "S1j0",
100616
+ "shape": "S1j1",
100611
100617
  "locationName": "item"
100612
100618
  }
100613
100619
  },
@@ -100964,7 +100970,7 @@ module.exports={
100964
100970
  "locationName": "poolAddressRangeSet",
100965
100971
  "type": "list",
100966
100972
  "member": {
100967
- "shape": "S1l3",
100973
+ "shape": "S1l4",
100968
100974
  "locationName": "item"
100969
100975
  }
100970
100976
  },
@@ -101092,7 +101098,7 @@ module.exports={
101092
101098
  },
101093
101099
  "OfferingClass": {},
101094
101100
  "ReservedInstancesIds": {
101095
- "shape": "S1lg",
101101
+ "shape": "S1lh",
101096
101102
  "locationName": "ReservedInstancesId"
101097
101103
  },
101098
101104
  "DryRun": {
@@ -101166,7 +101172,7 @@ module.exports={
101166
101172
  "locationName": "offeringType"
101167
101173
  },
101168
101174
  "RecurringCharges": {
101169
- "shape": "S1lo",
101175
+ "shape": "S1lp",
101170
101176
  "locationName": "recurringCharges"
101171
101177
  },
101172
101178
  "Scope": {
@@ -101263,7 +101269,7 @@ module.exports={
101263
101269
  "locationName": "reservedInstancesId"
101264
101270
  },
101265
101271
  "TargetConfiguration": {
101266
- "shape": "S1m2",
101272
+ "shape": "S1m3",
101267
101273
  "locationName": "targetConfiguration"
101268
101274
  }
101269
101275
  }
@@ -101418,7 +101424,7 @@ module.exports={
101418
101424
  }
101419
101425
  },
101420
101426
  "RecurringCharges": {
101421
- "shape": "S1lo",
101427
+ "shape": "S1lp",
101422
101428
  "locationName": "recurringCharges"
101423
101429
  },
101424
101430
  "Scope": {
@@ -101586,7 +101592,7 @@ module.exports={
101586
101592
  "locationName": "purchaseToken"
101587
101593
  },
101588
101594
  "Recurrence": {
101589
- "shape": "S1mp",
101595
+ "shape": "S1mq",
101590
101596
  "locationName": "recurrence"
101591
101597
  },
101592
101598
  "SlotDurationInHours": {
@@ -101648,7 +101654,7 @@ module.exports={
101648
101654
  "locationName": "scheduledInstanceSet",
101649
101655
  "type": "list",
101650
101656
  "member": {
101651
- "shape": "S1mx",
101657
+ "shape": "S1my",
101652
101658
  "locationName": "item"
101653
101659
  }
101654
101660
  }
@@ -101710,7 +101716,7 @@ module.exports={
101710
101716
  "locationName": "Filter"
101711
101717
  },
101712
101718
  "SecurityGroupRuleIds": {
101713
- "shape": "S1n4",
101719
+ "shape": "S1n5",
101714
101720
  "locationName": "SecurityGroupRuleId"
101715
101721
  },
101716
101722
  "DryRun": {
@@ -101748,7 +101754,7 @@ module.exports={
101748
101754
  "locationName": "GroupId"
101749
101755
  },
101750
101756
  "GroupNames": {
101751
- "shape": "S1n8",
101757
+ "shape": "S1n9",
101752
101758
  "locationName": "GroupName"
101753
101759
  },
101754
101760
  "DryRun": {
@@ -101827,7 +101833,7 @@ module.exports={
101827
101833
  "type": "structure",
101828
101834
  "members": {
101829
101835
  "CreateVolumePermissions": {
101830
- "shape": "S1ng",
101836
+ "shape": "S1nh",
101831
101837
  "locationName": "createVolumePermission"
101832
101838
  },
101833
101839
  "ProductCodes": {
@@ -101939,7 +101945,7 @@ module.exports={
101939
101945
  "member": {}
101940
101946
  },
101941
101947
  "SnapshotIds": {
101942
- "shape": "S1hn",
101948
+ "shape": "S1ho",
101943
101949
  "locationName": "SnapshotId"
101944
101950
  },
101945
101951
  "DryRun": {
@@ -102138,7 +102144,7 @@ module.exports={
102138
102144
  "type": "timestamp"
102139
102145
  },
102140
102146
  "SpotFleetRequestConfig": {
102141
- "shape": "S1o8",
102147
+ "shape": "S1o9",
102142
102148
  "locationName": "spotFleetRequestConfig"
102143
102149
  },
102144
102150
  "SpotFleetRequestId": {
@@ -102183,7 +102189,7 @@ module.exports={
102183
102189
  "type": "structure",
102184
102190
  "members": {
102185
102191
  "SpotInstanceRequests": {
102186
- "shape": "S1p0",
102192
+ "shape": "S1p1",
102187
102193
  "locationName": "spotInstanceRequestSet"
102188
102194
  },
102189
102195
  "NextToken": {
@@ -102309,11 +102315,11 @@ module.exports={
102309
102315
  "locationName": "groupName"
102310
102316
  },
102311
102317
  "StaleIpPermissions": {
102312
- "shape": "S1pi",
102318
+ "shape": "S1pj",
102313
102319
  "locationName": "staleIpPermissions"
102314
102320
  },
102315
102321
  "StaleIpPermissionsEgress": {
102316
- "shape": "S1pi",
102322
+ "shape": "S1pj",
102317
102323
  "locationName": "staleIpPermissionsEgress"
102318
102324
  },
102319
102325
  "VpcId": {
@@ -102613,7 +102619,7 @@ module.exports={
102613
102619
  "type": "structure",
102614
102620
  "members": {
102615
102621
  "TransitGatewayAttachmentIds": {
102616
- "shape": "S1qg"
102622
+ "shape": "S1qh"
102617
102623
  },
102618
102624
  "Filters": {
102619
102625
  "shape": "S10d",
@@ -102733,7 +102739,7 @@ module.exports={
102733
102739
  "type": "structure",
102734
102740
  "members": {
102735
102741
  "TransitGatewayAttachmentIds": {
102736
- "shape": "S1qg"
102742
+ "shape": "S1qh"
102737
102743
  },
102738
102744
  "Filters": {
102739
102745
  "shape": "S10d",
@@ -102810,7 +102816,7 @@ module.exports={
102810
102816
  "type": "structure",
102811
102817
  "members": {
102812
102818
  "TransitGatewayAttachmentIds": {
102813
- "shape": "S1qg"
102819
+ "shape": "S1qh"
102814
102820
  },
102815
102821
  "Filters": {
102816
102822
  "shape": "S10d",
@@ -102967,7 +102973,7 @@ module.exports={
102967
102973
  "type": "structure",
102968
102974
  "members": {
102969
102975
  "TransitGatewayAttachmentIds": {
102970
- "shape": "S1qg"
102976
+ "shape": "S1qh"
102971
102977
  },
102972
102978
  "Filters": {
102973
102979
  "shape": "S10d",
@@ -103170,7 +103176,7 @@ module.exports={
103170
103176
  "type": "structure",
103171
103177
  "members": {
103172
103178
  "VerifiedAccessInstanceIds": {
103173
- "shape": "S1rz",
103179
+ "shape": "S1s0",
103174
103180
  "locationName": "VerifiedAccessInstanceId"
103175
103181
  },
103176
103182
  "MaxResults": {
@@ -103193,7 +103199,7 @@ module.exports={
103193
103199
  "locationName": "loggingConfigurationSet",
103194
103200
  "type": "list",
103195
103201
  "member": {
103196
- "shape": "S1s3",
103202
+ "shape": "S1s4",
103197
103203
  "locationName": "item"
103198
103204
  }
103199
103205
  },
@@ -103208,7 +103214,7 @@ module.exports={
103208
103214
  "type": "structure",
103209
103215
  "members": {
103210
103216
  "VerifiedAccessInstanceIds": {
103211
- "shape": "S1rz",
103217
+ "shape": "S1s0",
103212
103218
  "locationName": "VerifiedAccessInstanceId"
103213
103219
  },
103214
103220
  "MaxResults": {
@@ -103528,7 +103534,7 @@ module.exports={
103528
103534
  "locationName": "volumeModificationSet",
103529
103535
  "type": "list",
103530
103536
  "member": {
103531
- "shape": "S1t7",
103537
+ "shape": "S1t8",
103532
103538
  "locationName": "item"
103533
103539
  }
103534
103540
  },
@@ -103588,7 +103594,7 @@ module.exports={
103588
103594
  "type": "boolean"
103589
103595
  },
103590
103596
  "VpcIds": {
103591
- "shape": "S1td",
103597
+ "shape": "S1te",
103592
103598
  "locationName": "VpcId"
103593
103599
  }
103594
103600
  }
@@ -103632,7 +103638,7 @@ module.exports={
103632
103638
  "locationName": "nextToken"
103633
103639
  },
103634
103640
  "VpcIds": {
103635
- "shape": "S1td"
103641
+ "shape": "S1te"
103636
103642
  }
103637
103643
  }
103638
103644
  },
@@ -104435,11 +104441,11 @@ module.exports={
104435
104441
  ],
104436
104442
  "members": {
104437
104443
  "AvailabilityZones": {
104438
- "shape": "S1vd",
104444
+ "shape": "S1ve",
104439
104445
  "locationName": "AvailabilityZone"
104440
104446
  },
104441
104447
  "SourceSnapshotIds": {
104442
- "shape": "S1hn",
104448
+ "shape": "S1ho",
104443
104449
  "locationName": "SourceSnapshotId"
104444
104450
  },
104445
104451
  "DryRun": {
@@ -104704,7 +104710,7 @@ module.exports={
104704
104710
  "type": "structure",
104705
104711
  "members": {
104706
104712
  "Propagation": {
104707
- "shape": "S1w4",
104713
+ "shape": "S1w5",
104708
104714
  "locationName": "propagation"
104709
104715
  }
104710
104716
  }
@@ -105309,11 +105315,11 @@ module.exports={
105309
105315
  ],
105310
105316
  "members": {
105311
105317
  "AvailabilityZones": {
105312
- "shape": "S1vd",
105318
+ "shape": "S1ve",
105313
105319
  "locationName": "AvailabilityZone"
105314
105320
  },
105315
105321
  "SourceSnapshotIds": {
105316
- "shape": "S1hn",
105322
+ "shape": "S1ho",
105317
105323
  "locationName": "SourceSnapshotId"
105318
105324
  },
105319
105325
  "DryRun": {
@@ -105612,7 +105618,7 @@ module.exports={
105612
105618
  "type": "structure",
105613
105619
  "members": {
105614
105620
  "Propagation": {
105615
- "shape": "S1w4",
105621
+ "shape": "S1w5",
105616
105622
  "locationName": "propagation"
105617
105623
  }
105618
105624
  }
@@ -106226,7 +106232,7 @@ module.exports={
106226
106232
  "type": "structure",
106227
106233
  "members": {
106228
106234
  "InstanceFamilyCreditSpecification": {
106229
- "shape": "S1zo",
106235
+ "shape": "S1zp",
106230
106236
  "locationName": "instanceFamilyCreditSpecification"
106231
106237
  }
106232
106238
  }
@@ -106376,7 +106382,7 @@ module.exports={
106376
106382
  ],
106377
106383
  "members": {
106378
106384
  "HostIdSet": {
106379
- "shape": "S205"
106385
+ "shape": "S206"
106380
106386
  },
106381
106387
  "OfferingId": {}
106382
106388
  }
@@ -106388,7 +106394,7 @@ module.exports={
106388
106394
  "locationName": "currencyCode"
106389
106395
  },
106390
106396
  "Purchase": {
106391
- "shape": "S207",
106397
+ "shape": "S208",
106392
106398
  "locationName": "purchase"
106393
106399
  },
106394
106400
  "TotalHourlyPrice": {
@@ -106502,11 +106508,11 @@ module.exports={
106502
106508
  "type": "boolean"
106503
106509
  },
106504
106510
  "ArchitectureTypes": {
106505
- "shape": "S20l",
106511
+ "shape": "S20m",
106506
106512
  "locationName": "ArchitectureType"
106507
106513
  },
106508
106514
  "VirtualizationTypes": {
106509
- "shape": "S20m",
106515
+ "shape": "S20n",
106510
106516
  "locationName": "VirtualizationType"
106511
106517
  },
106512
106518
  "InstanceRequirements": {
@@ -107039,7 +107045,7 @@ module.exports={
107039
107045
  "locationName": "ipamResourceCidrSet",
107040
107046
  "type": "list",
107041
107047
  "member": {
107042
- "shape": "S21y",
107048
+ "shape": "S21z",
107043
107049
  "locationName": "item"
107044
107050
  }
107045
107051
  }
@@ -107199,7 +107205,7 @@ module.exports={
107199
107205
  "locationName": "findingId"
107200
107206
  },
107201
107207
  "FindingComponents": {
107202
- "shape": "S1j2",
107208
+ "shape": "S1j3",
107203
107209
  "locationName": "findingComponentSet"
107204
107210
  }
107205
107211
  }
@@ -107304,7 +107310,7 @@ module.exports={
107304
107310
  "locationName": "paymentDue"
107305
107311
  },
107306
107312
  "ReservedInstanceValueRollup": {
107307
- "shape": "S22n",
107313
+ "shape": "S22o",
107308
107314
  "locationName": "reservedInstanceValueRollup"
107309
107315
  },
107310
107316
  "ReservedInstanceValueSet": {
@@ -107315,7 +107321,7 @@ module.exports={
107315
107321
  "type": "structure",
107316
107322
  "members": {
107317
107323
  "ReservationValue": {
107318
- "shape": "S22n",
107324
+ "shape": "S22o",
107319
107325
  "locationName": "reservationValue"
107320
107326
  },
107321
107327
  "ReservedInstanceId": {
@@ -107325,7 +107331,7 @@ module.exports={
107325
107331
  }
107326
107332
  },
107327
107333
  "TargetConfigurationValueRollup": {
107328
- "shape": "S22n",
107334
+ "shape": "S22o",
107329
107335
  "locationName": "targetConfigurationValueRollup"
107330
107336
  },
107331
107337
  "TargetConfigurationValueSet": {
@@ -107336,7 +107342,7 @@ module.exports={
107336
107342
  "type": "structure",
107337
107343
  "members": {
107338
107344
  "ReservationValue": {
107339
- "shape": "S22n",
107345
+ "shape": "S22o",
107340
107346
  "locationName": "reservationValue"
107341
107347
  },
107342
107348
  "TargetConfiguration": {
@@ -107485,11 +107491,11 @@ module.exports={
107485
107491
  "type": "structure",
107486
107492
  "members": {
107487
107493
  "ArchitectureTypes": {
107488
- "shape": "S20l",
107494
+ "shape": "S20m",
107489
107495
  "locationName": "ArchitectureType"
107490
107496
  },
107491
107497
  "VirtualizationTypes": {
107492
- "shape": "S20m",
107498
+ "shape": "S20n",
107493
107499
  "locationName": "VirtualizationType"
107494
107500
  },
107495
107501
  "InstanceRequirements": {
@@ -107560,11 +107566,11 @@ module.exports={
107560
107566
  "type": "structure",
107561
107567
  "members": {
107562
107568
  "SubnetIpv4CidrReservations": {
107563
- "shape": "S23e",
107569
+ "shape": "S23f",
107564
107570
  "locationName": "subnetIpv4CidrReservationSet"
107565
107571
  },
107566
107572
  "SubnetIpv6CidrReservations": {
107567
- "shape": "S23e",
107573
+ "shape": "S23f",
107568
107574
  "locationName": "subnetIpv6CidrReservationSet"
107569
107575
  },
107570
107576
  "NextToken": {
@@ -108141,7 +108147,7 @@ module.exports={
108141
108147
  "members": {
108142
108148
  "Architecture": {},
108143
108149
  "ClientData": {
108144
- "shape": "S24q"
108150
+ "shape": "S24r"
108145
108151
  },
108146
108152
  "ClientToken": {},
108147
108153
  "Description": {},
@@ -108160,7 +108166,7 @@ module.exports={
108160
108166
  "shape": "S18v"
108161
108167
  },
108162
108168
  "UserBucket": {
108163
- "shape": "S24t"
108169
+ "shape": "S24u"
108164
108170
  }
108165
108171
  }
108166
108172
  }
@@ -108270,10 +108276,10 @@ module.exports={
108270
108276
  "members": {
108271
108277
  "Description": {},
108272
108278
  "Image": {
108273
- "shape": "S250"
108279
+ "shape": "S251"
108274
108280
  },
108275
108281
  "Volume": {
108276
- "shape": "S251"
108282
+ "shape": "S252"
108277
108283
  }
108278
108284
  }
108279
108285
  }
@@ -108396,7 +108402,7 @@ module.exports={
108396
108402
  "type": "structure",
108397
108403
  "members": {
108398
108404
  "ClientData": {
108399
- "shape": "S24q"
108405
+ "shape": "S24r"
108400
108406
  },
108401
108407
  "ClientToken": {},
108402
108408
  "Description": {},
@@ -108409,7 +108415,7 @@ module.exports={
108409
108415
  "shape": "S18v"
108410
108416
  },
108411
108417
  "UserBucket": {
108412
- "shape": "S24t"
108418
+ "shape": "S24u"
108413
108419
  }
108414
108420
  }
108415
108421
  },
@@ -108467,11 +108473,11 @@ module.exports={
108467
108473
  "type": "boolean"
108468
108474
  },
108469
108475
  "Image": {
108470
- "shape": "S250",
108476
+ "shape": "S251",
108471
108477
  "locationName": "image"
108472
108478
  },
108473
108479
  "Volume": {
108474
- "shape": "S251",
108480
+ "shape": "S252",
108475
108481
  "locationName": "volume"
108476
108482
  }
108477
108483
  }
@@ -108548,7 +108554,7 @@ module.exports={
108548
108554
  },
108549
108555
  "NextToken": {},
108550
108556
  "SnapshotIds": {
108551
- "shape": "S1hn",
108557
+ "shape": "S1ho",
108552
108558
  "locationName": "SnapshotId"
108553
108559
  },
108554
108560
  "DryRun": {
@@ -108846,7 +108852,7 @@ module.exports={
108846
108852
  "type": "structure",
108847
108853
  "members": {
108848
108854
  "InstanceFamilyCreditSpecification": {
108849
- "shape": "S1zo",
108855
+ "shape": "S1zp",
108850
108856
  "locationName": "instanceFamilyCreditSpecification"
108851
108857
  }
108852
108858
  }
@@ -108920,25 +108926,25 @@ module.exports={
108920
108926
  "Attribute": {},
108921
108927
  "OperationType": {},
108922
108928
  "UserIds": {
108923
- "shape": "S26b",
108929
+ "shape": "S26c",
108924
108930
  "locationName": "UserId"
108925
108931
  },
108926
108932
  "UserGroups": {
108927
- "shape": "S26c",
108933
+ "shape": "S26d",
108928
108934
  "locationName": "UserGroup"
108929
108935
  },
108930
108936
  "ProductCodes": {
108931
- "shape": "S26d",
108937
+ "shape": "S26e",
108932
108938
  "locationName": "ProductCode"
108933
108939
  },
108934
108940
  "LoadPermission": {
108935
108941
  "type": "structure",
108936
108942
  "members": {
108937
108943
  "Add": {
108938
- "shape": "S26f"
108944
+ "shape": "S26g"
108939
108945
  },
108940
108946
  "Remove": {
108941
- "shape": "S26f"
108947
+ "shape": "S26g"
108942
108948
  }
108943
108949
  }
108944
108950
  },
@@ -108984,7 +108990,7 @@ module.exports={
108984
108990
  "locationName": "successful"
108985
108991
  },
108986
108992
  "Unsuccessful": {
108987
- "shape": "S26k",
108993
+ "shape": "S26l",
108988
108994
  "locationName": "unsuccessful"
108989
108995
  }
108990
108996
  }
@@ -109052,15 +109058,15 @@ module.exports={
109052
109058
  },
109053
109059
  "OperationType": {},
109054
109060
  "ProductCodes": {
109055
- "shape": "S26d",
109061
+ "shape": "S26e",
109056
109062
  "locationName": "ProductCode"
109057
109063
  },
109058
109064
  "UserGroups": {
109059
- "shape": "S26c",
109065
+ "shape": "S26d",
109060
109066
  "locationName": "UserGroup"
109061
109067
  },
109062
109068
  "UserIds": {
109063
- "shape": "S26b",
109069
+ "shape": "S26c",
109064
109070
  "locationName": "UserId"
109065
109071
  },
109066
109072
  "Value": {},
@@ -109205,7 +109211,7 @@ module.exports={
109205
109211
  "members": {
109206
109212
  "InstanceId": {},
109207
109213
  "CapacityReservationSpecification": {
109208
- "shape": "S26x"
109214
+ "shape": "S26y"
109209
109215
  },
109210
109216
  "DryRun": {
109211
109217
  "type": "boolean"
@@ -109430,7 +109436,7 @@ module.exports={
109430
109436
  "locationName": "instanceId"
109431
109437
  },
109432
109438
  "InstanceMetadataOptions": {
109433
- "shape": "S1f6",
109439
+ "shape": "S1f7",
109434
109440
  "locationName": "instanceMetadataOptions"
109435
109441
  }
109436
109442
  }
@@ -109490,7 +109496,7 @@ module.exports={
109490
109496
  "locationName": "AddOperatingRegion"
109491
109497
  },
109492
109498
  "RemoveOperatingRegions": {
109493
- "shape": "S27r",
109499
+ "shape": "S27s",
109494
109500
  "locationName": "RemoveOperatingRegion"
109495
109501
  },
109496
109502
  "Tier": {}
@@ -109581,7 +109587,7 @@ module.exports={
109581
109587
  "type": "structure",
109582
109588
  "members": {
109583
109589
  "IpamResourceCidr": {
109584
- "shape": "S21y",
109590
+ "shape": "S21z",
109585
109591
  "locationName": "ipamResourceCidr"
109586
109592
  }
109587
109593
  }
@@ -109604,7 +109610,7 @@ module.exports={
109604
109610
  "locationName": "AddOperatingRegion"
109605
109611
  },
109606
109612
  "RemoveOperatingRegions": {
109607
- "shape": "S27r",
109613
+ "shape": "S27s",
109608
109614
  "locationName": "RemoveOperatingRegion"
109609
109615
  }
109610
109616
  }
@@ -109835,7 +109841,7 @@ module.exports={
109835
109841
  ],
109836
109842
  "members": {
109837
109843
  "ReservedInstancesIds": {
109838
- "shape": "S1lg",
109844
+ "shape": "S1lh",
109839
109845
  "locationName": "ReservedInstancesId"
109840
109846
  },
109841
109847
  "ClientToken": {
@@ -109845,7 +109851,7 @@ module.exports={
109845
109851
  "locationName": "ReservedInstancesConfigurationSetItemType",
109846
109852
  "type": "list",
109847
109853
  "member": {
109848
- "shape": "S1m2",
109854
+ "shape": "S1m3",
109849
109855
  "locationName": "item"
109850
109856
  }
109851
109857
  }
@@ -109927,21 +109933,21 @@ module.exports={
109927
109933
  "type": "structure",
109928
109934
  "members": {
109929
109935
  "Add": {
109930
- "shape": "S1ng"
109936
+ "shape": "S1nh"
109931
109937
  },
109932
109938
  "Remove": {
109933
- "shape": "S1ng"
109939
+ "shape": "S1nh"
109934
109940
  }
109935
109941
  }
109936
109942
  },
109937
109943
  "GroupNames": {
109938
- "shape": "S1n8",
109944
+ "shape": "S1n9",
109939
109945
  "locationName": "UserGroup"
109940
109946
  },
109941
109947
  "OperationType": {},
109942
109948
  "SnapshotId": {},
109943
109949
  "UserIds": {
109944
- "shape": "S26b",
109950
+ "shape": "S26c",
109945
109951
  "locationName": "UserId"
109946
109952
  },
109947
109953
  "DryRun": {
@@ -109989,7 +109995,7 @@ module.exports={
109989
109995
  "locationName": "excessCapacityTerminationPolicy"
109990
109996
  },
109991
109997
  "LaunchTemplateConfigs": {
109992
- "shape": "S1on",
109998
+ "shape": "S1oo",
109993
109999
  "locationName": "LaunchTemplateConfig"
109994
110000
  },
109995
110001
  "SpotFleetRequestId": {
@@ -110539,7 +110545,7 @@ module.exports={
110539
110545
  "type": "structure",
110540
110546
  "members": {
110541
110547
  "LoggingConfiguration": {
110542
- "shape": "S1s3",
110548
+ "shape": "S1s4",
110543
110549
  "locationName": "loggingConfiguration"
110544
110550
  }
110545
110551
  }
@@ -110625,7 +110631,7 @@ module.exports={
110625
110631
  "type": "structure",
110626
110632
  "members": {
110627
110633
  "VolumeModification": {
110628
- "shape": "S1t7",
110634
+ "shape": "S1t8",
110629
110635
  "locationName": "volumeModification"
110630
110636
  }
110631
110637
  }
@@ -110898,13 +110904,13 @@ module.exports={
110898
110904
  ],
110899
110905
  "members": {
110900
110906
  "AccepterPeeringConnectionOptions": {
110901
- "shape": "S2ag"
110907
+ "shape": "S2ah"
110902
110908
  },
110903
110909
  "DryRun": {
110904
110910
  "type": "boolean"
110905
110911
  },
110906
110912
  "RequesterPeeringConnectionOptions": {
110907
- "shape": "S2ag"
110913
+ "shape": "S2ah"
110908
110914
  },
110909
110915
  "VpcPeeringConnectionId": {}
110910
110916
  }
@@ -110913,11 +110919,11 @@ module.exports={
110913
110919
  "type": "structure",
110914
110920
  "members": {
110915
110921
  "AccepterPeeringConnectionOptions": {
110916
- "shape": "S2ai",
110922
+ "shape": "S2aj",
110917
110923
  "locationName": "accepterPeeringConnectionOptions"
110918
110924
  },
110919
110925
  "RequesterPeeringConnectionOptions": {
110920
- "shape": "S2ai",
110926
+ "shape": "S2aj",
110921
110927
  "locationName": "requesterPeeringConnectionOptions"
110922
110928
  }
110923
110929
  }
@@ -111141,7 +111147,7 @@ module.exports={
111141
111147
  "type": "structure",
111142
111148
  "members": {
111143
111149
  "InstanceMonitorings": {
111144
- "shape": "S2ax",
111150
+ "shape": "S2ay",
111145
111151
  "locationName": "instancesSet"
111146
111152
  }
111147
111153
  }
@@ -111348,7 +111354,7 @@ module.exports={
111348
111354
  "locationName": "poolId"
111349
111355
  },
111350
111356
  "PoolAddressRange": {
111351
- "shape": "S1l3",
111357
+ "shape": "S1l4",
111352
111358
  "locationName": "poolAddressRange"
111353
111359
  }
111354
111360
  }
@@ -111394,7 +111400,7 @@ module.exports={
111394
111400
  "ClientToken": {},
111395
111401
  "CurrencyCode": {},
111396
111402
  "HostIdSet": {
111397
- "shape": "S205"
111403
+ "shape": "S206"
111398
111404
  },
111399
111405
  "LimitPrice": {},
111400
111406
  "OfferingId": {},
@@ -111414,7 +111420,7 @@ module.exports={
111414
111420
  "locationName": "currencyCode"
111415
111421
  },
111416
111422
  "Purchase": {
111417
- "shape": "S207",
111423
+ "shape": "S208",
111418
111424
  "locationName": "purchase"
111419
111425
  },
111420
111426
  "TotalHourlyPrice": {
@@ -111509,7 +111515,7 @@ module.exports={
111509
111515
  "locationName": "scheduledInstanceSet",
111510
111516
  "type": "list",
111511
111517
  "member": {
111512
- "shape": "S1mx",
111518
+ "shape": "S1my",
111513
111519
  "locationName": "item"
111514
111520
  }
111515
111521
  }
@@ -111877,7 +111883,7 @@ module.exports={
111877
111883
  "locationName": "successful"
111878
111884
  },
111879
111885
  "Unsuccessful": {
111880
- "shape": "S26k",
111886
+ "shape": "S26l",
111881
111887
  "locationName": "unsuccessful"
111882
111888
  }
111883
111889
  }
@@ -112205,7 +112211,7 @@ module.exports={
112205
112211
  "type": "boolean"
112206
112212
  },
112207
112213
  "SpotFleetRequestConfig": {
112208
- "shape": "S1o8",
112214
+ "shape": "S1o9",
112209
112215
  "locationName": "spotFleetRequestConfig"
112210
112216
  }
112211
112217
  }
@@ -112289,15 +112295,15 @@ module.exports={
112289
112295
  "locationName": "keyName"
112290
112296
  },
112291
112297
  "Monitoring": {
112292
- "shape": "S1p3",
112298
+ "shape": "S1p4",
112293
112299
  "locationName": "monitoring"
112294
112300
  },
112295
112301
  "NetworkInterfaces": {
112296
- "shape": "S1oi",
112302
+ "shape": "S1oj",
112297
112303
  "locationName": "NetworkInterface"
112298
112304
  },
112299
112305
  "Placement": {
112300
- "shape": "S1ok",
112306
+ "shape": "S1ol",
112301
112307
  "locationName": "placement"
112302
112308
  },
112303
112309
  "RamdiskId": {
@@ -112337,7 +112343,7 @@ module.exports={
112337
112343
  "type": "structure",
112338
112344
  "members": {
112339
112345
  "SpotInstanceRequests": {
112340
- "shape": "S1p0",
112346
+ "shape": "S1p1",
112341
112347
  "locationName": "spotInstanceRequestSet"
112342
112348
  }
112343
112349
  }
@@ -112710,7 +112716,7 @@ module.exports={
112710
112716
  "locationName": "ipPermissions"
112711
112717
  },
112712
112718
  "SecurityGroupRuleIds": {
112713
- "shape": "S1n4",
112719
+ "shape": "S1n5",
112714
112720
  "locationName": "SecurityGroupRuleId"
112715
112721
  },
112716
112722
  "CidrIp": {
@@ -112773,7 +112779,7 @@ module.exports={
112773
112779
  "type": "boolean"
112774
112780
  },
112775
112781
  "SecurityGroupRuleIds": {
112776
- "shape": "S1n4",
112782
+ "shape": "S1n5",
112777
112783
  "locationName": "SecurityGroupRuleId"
112778
112784
  }
112779
112785
  }
@@ -112822,7 +112828,7 @@ module.exports={
112822
112828
  "type": "integer"
112823
112829
  },
112824
112830
  "Monitoring": {
112825
- "shape": "S1p3"
112831
+ "shape": "S1p4"
112826
112832
  },
112827
112833
  "Placement": {
112828
112834
  "shape": "Scr"
@@ -112868,7 +112874,7 @@ module.exports={
112868
112874
  "locationName": "instanceInitiatedShutdownBehavior"
112869
112875
  },
112870
112876
  "NetworkInterfaces": {
112871
- "shape": "S1oi",
112877
+ "shape": "S1oj",
112872
112878
  "locationName": "networkInterface"
112873
112879
  },
112874
112880
  "PrivateIpAddress": {
@@ -112946,7 +112952,7 @@ module.exports={
112946
112952
  }
112947
112953
  },
112948
112954
  "CapacityReservationSpecification": {
112949
- "shape": "S26x"
112955
+ "shape": "S26y"
112950
112956
  },
112951
112957
  "HibernationOptions": {
112952
112958
  "type": "structure",
@@ -113014,7 +113020,7 @@ module.exports={
113014
113020
  }
113015
113021
  },
113016
113022
  "output": {
113017
- "shape": "S1ee"
113023
+ "shape": "S1ef"
113018
113024
  }
113019
113025
  },
113020
113026
  "RunScheduledInstances": {
@@ -113112,7 +113118,7 @@ module.exports={
113112
113118
  "type": "integer"
113113
113119
  },
113114
113120
  "Groups": {
113115
- "shape": "S2er",
113121
+ "shape": "S2es",
113116
113122
  "locationName": "Group"
113117
113123
  },
113118
113124
  "Ipv6AddressCount": {
@@ -113161,7 +113167,7 @@ module.exports={
113161
113167
  },
113162
113168
  "RamdiskId": {},
113163
113169
  "SecurityGroupIds": {
113164
- "shape": "S2er",
113170
+ "shape": "S2es",
113165
113171
  "locationName": "SecurityGroupId"
113166
113172
  },
113167
113173
  "SubnetId": {},
@@ -113375,7 +113381,7 @@ module.exports={
113375
113381
  "type": "structure",
113376
113382
  "members": {
113377
113383
  "StartingInstances": {
113378
- "shape": "S2ff",
113384
+ "shape": "S2fg",
113379
113385
  "locationName": "instancesSet"
113380
113386
  }
113381
113387
  }
@@ -113406,7 +113412,7 @@ module.exports={
113406
113412
  "type": "structure",
113407
113413
  "members": {
113408
113414
  "NetworkInsightsAccessScopeAnalysis": {
113409
- "shape": "S1ip",
113415
+ "shape": "S1iq",
113410
113416
  "locationName": "networkInsightsAccessScopeAnalysis"
113411
113417
  }
113412
113418
  }
@@ -113426,7 +113432,7 @@ module.exports={
113426
113432
  "locationName": "AdditionalAccount"
113427
113433
  },
113428
113434
  "FilterInArns": {
113429
- "shape": "S1j1",
113435
+ "shape": "S1j2",
113430
113436
  "locationName": "FilterInArn"
113431
113437
  },
113432
113438
  "DryRun": {
@@ -113445,7 +113451,7 @@ module.exports={
113445
113451
  "type": "structure",
113446
113452
  "members": {
113447
113453
  "NetworkInsightsAnalysis": {
113448
- "shape": "S1j0",
113454
+ "shape": "S1j1",
113449
113455
  "locationName": "networkInsightsAnalysis"
113450
113456
  }
113451
113457
  }
@@ -113502,7 +113508,7 @@ module.exports={
113502
113508
  "type": "structure",
113503
113509
  "members": {
113504
113510
  "StoppingInstances": {
113505
- "shape": "S2ff",
113511
+ "shape": "S2fg",
113506
113512
  "locationName": "instancesSet"
113507
113513
  }
113508
113514
  }
@@ -113577,7 +113583,7 @@ module.exports={
113577
113583
  "type": "structure",
113578
113584
  "members": {
113579
113585
  "TerminatingInstances": {
113580
- "shape": "S2ff",
113586
+ "shape": "S2fg",
113581
113587
  "locationName": "instancesSet"
113582
113588
  }
113583
113589
  }
@@ -113718,7 +113724,7 @@ module.exports={
113718
113724
  "type": "structure",
113719
113725
  "members": {
113720
113726
  "InstanceMonitorings": {
113721
- "shape": "S2ax",
113727
+ "shape": "S2ay",
113722
113728
  "locationName": "instancesSet"
113723
113729
  }
113724
113730
  }
@@ -113737,7 +113743,7 @@ module.exports={
113737
113743
  "shape": "S6x"
113738
113744
  },
113739
113745
  "SecurityGroupRuleDescriptions": {
113740
- "shape": "S2g5",
113746
+ "shape": "S2g6",
113741
113747
  "locationName": "SecurityGroupRuleDescription"
113742
113748
  }
113743
113749
  }
@@ -113765,7 +113771,7 @@ module.exports={
113765
113771
  "shape": "S6x"
113766
113772
  },
113767
113773
  "SecurityGroupRuleDescriptions": {
113768
- "shape": "S2g5",
113774
+ "shape": "S2g6",
113769
113775
  "locationName": "SecurityGroupRuleDescription"
113770
113776
  }
113771
113777
  }
@@ -121305,7 +121311,7 @@ module.exports={
121305
121311
  }
121306
121312
  }
121307
121313
  },
121308
- "S1ee": {
121314
+ "S1ef": {
121309
121315
  "type": "structure",
121310
121316
  "members": {
121311
121317
  "Groups": {
@@ -121343,7 +121349,7 @@ module.exports={
121343
121349
  "type": "timestamp"
121344
121350
  },
121345
121351
  "Monitoring": {
121346
- "shape": "S1eh",
121352
+ "shape": "S1ei",
121347
121353
  "locationName": "monitoring"
121348
121354
  },
121349
121355
  "Placement": {
@@ -121466,7 +121472,7 @@ module.exports={
121466
121472
  "type": "structure",
121467
121473
  "members": {
121468
121474
  "Association": {
121469
- "shape": "S1eq",
121475
+ "shape": "S1er",
121470
121476
  "locationName": "association"
121471
121477
  },
121472
121478
  "Attachment": {
@@ -121551,7 +121557,7 @@ module.exports={
121551
121557
  "type": "structure",
121552
121558
  "members": {
121553
121559
  "Association": {
121554
- "shape": "S1eq",
121560
+ "shape": "S1er",
121555
121561
  "locationName": "association"
121556
121562
  },
121557
121563
  "Primary": {
@@ -121721,7 +121727,7 @@ module.exports={
121721
121727
  }
121722
121728
  },
121723
121729
  "MetadataOptions": {
121724
- "shape": "S1f6",
121730
+ "shape": "S1f7",
121725
121731
  "locationName": "metadataOptions"
121726
121732
  },
121727
121733
  "EnclaveOptions": {
@@ -121790,7 +121796,7 @@ module.exports={
121790
121796
  }
121791
121797
  }
121792
121798
  },
121793
- "S1eh": {
121799
+ "S1ei": {
121794
121800
  "type": "structure",
121795
121801
  "members": {
121796
121802
  "State": {
@@ -121798,7 +121804,7 @@ module.exports={
121798
121804
  }
121799
121805
  }
121800
121806
  },
121801
- "S1eq": {
121807
+ "S1er": {
121802
121808
  "type": "structure",
121803
121809
  "members": {
121804
121810
  "CarrierIp": {
@@ -121818,7 +121824,7 @@ module.exports={
121818
121824
  }
121819
121825
  }
121820
121826
  },
121821
- "S1f6": {
121827
+ "S1f7": {
121822
121828
  "type": "structure",
121823
121829
  "members": {
121824
121830
  "State": {
@@ -121842,19 +121848,19 @@ module.exports={
121842
121848
  }
121843
121849
  }
121844
121850
  },
121845
- "S1ha": {
121851
+ "S1hb": {
121846
121852
  "type": "list",
121847
121853
  "member": {
121848
121854
  "locationName": "item"
121849
121855
  }
121850
121856
  },
121851
- "S1hn": {
121857
+ "S1ho": {
121852
121858
  "type": "list",
121853
121859
  "member": {
121854
121860
  "locationName": "SnapshotId"
121855
121861
  }
121856
121862
  },
121857
- "S1ip": {
121863
+ "S1iq": {
121858
121864
  "type": "structure",
121859
121865
  "members": {
121860
121866
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -121896,7 +121902,7 @@ module.exports={
121896
121902
  }
121897
121903
  }
121898
121904
  },
121899
- "S1j0": {
121905
+ "S1j1": {
121900
121906
  "type": "structure",
121901
121907
  "members": {
121902
121908
  "NetworkInsightsAnalysisId": {
@@ -121913,7 +121919,7 @@ module.exports={
121913
121919
  "locationName": "additionalAccountSet"
121914
121920
  },
121915
121921
  "FilterInArns": {
121916
- "shape": "S1j1",
121922
+ "shape": "S1j2",
121917
121923
  "locationName": "filterInArnSet"
121918
121924
  },
121919
121925
  "StartDate": {
@@ -121934,15 +121940,15 @@ module.exports={
121934
121940
  "type": "boolean"
121935
121941
  },
121936
121942
  "ForwardPathComponents": {
121937
- "shape": "S1j2",
121943
+ "shape": "S1j3",
121938
121944
  "locationName": "forwardPathComponentSet"
121939
121945
  },
121940
121946
  "ReturnPathComponents": {
121941
- "shape": "S1j2",
121947
+ "shape": "S1j3",
121942
121948
  "locationName": "returnPathComponentSet"
121943
121949
  },
121944
121950
  "Explanations": {
121945
- "shape": "S1jm",
121951
+ "shape": "S1jn",
121946
121952
  "locationName": "explanationSet"
121947
121953
  },
121948
121954
  "AlternatePathHints": {
@@ -121971,13 +121977,13 @@ module.exports={
121971
121977
  }
121972
121978
  }
121973
121979
  },
121974
- "S1j1": {
121980
+ "S1j2": {
121975
121981
  "type": "list",
121976
121982
  "member": {
121977
121983
  "locationName": "item"
121978
121984
  }
121979
121985
  },
121980
- "S1j2": {
121986
+ "S1j3": {
121981
121987
  "type": "list",
121982
121988
  "member": {
121983
121989
  "locationName": "item",
@@ -121988,47 +121994,47 @@ module.exports={
121988
121994
  "type": "integer"
121989
121995
  },
121990
121996
  "AclRule": {
121991
- "shape": "S1j4",
121997
+ "shape": "S1j5",
121992
121998
  "locationName": "aclRule"
121993
121999
  },
121994
122000
  "AttachedTo": {
121995
- "shape": "S1j5",
122001
+ "shape": "S1j6",
121996
122002
  "locationName": "attachedTo"
121997
122003
  },
121998
122004
  "Component": {
121999
- "shape": "S1j5",
122005
+ "shape": "S1j6",
122000
122006
  "locationName": "component"
122001
122007
  },
122002
122008
  "DestinationVpc": {
122003
- "shape": "S1j5",
122009
+ "shape": "S1j6",
122004
122010
  "locationName": "destinationVpc"
122005
122011
  },
122006
122012
  "OutboundHeader": {
122007
- "shape": "S1j6",
122013
+ "shape": "S1j7",
122008
122014
  "locationName": "outboundHeader"
122009
122015
  },
122010
122016
  "InboundHeader": {
122011
- "shape": "S1j6",
122017
+ "shape": "S1j7",
122012
122018
  "locationName": "inboundHeader"
122013
122019
  },
122014
122020
  "RouteTableRoute": {
122015
- "shape": "S1j9",
122021
+ "shape": "S1ja",
122016
122022
  "locationName": "routeTableRoute"
122017
122023
  },
122018
122024
  "SecurityGroupRule": {
122019
- "shape": "S1ja",
122025
+ "shape": "S1jb",
122020
122026
  "locationName": "securityGroupRule"
122021
122027
  },
122022
122028
  "SourceVpc": {
122023
- "shape": "S1j5",
122029
+ "shape": "S1j6",
122024
122030
  "locationName": "sourceVpc"
122025
122031
  },
122026
122032
  "Subnet": {
122027
- "shape": "S1j5",
122033
+ "shape": "S1j6",
122028
122034
  "locationName": "subnet"
122029
122035
  },
122030
122036
  "Vpc": {
122031
- "shape": "S1j5",
122037
+ "shape": "S1j6",
122032
122038
  "locationName": "vpc"
122033
122039
  },
122034
122040
  "AdditionalDetails": {
@@ -122042,15 +122048,15 @@ module.exports={
122042
122048
  "locationName": "additionalDetailType"
122043
122049
  },
122044
122050
  "Component": {
122045
- "shape": "S1j5",
122051
+ "shape": "S1j6",
122046
122052
  "locationName": "component"
122047
122053
  },
122048
122054
  "VpcEndpointService": {
122049
- "shape": "S1j5",
122055
+ "shape": "S1j6",
122050
122056
  "locationName": "vpcEndpointService"
122051
122057
  },
122052
122058
  "RuleOptions": {
122053
- "shape": "S1jd",
122059
+ "shape": "S1je",
122054
122060
  "locationName": "ruleOptionSet"
122055
122061
  },
122056
122062
  "RuleGroupTypePairs": {
@@ -122080,7 +122086,7 @@ module.exports={
122080
122086
  "locationName": "ruleGroupArn"
122081
122087
  },
122082
122088
  "RuleOptions": {
122083
- "shape": "S1jd",
122089
+ "shape": "S1je",
122084
122090
  "locationName": "ruleOptionSet"
122085
122091
  }
122086
122092
  }
@@ -122090,34 +122096,34 @@ module.exports={
122090
122096
  "locationName": "serviceName"
122091
122097
  },
122092
122098
  "LoadBalancers": {
122093
- "shape": "S1jk",
122099
+ "shape": "S1jl",
122094
122100
  "locationName": "loadBalancerSet"
122095
122101
  }
122096
122102
  }
122097
122103
  }
122098
122104
  },
122099
122105
  "TransitGateway": {
122100
- "shape": "S1j5",
122106
+ "shape": "S1j6",
122101
122107
  "locationName": "transitGateway"
122102
122108
  },
122103
122109
  "TransitGatewayRouteTableRoute": {
122104
- "shape": "S1jl",
122110
+ "shape": "S1jm",
122105
122111
  "locationName": "transitGatewayRouteTableRoute"
122106
122112
  },
122107
122113
  "Explanations": {
122108
- "shape": "S1jm",
122114
+ "shape": "S1jn",
122109
122115
  "locationName": "explanationSet"
122110
122116
  },
122111
122117
  "ElasticLoadBalancerListener": {
122112
- "shape": "S1j5",
122118
+ "shape": "S1j6",
122113
122119
  "locationName": "elasticLoadBalancerListener"
122114
122120
  },
122115
122121
  "FirewallStatelessRule": {
122116
- "shape": "S1js",
122122
+ "shape": "S1jt",
122117
122123
  "locationName": "firewallStatelessRule"
122118
122124
  },
122119
122125
  "FirewallStatefulRule": {
122120
- "shape": "S1jw",
122126
+ "shape": "S1jx",
122121
122127
  "locationName": "firewallStatefulRule"
122122
122128
  },
122123
122129
  "ServiceName": {
@@ -122126,7 +122132,7 @@ module.exports={
122126
122132
  }
122127
122133
  }
122128
122134
  },
122129
- "S1j4": {
122135
+ "S1j5": {
122130
122136
  "type": "structure",
122131
122137
  "members": {
122132
122138
  "Cidr": {
@@ -122152,7 +122158,7 @@ module.exports={
122152
122158
  }
122153
122159
  }
122154
122160
  },
122155
- "S1j5": {
122161
+ "S1j6": {
122156
122162
  "type": "structure",
122157
122163
  "members": {
122158
122164
  "Id": {
@@ -122166,44 +122172,44 @@ module.exports={
122166
122172
  }
122167
122173
  }
122168
122174
  },
122169
- "S1j6": {
122175
+ "S1j7": {
122170
122176
  "type": "structure",
122171
122177
  "members": {
122172
122178
  "DestinationAddresses": {
122173
- "shape": "S1j7",
122179
+ "shape": "S1j8",
122174
122180
  "locationName": "destinationAddressSet"
122175
122181
  },
122176
122182
  "DestinationPortRanges": {
122177
- "shape": "S1j8",
122183
+ "shape": "S1j9",
122178
122184
  "locationName": "destinationPortRangeSet"
122179
122185
  },
122180
122186
  "Protocol": {
122181
122187
  "locationName": "protocol"
122182
122188
  },
122183
122189
  "SourceAddresses": {
122184
- "shape": "S1j7",
122190
+ "shape": "S1j8",
122185
122191
  "locationName": "sourceAddressSet"
122186
122192
  },
122187
122193
  "SourcePortRanges": {
122188
- "shape": "S1j8",
122194
+ "shape": "S1j9",
122189
122195
  "locationName": "sourcePortRangeSet"
122190
122196
  }
122191
122197
  }
122192
122198
  },
122193
- "S1j7": {
122199
+ "S1j8": {
122194
122200
  "type": "list",
122195
122201
  "member": {
122196
122202
  "locationName": "item"
122197
122203
  }
122198
122204
  },
122199
- "S1j8": {
122205
+ "S1j9": {
122200
122206
  "type": "list",
122201
122207
  "member": {
122202
122208
  "shape": "Skp",
122203
122209
  "locationName": "item"
122204
122210
  }
122205
122211
  },
122206
- "S1j9": {
122212
+ "S1ja": {
122207
122213
  "type": "structure",
122208
122214
  "members": {
122209
122215
  "DestinationCidr": {
@@ -122250,7 +122256,7 @@ module.exports={
122250
122256
  }
122251
122257
  }
122252
122258
  },
122253
- "S1ja": {
122259
+ "S1jb": {
122254
122260
  "type": "structure",
122255
122261
  "members": {
122256
122262
  "Cidr": {
@@ -122274,7 +122280,7 @@ module.exports={
122274
122280
  }
122275
122281
  }
122276
122282
  },
122277
- "S1jd": {
122283
+ "S1je": {
122278
122284
  "type": "list",
122279
122285
  "member": {
122280
122286
  "locationName": "item",
@@ -122284,26 +122290,26 @@ module.exports={
122284
122290
  "locationName": "keyword"
122285
122291
  },
122286
122292
  "Settings": {
122287
- "shape": "S1jf",
122293
+ "shape": "S1jg",
122288
122294
  "locationName": "settingSet"
122289
122295
  }
122290
122296
  }
122291
122297
  }
122292
122298
  },
122293
- "S1jf": {
122299
+ "S1jg": {
122294
122300
  "type": "list",
122295
122301
  "member": {
122296
122302
  "locationName": "item"
122297
122303
  }
122298
122304
  },
122299
- "S1jk": {
122305
+ "S1jl": {
122300
122306
  "type": "list",
122301
122307
  "member": {
122302
- "shape": "S1j5",
122308
+ "shape": "S1j6",
122303
122309
  "locationName": "item"
122304
122310
  }
122305
122311
  },
122306
- "S1jl": {
122312
+ "S1jm": {
122307
122313
  "type": "structure",
122308
122314
  "members": {
122309
122315
  "DestinationCidr": {
@@ -122329,29 +122335,29 @@ module.exports={
122329
122335
  }
122330
122336
  }
122331
122337
  },
122332
- "S1jm": {
122338
+ "S1jn": {
122333
122339
  "type": "list",
122334
122340
  "member": {
122335
122341
  "locationName": "item",
122336
122342
  "type": "structure",
122337
122343
  "members": {
122338
122344
  "Acl": {
122339
- "shape": "S1j5",
122345
+ "shape": "S1j6",
122340
122346
  "locationName": "acl"
122341
122347
  },
122342
122348
  "AclRule": {
122343
- "shape": "S1j4",
122349
+ "shape": "S1j5",
122344
122350
  "locationName": "aclRule"
122345
122351
  },
122346
122352
  "Address": {
122347
122353
  "locationName": "address"
122348
122354
  },
122349
122355
  "Addresses": {
122350
- "shape": "S1j7",
122356
+ "shape": "S1j8",
122351
122357
  "locationName": "addressSet"
122352
122358
  },
122353
122359
  "AttachedTo": {
122354
- "shape": "S1j5",
122360
+ "shape": "S1j6",
122355
122361
  "locationName": "attachedTo"
122356
122362
  },
122357
122363
  "AvailabilityZones": {
@@ -122363,19 +122369,19 @@ module.exports={
122363
122369
  "locationName": "cidrSet"
122364
122370
  },
122365
122371
  "Component": {
122366
- "shape": "S1j5",
122372
+ "shape": "S1j6",
122367
122373
  "locationName": "component"
122368
122374
  },
122369
122375
  "CustomerGateway": {
122370
- "shape": "S1j5",
122376
+ "shape": "S1j6",
122371
122377
  "locationName": "customerGateway"
122372
122378
  },
122373
122379
  "Destination": {
122374
- "shape": "S1j5",
122380
+ "shape": "S1j6",
122375
122381
  "locationName": "destination"
122376
122382
  },
122377
122383
  "DestinationVpc": {
122378
- "shape": "S1j5",
122384
+ "shape": "S1j6",
122379
122385
  "locationName": "destinationVpc"
122380
122386
  },
122381
122387
  "Direction": {
@@ -122385,11 +122391,11 @@ module.exports={
122385
122391
  "locationName": "explanationCode"
122386
122392
  },
122387
122393
  "IngressRouteTable": {
122388
- "shape": "S1j5",
122394
+ "shape": "S1j6",
122389
122395
  "locationName": "ingressRouteTable"
122390
122396
  },
122391
122397
  "InternetGateway": {
122392
- "shape": "S1j5",
122398
+ "shape": "S1j6",
122393
122399
  "locationName": "internetGateway"
122394
122400
  },
122395
122401
  "LoadBalancerArn": {
@@ -122424,7 +122430,7 @@ module.exports={
122424
122430
  "locationName": "availabilityZone"
122425
122431
  },
122426
122432
  "Instance": {
122427
- "shape": "S1j5",
122433
+ "shape": "S1j6",
122428
122434
  "locationName": "instance"
122429
122435
  },
122430
122436
  "Port": {
@@ -122434,11 +122440,11 @@ module.exports={
122434
122440
  }
122435
122441
  },
122436
122442
  "LoadBalancerTargetGroup": {
122437
- "shape": "S1j5",
122443
+ "shape": "S1j6",
122438
122444
  "locationName": "loadBalancerTargetGroup"
122439
122445
  },
122440
122446
  "LoadBalancerTargetGroups": {
122441
- "shape": "S1jk",
122447
+ "shape": "S1jl",
122442
122448
  "locationName": "loadBalancerTargetGroupSet"
122443
122449
  },
122444
122450
  "LoadBalancerTargetPort": {
@@ -122446,25 +122452,25 @@ module.exports={
122446
122452
  "type": "integer"
122447
122453
  },
122448
122454
  "ElasticLoadBalancerListener": {
122449
- "shape": "S1j5",
122455
+ "shape": "S1j6",
122450
122456
  "locationName": "elasticLoadBalancerListener"
122451
122457
  },
122452
122458
  "MissingComponent": {
122453
122459
  "locationName": "missingComponent"
122454
122460
  },
122455
122461
  "NatGateway": {
122456
- "shape": "S1j5",
122462
+ "shape": "S1j6",
122457
122463
  "locationName": "natGateway"
122458
122464
  },
122459
122465
  "NetworkInterface": {
122460
- "shape": "S1j5",
122466
+ "shape": "S1j6",
122461
122467
  "locationName": "networkInterface"
122462
122468
  },
122463
122469
  "PacketField": {
122464
122470
  "locationName": "packetField"
122465
122471
  },
122466
122472
  "VpcPeeringConnection": {
122467
- "shape": "S1j5",
122473
+ "shape": "S1j6",
122468
122474
  "locationName": "vpcPeeringConnection"
122469
122475
  },
122470
122476
  "Port": {
@@ -122472,82 +122478,82 @@ module.exports={
122472
122478
  "type": "integer"
122473
122479
  },
122474
122480
  "PortRanges": {
122475
- "shape": "S1j8",
122481
+ "shape": "S1j9",
122476
122482
  "locationName": "portRangeSet"
122477
122483
  },
122478
122484
  "PrefixList": {
122479
- "shape": "S1j5",
122485
+ "shape": "S1j6",
122480
122486
  "locationName": "prefixList"
122481
122487
  },
122482
122488
  "Protocols": {
122483
- "shape": "S1jf",
122489
+ "shape": "S1jg",
122484
122490
  "locationName": "protocolSet"
122485
122491
  },
122486
122492
  "RouteTableRoute": {
122487
- "shape": "S1j9",
122493
+ "shape": "S1ja",
122488
122494
  "locationName": "routeTableRoute"
122489
122495
  },
122490
122496
  "RouteTable": {
122491
- "shape": "S1j5",
122497
+ "shape": "S1j6",
122492
122498
  "locationName": "routeTable"
122493
122499
  },
122494
122500
  "SecurityGroup": {
122495
- "shape": "S1j5",
122501
+ "shape": "S1j6",
122496
122502
  "locationName": "securityGroup"
122497
122503
  },
122498
122504
  "SecurityGroupRule": {
122499
- "shape": "S1ja",
122505
+ "shape": "S1jb",
122500
122506
  "locationName": "securityGroupRule"
122501
122507
  },
122502
122508
  "SecurityGroups": {
122503
- "shape": "S1jk",
122509
+ "shape": "S1jl",
122504
122510
  "locationName": "securityGroupSet"
122505
122511
  },
122506
122512
  "SourceVpc": {
122507
- "shape": "S1j5",
122513
+ "shape": "S1j6",
122508
122514
  "locationName": "sourceVpc"
122509
122515
  },
122510
122516
  "State": {
122511
122517
  "locationName": "state"
122512
122518
  },
122513
122519
  "Subnet": {
122514
- "shape": "S1j5",
122520
+ "shape": "S1j6",
122515
122521
  "locationName": "subnet"
122516
122522
  },
122517
122523
  "SubnetRouteTable": {
122518
- "shape": "S1j5",
122524
+ "shape": "S1j6",
122519
122525
  "locationName": "subnetRouteTable"
122520
122526
  },
122521
122527
  "Vpc": {
122522
- "shape": "S1j5",
122528
+ "shape": "S1j6",
122523
122529
  "locationName": "vpc"
122524
122530
  },
122525
122531
  "VpcEndpoint": {
122526
- "shape": "S1j5",
122532
+ "shape": "S1j6",
122527
122533
  "locationName": "vpcEndpoint"
122528
122534
  },
122529
122535
  "VpnConnection": {
122530
- "shape": "S1j5",
122536
+ "shape": "S1j6",
122531
122537
  "locationName": "vpnConnection"
122532
122538
  },
122533
122539
  "VpnGateway": {
122534
- "shape": "S1j5",
122540
+ "shape": "S1j6",
122535
122541
  "locationName": "vpnGateway"
122536
122542
  },
122537
122543
  "TransitGateway": {
122538
- "shape": "S1j5",
122544
+ "shape": "S1j6",
122539
122545
  "locationName": "transitGateway"
122540
122546
  },
122541
122547
  "TransitGatewayRouteTable": {
122542
- "shape": "S1j5",
122548
+ "shape": "S1j6",
122543
122549
  "locationName": "transitGatewayRouteTable"
122544
122550
  },
122545
122551
  "TransitGatewayRouteTableRoute": {
122546
- "shape": "S1jl",
122552
+ "shape": "S1jm",
122547
122553
  "locationName": "transitGatewayRouteTableRoute"
122548
122554
  },
122549
122555
  "TransitGatewayAttachment": {
122550
- "shape": "S1j5",
122556
+ "shape": "S1j6",
122551
122557
  "locationName": "transitGatewayAttachment"
122552
122558
  },
122553
122559
  "ComponentAccount": {
@@ -122557,17 +122563,17 @@ module.exports={
122557
122563
  "locationName": "componentRegion"
122558
122564
  },
122559
122565
  "FirewallStatelessRule": {
122560
- "shape": "S1js",
122566
+ "shape": "S1jt",
122561
122567
  "locationName": "firewallStatelessRule"
122562
122568
  },
122563
122569
  "FirewallStatefulRule": {
122564
- "shape": "S1jw",
122570
+ "shape": "S1jx",
122565
122571
  "locationName": "firewallStatefulRule"
122566
122572
  }
122567
122573
  }
122568
122574
  }
122569
122575
  },
122570
- "S1js": {
122576
+ "S1jt": {
122571
122577
  "type": "structure",
122572
122578
  "members": {
122573
122579
  "RuleGroupArn": {
@@ -122582,11 +122588,11 @@ module.exports={
122582
122588
  "locationName": "destinationSet"
122583
122589
  },
122584
122590
  "SourcePorts": {
122585
- "shape": "S1j8",
122591
+ "shape": "S1j9",
122586
122592
  "locationName": "sourcePortSet"
122587
122593
  },
122588
122594
  "DestinationPorts": {
122589
- "shape": "S1j8",
122595
+ "shape": "S1j9",
122590
122596
  "locationName": "destinationPortSet"
122591
122597
  },
122592
122598
  "Protocols": {
@@ -122606,7 +122612,7 @@ module.exports={
122606
122612
  }
122607
122613
  }
122608
122614
  },
122609
- "S1jw": {
122615
+ "S1jx": {
122610
122616
  "type": "structure",
122611
122617
  "members": {
122612
122618
  "RuleGroupArn": {
@@ -122621,11 +122627,11 @@ module.exports={
122621
122627
  "locationName": "destinationSet"
122622
122628
  },
122623
122629
  "SourcePorts": {
122624
- "shape": "S1j8",
122630
+ "shape": "S1j9",
122625
122631
  "locationName": "sourcePortSet"
122626
122632
  },
122627
122633
  "DestinationPorts": {
122628
- "shape": "S1j8",
122634
+ "shape": "S1j9",
122629
122635
  "locationName": "destinationPortSet"
122630
122636
  },
122631
122637
  "Protocol": {
@@ -122639,7 +122645,7 @@ module.exports={
122639
122645
  }
122640
122646
  }
122641
122647
  },
122642
- "S1l3": {
122648
+ "S1l4": {
122643
122649
  "type": "structure",
122644
122650
  "members": {
122645
122651
  "FirstAddress": {
@@ -122658,13 +122664,13 @@ module.exports={
122658
122664
  }
122659
122665
  }
122660
122666
  },
122661
- "S1lg": {
122667
+ "S1lh": {
122662
122668
  "type": "list",
122663
122669
  "member": {
122664
122670
  "locationName": "ReservedInstancesId"
122665
122671
  }
122666
122672
  },
122667
- "S1lo": {
122673
+ "S1lp": {
122668
122674
  "type": "list",
122669
122675
  "member": {
122670
122676
  "locationName": "item",
@@ -122680,7 +122686,7 @@ module.exports={
122680
122686
  }
122681
122687
  }
122682
122688
  },
122683
- "S1m2": {
122689
+ "S1m3": {
122684
122690
  "type": "structure",
122685
122691
  "members": {
122686
122692
  "AvailabilityZone": {
@@ -122701,7 +122707,7 @@ module.exports={
122701
122707
  }
122702
122708
  }
122703
122709
  },
122704
- "S1mp": {
122710
+ "S1mq": {
122705
122711
  "type": "structure",
122706
122712
  "members": {
122707
122713
  "Frequency": {
@@ -122728,7 +122734,7 @@ module.exports={
122728
122734
  }
122729
122735
  }
122730
122736
  },
122731
- "S1mx": {
122737
+ "S1my": {
122732
122738
  "type": "structure",
122733
122739
  "members": {
122734
122740
  "AvailabilityZone": {
@@ -122763,7 +122769,7 @@ module.exports={
122763
122769
  "type": "timestamp"
122764
122770
  },
122765
122771
  "Recurrence": {
122766
- "shape": "S1mp",
122772
+ "shape": "S1mq",
122767
122773
  "locationName": "recurrence"
122768
122774
  },
122769
122775
  "ScheduledInstanceId": {
@@ -122787,19 +122793,19 @@ module.exports={
122787
122793
  }
122788
122794
  }
122789
122795
  },
122790
- "S1n4": {
122796
+ "S1n5": {
122791
122797
  "type": "list",
122792
122798
  "member": {
122793
122799
  "locationName": "item"
122794
122800
  }
122795
122801
  },
122796
- "S1n8": {
122802
+ "S1n9": {
122797
122803
  "type": "list",
122798
122804
  "member": {
122799
122805
  "locationName": "GroupName"
122800
122806
  }
122801
122807
  },
122802
- "S1ng": {
122808
+ "S1nh": {
122803
122809
  "type": "list",
122804
122810
  "member": {
122805
122811
  "locationName": "item",
@@ -122814,7 +122820,7 @@ module.exports={
122814
122820
  }
122815
122821
  }
122816
122822
  },
122817
- "S1o8": {
122823
+ "S1o9": {
122818
122824
  "type": "structure",
122819
122825
  "required": [
122820
122826
  "IamFleetRole",
@@ -122912,11 +122918,11 @@ module.exports={
122912
122918
  }
122913
122919
  },
122914
122920
  "NetworkInterfaces": {
122915
- "shape": "S1oi",
122921
+ "shape": "S1oj",
122916
122922
  "locationName": "networkInterfaceSet"
122917
122923
  },
122918
122924
  "Placement": {
122919
- "shape": "S1ok",
122925
+ "shape": "S1ol",
122920
122926
  "locationName": "placement"
122921
122927
  },
122922
122928
  "RamdiskId": {
@@ -122961,7 +122967,7 @@ module.exports={
122961
122967
  }
122962
122968
  },
122963
122969
  "LaunchTemplateConfigs": {
122964
- "shape": "S1on",
122970
+ "shape": "S1oo",
122965
122971
  "locationName": "launchTemplateConfigs"
122966
122972
  },
122967
122973
  "SpotPrice": {
@@ -123063,7 +123069,7 @@ module.exports={
123063
123069
  }
123064
123070
  }
123065
123071
  },
123066
- "S1oi": {
123072
+ "S1oj": {
123067
123073
  "type": "list",
123068
123074
  "member": {
123069
123075
  "locationName": "item",
@@ -123148,7 +123154,7 @@ module.exports={
123148
123154
  }
123149
123155
  }
123150
123156
  },
123151
- "S1ok": {
123157
+ "S1ol": {
123152
123158
  "type": "structure",
123153
123159
  "members": {
123154
123160
  "AvailabilityZone": {
@@ -123162,7 +123168,7 @@ module.exports={
123162
123168
  }
123163
123169
  }
123164
123170
  },
123165
- "S1on": {
123171
+ "S1oo": {
123166
123172
  "type": "list",
123167
123173
  "member": {
123168
123174
  "locationName": "item",
@@ -123209,7 +123215,7 @@ module.exports={
123209
123215
  }
123210
123216
  }
123211
123217
  },
123212
- "S1p0": {
123218
+ "S1p1": {
123213
123219
  "type": "list",
123214
123220
  "member": {
123215
123221
  "locationName": "item",
@@ -123279,11 +123285,11 @@ module.exports={
123279
123285
  "locationName": "keyName"
123280
123286
  },
123281
123287
  "NetworkInterfaces": {
123282
- "shape": "S1oi",
123288
+ "shape": "S1oj",
123283
123289
  "locationName": "networkInterfaceSet"
123284
123290
  },
123285
123291
  "Placement": {
123286
- "shape": "S1ok",
123292
+ "shape": "S1ol",
123287
123293
  "locationName": "placement"
123288
123294
  },
123289
123295
  "RamdiskId": {
@@ -123293,7 +123299,7 @@ module.exports={
123293
123299
  "locationName": "subnetId"
123294
123300
  },
123295
123301
  "Monitoring": {
123296
- "shape": "S1p3",
123302
+ "shape": "S1p4",
123297
123303
  "locationName": "monitoring"
123298
123304
  }
123299
123305
  }
@@ -123350,7 +123356,7 @@ module.exports={
123350
123356
  }
123351
123357
  }
123352
123358
  },
123353
- "S1p3": {
123359
+ "S1p4": {
123354
123360
  "type": "structure",
123355
123361
  "required": [
123356
123362
  "Enabled"
@@ -123362,7 +123368,7 @@ module.exports={
123362
123368
  }
123363
123369
  }
123364
123370
  },
123365
- "S1pi": {
123371
+ "S1pj": {
123366
123372
  "type": "list",
123367
123373
  "member": {
123368
123374
  "locationName": "item",
@@ -123404,17 +123410,17 @@ module.exports={
123404
123410
  }
123405
123411
  }
123406
123412
  },
123407
- "S1qg": {
123413
+ "S1qh": {
123408
123414
  "type": "list",
123409
123415
  "member": {}
123410
123416
  },
123411
- "S1rz": {
123417
+ "S1s0": {
123412
123418
  "type": "list",
123413
123419
  "member": {
123414
123420
  "locationName": "item"
123415
123421
  }
123416
123422
  },
123417
- "S1s3": {
123423
+ "S1s4": {
123418
123424
  "type": "structure",
123419
123425
  "members": {
123420
123426
  "VerifiedAccessInstanceId": {
@@ -123433,7 +123439,7 @@ module.exports={
123433
123439
  "type": "boolean"
123434
123440
  },
123435
123441
  "DeliveryStatus": {
123436
- "shape": "S1s6",
123442
+ "shape": "S1s7",
123437
123443
  "locationName": "deliveryStatus"
123438
123444
  },
123439
123445
  "BucketName": {
@@ -123456,7 +123462,7 @@ module.exports={
123456
123462
  "type": "boolean"
123457
123463
  },
123458
123464
  "DeliveryStatus": {
123459
- "shape": "S1s6",
123465
+ "shape": "S1s7",
123460
123466
  "locationName": "deliveryStatus"
123461
123467
  },
123462
123468
  "LogGroup": {
@@ -123473,7 +123479,7 @@ module.exports={
123473
123479
  "type": "boolean"
123474
123480
  },
123475
123481
  "DeliveryStatus": {
123476
- "shape": "S1s6",
123482
+ "shape": "S1s7",
123477
123483
  "locationName": "deliveryStatus"
123478
123484
  },
123479
123485
  "DeliveryStream": {
@@ -123492,7 +123498,7 @@ module.exports={
123492
123498
  }
123493
123499
  }
123494
123500
  },
123495
- "S1s6": {
123501
+ "S1s7": {
123496
123502
  "type": "structure",
123497
123503
  "members": {
123498
123504
  "Code": {
@@ -123503,7 +123509,7 @@ module.exports={
123503
123509
  }
123504
123510
  }
123505
123511
  },
123506
- "S1t7": {
123512
+ "S1t8": {
123507
123513
  "type": "structure",
123508
123514
  "members": {
123509
123515
  "VolumeId": {
@@ -123567,19 +123573,19 @@ module.exports={
123567
123573
  }
123568
123574
  }
123569
123575
  },
123570
- "S1td": {
123576
+ "S1te": {
123571
123577
  "type": "list",
123572
123578
  "member": {
123573
123579
  "locationName": "VpcId"
123574
123580
  }
123575
123581
  },
123576
- "S1vd": {
123582
+ "S1ve": {
123577
123583
  "type": "list",
123578
123584
  "member": {
123579
123585
  "locationName": "AvailabilityZone"
123580
123586
  }
123581
123587
  },
123582
- "S1w4": {
123588
+ "S1w5": {
123583
123589
  "type": "structure",
123584
123590
  "members": {
123585
123591
  "TransitGatewayAttachmentId": {
@@ -123602,7 +123608,7 @@ module.exports={
123602
123608
  }
123603
123609
  }
123604
123610
  },
123605
- "S1zo": {
123611
+ "S1zp": {
123606
123612
  "type": "structure",
123607
123613
  "members": {
123608
123614
  "InstanceFamily": {
@@ -123613,13 +123619,13 @@ module.exports={
123613
123619
  }
123614
123620
  }
123615
123621
  },
123616
- "S205": {
123622
+ "S206": {
123617
123623
  "type": "list",
123618
123624
  "member": {
123619
123625
  "locationName": "item"
123620
123626
  }
123621
123627
  },
123622
- "S207": {
123628
+ "S208": {
123623
123629
  "type": "list",
123624
123630
  "member": {
123625
123631
  "locationName": "item",
@@ -123654,19 +123660,19 @@ module.exports={
123654
123660
  }
123655
123661
  }
123656
123662
  },
123657
- "S20l": {
123663
+ "S20m": {
123658
123664
  "type": "list",
123659
123665
  "member": {
123660
123666
  "locationName": "item"
123661
123667
  }
123662
123668
  },
123663
- "S20m": {
123669
+ "S20n": {
123664
123670
  "type": "list",
123665
123671
  "member": {
123666
123672
  "locationName": "item"
123667
123673
  }
123668
123674
  },
123669
- "S21y": {
123675
+ "S21z": {
123670
123676
  "type": "structure",
123671
123677
  "members": {
123672
123678
  "IpamId": {
@@ -123718,7 +123724,7 @@ module.exports={
123718
123724
  }
123719
123725
  }
123720
123726
  },
123721
- "S22n": {
123727
+ "S22o": {
123722
123728
  "type": "structure",
123723
123729
  "members": {
123724
123730
  "HourlyPrice": {
@@ -123732,14 +123738,14 @@ module.exports={
123732
123738
  }
123733
123739
  }
123734
123740
  },
123735
- "S23e": {
123741
+ "S23f": {
123736
123742
  "type": "list",
123737
123743
  "member": {
123738
123744
  "shape": "So6",
123739
123745
  "locationName": "item"
123740
123746
  }
123741
123747
  },
123742
- "S24q": {
123748
+ "S24r": {
123743
123749
  "type": "structure",
123744
123750
  "members": {
123745
123751
  "Comment": {},
@@ -123754,14 +123760,14 @@ module.exports={
123754
123760
  }
123755
123761
  }
123756
123762
  },
123757
- "S24t": {
123763
+ "S24u": {
123758
123764
  "type": "structure",
123759
123765
  "members": {
123760
123766
  "S3Bucket": {},
123761
123767
  "S3Key": {}
123762
123768
  }
123763
123769
  },
123764
- "S250": {
123770
+ "S251": {
123765
123771
  "type": "structure",
123766
123772
  "required": [
123767
123773
  "Bytes",
@@ -123782,7 +123788,7 @@ module.exports={
123782
123788
  }
123783
123789
  }
123784
123790
  },
123785
- "S251": {
123791
+ "S252": {
123786
123792
  "type": "structure",
123787
123793
  "required": [
123788
123794
  "Size"
@@ -123794,25 +123800,25 @@ module.exports={
123794
123800
  }
123795
123801
  }
123796
123802
  },
123797
- "S26b": {
123803
+ "S26c": {
123798
123804
  "type": "list",
123799
123805
  "member": {
123800
123806
  "locationName": "UserId"
123801
123807
  }
123802
123808
  },
123803
- "S26c": {
123809
+ "S26d": {
123804
123810
  "type": "list",
123805
123811
  "member": {
123806
123812
  "locationName": "UserGroup"
123807
123813
  }
123808
123814
  },
123809
- "S26d": {
123815
+ "S26e": {
123810
123816
  "type": "list",
123811
123817
  "member": {
123812
123818
  "locationName": "ProductCode"
123813
123819
  }
123814
123820
  },
123815
- "S26f": {
123821
+ "S26g": {
123816
123822
  "type": "list",
123817
123823
  "member": {
123818
123824
  "locationName": "item",
@@ -123823,14 +123829,14 @@ module.exports={
123823
123829
  }
123824
123830
  }
123825
123831
  },
123826
- "S26k": {
123832
+ "S26l": {
123827
123833
  "type": "list",
123828
123834
  "member": {
123829
123835
  "shape": "S1i",
123830
123836
  "locationName": "item"
123831
123837
  }
123832
123838
  },
123833
- "S26x": {
123839
+ "S26y": {
123834
123840
  "type": "structure",
123835
123841
  "members": {
123836
123842
  "CapacityReservationPreference": {},
@@ -123839,7 +123845,7 @@ module.exports={
123839
123845
  }
123840
123846
  }
123841
123847
  },
123842
- "S27r": {
123848
+ "S27s": {
123843
123849
  "type": "list",
123844
123850
  "member": {
123845
123851
  "type": "structure",
@@ -123848,7 +123854,7 @@ module.exports={
123848
123854
  }
123849
123855
  }
123850
123856
  },
123851
- "S2ag": {
123857
+ "S2ah": {
123852
123858
  "type": "structure",
123853
123859
  "members": {
123854
123860
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123862,7 +123868,7 @@ module.exports={
123862
123868
  }
123863
123869
  }
123864
123870
  },
123865
- "S2ai": {
123871
+ "S2aj": {
123866
123872
  "type": "structure",
123867
123873
  "members": {
123868
123874
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123879,7 +123885,7 @@ module.exports={
123879
123885
  }
123880
123886
  }
123881
123887
  },
123882
- "S2ax": {
123888
+ "S2ay": {
123883
123889
  "type": "list",
123884
123890
  "member": {
123885
123891
  "locationName": "item",
@@ -123889,19 +123895,19 @@ module.exports={
123889
123895
  "locationName": "instanceId"
123890
123896
  },
123891
123897
  "Monitoring": {
123892
- "shape": "S1eh",
123898
+ "shape": "S1ei",
123893
123899
  "locationName": "monitoring"
123894
123900
  }
123895
123901
  }
123896
123902
  }
123897
123903
  },
123898
- "S2er": {
123904
+ "S2es": {
123899
123905
  "type": "list",
123900
123906
  "member": {
123901
123907
  "locationName": "SecurityGroupId"
123902
123908
  }
123903
123909
  },
123904
- "S2ff": {
123910
+ "S2fg": {
123905
123911
  "type": "list",
123906
123912
  "member": {
123907
123913
  "locationName": "item",
@@ -123921,7 +123927,7 @@ module.exports={
123921
123927
  }
123922
123928
  }
123923
123929
  },
123924
- "S2g5": {
123930
+ "S2g6": {
123925
123931
  "type": "list",
123926
123932
  "member": {
123927
123933
  "locationName": "item",
@@ -125556,6 +125562,9 @@ module.exports={
125556
125562
  "endpointPrefix": "api.ecr",
125557
125563
  "jsonVersion": "1.1",
125558
125564
  "protocol": "json",
125565
+ "protocols": [
125566
+ "json"
125567
+ ],
125559
125568
  "serviceAbbreviation": "Amazon ECR",
125560
125569
  "serviceFullName": "Amazon EC2 Container Registry",
125561
125570
  "serviceId": "ECR",
@@ -196001,9 +196010,6 @@ module.exports={
196001
196010
  "name": "ResourceGroups",
196002
196011
  "cors": true
196003
196012
  },
196004
- "alexaforbusiness": {
196005
- "name": "AlexaForBusiness"
196006
- },
196007
196013
  "cloud9": {
196008
196014
  "name": "Cloud9"
196009
196015
  },
@@ -196336,9 +196342,6 @@ module.exports={
196336
196342
  "codeartifact": {
196337
196343
  "name": "CodeArtifact"
196338
196344
  },
196339
- "honeycode": {
196340
- "name": "Honeycode"
196341
- },
196342
196345
  "ivs": {
196343
196346
  "name": "IVS"
196344
196347
  },
@@ -252451,7 +252454,14 @@ module.exports={
252451
252454
  "members": {
252452
252455
  "QueueUrl": {},
252453
252456
  "AttributeNames": {
252454
- "shape": "Sz"
252457
+ "shape": "Sz",
252458
+ "deprecated": true,
252459
+ "deprecatedMessage": "AttributeNames has been replaced by MessageSystemAttributeNames"
252460
+ },
252461
+ "MessageSystemAttributeNames": {
252462
+ "type": "list",
252463
+ "member": {},
252464
+ "flattened": true
252455
252465
  },
252456
252466
  "MessageAttributeNames": {
252457
252467
  "type": "list",
@@ -252490,7 +252500,7 @@ module.exports={
252490
252500
  },
252491
252501
  "MD5OfMessageAttributes": {},
252492
252502
  "MessageAttributes": {
252493
- "shape": "S1q"
252503
+ "shape": "S1r"
252494
252504
  }
252495
252505
  }
252496
252506
  },
@@ -252526,10 +252536,10 @@ module.exports={
252526
252536
  "type": "integer"
252527
252537
  },
252528
252538
  "MessageAttributes": {
252529
- "shape": "S1q"
252539
+ "shape": "S1r"
252530
252540
  },
252531
252541
  "MessageSystemAttributes": {
252532
- "shape": "S1x"
252542
+ "shape": "S1y"
252533
252543
  },
252534
252544
  "MessageDeduplicationId": {},
252535
252545
  "MessageGroupId": {}
@@ -252570,10 +252580,10 @@ module.exports={
252570
252580
  "type": "integer"
252571
252581
  },
252572
252582
  "MessageAttributes": {
252573
- "shape": "S1q"
252583
+ "shape": "S1r"
252574
252584
  },
252575
252585
  "MessageSystemAttributes": {
252576
- "shape": "S1x"
252586
+ "shape": "S1y"
252577
252587
  },
252578
252588
  "MessageDeduplicationId": {},
252579
252589
  "MessageGroupId": {}
@@ -252728,7 +252738,7 @@ module.exports={
252728
252738
  "member": {},
252729
252739
  "flattened": true
252730
252740
  },
252731
- "S1q": {
252741
+ "S1r": {
252732
252742
  "type": "map",
252733
252743
  "key": {},
252734
252744
  "value": {
@@ -252742,11 +252752,11 @@ module.exports={
252742
252752
  "type": "blob"
252743
252753
  },
252744
252754
  "StringListValues": {
252745
- "shape": "S1t",
252755
+ "shape": "S1u",
252746
252756
  "flattened": true
252747
252757
  },
252748
252758
  "BinaryListValues": {
252749
- "shape": "S1u",
252759
+ "shape": "S1v",
252750
252760
  "flattened": true
252751
252761
  },
252752
252762
  "DataType": {}
@@ -252754,17 +252764,17 @@ module.exports={
252754
252764
  },
252755
252765
  "flattened": true
252756
252766
  },
252757
- "S1t": {
252767
+ "S1u": {
252758
252768
  "type": "list",
252759
252769
  "member": {}
252760
252770
  },
252761
- "S1u": {
252771
+ "S1v": {
252762
252772
  "type": "list",
252763
252773
  "member": {
252764
252774
  "type": "blob"
252765
252775
  }
252766
252776
  },
252767
- "S1x": {
252777
+ "S1y": {
252768
252778
  "type": "map",
252769
252779
  "key": {},
252770
252780
  "value": {
@@ -252778,11 +252788,11 @@ module.exports={
252778
252788
  "type": "blob"
252779
252789
  },
252780
252790
  "StringListValues": {
252781
- "shape": "S1t",
252791
+ "shape": "S1u",
252782
252792
  "flattened": true
252783
252793
  },
252784
252794
  "BinaryListValues": {
252785
- "shape": "S1u",
252795
+ "shape": "S1v",
252786
252796
  "flattened": true
252787
252797
  },
252788
252798
  "DataType": {}
@@ -274741,7 +274751,7 @@ AWS.util.update(AWS, {
274741
274751
  /**
274742
274752
  * @constant
274743
274753
  */
274744
- VERSION: '2.1615.0',
274754
+ VERSION: '2.1617.0',
274745
274755
 
274746
274756
  /**
274747
274757
  * @api private
@@ -297000,7 +297010,7 @@ var LRUCache = /** @class */ (function () {
297000
297010
  }());
297001
297011
  exports.LRUCache = LRUCache;
297002
297012
  },{}],467:[function(require,module,exports){
297003
- // AWS SDK for JavaScript v2.1615.0
297013
+ // AWS SDK for JavaScript v2.1617.0
297004
297014
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297005
297015
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
297006
297016
  require('./browser_loader');