cdk-lambda-subminute 2.0.477 → 2.0.479

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 (39) hide show
  1. package/.jsii +47 -16
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +555 -179
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
  6. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +308 -279
  7. package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +55 -53
  8. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +308 -292
  10. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
  11. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -124
  12. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  13. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
  14. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +3 -3
  15. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  16. package/node_modules/aws-sdk/clients/all.js +0 -1
  17. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
  18. package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +47 -18
  20. package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
  21. package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
  22. package/node_modules/aws-sdk/clients/lambda.d.ts +42 -14
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
  24. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/securityhub.d.ts +22 -22
  26. package/node_modules/aws-sdk/clients/ses.d.ts +7 -2
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1854 -1891
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +500 -462
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
  35. package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
  36. package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
  37. package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
  38. package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
  39. package/node_modules/aws-sdk/clients/codestar.js +0 -18
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1679.0
1
+ // AWS SDK for JavaScript v2.1681.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){
@@ -100190,6 +100190,35 @@ module.exports={
100190
100190
  "SystemStatus": {
100191
100191
  "shape": "S1ag",
100192
100192
  "locationName": "systemStatus"
100193
+ },
100194
+ "AttachedEbsStatus": {
100195
+ "locationName": "attachedEbsStatus",
100196
+ "type": "structure",
100197
+ "members": {
100198
+ "Details": {
100199
+ "locationName": "details",
100200
+ "type": "list",
100201
+ "member": {
100202
+ "locationName": "item",
100203
+ "type": "structure",
100204
+ "members": {
100205
+ "ImpairedSince": {
100206
+ "locationName": "impairedSince",
100207
+ "type": "timestamp"
100208
+ },
100209
+ "Name": {
100210
+ "locationName": "name"
100211
+ },
100212
+ "Status": {
100213
+ "locationName": "status"
100214
+ }
100215
+ }
100216
+ }
100217
+ },
100218
+ "Status": {
100219
+ "locationName": "status"
100220
+ }
100221
+ }
100193
100222
  }
100194
100223
  }
100195
100224
  }
@@ -100938,7 +100967,7 @@ module.exports={
100938
100967
  "locationName": "reservationSet",
100939
100968
  "type": "list",
100940
100969
  "member": {
100941
- "shape": "S1er",
100970
+ "shape": "S1eu",
100942
100971
  "locationName": "item"
100943
100972
  }
100944
100973
  },
@@ -101638,7 +101667,7 @@ module.exports={
101638
101667
  "locationName": "localGatewayVirtualInterfaceGroupId"
101639
101668
  },
101640
101669
  "LocalGatewayVirtualInterfaceIds": {
101641
- "shape": "S1hq",
101670
+ "shape": "S1ht",
101642
101671
  "locationName": "localGatewayVirtualInterfaceIdSet"
101643
101672
  },
101644
101673
  "LocalGatewayId": {
@@ -101665,7 +101694,7 @@ module.exports={
101665
101694
  "type": "structure",
101666
101695
  "members": {
101667
101696
  "LocalGatewayVirtualInterfaceIds": {
101668
- "shape": "S1hq",
101697
+ "shape": "S1ht",
101669
101698
  "locationName": "LocalGatewayVirtualInterfaceId"
101670
101699
  },
101671
101700
  "Filters": {
@@ -101803,7 +101832,7 @@ module.exports={
101803
101832
  },
101804
101833
  "NextToken": {},
101805
101834
  "SnapshotIds": {
101806
- "shape": "S1i3",
101835
+ "shape": "S1i6",
101807
101836
  "locationName": "SnapshotId"
101808
101837
  },
101809
101838
  "DryRun": {
@@ -102118,7 +102147,7 @@ module.exports={
102118
102147
  "locationName": "networkInsightsAccessScopeAnalysisSet",
102119
102148
  "type": "list",
102120
102149
  "member": {
102121
- "shape": "S1j5",
102150
+ "shape": "S1j8",
102122
102151
  "locationName": "item"
102123
102152
  }
102124
102153
  },
@@ -102207,7 +102236,7 @@ module.exports={
102207
102236
  "locationName": "networkInsightsAnalysisSet",
102208
102237
  "type": "list",
102209
102238
  "member": {
102210
- "shape": "S1jg",
102239
+ "shape": "S1jj",
102211
102240
  "locationName": "item"
102212
102241
  }
102213
102242
  },
@@ -102564,7 +102593,7 @@ module.exports={
102564
102593
  "locationName": "poolAddressRangeSet",
102565
102594
  "type": "list",
102566
102595
  "member": {
102567
- "shape": "S1lj",
102596
+ "shape": "S1lm",
102568
102597
  "locationName": "item"
102569
102598
  }
102570
102599
  },
@@ -102692,7 +102721,7 @@ module.exports={
102692
102721
  },
102693
102722
  "OfferingClass": {},
102694
102723
  "ReservedInstancesIds": {
102695
- "shape": "S1lw",
102724
+ "shape": "S1lz",
102696
102725
  "locationName": "ReservedInstancesId"
102697
102726
  },
102698
102727
  "DryRun": {
@@ -102766,7 +102795,7 @@ module.exports={
102766
102795
  "locationName": "offeringType"
102767
102796
  },
102768
102797
  "RecurringCharges": {
102769
- "shape": "S1m4",
102798
+ "shape": "S1m7",
102770
102799
  "locationName": "recurringCharges"
102771
102800
  },
102772
102801
  "Scope": {
@@ -102863,7 +102892,7 @@ module.exports={
102863
102892
  "locationName": "reservedInstancesId"
102864
102893
  },
102865
102894
  "TargetConfiguration": {
102866
- "shape": "S1mi",
102895
+ "shape": "S1ml",
102867
102896
  "locationName": "targetConfiguration"
102868
102897
  }
102869
102898
  }
@@ -103018,7 +103047,7 @@ module.exports={
103018
103047
  }
103019
103048
  },
103020
103049
  "RecurringCharges": {
103021
- "shape": "S1m4",
103050
+ "shape": "S1m7",
103022
103051
  "locationName": "recurringCharges"
103023
103052
  },
103024
103053
  "Scope": {
@@ -103186,7 +103215,7 @@ module.exports={
103186
103215
  "locationName": "purchaseToken"
103187
103216
  },
103188
103217
  "Recurrence": {
103189
- "shape": "S1n5",
103218
+ "shape": "S1n8",
103190
103219
  "locationName": "recurrence"
103191
103220
  },
103192
103221
  "SlotDurationInHours": {
@@ -103248,7 +103277,7 @@ module.exports={
103248
103277
  "locationName": "scheduledInstanceSet",
103249
103278
  "type": "list",
103250
103279
  "member": {
103251
- "shape": "S1nd",
103280
+ "shape": "S1ng",
103252
103281
  "locationName": "item"
103253
103282
  }
103254
103283
  }
@@ -103310,7 +103339,7 @@ module.exports={
103310
103339
  "locationName": "Filter"
103311
103340
  },
103312
103341
  "SecurityGroupRuleIds": {
103313
- "shape": "S1nk",
103342
+ "shape": "S1nn",
103314
103343
  "locationName": "SecurityGroupRuleId"
103315
103344
  },
103316
103345
  "DryRun": {
@@ -103348,7 +103377,7 @@ module.exports={
103348
103377
  "locationName": "GroupId"
103349
103378
  },
103350
103379
  "GroupNames": {
103351
- "shape": "S1no",
103380
+ "shape": "S1nr",
103352
103381
  "locationName": "GroupName"
103353
103382
  },
103354
103383
  "DryRun": {
@@ -103427,7 +103456,7 @@ module.exports={
103427
103456
  "type": "structure",
103428
103457
  "members": {
103429
103458
  "CreateVolumePermissions": {
103430
- "shape": "S1nw",
103459
+ "shape": "S1nz",
103431
103460
  "locationName": "createVolumePermission"
103432
103461
  },
103433
103462
  "ProductCodes": {
@@ -103539,7 +103568,7 @@ module.exports={
103539
103568
  "member": {}
103540
103569
  },
103541
103570
  "SnapshotIds": {
103542
- "shape": "S1i3",
103571
+ "shape": "S1i6",
103543
103572
  "locationName": "SnapshotId"
103544
103573
  },
103545
103574
  "DryRun": {
@@ -103738,7 +103767,7 @@ module.exports={
103738
103767
  "type": "timestamp"
103739
103768
  },
103740
103769
  "SpotFleetRequestConfig": {
103741
- "shape": "S1oo",
103770
+ "shape": "S1or",
103742
103771
  "locationName": "spotFleetRequestConfig"
103743
103772
  },
103744
103773
  "SpotFleetRequestId": {
@@ -103783,7 +103812,7 @@ module.exports={
103783
103812
  "type": "structure",
103784
103813
  "members": {
103785
103814
  "SpotInstanceRequests": {
103786
- "shape": "S1pg",
103815
+ "shape": "S1pj",
103787
103816
  "locationName": "spotInstanceRequestSet"
103788
103817
  },
103789
103818
  "NextToken": {
@@ -103909,11 +103938,11 @@ module.exports={
103909
103938
  "locationName": "groupName"
103910
103939
  },
103911
103940
  "StaleIpPermissions": {
103912
- "shape": "S1py",
103941
+ "shape": "S1q1",
103913
103942
  "locationName": "staleIpPermissions"
103914
103943
  },
103915
103944
  "StaleIpPermissionsEgress": {
103916
- "shape": "S1py",
103945
+ "shape": "S1q1",
103917
103946
  "locationName": "staleIpPermissionsEgress"
103918
103947
  },
103919
103948
  "VpcId": {
@@ -104255,7 +104284,7 @@ module.exports={
104255
104284
  "type": "structure",
104256
104285
  "members": {
104257
104286
  "TransitGatewayAttachmentIds": {
104258
- "shape": "S1r0"
104287
+ "shape": "S1r3"
104259
104288
  },
104260
104289
  "Filters": {
104261
104290
  "shape": "S10p",
@@ -104375,7 +104404,7 @@ module.exports={
104375
104404
  "type": "structure",
104376
104405
  "members": {
104377
104406
  "TransitGatewayAttachmentIds": {
104378
- "shape": "S1r0"
104407
+ "shape": "S1r3"
104379
104408
  },
104380
104409
  "Filters": {
104381
104410
  "shape": "S10p",
@@ -104452,7 +104481,7 @@ module.exports={
104452
104481
  "type": "structure",
104453
104482
  "members": {
104454
104483
  "TransitGatewayAttachmentIds": {
104455
- "shape": "S1r0"
104484
+ "shape": "S1r3"
104456
104485
  },
104457
104486
  "Filters": {
104458
104487
  "shape": "S10p",
@@ -104609,7 +104638,7 @@ module.exports={
104609
104638
  "type": "structure",
104610
104639
  "members": {
104611
104640
  "TransitGatewayAttachmentIds": {
104612
- "shape": "S1r0"
104641
+ "shape": "S1r3"
104613
104642
  },
104614
104643
  "Filters": {
104615
104644
  "shape": "S10p",
@@ -104812,7 +104841,7 @@ module.exports={
104812
104841
  "type": "structure",
104813
104842
  "members": {
104814
104843
  "VerifiedAccessInstanceIds": {
104815
- "shape": "S1sj",
104844
+ "shape": "S1sm",
104816
104845
  "locationName": "VerifiedAccessInstanceId"
104817
104846
  },
104818
104847
  "MaxResults": {
@@ -104835,7 +104864,7 @@ module.exports={
104835
104864
  "locationName": "loggingConfigurationSet",
104836
104865
  "type": "list",
104837
104866
  "member": {
104838
- "shape": "S1sn",
104867
+ "shape": "S1sq",
104839
104868
  "locationName": "item"
104840
104869
  }
104841
104870
  },
@@ -104850,7 +104879,7 @@ module.exports={
104850
104879
  "type": "structure",
104851
104880
  "members": {
104852
104881
  "VerifiedAccessInstanceIds": {
104853
- "shape": "S1sj",
104882
+ "shape": "S1sm",
104854
104883
  "locationName": "VerifiedAccessInstanceId"
104855
104884
  },
104856
104885
  "MaxResults": {
@@ -105170,7 +105199,7 @@ module.exports={
105170
105199
  "locationName": "volumeModificationSet",
105171
105200
  "type": "list",
105172
105201
  "member": {
105173
- "shape": "S1tr",
105202
+ "shape": "S1tu",
105174
105203
  "locationName": "item"
105175
105204
  }
105176
105205
  },
@@ -105230,7 +105259,7 @@ module.exports={
105230
105259
  "type": "boolean"
105231
105260
  },
105232
105261
  "VpcIds": {
105233
- "shape": "S1tx",
105262
+ "shape": "S1u0",
105234
105263
  "locationName": "VpcId"
105235
105264
  }
105236
105265
  }
@@ -105274,7 +105303,7 @@ module.exports={
105274
105303
  "locationName": "nextToken"
105275
105304
  },
105276
105305
  "VpcIds": {
105277
- "shape": "S1tx"
105306
+ "shape": "S1u0"
105278
105307
  }
105279
105308
  }
105280
105309
  },
@@ -106077,11 +106106,11 @@ module.exports={
106077
106106
  ],
106078
106107
  "members": {
106079
106108
  "AvailabilityZones": {
106080
- "shape": "S1vx",
106109
+ "shape": "S1w0",
106081
106110
  "locationName": "AvailabilityZone"
106082
106111
  },
106083
106112
  "SourceSnapshotIds": {
106084
- "shape": "S1i3",
106113
+ "shape": "S1i6",
106085
106114
  "locationName": "SourceSnapshotId"
106086
106115
  },
106087
106116
  "DryRun": {
@@ -106346,7 +106375,7 @@ module.exports={
106346
106375
  "type": "structure",
106347
106376
  "members": {
106348
106377
  "Propagation": {
106349
- "shape": "S1wo",
106378
+ "shape": "S1wr",
106350
106379
  "locationName": "propagation"
106351
106380
  }
106352
106381
  }
@@ -106951,11 +106980,11 @@ module.exports={
106951
106980
  ],
106952
106981
  "members": {
106953
106982
  "AvailabilityZones": {
106954
- "shape": "S1vx",
106983
+ "shape": "S1w0",
106955
106984
  "locationName": "AvailabilityZone"
106956
106985
  },
106957
106986
  "SourceSnapshotIds": {
106958
- "shape": "S1i3",
106987
+ "shape": "S1i6",
106959
106988
  "locationName": "SourceSnapshotId"
106960
106989
  },
106961
106990
  "DryRun": {
@@ -107254,7 +107283,7 @@ module.exports={
107254
107283
  "type": "structure",
107255
107284
  "members": {
107256
107285
  "Propagation": {
107257
- "shape": "S1wo",
107286
+ "shape": "S1wr",
107258
107287
  "locationName": "propagation"
107259
107288
  }
107260
107289
  }
@@ -107868,7 +107897,7 @@ module.exports={
107868
107897
  "type": "structure",
107869
107898
  "members": {
107870
107899
  "InstanceFamilyCreditSpecification": {
107871
- "shape": "S208",
107900
+ "shape": "S20b",
107872
107901
  "locationName": "instanceFamilyCreditSpecification"
107873
107902
  }
107874
107903
  }
@@ -108018,7 +108047,7 @@ module.exports={
108018
108047
  ],
108019
108048
  "members": {
108020
108049
  "HostIdSet": {
108021
- "shape": "S20p"
108050
+ "shape": "S20s"
108022
108051
  },
108023
108052
  "OfferingId": {}
108024
108053
  }
@@ -108030,7 +108059,7 @@ module.exports={
108030
108059
  "locationName": "currencyCode"
108031
108060
  },
108032
108061
  "Purchase": {
108033
- "shape": "S20r",
108062
+ "shape": "S20u",
108034
108063
  "locationName": "purchase"
108035
108064
  },
108036
108065
  "TotalHourlyPrice": {
@@ -108144,11 +108173,11 @@ module.exports={
108144
108173
  "type": "boolean"
108145
108174
  },
108146
108175
  "ArchitectureTypes": {
108147
- "shape": "S215",
108176
+ "shape": "S218",
108148
108177
  "locationName": "ArchitectureType"
108149
108178
  },
108150
108179
  "VirtualizationTypes": {
108151
- "shape": "S216",
108180
+ "shape": "S219",
108152
108181
  "locationName": "VirtualizationType"
108153
108182
  },
108154
108183
  "InstanceRequirements": {
@@ -108690,7 +108719,7 @@ module.exports={
108690
108719
  "locationName": "ipamResourceCidrSet",
108691
108720
  "type": "list",
108692
108721
  "member": {
108693
- "shape": "S22k",
108722
+ "shape": "S22n",
108694
108723
  "locationName": "item"
108695
108724
  }
108696
108725
  }
@@ -108850,7 +108879,7 @@ module.exports={
108850
108879
  "locationName": "findingId"
108851
108880
  },
108852
108881
  "FindingComponents": {
108853
- "shape": "S1ji",
108882
+ "shape": "S1jl",
108854
108883
  "locationName": "findingComponentSet"
108855
108884
  }
108856
108885
  }
@@ -108955,7 +108984,7 @@ module.exports={
108955
108984
  "locationName": "paymentDue"
108956
108985
  },
108957
108986
  "ReservedInstanceValueRollup": {
108958
- "shape": "S239",
108987
+ "shape": "S23c",
108959
108988
  "locationName": "reservedInstanceValueRollup"
108960
108989
  },
108961
108990
  "ReservedInstanceValueSet": {
@@ -108966,7 +108995,7 @@ module.exports={
108966
108995
  "type": "structure",
108967
108996
  "members": {
108968
108997
  "ReservationValue": {
108969
- "shape": "S239",
108998
+ "shape": "S23c",
108970
108999
  "locationName": "reservationValue"
108971
109000
  },
108972
109001
  "ReservedInstanceId": {
@@ -108976,7 +109005,7 @@ module.exports={
108976
109005
  }
108977
109006
  },
108978
109007
  "TargetConfigurationValueRollup": {
108979
- "shape": "S239",
109008
+ "shape": "S23c",
108980
109009
  "locationName": "targetConfigurationValueRollup"
108981
109010
  },
108982
109011
  "TargetConfigurationValueSet": {
@@ -108987,7 +109016,7 @@ module.exports={
108987
109016
  "type": "structure",
108988
109017
  "members": {
108989
109018
  "ReservationValue": {
108990
- "shape": "S239",
109019
+ "shape": "S23c",
108991
109020
  "locationName": "reservationValue"
108992
109021
  },
108993
109022
  "TargetConfiguration": {
@@ -109136,11 +109165,11 @@ module.exports={
109136
109165
  "type": "structure",
109137
109166
  "members": {
109138
109167
  "ArchitectureTypes": {
109139
- "shape": "S215",
109168
+ "shape": "S218",
109140
109169
  "locationName": "ArchitectureType"
109141
109170
  },
109142
109171
  "VirtualizationTypes": {
109143
- "shape": "S216",
109172
+ "shape": "S219",
109144
109173
  "locationName": "VirtualizationType"
109145
109174
  },
109146
109175
  "InstanceRequirements": {
@@ -109211,11 +109240,11 @@ module.exports={
109211
109240
  "type": "structure",
109212
109241
  "members": {
109213
109242
  "SubnetIpv4CidrReservations": {
109214
- "shape": "S240",
109243
+ "shape": "S243",
109215
109244
  "locationName": "subnetIpv4CidrReservationSet"
109216
109245
  },
109217
109246
  "SubnetIpv6CidrReservations": {
109218
- "shape": "S240",
109247
+ "shape": "S243",
109219
109248
  "locationName": "subnetIpv6CidrReservationSet"
109220
109249
  },
109221
109250
  "NextToken": {
@@ -109792,7 +109821,7 @@ module.exports={
109792
109821
  "members": {
109793
109822
  "Architecture": {},
109794
109823
  "ClientData": {
109795
- "shape": "S25c"
109824
+ "shape": "S25f"
109796
109825
  },
109797
109826
  "ClientToken": {},
109798
109827
  "Description": {},
@@ -109811,7 +109840,7 @@ module.exports={
109811
109840
  "shape": "S197"
109812
109841
  },
109813
109842
  "UserBucket": {
109814
- "shape": "S25f"
109843
+ "shape": "S25i"
109815
109844
  }
109816
109845
  }
109817
109846
  }
@@ -109921,10 +109950,10 @@ module.exports={
109921
109950
  "members": {
109922
109951
  "Description": {},
109923
109952
  "Image": {
109924
- "shape": "S25m"
109953
+ "shape": "S25p"
109925
109954
  },
109926
109955
  "Volume": {
109927
- "shape": "S25n"
109956
+ "shape": "S25q"
109928
109957
  }
109929
109958
  }
109930
109959
  }
@@ -110047,7 +110076,7 @@ module.exports={
110047
110076
  "type": "structure",
110048
110077
  "members": {
110049
110078
  "ClientData": {
110050
- "shape": "S25c"
110079
+ "shape": "S25f"
110051
110080
  },
110052
110081
  "ClientToken": {},
110053
110082
  "Description": {},
@@ -110060,7 +110089,7 @@ module.exports={
110060
110089
  "shape": "S197"
110061
110090
  },
110062
110091
  "UserBucket": {
110063
- "shape": "S25f"
110092
+ "shape": "S25i"
110064
110093
  }
110065
110094
  }
110066
110095
  },
@@ -110118,11 +110147,11 @@ module.exports={
110118
110147
  "type": "boolean"
110119
110148
  },
110120
110149
  "Image": {
110121
- "shape": "S25m",
110150
+ "shape": "S25p",
110122
110151
  "locationName": "image"
110123
110152
  },
110124
110153
  "Volume": {
110125
- "shape": "S25n",
110154
+ "shape": "S25q",
110126
110155
  "locationName": "volume"
110127
110156
  }
110128
110157
  }
@@ -110199,7 +110228,7 @@ module.exports={
110199
110228
  },
110200
110229
  "NextToken": {},
110201
110230
  "SnapshotIds": {
110202
- "shape": "S1i3",
110231
+ "shape": "S1i6",
110203
110232
  "locationName": "SnapshotId"
110204
110233
  },
110205
110234
  "DryRun": {
@@ -110498,7 +110527,7 @@ module.exports={
110498
110527
  "type": "structure",
110499
110528
  "members": {
110500
110529
  "InstanceFamilyCreditSpecification": {
110501
- "shape": "S208",
110530
+ "shape": "S20b",
110502
110531
  "locationName": "instanceFamilyCreditSpecification"
110503
110532
  }
110504
110533
  }
@@ -110572,25 +110601,25 @@ module.exports={
110572
110601
  "Attribute": {},
110573
110602
  "OperationType": {},
110574
110603
  "UserIds": {
110575
- "shape": "S26x",
110604
+ "shape": "S270",
110576
110605
  "locationName": "UserId"
110577
110606
  },
110578
110607
  "UserGroups": {
110579
- "shape": "S26y",
110608
+ "shape": "S271",
110580
110609
  "locationName": "UserGroup"
110581
110610
  },
110582
110611
  "ProductCodes": {
110583
- "shape": "S26z",
110612
+ "shape": "S272",
110584
110613
  "locationName": "ProductCode"
110585
110614
  },
110586
110615
  "LoadPermission": {
110587
110616
  "type": "structure",
110588
110617
  "members": {
110589
110618
  "Add": {
110590
- "shape": "S271"
110619
+ "shape": "S274"
110591
110620
  },
110592
110621
  "Remove": {
110593
- "shape": "S271"
110622
+ "shape": "S274"
110594
110623
  }
110595
110624
  }
110596
110625
  },
@@ -110636,7 +110665,7 @@ module.exports={
110636
110665
  "locationName": "successful"
110637
110666
  },
110638
110667
  "Unsuccessful": {
110639
- "shape": "S276",
110668
+ "shape": "S279",
110640
110669
  "locationName": "unsuccessful"
110641
110670
  }
110642
110671
  }
@@ -110704,15 +110733,15 @@ module.exports={
110704
110733
  },
110705
110734
  "OperationType": {},
110706
110735
  "ProductCodes": {
110707
- "shape": "S26z",
110736
+ "shape": "S272",
110708
110737
  "locationName": "ProductCode"
110709
110738
  },
110710
110739
  "UserGroups": {
110711
- "shape": "S26y",
110740
+ "shape": "S271",
110712
110741
  "locationName": "UserGroup"
110713
110742
  },
110714
110743
  "UserIds": {
110715
- "shape": "S26x",
110744
+ "shape": "S270",
110716
110745
  "locationName": "UserId"
110717
110746
  },
110718
110747
  "Value": {},
@@ -110857,7 +110886,7 @@ module.exports={
110857
110886
  "members": {
110858
110887
  "InstanceId": {},
110859
110888
  "CapacityReservationSpecification": {
110860
- "shape": "S27j"
110889
+ "shape": "S27m"
110861
110890
  },
110862
110891
  "DryRun": {
110863
110892
  "type": "boolean"
@@ -111082,7 +111111,7 @@ module.exports={
111082
111111
  "locationName": "instanceId"
111083
111112
  },
111084
111113
  "InstanceMetadataOptions": {
111085
- "shape": "S1fj",
111114
+ "shape": "S1fm",
111086
111115
  "locationName": "instanceMetadataOptions"
111087
111116
  }
111088
111117
  }
@@ -111142,7 +111171,7 @@ module.exports={
111142
111171
  "locationName": "AddOperatingRegion"
111143
111172
  },
111144
111173
  "RemoveOperatingRegions": {
111145
- "shape": "S28d",
111174
+ "shape": "S28g",
111146
111175
  "locationName": "RemoveOperatingRegion"
111147
111176
  },
111148
111177
  "Tier": {},
@@ -111236,7 +111265,7 @@ module.exports={
111236
111265
  "type": "structure",
111237
111266
  "members": {
111238
111267
  "IpamResourceCidr": {
111239
- "shape": "S22k",
111268
+ "shape": "S22n",
111240
111269
  "locationName": "ipamResourceCidr"
111241
111270
  }
111242
111271
  }
@@ -111259,7 +111288,7 @@ module.exports={
111259
111288
  "locationName": "AddOperatingRegion"
111260
111289
  },
111261
111290
  "RemoveOperatingRegions": {
111262
- "shape": "S28d",
111291
+ "shape": "S28g",
111263
111292
  "locationName": "RemoveOperatingRegion"
111264
111293
  }
111265
111294
  }
@@ -111490,7 +111519,7 @@ module.exports={
111490
111519
  ],
111491
111520
  "members": {
111492
111521
  "ReservedInstancesIds": {
111493
- "shape": "S1lw",
111522
+ "shape": "S1lz",
111494
111523
  "locationName": "ReservedInstancesId"
111495
111524
  },
111496
111525
  "ClientToken": {
@@ -111500,7 +111529,7 @@ module.exports={
111500
111529
  "locationName": "ReservedInstancesConfigurationSetItemType",
111501
111530
  "type": "list",
111502
111531
  "member": {
111503
- "shape": "S1mi",
111532
+ "shape": "S1ml",
111504
111533
  "locationName": "item"
111505
111534
  }
111506
111535
  }
@@ -111582,21 +111611,21 @@ module.exports={
111582
111611
  "type": "structure",
111583
111612
  "members": {
111584
111613
  "Add": {
111585
- "shape": "S1nw"
111614
+ "shape": "S1nz"
111586
111615
  },
111587
111616
  "Remove": {
111588
- "shape": "S1nw"
111617
+ "shape": "S1nz"
111589
111618
  }
111590
111619
  }
111591
111620
  },
111592
111621
  "GroupNames": {
111593
- "shape": "S1no",
111622
+ "shape": "S1nr",
111594
111623
  "locationName": "UserGroup"
111595
111624
  },
111596
111625
  "OperationType": {},
111597
111626
  "SnapshotId": {},
111598
111627
  "UserIds": {
111599
- "shape": "S26x",
111628
+ "shape": "S270",
111600
111629
  "locationName": "UserId"
111601
111630
  },
111602
111631
  "DryRun": {
@@ -111644,7 +111673,7 @@ module.exports={
111644
111673
  "locationName": "excessCapacityTerminationPolicy"
111645
111674
  },
111646
111675
  "LaunchTemplateConfigs": {
111647
- "shape": "S1p3",
111676
+ "shape": "S1p6",
111648
111677
  "locationName": "LaunchTemplateConfig"
111649
111678
  },
111650
111679
  "SpotFleetRequestId": {
@@ -112194,7 +112223,7 @@ module.exports={
112194
112223
  "type": "structure",
112195
112224
  "members": {
112196
112225
  "LoggingConfiguration": {
112197
- "shape": "S1sn",
112226
+ "shape": "S1sq",
112198
112227
  "locationName": "loggingConfiguration"
112199
112228
  }
112200
112229
  }
@@ -112280,7 +112309,7 @@ module.exports={
112280
112309
  "type": "structure",
112281
112310
  "members": {
112282
112311
  "VolumeModification": {
112283
- "shape": "S1tr",
112312
+ "shape": "S1tu",
112284
112313
  "locationName": "volumeModification"
112285
112314
  }
112286
112315
  }
@@ -112553,13 +112582,13 @@ module.exports={
112553
112582
  ],
112554
112583
  "members": {
112555
112584
  "AccepterPeeringConnectionOptions": {
112556
- "shape": "S2b2"
112585
+ "shape": "S2b5"
112557
112586
  },
112558
112587
  "DryRun": {
112559
112588
  "type": "boolean"
112560
112589
  },
112561
112590
  "RequesterPeeringConnectionOptions": {
112562
- "shape": "S2b2"
112591
+ "shape": "S2b5"
112563
112592
  },
112564
112593
  "VpcPeeringConnectionId": {}
112565
112594
  }
@@ -112568,11 +112597,11 @@ module.exports={
112568
112597
  "type": "structure",
112569
112598
  "members": {
112570
112599
  "AccepterPeeringConnectionOptions": {
112571
- "shape": "S2b4",
112600
+ "shape": "S2b7",
112572
112601
  "locationName": "accepterPeeringConnectionOptions"
112573
112602
  },
112574
112603
  "RequesterPeeringConnectionOptions": {
112575
- "shape": "S2b4",
112604
+ "shape": "S2b7",
112576
112605
  "locationName": "requesterPeeringConnectionOptions"
112577
112606
  }
112578
112607
  }
@@ -112796,7 +112825,7 @@ module.exports={
112796
112825
  "type": "structure",
112797
112826
  "members": {
112798
112827
  "InstanceMonitorings": {
112799
- "shape": "S2bj",
112828
+ "shape": "S2bm",
112800
112829
  "locationName": "instancesSet"
112801
112830
  }
112802
112831
  }
@@ -113046,7 +113075,7 @@ module.exports={
113046
113075
  "locationName": "poolId"
113047
113076
  },
113048
113077
  "PoolAddressRange": {
113049
- "shape": "S1lj",
113078
+ "shape": "S1lm",
113050
113079
  "locationName": "poolAddressRange"
113051
113080
  }
113052
113081
  }
@@ -113092,7 +113121,7 @@ module.exports={
113092
113121
  "ClientToken": {},
113093
113122
  "CurrencyCode": {},
113094
113123
  "HostIdSet": {
113095
- "shape": "S20p"
113124
+ "shape": "S20s"
113096
113125
  },
113097
113126
  "LimitPrice": {},
113098
113127
  "OfferingId": {},
@@ -113112,7 +113141,7 @@ module.exports={
113112
113141
  "locationName": "currencyCode"
113113
113142
  },
113114
113143
  "Purchase": {
113115
- "shape": "S20r",
113144
+ "shape": "S20u",
113116
113145
  "locationName": "purchase"
113117
113146
  },
113118
113147
  "TotalHourlyPrice": {
@@ -113207,7 +113236,7 @@ module.exports={
113207
113236
  "locationName": "scheduledInstanceSet",
113208
113237
  "type": "list",
113209
113238
  "member": {
113210
- "shape": "S1nd",
113239
+ "shape": "S1ng",
113211
113240
  "locationName": "item"
113212
113241
  }
113213
113242
  }
@@ -113575,7 +113604,7 @@ module.exports={
113575
113604
  "locationName": "successful"
113576
113605
  },
113577
113606
  "Unsuccessful": {
113578
- "shape": "S276",
113607
+ "shape": "S279",
113579
113608
  "locationName": "unsuccessful"
113580
113609
  }
113581
113610
  }
@@ -113903,7 +113932,7 @@ module.exports={
113903
113932
  "type": "boolean"
113904
113933
  },
113905
113934
  "SpotFleetRequestConfig": {
113906
- "shape": "S1oo",
113935
+ "shape": "S1or",
113907
113936
  "locationName": "spotFleetRequestConfig"
113908
113937
  }
113909
113938
  }
@@ -113987,15 +114016,15 @@ module.exports={
113987
114016
  "locationName": "keyName"
113988
114017
  },
113989
114018
  "Monitoring": {
113990
- "shape": "S1pj",
114019
+ "shape": "S1pm",
113991
114020
  "locationName": "monitoring"
113992
114021
  },
113993
114022
  "NetworkInterfaces": {
113994
- "shape": "S1oy",
114023
+ "shape": "S1p1",
113995
114024
  "locationName": "NetworkInterface"
113996
114025
  },
113997
114026
  "Placement": {
113998
- "shape": "S1p0",
114027
+ "shape": "S1p3",
113999
114028
  "locationName": "placement"
114000
114029
  },
114001
114030
  "RamdiskId": {
@@ -114035,7 +114064,7 @@ module.exports={
114035
114064
  "type": "structure",
114036
114065
  "members": {
114037
114066
  "SpotInstanceRequests": {
114038
- "shape": "S1pg",
114067
+ "shape": "S1pj",
114039
114068
  "locationName": "spotInstanceRequestSet"
114040
114069
  }
114041
114070
  }
@@ -114408,7 +114437,7 @@ module.exports={
114408
114437
  "locationName": "ipPermissions"
114409
114438
  },
114410
114439
  "SecurityGroupRuleIds": {
114411
- "shape": "S1nk",
114440
+ "shape": "S1nn",
114412
114441
  "locationName": "SecurityGroupRuleId"
114413
114442
  },
114414
114443
  "CidrIp": {
@@ -114471,7 +114500,7 @@ module.exports={
114471
114500
  "type": "boolean"
114472
114501
  },
114473
114502
  "SecurityGroupRuleIds": {
114474
- "shape": "S1nk",
114503
+ "shape": "S1nn",
114475
114504
  "locationName": "SecurityGroupRuleId"
114476
114505
  }
114477
114506
  }
@@ -114520,7 +114549,7 @@ module.exports={
114520
114549
  "type": "integer"
114521
114550
  },
114522
114551
  "Monitoring": {
114523
- "shape": "S1pj"
114552
+ "shape": "S1pm"
114524
114553
  },
114525
114554
  "Placement": {
114526
114555
  "shape": "Scv"
@@ -114566,7 +114595,7 @@ module.exports={
114566
114595
  "locationName": "instanceInitiatedShutdownBehavior"
114567
114596
  },
114568
114597
  "NetworkInterfaces": {
114569
- "shape": "S1oy",
114598
+ "shape": "S1p1",
114570
114599
  "locationName": "networkInterface"
114571
114600
  },
114572
114601
  "PrivateIpAddress": {
@@ -114644,7 +114673,7 @@ module.exports={
114644
114673
  }
114645
114674
  },
114646
114675
  "CapacityReservationSpecification": {
114647
- "shape": "S27j"
114676
+ "shape": "S27m"
114648
114677
  },
114649
114678
  "HibernationOptions": {
114650
114679
  "type": "structure",
@@ -114712,7 +114741,7 @@ module.exports={
114712
114741
  }
114713
114742
  },
114714
114743
  "output": {
114715
- "shape": "S1er"
114744
+ "shape": "S1eu"
114716
114745
  }
114717
114746
  },
114718
114747
  "RunScheduledInstances": {
@@ -114810,7 +114839,7 @@ module.exports={
114810
114839
  "type": "integer"
114811
114840
  },
114812
114841
  "Groups": {
114813
- "shape": "S2fg",
114842
+ "shape": "S2fj",
114814
114843
  "locationName": "Group"
114815
114844
  },
114816
114845
  "Ipv6AddressCount": {
@@ -114859,7 +114888,7 @@ module.exports={
114859
114888
  },
114860
114889
  "RamdiskId": {},
114861
114890
  "SecurityGroupIds": {
114862
- "shape": "S2fg",
114891
+ "shape": "S2fj",
114863
114892
  "locationName": "SecurityGroupId"
114864
114893
  },
114865
114894
  "SubnetId": {},
@@ -115073,7 +115102,7 @@ module.exports={
115073
115102
  "type": "structure",
115074
115103
  "members": {
115075
115104
  "StartingInstances": {
115076
- "shape": "S2g4",
115105
+ "shape": "S2g7",
115077
115106
  "locationName": "instancesSet"
115078
115107
  }
115079
115108
  }
@@ -115104,7 +115133,7 @@ module.exports={
115104
115133
  "type": "structure",
115105
115134
  "members": {
115106
115135
  "NetworkInsightsAccessScopeAnalysis": {
115107
- "shape": "S1j5",
115136
+ "shape": "S1j8",
115108
115137
  "locationName": "networkInsightsAccessScopeAnalysis"
115109
115138
  }
115110
115139
  }
@@ -115124,7 +115153,7 @@ module.exports={
115124
115153
  "locationName": "AdditionalAccount"
115125
115154
  },
115126
115155
  "FilterInArns": {
115127
- "shape": "S1jh",
115156
+ "shape": "S1jk",
115128
115157
  "locationName": "FilterInArn"
115129
115158
  },
115130
115159
  "DryRun": {
@@ -115143,7 +115172,7 @@ module.exports={
115143
115172
  "type": "structure",
115144
115173
  "members": {
115145
115174
  "NetworkInsightsAnalysis": {
115146
- "shape": "S1jg",
115175
+ "shape": "S1jj",
115147
115176
  "locationName": "networkInsightsAnalysis"
115148
115177
  }
115149
115178
  }
@@ -115200,7 +115229,7 @@ module.exports={
115200
115229
  "type": "structure",
115201
115230
  "members": {
115202
115231
  "StoppingInstances": {
115203
- "shape": "S2g4",
115232
+ "shape": "S2g7",
115204
115233
  "locationName": "instancesSet"
115205
115234
  }
115206
115235
  }
@@ -115275,7 +115304,7 @@ module.exports={
115275
115304
  "type": "structure",
115276
115305
  "members": {
115277
115306
  "TerminatingInstances": {
115278
- "shape": "S2g4",
115307
+ "shape": "S2g7",
115279
115308
  "locationName": "instancesSet"
115280
115309
  }
115281
115310
  }
@@ -115416,7 +115445,7 @@ module.exports={
115416
115445
  "type": "structure",
115417
115446
  "members": {
115418
115447
  "InstanceMonitorings": {
115419
- "shape": "S2bj",
115448
+ "shape": "S2bm",
115420
115449
  "locationName": "instancesSet"
115421
115450
  }
115422
115451
  }
@@ -115435,7 +115464,7 @@ module.exports={
115435
115464
  "shape": "S6z"
115436
115465
  },
115437
115466
  "SecurityGroupRuleDescriptions": {
115438
- "shape": "S2gu",
115467
+ "shape": "S2gx",
115439
115468
  "locationName": "SecurityGroupRuleDescription"
115440
115469
  }
115441
115470
  }
@@ -115463,7 +115492,7 @@ module.exports={
115463
115492
  "shape": "S6z"
115464
115493
  },
115465
115494
  "SecurityGroupRuleDescriptions": {
115466
- "shape": "S2gu",
115495
+ "shape": "S2gx",
115467
115496
  "locationName": "SecurityGroupRuleDescription"
115468
115497
  }
115469
115498
  }
@@ -123066,7 +123095,7 @@ module.exports={
123066
123095
  }
123067
123096
  }
123068
123097
  },
123069
- "S1er": {
123098
+ "S1eu": {
123070
123099
  "type": "structure",
123071
123100
  "members": {
123072
123101
  "Groups": {
@@ -123104,7 +123133,7 @@ module.exports={
123104
123133
  "type": "timestamp"
123105
123134
  },
123106
123135
  "Monitoring": {
123107
- "shape": "S1eu",
123136
+ "shape": "S1ex",
123108
123137
  "locationName": "monitoring"
123109
123138
  },
123110
123139
  "Placement": {
@@ -123227,7 +123256,7 @@ module.exports={
123227
123256
  "type": "structure",
123228
123257
  "members": {
123229
123258
  "Association": {
123230
- "shape": "S1f3",
123259
+ "shape": "S1f6",
123231
123260
  "locationName": "association"
123232
123261
  },
123233
123262
  "Attachment": {
@@ -123312,7 +123341,7 @@ module.exports={
123312
123341
  "type": "structure",
123313
123342
  "members": {
123314
123343
  "Association": {
123315
- "shape": "S1f3",
123344
+ "shape": "S1f6",
123316
123345
  "locationName": "association"
123317
123346
  },
123318
123347
  "Primary": {
@@ -123482,7 +123511,7 @@ module.exports={
123482
123511
  }
123483
123512
  },
123484
123513
  "MetadataOptions": {
123485
- "shape": "S1fj",
123514
+ "shape": "S1fm",
123486
123515
  "locationName": "metadataOptions"
123487
123516
  },
123488
123517
  "EnclaveOptions": {
@@ -123551,7 +123580,7 @@ module.exports={
123551
123580
  }
123552
123581
  }
123553
123582
  },
123554
- "S1eu": {
123583
+ "S1ex": {
123555
123584
  "type": "structure",
123556
123585
  "members": {
123557
123586
  "State": {
@@ -123559,7 +123588,7 @@ module.exports={
123559
123588
  }
123560
123589
  }
123561
123590
  },
123562
- "S1f3": {
123591
+ "S1f6": {
123563
123592
  "type": "structure",
123564
123593
  "members": {
123565
123594
  "CarrierIp": {
@@ -123579,7 +123608,7 @@ module.exports={
123579
123608
  }
123580
123609
  }
123581
123610
  },
123582
- "S1fj": {
123611
+ "S1fm": {
123583
123612
  "type": "structure",
123584
123613
  "members": {
123585
123614
  "State": {
@@ -123603,19 +123632,19 @@ module.exports={
123603
123632
  }
123604
123633
  }
123605
123634
  },
123606
- "S1hq": {
123635
+ "S1ht": {
123607
123636
  "type": "list",
123608
123637
  "member": {
123609
123638
  "locationName": "item"
123610
123639
  }
123611
123640
  },
123612
- "S1i3": {
123641
+ "S1i6": {
123613
123642
  "type": "list",
123614
123643
  "member": {
123615
123644
  "locationName": "SnapshotId"
123616
123645
  }
123617
123646
  },
123618
- "S1j5": {
123647
+ "S1j8": {
123619
123648
  "type": "structure",
123620
123649
  "members": {
123621
123650
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -123657,7 +123686,7 @@ module.exports={
123657
123686
  }
123658
123687
  }
123659
123688
  },
123660
- "S1jg": {
123689
+ "S1jj": {
123661
123690
  "type": "structure",
123662
123691
  "members": {
123663
123692
  "NetworkInsightsAnalysisId": {
@@ -123674,7 +123703,7 @@ module.exports={
123674
123703
  "locationName": "additionalAccountSet"
123675
123704
  },
123676
123705
  "FilterInArns": {
123677
- "shape": "S1jh",
123706
+ "shape": "S1jk",
123678
123707
  "locationName": "filterInArnSet"
123679
123708
  },
123680
123709
  "StartDate": {
@@ -123695,15 +123724,15 @@ module.exports={
123695
123724
  "type": "boolean"
123696
123725
  },
123697
123726
  "ForwardPathComponents": {
123698
- "shape": "S1ji",
123727
+ "shape": "S1jl",
123699
123728
  "locationName": "forwardPathComponentSet"
123700
123729
  },
123701
123730
  "ReturnPathComponents": {
123702
- "shape": "S1ji",
123731
+ "shape": "S1jl",
123703
123732
  "locationName": "returnPathComponentSet"
123704
123733
  },
123705
123734
  "Explanations": {
123706
- "shape": "S1k2",
123735
+ "shape": "S1k5",
123707
123736
  "locationName": "explanationSet"
123708
123737
  },
123709
123738
  "AlternatePathHints": {
@@ -123732,13 +123761,13 @@ module.exports={
123732
123761
  }
123733
123762
  }
123734
123763
  },
123735
- "S1jh": {
123764
+ "S1jk": {
123736
123765
  "type": "list",
123737
123766
  "member": {
123738
123767
  "locationName": "item"
123739
123768
  }
123740
123769
  },
123741
- "S1ji": {
123770
+ "S1jl": {
123742
123771
  "type": "list",
123743
123772
  "member": {
123744
123773
  "locationName": "item",
@@ -123749,47 +123778,47 @@ module.exports={
123749
123778
  "type": "integer"
123750
123779
  },
123751
123780
  "AclRule": {
123752
- "shape": "S1jk",
123781
+ "shape": "S1jn",
123753
123782
  "locationName": "aclRule"
123754
123783
  },
123755
123784
  "AttachedTo": {
123756
- "shape": "S1jl",
123785
+ "shape": "S1jo",
123757
123786
  "locationName": "attachedTo"
123758
123787
  },
123759
123788
  "Component": {
123760
- "shape": "S1jl",
123789
+ "shape": "S1jo",
123761
123790
  "locationName": "component"
123762
123791
  },
123763
123792
  "DestinationVpc": {
123764
- "shape": "S1jl",
123793
+ "shape": "S1jo",
123765
123794
  "locationName": "destinationVpc"
123766
123795
  },
123767
123796
  "OutboundHeader": {
123768
- "shape": "S1jm",
123797
+ "shape": "S1jp",
123769
123798
  "locationName": "outboundHeader"
123770
123799
  },
123771
123800
  "InboundHeader": {
123772
- "shape": "S1jm",
123801
+ "shape": "S1jp",
123773
123802
  "locationName": "inboundHeader"
123774
123803
  },
123775
123804
  "RouteTableRoute": {
123776
- "shape": "S1jp",
123805
+ "shape": "S1js",
123777
123806
  "locationName": "routeTableRoute"
123778
123807
  },
123779
123808
  "SecurityGroupRule": {
123780
- "shape": "S1jq",
123809
+ "shape": "S1jt",
123781
123810
  "locationName": "securityGroupRule"
123782
123811
  },
123783
123812
  "SourceVpc": {
123784
- "shape": "S1jl",
123813
+ "shape": "S1jo",
123785
123814
  "locationName": "sourceVpc"
123786
123815
  },
123787
123816
  "Subnet": {
123788
- "shape": "S1jl",
123817
+ "shape": "S1jo",
123789
123818
  "locationName": "subnet"
123790
123819
  },
123791
123820
  "Vpc": {
123792
- "shape": "S1jl",
123821
+ "shape": "S1jo",
123793
123822
  "locationName": "vpc"
123794
123823
  },
123795
123824
  "AdditionalDetails": {
@@ -123803,15 +123832,15 @@ module.exports={
123803
123832
  "locationName": "additionalDetailType"
123804
123833
  },
123805
123834
  "Component": {
123806
- "shape": "S1jl",
123835
+ "shape": "S1jo",
123807
123836
  "locationName": "component"
123808
123837
  },
123809
123838
  "VpcEndpointService": {
123810
- "shape": "S1jl",
123839
+ "shape": "S1jo",
123811
123840
  "locationName": "vpcEndpointService"
123812
123841
  },
123813
123842
  "RuleOptions": {
123814
- "shape": "S1jt",
123843
+ "shape": "S1jw",
123815
123844
  "locationName": "ruleOptionSet"
123816
123845
  },
123817
123846
  "RuleGroupTypePairs": {
@@ -123841,7 +123870,7 @@ module.exports={
123841
123870
  "locationName": "ruleGroupArn"
123842
123871
  },
123843
123872
  "RuleOptions": {
123844
- "shape": "S1jt",
123873
+ "shape": "S1jw",
123845
123874
  "locationName": "ruleOptionSet"
123846
123875
  }
123847
123876
  }
@@ -123851,34 +123880,34 @@ module.exports={
123851
123880
  "locationName": "serviceName"
123852
123881
  },
123853
123882
  "LoadBalancers": {
123854
- "shape": "S1k0",
123883
+ "shape": "S1k3",
123855
123884
  "locationName": "loadBalancerSet"
123856
123885
  }
123857
123886
  }
123858
123887
  }
123859
123888
  },
123860
123889
  "TransitGateway": {
123861
- "shape": "S1jl",
123890
+ "shape": "S1jo",
123862
123891
  "locationName": "transitGateway"
123863
123892
  },
123864
123893
  "TransitGatewayRouteTableRoute": {
123865
- "shape": "S1k1",
123894
+ "shape": "S1k4",
123866
123895
  "locationName": "transitGatewayRouteTableRoute"
123867
123896
  },
123868
123897
  "Explanations": {
123869
- "shape": "S1k2",
123898
+ "shape": "S1k5",
123870
123899
  "locationName": "explanationSet"
123871
123900
  },
123872
123901
  "ElasticLoadBalancerListener": {
123873
- "shape": "S1jl",
123902
+ "shape": "S1jo",
123874
123903
  "locationName": "elasticLoadBalancerListener"
123875
123904
  },
123876
123905
  "FirewallStatelessRule": {
123877
- "shape": "S1k8",
123906
+ "shape": "S1kb",
123878
123907
  "locationName": "firewallStatelessRule"
123879
123908
  },
123880
123909
  "FirewallStatefulRule": {
123881
- "shape": "S1kc",
123910
+ "shape": "S1kf",
123882
123911
  "locationName": "firewallStatefulRule"
123883
123912
  },
123884
123913
  "ServiceName": {
@@ -123887,7 +123916,7 @@ module.exports={
123887
123916
  }
123888
123917
  }
123889
123918
  },
123890
- "S1jk": {
123919
+ "S1jn": {
123891
123920
  "type": "structure",
123892
123921
  "members": {
123893
123922
  "Cidr": {
@@ -123913,7 +123942,7 @@ module.exports={
123913
123942
  }
123914
123943
  }
123915
123944
  },
123916
- "S1jl": {
123945
+ "S1jo": {
123917
123946
  "type": "structure",
123918
123947
  "members": {
123919
123948
  "Id": {
@@ -123927,44 +123956,44 @@ module.exports={
123927
123956
  }
123928
123957
  }
123929
123958
  },
123930
- "S1jm": {
123959
+ "S1jp": {
123931
123960
  "type": "structure",
123932
123961
  "members": {
123933
123962
  "DestinationAddresses": {
123934
- "shape": "S1jn",
123963
+ "shape": "S1jq",
123935
123964
  "locationName": "destinationAddressSet"
123936
123965
  },
123937
123966
  "DestinationPortRanges": {
123938
- "shape": "S1jo",
123967
+ "shape": "S1jr",
123939
123968
  "locationName": "destinationPortRangeSet"
123940
123969
  },
123941
123970
  "Protocol": {
123942
123971
  "locationName": "protocol"
123943
123972
  },
123944
123973
  "SourceAddresses": {
123945
- "shape": "S1jn",
123974
+ "shape": "S1jq",
123946
123975
  "locationName": "sourceAddressSet"
123947
123976
  },
123948
123977
  "SourcePortRanges": {
123949
- "shape": "S1jo",
123978
+ "shape": "S1jr",
123950
123979
  "locationName": "sourcePortRangeSet"
123951
123980
  }
123952
123981
  }
123953
123982
  },
123954
- "S1jn": {
123983
+ "S1jq": {
123955
123984
  "type": "list",
123956
123985
  "member": {
123957
123986
  "locationName": "item"
123958
123987
  }
123959
123988
  },
123960
- "S1jo": {
123989
+ "S1jr": {
123961
123990
  "type": "list",
123962
123991
  "member": {
123963
123992
  "shape": "Skz",
123964
123993
  "locationName": "item"
123965
123994
  }
123966
123995
  },
123967
- "S1jp": {
123996
+ "S1js": {
123968
123997
  "type": "structure",
123969
123998
  "members": {
123970
123999
  "DestinationCidr": {
@@ -124011,7 +124040,7 @@ module.exports={
124011
124040
  }
124012
124041
  }
124013
124042
  },
124014
- "S1jq": {
124043
+ "S1jt": {
124015
124044
  "type": "structure",
124016
124045
  "members": {
124017
124046
  "Cidr": {
@@ -124035,7 +124064,7 @@ module.exports={
124035
124064
  }
124036
124065
  }
124037
124066
  },
124038
- "S1jt": {
124067
+ "S1jw": {
124039
124068
  "type": "list",
124040
124069
  "member": {
124041
124070
  "locationName": "item",
@@ -124045,26 +124074,26 @@ module.exports={
124045
124074
  "locationName": "keyword"
124046
124075
  },
124047
124076
  "Settings": {
124048
- "shape": "S1jv",
124077
+ "shape": "S1jy",
124049
124078
  "locationName": "settingSet"
124050
124079
  }
124051
124080
  }
124052
124081
  }
124053
124082
  },
124054
- "S1jv": {
124083
+ "S1jy": {
124055
124084
  "type": "list",
124056
124085
  "member": {
124057
124086
  "locationName": "item"
124058
124087
  }
124059
124088
  },
124060
- "S1k0": {
124089
+ "S1k3": {
124061
124090
  "type": "list",
124062
124091
  "member": {
124063
- "shape": "S1jl",
124092
+ "shape": "S1jo",
124064
124093
  "locationName": "item"
124065
124094
  }
124066
124095
  },
124067
- "S1k1": {
124096
+ "S1k4": {
124068
124097
  "type": "structure",
124069
124098
  "members": {
124070
124099
  "DestinationCidr": {
@@ -124090,29 +124119,29 @@ module.exports={
124090
124119
  }
124091
124120
  }
124092
124121
  },
124093
- "S1k2": {
124122
+ "S1k5": {
124094
124123
  "type": "list",
124095
124124
  "member": {
124096
124125
  "locationName": "item",
124097
124126
  "type": "structure",
124098
124127
  "members": {
124099
124128
  "Acl": {
124100
- "shape": "S1jl",
124129
+ "shape": "S1jo",
124101
124130
  "locationName": "acl"
124102
124131
  },
124103
124132
  "AclRule": {
124104
- "shape": "S1jk",
124133
+ "shape": "S1jn",
124105
124134
  "locationName": "aclRule"
124106
124135
  },
124107
124136
  "Address": {
124108
124137
  "locationName": "address"
124109
124138
  },
124110
124139
  "Addresses": {
124111
- "shape": "S1jn",
124140
+ "shape": "S1jq",
124112
124141
  "locationName": "addressSet"
124113
124142
  },
124114
124143
  "AttachedTo": {
124115
- "shape": "S1jl",
124144
+ "shape": "S1jo",
124116
124145
  "locationName": "attachedTo"
124117
124146
  },
124118
124147
  "AvailabilityZones": {
@@ -124124,19 +124153,19 @@ module.exports={
124124
124153
  "locationName": "cidrSet"
124125
124154
  },
124126
124155
  "Component": {
124127
- "shape": "S1jl",
124156
+ "shape": "S1jo",
124128
124157
  "locationName": "component"
124129
124158
  },
124130
124159
  "CustomerGateway": {
124131
- "shape": "S1jl",
124160
+ "shape": "S1jo",
124132
124161
  "locationName": "customerGateway"
124133
124162
  },
124134
124163
  "Destination": {
124135
- "shape": "S1jl",
124164
+ "shape": "S1jo",
124136
124165
  "locationName": "destination"
124137
124166
  },
124138
124167
  "DestinationVpc": {
124139
- "shape": "S1jl",
124168
+ "shape": "S1jo",
124140
124169
  "locationName": "destinationVpc"
124141
124170
  },
124142
124171
  "Direction": {
@@ -124146,11 +124175,11 @@ module.exports={
124146
124175
  "locationName": "explanationCode"
124147
124176
  },
124148
124177
  "IngressRouteTable": {
124149
- "shape": "S1jl",
124178
+ "shape": "S1jo",
124150
124179
  "locationName": "ingressRouteTable"
124151
124180
  },
124152
124181
  "InternetGateway": {
124153
- "shape": "S1jl",
124182
+ "shape": "S1jo",
124154
124183
  "locationName": "internetGateway"
124155
124184
  },
124156
124185
  "LoadBalancerArn": {
@@ -124185,7 +124214,7 @@ module.exports={
124185
124214
  "locationName": "availabilityZone"
124186
124215
  },
124187
124216
  "Instance": {
124188
- "shape": "S1jl",
124217
+ "shape": "S1jo",
124189
124218
  "locationName": "instance"
124190
124219
  },
124191
124220
  "Port": {
@@ -124195,11 +124224,11 @@ module.exports={
124195
124224
  }
124196
124225
  },
124197
124226
  "LoadBalancerTargetGroup": {
124198
- "shape": "S1jl",
124227
+ "shape": "S1jo",
124199
124228
  "locationName": "loadBalancerTargetGroup"
124200
124229
  },
124201
124230
  "LoadBalancerTargetGroups": {
124202
- "shape": "S1k0",
124231
+ "shape": "S1k3",
124203
124232
  "locationName": "loadBalancerTargetGroupSet"
124204
124233
  },
124205
124234
  "LoadBalancerTargetPort": {
@@ -124207,25 +124236,25 @@ module.exports={
124207
124236
  "type": "integer"
124208
124237
  },
124209
124238
  "ElasticLoadBalancerListener": {
124210
- "shape": "S1jl",
124239
+ "shape": "S1jo",
124211
124240
  "locationName": "elasticLoadBalancerListener"
124212
124241
  },
124213
124242
  "MissingComponent": {
124214
124243
  "locationName": "missingComponent"
124215
124244
  },
124216
124245
  "NatGateway": {
124217
- "shape": "S1jl",
124246
+ "shape": "S1jo",
124218
124247
  "locationName": "natGateway"
124219
124248
  },
124220
124249
  "NetworkInterface": {
124221
- "shape": "S1jl",
124250
+ "shape": "S1jo",
124222
124251
  "locationName": "networkInterface"
124223
124252
  },
124224
124253
  "PacketField": {
124225
124254
  "locationName": "packetField"
124226
124255
  },
124227
124256
  "VpcPeeringConnection": {
124228
- "shape": "S1jl",
124257
+ "shape": "S1jo",
124229
124258
  "locationName": "vpcPeeringConnection"
124230
124259
  },
124231
124260
  "Port": {
@@ -124233,82 +124262,82 @@ module.exports={
124233
124262
  "type": "integer"
124234
124263
  },
124235
124264
  "PortRanges": {
124236
- "shape": "S1jo",
124265
+ "shape": "S1jr",
124237
124266
  "locationName": "portRangeSet"
124238
124267
  },
124239
124268
  "PrefixList": {
124240
- "shape": "S1jl",
124269
+ "shape": "S1jo",
124241
124270
  "locationName": "prefixList"
124242
124271
  },
124243
124272
  "Protocols": {
124244
- "shape": "S1jv",
124273
+ "shape": "S1jy",
124245
124274
  "locationName": "protocolSet"
124246
124275
  },
124247
124276
  "RouteTableRoute": {
124248
- "shape": "S1jp",
124277
+ "shape": "S1js",
124249
124278
  "locationName": "routeTableRoute"
124250
124279
  },
124251
124280
  "RouteTable": {
124252
- "shape": "S1jl",
124281
+ "shape": "S1jo",
124253
124282
  "locationName": "routeTable"
124254
124283
  },
124255
124284
  "SecurityGroup": {
124256
- "shape": "S1jl",
124285
+ "shape": "S1jo",
124257
124286
  "locationName": "securityGroup"
124258
124287
  },
124259
124288
  "SecurityGroupRule": {
124260
- "shape": "S1jq",
124289
+ "shape": "S1jt",
124261
124290
  "locationName": "securityGroupRule"
124262
124291
  },
124263
124292
  "SecurityGroups": {
124264
- "shape": "S1k0",
124293
+ "shape": "S1k3",
124265
124294
  "locationName": "securityGroupSet"
124266
124295
  },
124267
124296
  "SourceVpc": {
124268
- "shape": "S1jl",
124297
+ "shape": "S1jo",
124269
124298
  "locationName": "sourceVpc"
124270
124299
  },
124271
124300
  "State": {
124272
124301
  "locationName": "state"
124273
124302
  },
124274
124303
  "Subnet": {
124275
- "shape": "S1jl",
124304
+ "shape": "S1jo",
124276
124305
  "locationName": "subnet"
124277
124306
  },
124278
124307
  "SubnetRouteTable": {
124279
- "shape": "S1jl",
124308
+ "shape": "S1jo",
124280
124309
  "locationName": "subnetRouteTable"
124281
124310
  },
124282
124311
  "Vpc": {
124283
- "shape": "S1jl",
124312
+ "shape": "S1jo",
124284
124313
  "locationName": "vpc"
124285
124314
  },
124286
124315
  "VpcEndpoint": {
124287
- "shape": "S1jl",
124316
+ "shape": "S1jo",
124288
124317
  "locationName": "vpcEndpoint"
124289
124318
  },
124290
124319
  "VpnConnection": {
124291
- "shape": "S1jl",
124320
+ "shape": "S1jo",
124292
124321
  "locationName": "vpnConnection"
124293
124322
  },
124294
124323
  "VpnGateway": {
124295
- "shape": "S1jl",
124324
+ "shape": "S1jo",
124296
124325
  "locationName": "vpnGateway"
124297
124326
  },
124298
124327
  "TransitGateway": {
124299
- "shape": "S1jl",
124328
+ "shape": "S1jo",
124300
124329
  "locationName": "transitGateway"
124301
124330
  },
124302
124331
  "TransitGatewayRouteTable": {
124303
- "shape": "S1jl",
124332
+ "shape": "S1jo",
124304
124333
  "locationName": "transitGatewayRouteTable"
124305
124334
  },
124306
124335
  "TransitGatewayRouteTableRoute": {
124307
- "shape": "S1k1",
124336
+ "shape": "S1k4",
124308
124337
  "locationName": "transitGatewayRouteTableRoute"
124309
124338
  },
124310
124339
  "TransitGatewayAttachment": {
124311
- "shape": "S1jl",
124340
+ "shape": "S1jo",
124312
124341
  "locationName": "transitGatewayAttachment"
124313
124342
  },
124314
124343
  "ComponentAccount": {
@@ -124318,17 +124347,17 @@ module.exports={
124318
124347
  "locationName": "componentRegion"
124319
124348
  },
124320
124349
  "FirewallStatelessRule": {
124321
- "shape": "S1k8",
124350
+ "shape": "S1kb",
124322
124351
  "locationName": "firewallStatelessRule"
124323
124352
  },
124324
124353
  "FirewallStatefulRule": {
124325
- "shape": "S1kc",
124354
+ "shape": "S1kf",
124326
124355
  "locationName": "firewallStatefulRule"
124327
124356
  }
124328
124357
  }
124329
124358
  }
124330
124359
  },
124331
- "S1k8": {
124360
+ "S1kb": {
124332
124361
  "type": "structure",
124333
124362
  "members": {
124334
124363
  "RuleGroupArn": {
@@ -124343,11 +124372,11 @@ module.exports={
124343
124372
  "locationName": "destinationSet"
124344
124373
  },
124345
124374
  "SourcePorts": {
124346
- "shape": "S1jo",
124375
+ "shape": "S1jr",
124347
124376
  "locationName": "sourcePortSet"
124348
124377
  },
124349
124378
  "DestinationPorts": {
124350
- "shape": "S1jo",
124379
+ "shape": "S1jr",
124351
124380
  "locationName": "destinationPortSet"
124352
124381
  },
124353
124382
  "Protocols": {
@@ -124367,7 +124396,7 @@ module.exports={
124367
124396
  }
124368
124397
  }
124369
124398
  },
124370
- "S1kc": {
124399
+ "S1kf": {
124371
124400
  "type": "structure",
124372
124401
  "members": {
124373
124402
  "RuleGroupArn": {
@@ -124382,11 +124411,11 @@ module.exports={
124382
124411
  "locationName": "destinationSet"
124383
124412
  },
124384
124413
  "SourcePorts": {
124385
- "shape": "S1jo",
124414
+ "shape": "S1jr",
124386
124415
  "locationName": "sourcePortSet"
124387
124416
  },
124388
124417
  "DestinationPorts": {
124389
- "shape": "S1jo",
124418
+ "shape": "S1jr",
124390
124419
  "locationName": "destinationPortSet"
124391
124420
  },
124392
124421
  "Protocol": {
@@ -124400,7 +124429,7 @@ module.exports={
124400
124429
  }
124401
124430
  }
124402
124431
  },
124403
- "S1lj": {
124432
+ "S1lm": {
124404
124433
  "type": "structure",
124405
124434
  "members": {
124406
124435
  "FirstAddress": {
@@ -124419,13 +124448,13 @@ module.exports={
124419
124448
  }
124420
124449
  }
124421
124450
  },
124422
- "S1lw": {
124451
+ "S1lz": {
124423
124452
  "type": "list",
124424
124453
  "member": {
124425
124454
  "locationName": "ReservedInstancesId"
124426
124455
  }
124427
124456
  },
124428
- "S1m4": {
124457
+ "S1m7": {
124429
124458
  "type": "list",
124430
124459
  "member": {
124431
124460
  "locationName": "item",
@@ -124441,7 +124470,7 @@ module.exports={
124441
124470
  }
124442
124471
  }
124443
124472
  },
124444
- "S1mi": {
124473
+ "S1ml": {
124445
124474
  "type": "structure",
124446
124475
  "members": {
124447
124476
  "AvailabilityZone": {
@@ -124462,7 +124491,7 @@ module.exports={
124462
124491
  }
124463
124492
  }
124464
124493
  },
124465
- "S1n5": {
124494
+ "S1n8": {
124466
124495
  "type": "structure",
124467
124496
  "members": {
124468
124497
  "Frequency": {
@@ -124489,7 +124518,7 @@ module.exports={
124489
124518
  }
124490
124519
  }
124491
124520
  },
124492
- "S1nd": {
124521
+ "S1ng": {
124493
124522
  "type": "structure",
124494
124523
  "members": {
124495
124524
  "AvailabilityZone": {
@@ -124524,7 +124553,7 @@ module.exports={
124524
124553
  "type": "timestamp"
124525
124554
  },
124526
124555
  "Recurrence": {
124527
- "shape": "S1n5",
124556
+ "shape": "S1n8",
124528
124557
  "locationName": "recurrence"
124529
124558
  },
124530
124559
  "ScheduledInstanceId": {
@@ -124548,19 +124577,19 @@ module.exports={
124548
124577
  }
124549
124578
  }
124550
124579
  },
124551
- "S1nk": {
124580
+ "S1nn": {
124552
124581
  "type": "list",
124553
124582
  "member": {
124554
124583
  "locationName": "item"
124555
124584
  }
124556
124585
  },
124557
- "S1no": {
124586
+ "S1nr": {
124558
124587
  "type": "list",
124559
124588
  "member": {
124560
124589
  "locationName": "GroupName"
124561
124590
  }
124562
124591
  },
124563
- "S1nw": {
124592
+ "S1nz": {
124564
124593
  "type": "list",
124565
124594
  "member": {
124566
124595
  "locationName": "item",
@@ -124575,7 +124604,7 @@ module.exports={
124575
124604
  }
124576
124605
  }
124577
124606
  },
124578
- "S1oo": {
124607
+ "S1or": {
124579
124608
  "type": "structure",
124580
124609
  "required": [
124581
124610
  "IamFleetRole",
@@ -124673,11 +124702,11 @@ module.exports={
124673
124702
  }
124674
124703
  },
124675
124704
  "NetworkInterfaces": {
124676
- "shape": "S1oy",
124705
+ "shape": "S1p1",
124677
124706
  "locationName": "networkInterfaceSet"
124678
124707
  },
124679
124708
  "Placement": {
124680
- "shape": "S1p0",
124709
+ "shape": "S1p3",
124681
124710
  "locationName": "placement"
124682
124711
  },
124683
124712
  "RamdiskId": {
@@ -124722,7 +124751,7 @@ module.exports={
124722
124751
  }
124723
124752
  },
124724
124753
  "LaunchTemplateConfigs": {
124725
- "shape": "S1p3",
124754
+ "shape": "S1p6",
124726
124755
  "locationName": "launchTemplateConfigs"
124727
124756
  },
124728
124757
  "SpotPrice": {
@@ -124824,7 +124853,7 @@ module.exports={
124824
124853
  }
124825
124854
  }
124826
124855
  },
124827
- "S1oy": {
124856
+ "S1p1": {
124828
124857
  "type": "list",
124829
124858
  "member": {
124830
124859
  "locationName": "item",
@@ -124909,7 +124938,7 @@ module.exports={
124909
124938
  }
124910
124939
  }
124911
124940
  },
124912
- "S1p0": {
124941
+ "S1p3": {
124913
124942
  "type": "structure",
124914
124943
  "members": {
124915
124944
  "AvailabilityZone": {
@@ -124923,7 +124952,7 @@ module.exports={
124923
124952
  }
124924
124953
  }
124925
124954
  },
124926
- "S1p3": {
124955
+ "S1p6": {
124927
124956
  "type": "list",
124928
124957
  "member": {
124929
124958
  "locationName": "item",
@@ -124970,7 +124999,7 @@ module.exports={
124970
124999
  }
124971
125000
  }
124972
125001
  },
124973
- "S1pg": {
125002
+ "S1pj": {
124974
125003
  "type": "list",
124975
125004
  "member": {
124976
125005
  "locationName": "item",
@@ -125040,11 +125069,11 @@ module.exports={
125040
125069
  "locationName": "keyName"
125041
125070
  },
125042
125071
  "NetworkInterfaces": {
125043
- "shape": "S1oy",
125072
+ "shape": "S1p1",
125044
125073
  "locationName": "networkInterfaceSet"
125045
125074
  },
125046
125075
  "Placement": {
125047
- "shape": "S1p0",
125076
+ "shape": "S1p3",
125048
125077
  "locationName": "placement"
125049
125078
  },
125050
125079
  "RamdiskId": {
@@ -125054,7 +125083,7 @@ module.exports={
125054
125083
  "locationName": "subnetId"
125055
125084
  },
125056
125085
  "Monitoring": {
125057
- "shape": "S1pj",
125086
+ "shape": "S1pm",
125058
125087
  "locationName": "monitoring"
125059
125088
  }
125060
125089
  }
@@ -125111,7 +125140,7 @@ module.exports={
125111
125140
  }
125112
125141
  }
125113
125142
  },
125114
- "S1pj": {
125143
+ "S1pm": {
125115
125144
  "type": "structure",
125116
125145
  "required": [
125117
125146
  "Enabled"
@@ -125123,7 +125152,7 @@ module.exports={
125123
125152
  }
125124
125153
  }
125125
125154
  },
125126
- "S1py": {
125155
+ "S1q1": {
125127
125156
  "type": "list",
125128
125157
  "member": {
125129
125158
  "locationName": "item",
@@ -125165,17 +125194,17 @@ module.exports={
125165
125194
  }
125166
125195
  }
125167
125196
  },
125168
- "S1r0": {
125197
+ "S1r3": {
125169
125198
  "type": "list",
125170
125199
  "member": {}
125171
125200
  },
125172
- "S1sj": {
125201
+ "S1sm": {
125173
125202
  "type": "list",
125174
125203
  "member": {
125175
125204
  "locationName": "item"
125176
125205
  }
125177
125206
  },
125178
- "S1sn": {
125207
+ "S1sq": {
125179
125208
  "type": "structure",
125180
125209
  "members": {
125181
125210
  "VerifiedAccessInstanceId": {
@@ -125194,7 +125223,7 @@ module.exports={
125194
125223
  "type": "boolean"
125195
125224
  },
125196
125225
  "DeliveryStatus": {
125197
- "shape": "S1sq",
125226
+ "shape": "S1st",
125198
125227
  "locationName": "deliveryStatus"
125199
125228
  },
125200
125229
  "BucketName": {
@@ -125217,7 +125246,7 @@ module.exports={
125217
125246
  "type": "boolean"
125218
125247
  },
125219
125248
  "DeliveryStatus": {
125220
- "shape": "S1sq",
125249
+ "shape": "S1st",
125221
125250
  "locationName": "deliveryStatus"
125222
125251
  },
125223
125252
  "LogGroup": {
@@ -125234,7 +125263,7 @@ module.exports={
125234
125263
  "type": "boolean"
125235
125264
  },
125236
125265
  "DeliveryStatus": {
125237
- "shape": "S1sq",
125266
+ "shape": "S1st",
125238
125267
  "locationName": "deliveryStatus"
125239
125268
  },
125240
125269
  "DeliveryStream": {
@@ -125253,7 +125282,7 @@ module.exports={
125253
125282
  }
125254
125283
  }
125255
125284
  },
125256
- "S1sq": {
125285
+ "S1st": {
125257
125286
  "type": "structure",
125258
125287
  "members": {
125259
125288
  "Code": {
@@ -125264,7 +125293,7 @@ module.exports={
125264
125293
  }
125265
125294
  }
125266
125295
  },
125267
- "S1tr": {
125296
+ "S1tu": {
125268
125297
  "type": "structure",
125269
125298
  "members": {
125270
125299
  "VolumeId": {
@@ -125328,19 +125357,19 @@ module.exports={
125328
125357
  }
125329
125358
  }
125330
125359
  },
125331
- "S1tx": {
125360
+ "S1u0": {
125332
125361
  "type": "list",
125333
125362
  "member": {
125334
125363
  "locationName": "VpcId"
125335
125364
  }
125336
125365
  },
125337
- "S1vx": {
125366
+ "S1w0": {
125338
125367
  "type": "list",
125339
125368
  "member": {
125340
125369
  "locationName": "AvailabilityZone"
125341
125370
  }
125342
125371
  },
125343
- "S1wo": {
125372
+ "S1wr": {
125344
125373
  "type": "structure",
125345
125374
  "members": {
125346
125375
  "TransitGatewayAttachmentId": {
@@ -125363,7 +125392,7 @@ module.exports={
125363
125392
  }
125364
125393
  }
125365
125394
  },
125366
- "S208": {
125395
+ "S20b": {
125367
125396
  "type": "structure",
125368
125397
  "members": {
125369
125398
  "InstanceFamily": {
@@ -125374,13 +125403,13 @@ module.exports={
125374
125403
  }
125375
125404
  }
125376
125405
  },
125377
- "S20p": {
125406
+ "S20s": {
125378
125407
  "type": "list",
125379
125408
  "member": {
125380
125409
  "locationName": "item"
125381
125410
  }
125382
125411
  },
125383
- "S20r": {
125412
+ "S20u": {
125384
125413
  "type": "list",
125385
125414
  "member": {
125386
125415
  "locationName": "item",
@@ -125415,19 +125444,19 @@ module.exports={
125415
125444
  }
125416
125445
  }
125417
125446
  },
125418
- "S215": {
125447
+ "S218": {
125419
125448
  "type": "list",
125420
125449
  "member": {
125421
125450
  "locationName": "item"
125422
125451
  }
125423
125452
  },
125424
- "S216": {
125453
+ "S219": {
125425
125454
  "type": "list",
125426
125455
  "member": {
125427
125456
  "locationName": "item"
125428
125457
  }
125429
125458
  },
125430
- "S22k": {
125459
+ "S22n": {
125431
125460
  "type": "structure",
125432
125461
  "members": {
125433
125462
  "IpamId": {
@@ -125482,7 +125511,7 @@ module.exports={
125482
125511
  }
125483
125512
  }
125484
125513
  },
125485
- "S239": {
125514
+ "S23c": {
125486
125515
  "type": "structure",
125487
125516
  "members": {
125488
125517
  "HourlyPrice": {
@@ -125496,14 +125525,14 @@ module.exports={
125496
125525
  }
125497
125526
  }
125498
125527
  },
125499
- "S240": {
125528
+ "S243": {
125500
125529
  "type": "list",
125501
125530
  "member": {
125502
125531
  "shape": "Sog",
125503
125532
  "locationName": "item"
125504
125533
  }
125505
125534
  },
125506
- "S25c": {
125535
+ "S25f": {
125507
125536
  "type": "structure",
125508
125537
  "members": {
125509
125538
  "Comment": {},
@@ -125518,14 +125547,14 @@ module.exports={
125518
125547
  }
125519
125548
  }
125520
125549
  },
125521
- "S25f": {
125550
+ "S25i": {
125522
125551
  "type": "structure",
125523
125552
  "members": {
125524
125553
  "S3Bucket": {},
125525
125554
  "S3Key": {}
125526
125555
  }
125527
125556
  },
125528
- "S25m": {
125557
+ "S25p": {
125529
125558
  "type": "structure",
125530
125559
  "required": [
125531
125560
  "Bytes",
@@ -125546,7 +125575,7 @@ module.exports={
125546
125575
  }
125547
125576
  }
125548
125577
  },
125549
- "S25n": {
125578
+ "S25q": {
125550
125579
  "type": "structure",
125551
125580
  "required": [
125552
125581
  "Size"
@@ -125558,25 +125587,25 @@ module.exports={
125558
125587
  }
125559
125588
  }
125560
125589
  },
125561
- "S26x": {
125590
+ "S270": {
125562
125591
  "type": "list",
125563
125592
  "member": {
125564
125593
  "locationName": "UserId"
125565
125594
  }
125566
125595
  },
125567
- "S26y": {
125596
+ "S271": {
125568
125597
  "type": "list",
125569
125598
  "member": {
125570
125599
  "locationName": "UserGroup"
125571
125600
  }
125572
125601
  },
125573
- "S26z": {
125602
+ "S272": {
125574
125603
  "type": "list",
125575
125604
  "member": {
125576
125605
  "locationName": "ProductCode"
125577
125606
  }
125578
125607
  },
125579
- "S271": {
125608
+ "S274": {
125580
125609
  "type": "list",
125581
125610
  "member": {
125582
125611
  "locationName": "item",
@@ -125587,14 +125616,14 @@ module.exports={
125587
125616
  }
125588
125617
  }
125589
125618
  },
125590
- "S276": {
125619
+ "S279": {
125591
125620
  "type": "list",
125592
125621
  "member": {
125593
125622
  "shape": "S1i",
125594
125623
  "locationName": "item"
125595
125624
  }
125596
125625
  },
125597
- "S27j": {
125626
+ "S27m": {
125598
125627
  "type": "structure",
125599
125628
  "members": {
125600
125629
  "CapacityReservationPreference": {},
@@ -125603,7 +125632,7 @@ module.exports={
125603
125632
  }
125604
125633
  }
125605
125634
  },
125606
- "S28d": {
125635
+ "S28g": {
125607
125636
  "type": "list",
125608
125637
  "member": {
125609
125638
  "type": "structure",
@@ -125612,7 +125641,7 @@ module.exports={
125612
125641
  }
125613
125642
  }
125614
125643
  },
125615
- "S2b2": {
125644
+ "S2b5": {
125616
125645
  "type": "structure",
125617
125646
  "members": {
125618
125647
  "AllowDnsResolutionFromRemoteVpc": {
@@ -125626,7 +125655,7 @@ module.exports={
125626
125655
  }
125627
125656
  }
125628
125657
  },
125629
- "S2b4": {
125658
+ "S2b7": {
125630
125659
  "type": "structure",
125631
125660
  "members": {
125632
125661
  "AllowDnsResolutionFromRemoteVpc": {
@@ -125643,7 +125672,7 @@ module.exports={
125643
125672
  }
125644
125673
  }
125645
125674
  },
125646
- "S2bj": {
125675
+ "S2bm": {
125647
125676
  "type": "list",
125648
125677
  "member": {
125649
125678
  "locationName": "item",
@@ -125653,19 +125682,19 @@ module.exports={
125653
125682
  "locationName": "instanceId"
125654
125683
  },
125655
125684
  "Monitoring": {
125656
- "shape": "S1eu",
125685
+ "shape": "S1ex",
125657
125686
  "locationName": "monitoring"
125658
125687
  }
125659
125688
  }
125660
125689
  }
125661
125690
  },
125662
- "S2fg": {
125691
+ "S2fj": {
125663
125692
  "type": "list",
125664
125693
  "member": {
125665
125694
  "locationName": "SecurityGroupId"
125666
125695
  }
125667
125696
  },
125668
- "S2g4": {
125697
+ "S2g7": {
125669
125698
  "type": "list",
125670
125699
  "member": {
125671
125700
  "locationName": "item",
@@ -125685,7 +125714,7 @@ module.exports={
125685
125714
  }
125686
125715
  }
125687
125716
  },
125688
- "S2gu": {
125717
+ "S2gx": {
125689
125718
  "type": "list",
125690
125719
  "member": {
125691
125720
  "locationName": "item",
@@ -146736,7 +146765,7 @@ module.exports={
146736
146765
  ],
146737
146766
  "members": {
146738
146767
  "Template": {
146739
- "shape": "S20"
146768
+ "shape": "S21"
146740
146769
  }
146741
146770
  }
146742
146771
  },
@@ -146928,10 +146957,10 @@ module.exports={
146928
146957
  "type": "structure",
146929
146958
  "members": {
146930
146959
  "Metadata": {
146931
- "shape": "S2t"
146960
+ "shape": "S2u"
146932
146961
  },
146933
146962
  "Rules": {
146934
- "shape": "S2v"
146963
+ "shape": "S2w"
146935
146964
  }
146936
146965
  }
146937
146966
  }
@@ -146967,7 +146996,7 @@ module.exports={
146967
146996
  "shape": "Sp"
146968
146997
  },
146969
146998
  "DeliveryOptions": {
146970
- "shape": "S31"
146999
+ "shape": "S32"
146971
147000
  },
146972
147001
  "ReputationOptions": {
146973
147002
  "type": "structure",
@@ -147023,10 +147052,10 @@ module.exports={
147023
147052
  "type": "structure",
147024
147053
  "members": {
147025
147054
  "Metadata": {
147026
- "shape": "S2t"
147055
+ "shape": "S2u"
147027
147056
  },
147028
147057
  "Rules": {
147029
- "shape": "S2v"
147058
+ "shape": "S2w"
147030
147059
  }
147031
147060
  }
147032
147061
  }
@@ -147073,7 +147102,7 @@ module.exports={
147073
147102
  ],
147074
147103
  "members": {
147075
147104
  "Identities": {
147076
- "shape": "S3c"
147105
+ "shape": "S3d"
147077
147106
  }
147078
147107
  }
147079
147108
  },
@@ -147099,7 +147128,7 @@ module.exports={
147099
147128
  },
147100
147129
  "DkimVerificationStatus": {},
147101
147130
  "DkimTokens": {
147102
- "shape": "S3h"
147131
+ "shape": "S3i"
147103
147132
  }
147104
147133
  }
147105
147134
  }
@@ -147115,7 +147144,7 @@ module.exports={
147115
147144
  ],
147116
147145
  "members": {
147117
147146
  "Identities": {
147118
- "shape": "S3c"
147147
+ "shape": "S3d"
147119
147148
  }
147120
147149
  }
147121
147150
  },
@@ -147154,7 +147183,7 @@ module.exports={
147154
147183
  ],
147155
147184
  "members": {
147156
147185
  "Identities": {
147157
- "shape": "S3c"
147186
+ "shape": "S3d"
147158
147187
  }
147159
147188
  }
147160
147189
  },
@@ -147208,7 +147237,7 @@ module.exports={
147208
147237
  "members": {
147209
147238
  "Identity": {},
147210
147239
  "PolicyNames": {
147211
- "shape": "S3w"
147240
+ "shape": "S3x"
147212
147241
  }
147213
147242
  }
147214
147243
  },
@@ -147235,7 +147264,7 @@ module.exports={
147235
147264
  ],
147236
147265
  "members": {
147237
147266
  "Identities": {
147238
- "shape": "S3c"
147267
+ "shape": "S3d"
147239
147268
  }
147240
147269
  }
147241
147270
  },
@@ -147326,7 +147355,7 @@ module.exports={
147326
147355
  "type": "structure",
147327
147356
  "members": {
147328
147357
  "Template": {
147329
- "shape": "S20"
147358
+ "shape": "S21"
147330
147359
  }
147331
147360
  }
147332
147361
  }
@@ -147405,7 +147434,7 @@ module.exports={
147405
147434
  ],
147406
147435
  "members": {
147407
147436
  "Identities": {
147408
- "shape": "S3c"
147437
+ "shape": "S3d"
147409
147438
  },
147410
147439
  "NextToken": {}
147411
147440
  }
@@ -147429,7 +147458,7 @@ module.exports={
147429
147458
  ],
147430
147459
  "members": {
147431
147460
  "PolicyNames": {
147432
- "shape": "S3w"
147461
+ "shape": "S3x"
147433
147462
  }
147434
147463
  }
147435
147464
  }
@@ -147466,7 +147495,7 @@ module.exports={
147466
147495
  "RuleSets": {
147467
147496
  "type": "list",
147468
147497
  "member": {
147469
- "shape": "S2t"
147498
+ "shape": "S2u"
147470
147499
  }
147471
147500
  },
147472
147501
  "NextToken": {}
@@ -147509,7 +147538,7 @@ module.exports={
147509
147538
  "type": "structure",
147510
147539
  "members": {
147511
147540
  "VerifiedEmailAddresses": {
147512
- "shape": "S54"
147541
+ "shape": "S55"
147513
147542
  }
147514
147543
  }
147515
147544
  }
@@ -147523,7 +147552,7 @@ module.exports={
147523
147552
  "members": {
147524
147553
  "ConfigurationSetName": {},
147525
147554
  "DeliveryOptions": {
147526
- "shape": "S31"
147555
+ "shape": "S32"
147527
147556
  }
147528
147557
  }
147529
147558
  },
@@ -147597,7 +147626,7 @@ module.exports={
147597
147626
  "type": "timestamp"
147598
147627
  },
147599
147628
  "ExtensionFields": {
147600
- "shape": "S5i"
147629
+ "shape": "S5j"
147601
147630
  }
147602
147631
  }
147603
147632
  },
@@ -147628,7 +147657,7 @@ module.exports={
147628
147657
  "type": "timestamp"
147629
147658
  },
147630
147659
  "ExtensionFields": {
147631
- "shape": "S5i"
147660
+ "shape": "S5j"
147632
147661
  }
147633
147662
  }
147634
147663
  }
@@ -147652,19 +147681,20 @@ module.exports={
147652
147681
  "required": [
147653
147682
  "Source",
147654
147683
  "Template",
147684
+ "DefaultTemplateData",
147655
147685
  "Destinations"
147656
147686
  ],
147657
147687
  "members": {
147658
147688
  "Source": {},
147659
147689
  "SourceArn": {},
147660
147690
  "ReplyToAddresses": {
147661
- "shape": "S54"
147691
+ "shape": "S55"
147662
147692
  },
147663
147693
  "ReturnPath": {},
147664
147694
  "ReturnPathArn": {},
147665
147695
  "ConfigurationSetName": {},
147666
147696
  "DefaultTags": {
147667
- "shape": "S5x"
147697
+ "shape": "S5y"
147668
147698
  },
147669
147699
  "Template": {},
147670
147700
  "TemplateArn": {},
@@ -147678,10 +147708,10 @@ module.exports={
147678
147708
  ],
147679
147709
  "members": {
147680
147710
  "Destination": {
147681
- "shape": "S64"
147711
+ "shape": "S65"
147682
147712
  },
147683
147713
  "ReplacementTags": {
147684
- "shape": "S5x"
147714
+ "shape": "S5y"
147685
147715
  },
147686
147716
  "ReplacementTemplateData": {}
147687
147717
  }
@@ -147742,7 +147772,7 @@ module.exports={
147742
147772
  "members": {
147743
147773
  "Source": {},
147744
147774
  "Destination": {
147745
- "shape": "S64"
147775
+ "shape": "S65"
147746
147776
  },
147747
147777
  "Message": {
147748
147778
  "type": "structure",
@@ -147752,29 +147782,29 @@ module.exports={
147752
147782
  ],
147753
147783
  "members": {
147754
147784
  "Subject": {
147755
- "shape": "S6e"
147785
+ "shape": "S6f"
147756
147786
  },
147757
147787
  "Body": {
147758
147788
  "type": "structure",
147759
147789
  "members": {
147760
147790
  "Text": {
147761
- "shape": "S6e"
147791
+ "shape": "S6f"
147762
147792
  },
147763
147793
  "Html": {
147764
- "shape": "S6e"
147794
+ "shape": "S6f"
147765
147795
  }
147766
147796
  }
147767
147797
  }
147768
147798
  }
147769
147799
  },
147770
147800
  "ReplyToAddresses": {
147771
- "shape": "S54"
147801
+ "shape": "S55"
147772
147802
  },
147773
147803
  "ReturnPath": {},
147774
147804
  "SourceArn": {},
147775
147805
  "ReturnPathArn": {},
147776
147806
  "Tags": {
147777
- "shape": "S5x"
147807
+ "shape": "S5y"
147778
147808
  },
147779
147809
  "ConfigurationSetName": {}
147780
147810
  }
@@ -147799,7 +147829,7 @@ module.exports={
147799
147829
  "members": {
147800
147830
  "Source": {},
147801
147831
  "Destinations": {
147802
- "shape": "S54"
147832
+ "shape": "S55"
147803
147833
  },
147804
147834
  "RawMessage": {
147805
147835
  "type": "structure",
@@ -147816,7 +147846,7 @@ module.exports={
147816
147846
  "SourceArn": {},
147817
147847
  "ReturnPathArn": {},
147818
147848
  "Tags": {
147819
- "shape": "S5x"
147849
+ "shape": "S5y"
147820
147850
  },
147821
147851
  "ConfigurationSetName": {}
147822
147852
  }
@@ -147844,16 +147874,16 @@ module.exports={
147844
147874
  "members": {
147845
147875
  "Source": {},
147846
147876
  "Destination": {
147847
- "shape": "S64"
147877
+ "shape": "S65"
147848
147878
  },
147849
147879
  "ReplyToAddresses": {
147850
- "shape": "S54"
147880
+ "shape": "S55"
147851
147881
  },
147852
147882
  "ReturnPath": {},
147853
147883
  "SourceArn": {},
147854
147884
  "ReturnPathArn": {},
147855
147885
  "Tags": {
147856
- "shape": "S5x"
147886
+ "shape": "S5y"
147857
147887
  },
147858
147888
  "ConfigurationSetName": {},
147859
147889
  "Template": {},
@@ -148147,7 +148177,7 @@ module.exports={
148147
148177
  ],
148148
148178
  "members": {
148149
148179
  "Template": {
148150
- "shape": "S20"
148180
+ "shape": "S21"
148151
148181
  }
148152
148182
  }
148153
148183
  },
@@ -148175,7 +148205,7 @@ module.exports={
148175
148205
  ],
148176
148206
  "members": {
148177
148207
  "DkimTokens": {
148178
- "shape": "S3h"
148208
+ "shape": "S3i"
148179
148209
  }
148180
148210
  }
148181
148211
  }
@@ -148356,7 +148386,8 @@ module.exports={
148356
148386
  "TopicArn": {},
148357
148387
  "BucketName": {},
148358
148388
  "ObjectKeyPrefix": {},
148359
- "KmsKeyArn": {}
148389
+ "KmsKeyArn": {},
148390
+ "IamRoleArn": {}
148360
148391
  }
148361
148392
  },
148362
148393
  "BounceAction": {
@@ -148434,7 +148465,7 @@ module.exports={
148434
148465
  }
148435
148466
  }
148436
148467
  },
148437
- "S20": {
148468
+ "S21": {
148438
148469
  "type": "structure",
148439
148470
  "required": [
148440
148471
  "TemplateName"
@@ -148446,7 +148477,7 @@ module.exports={
148446
148477
  "HtmlPart": {}
148447
148478
  }
148448
148479
  },
148449
- "S2t": {
148480
+ "S2u": {
148450
148481
  "type": "structure",
148451
148482
  "members": {
148452
148483
  "Name": {},
@@ -148455,35 +148486,35 @@ module.exports={
148455
148486
  }
148456
148487
  }
148457
148488
  },
148458
- "S2v": {
148489
+ "S2w": {
148459
148490
  "type": "list",
148460
148491
  "member": {
148461
148492
  "shape": "S18"
148462
148493
  }
148463
148494
  },
148464
- "S31": {
148495
+ "S32": {
148465
148496
  "type": "structure",
148466
148497
  "members": {
148467
148498
  "TlsPolicy": {}
148468
148499
  }
148469
148500
  },
148470
- "S3c": {
148501
+ "S3d": {
148471
148502
  "type": "list",
148472
148503
  "member": {}
148473
148504
  },
148474
- "S3h": {
148505
+ "S3i": {
148475
148506
  "type": "list",
148476
148507
  "member": {}
148477
148508
  },
148478
- "S3w": {
148509
+ "S3x": {
148479
148510
  "type": "list",
148480
148511
  "member": {}
148481
148512
  },
148482
- "S54": {
148513
+ "S55": {
148483
148514
  "type": "list",
148484
148515
  "member": {}
148485
148516
  },
148486
- "S5i": {
148517
+ "S5j": {
148487
148518
  "type": "list",
148488
148519
  "member": {
148489
148520
  "type": "structure",
@@ -148497,7 +148528,7 @@ module.exports={
148497
148528
  }
148498
148529
  }
148499
148530
  },
148500
- "S5x": {
148531
+ "S5y": {
148501
148532
  "type": "list",
148502
148533
  "member": {
148503
148534
  "type": "structure",
@@ -148511,21 +148542,21 @@ module.exports={
148511
148542
  }
148512
148543
  }
148513
148544
  },
148514
- "S64": {
148545
+ "S65": {
148515
148546
  "type": "structure",
148516
148547
  "members": {
148517
148548
  "ToAddresses": {
148518
- "shape": "S54"
148549
+ "shape": "S55"
148519
148550
  },
148520
148551
  "CcAddresses": {
148521
- "shape": "S54"
148552
+ "shape": "S55"
148522
148553
  },
148523
148554
  "BccAddresses": {
148524
- "shape": "S54"
148555
+ "shape": "S55"
148525
148556
  }
148526
148557
  }
148527
148558
  },
148528
- "S6e": {
148559
+ "S6f": {
148529
148560
  "type": "structure",
148530
148561
  "required": [
148531
148562
  "Data"
@@ -184054,11 +184085,12 @@ module.exports={
184054
184085
  },
184055
184086
  "DocumentDBEventSourceConfig": {
184056
184087
  "shape": "S27"
184057
- }
184088
+ },
184089
+ "KMSKeyArn": {}
184058
184090
  }
184059
184091
  },
184060
184092
  "output": {
184061
- "shape": "S2b"
184093
+ "shape": "S2c"
184062
184094
  }
184063
184095
  },
184064
184096
  "CreateFunction": {
@@ -184082,7 +184114,7 @@ module.exports={
184082
184114
  "type": "structure",
184083
184115
  "members": {
184084
184116
  "ZipFile": {
184085
- "shape": "S2h"
184117
+ "shape": "S2l"
184086
184118
  },
184087
184119
  "S3Bucket": {},
184088
184120
  "S3Key": {},
@@ -184101,48 +184133,48 @@ module.exports={
184101
184133
  "type": "boolean"
184102
184134
  },
184103
184135
  "VpcConfig": {
184104
- "shape": "S2o"
184136
+ "shape": "S2s"
184105
184137
  },
184106
184138
  "PackageType": {},
184107
184139
  "DeadLetterConfig": {
184108
- "shape": "S2v"
184140
+ "shape": "S2z"
184109
184141
  },
184110
184142
  "Environment": {
184111
- "shape": "S2x"
184143
+ "shape": "S31"
184112
184144
  },
184113
184145
  "KMSKeyArn": {},
184114
184146
  "TracingConfig": {
184115
- "shape": "S32"
184147
+ "shape": "S35"
184116
184148
  },
184117
184149
  "Tags": {
184118
- "shape": "S34"
184150
+ "shape": "S37"
184119
184151
  },
184120
184152
  "Layers": {
184121
- "shape": "S37"
184153
+ "shape": "S3a"
184122
184154
  },
184123
184155
  "FileSystemConfigs": {
184124
- "shape": "S39"
184156
+ "shape": "S3c"
184125
184157
  },
184126
184158
  "ImageConfig": {
184127
- "shape": "S3d"
184159
+ "shape": "S3g"
184128
184160
  },
184129
184161
  "CodeSigningConfigArn": {},
184130
184162
  "Architectures": {
184131
- "shape": "S3g"
184163
+ "shape": "S3j"
184132
184164
  },
184133
184165
  "EphemeralStorage": {
184134
- "shape": "S3i"
184166
+ "shape": "S3l"
184135
184167
  },
184136
184168
  "SnapStart": {
184137
- "shape": "S3k"
184169
+ "shape": "S3n"
184138
184170
  },
184139
184171
  "LoggingConfig": {
184140
- "shape": "S3m"
184172
+ "shape": "S3p"
184141
184173
  }
184142
184174
  }
184143
184175
  },
184144
184176
  "output": {
184145
- "shape": "S3r"
184177
+ "shape": "S3u"
184146
184178
  }
184147
184179
  },
184148
184180
  "CreateFunctionUrlConfig": {
@@ -184167,7 +184199,7 @@ module.exports={
184167
184199
  },
184168
184200
  "AuthType": {},
184169
184201
  "Cors": {
184170
- "shape": "S4i"
184202
+ "shape": "S4l"
184171
184203
  },
184172
184204
  "InvokeMode": {}
184173
184205
  }
@@ -184185,7 +184217,7 @@ module.exports={
184185
184217
  "FunctionArn": {},
184186
184218
  "AuthType": {},
184187
184219
  "Cors": {
184188
- "shape": "S4i"
184220
+ "shape": "S4l"
184189
184221
  },
184190
184222
  "CreationTime": {},
184191
184223
  "InvokeMode": {}
@@ -184258,7 +184290,7 @@ module.exports={
184258
184290
  }
184259
184291
  },
184260
184292
  "output": {
184261
- "shape": "S2b"
184293
+ "shape": "S2c"
184262
184294
  }
184263
184295
  },
184264
184296
  "DeleteFunction": {
@@ -184540,7 +184572,7 @@ module.exports={
184540
184572
  }
184541
184573
  },
184542
184574
  "output": {
184543
- "shape": "S2b"
184575
+ "shape": "S2c"
184544
184576
  }
184545
184577
  },
184546
184578
  "GetFunction": {
@@ -184569,7 +184601,7 @@ module.exports={
184569
184601
  "type": "structure",
184570
184602
  "members": {
184571
184603
  "Configuration": {
184572
- "shape": "S3r"
184604
+ "shape": "S3u"
184573
184605
  },
184574
184606
  "Code": {
184575
184607
  "type": "structure",
@@ -184581,10 +184613,10 @@ module.exports={
184581
184613
  }
184582
184614
  },
184583
184615
  "Tags": {
184584
- "shape": "S34"
184616
+ "shape": "S37"
184585
184617
  },
184586
184618
  "Concurrency": {
184587
- "shape": "S5i"
184619
+ "shape": "S5l"
184588
184620
  }
184589
184621
  }
184590
184622
  }
@@ -184669,7 +184701,7 @@ module.exports={
184669
184701
  }
184670
184702
  },
184671
184703
  "output": {
184672
- "shape": "S3r"
184704
+ "shape": "S3u"
184673
184705
  }
184674
184706
  },
184675
184707
  "GetFunctionEventInvokeConfig": {
@@ -184695,7 +184727,7 @@ module.exports={
184695
184727
  }
184696
184728
  },
184697
184729
  "output": {
184698
- "shape": "S5q"
184730
+ "shape": "S5t"
184699
184731
  }
184700
184732
  },
184701
184733
  "GetFunctionRecursionConfig": {
@@ -184759,7 +184791,7 @@ module.exports={
184759
184791
  "FunctionArn": {},
184760
184792
  "AuthType": {},
184761
184793
  "Cors": {
184762
- "shape": "S4i"
184794
+ "shape": "S4l"
184763
184795
  },
184764
184796
  "CreationTime": {},
184765
184797
  "LastModifiedTime": {},
@@ -184792,7 +184824,7 @@ module.exports={
184792
184824
  }
184793
184825
  },
184794
184826
  "output": {
184795
- "shape": "S60"
184827
+ "shape": "S63"
184796
184828
  }
184797
184829
  },
184798
184830
  "GetLayerVersionByArn": {
@@ -184814,7 +184846,7 @@ module.exports={
184814
184846
  }
184815
184847
  },
184816
184848
  "output": {
184817
- "shape": "S60"
184849
+ "shape": "S63"
184818
184850
  }
184819
184851
  },
184820
184852
  "GetLayerVersionPolicy": {
@@ -184978,7 +185010,7 @@ module.exports={
184978
185010
  "locationName": "X-Amz-Client-Context"
184979
185011
  },
184980
185012
  "Payload": {
184981
- "shape": "S2h"
185013
+ "shape": "S2l"
184982
185014
  },
184983
185015
  "Qualifier": {
184984
185016
  "location": "querystring",
@@ -185003,7 +185035,7 @@ module.exports={
185003
185035
  "locationName": "X-Amz-Log-Result"
185004
185036
  },
185005
185037
  "Payload": {
185006
- "shape": "S2h"
185038
+ "shape": "S2l"
185007
185039
  },
185008
185040
  "ExecutedVersion": {
185009
185041
  "location": "header",
@@ -185080,7 +185112,7 @@ module.exports={
185080
185112
  "locationName": "Qualifier"
185081
185113
  },
185082
185114
  "Payload": {
185083
- "shape": "S2h"
185115
+ "shape": "S2l"
185084
185116
  }
185085
185117
  },
185086
185118
  "payload": "Payload"
@@ -185103,7 +185135,7 @@ module.exports={
185103
185135
  "type": "structure",
185104
185136
  "members": {
185105
185137
  "Payload": {
185106
- "shape": "S2h",
185138
+ "shape": "S2l",
185107
185139
  "eventpayload": true
185108
185140
  }
185109
185141
  },
@@ -185241,7 +185273,7 @@ module.exports={
185241
185273
  "EventSourceMappings": {
185242
185274
  "type": "list",
185243
185275
  "member": {
185244
- "shape": "S2b"
185276
+ "shape": "S2c"
185245
185277
  }
185246
185278
  }
185247
185279
  }
@@ -185280,7 +185312,7 @@ module.exports={
185280
185312
  "FunctionEventInvokeConfigs": {
185281
185313
  "type": "list",
185282
185314
  "member": {
185283
- "shape": "S5q"
185315
+ "shape": "S5t"
185284
185316
  }
185285
185317
  },
185286
185318
  "NextMarker": {}
@@ -185337,7 +185369,7 @@ module.exports={
185337
185369
  "CreationTime": {},
185338
185370
  "LastModifiedTime": {},
185339
185371
  "Cors": {
185340
- "shape": "S4i"
185372
+ "shape": "S4l"
185341
185373
  },
185342
185374
  "AuthType": {},
185343
185375
  "InvokeMode": {}
@@ -185381,7 +185413,7 @@ module.exports={
185381
185413
  "members": {
185382
185414
  "NextMarker": {},
185383
185415
  "Functions": {
185384
- "shape": "S7k"
185416
+ "shape": "S7n"
185385
185417
  }
185386
185418
  }
185387
185419
  }
@@ -185466,7 +185498,7 @@ module.exports={
185466
185498
  "LayerVersions": {
185467
185499
  "type": "list",
185468
185500
  "member": {
185469
- "shape": "S7s"
185501
+ "shape": "S7v"
185470
185502
  }
185471
185503
  }
185472
185504
  }
@@ -185512,7 +185544,7 @@ module.exports={
185512
185544
  "LayerName": {},
185513
185545
  "LayerArn": {},
185514
185546
  "LatestMatchingVersion": {
185515
- "shape": "S7s"
185547
+ "shape": "S7v"
185516
185548
  }
185517
185549
  }
185518
185550
  }
@@ -185596,7 +185628,7 @@ module.exports={
185596
185628
  "type": "structure",
185597
185629
  "members": {
185598
185630
  "Tags": {
185599
- "shape": "S34"
185631
+ "shape": "S37"
185600
185632
  }
185601
185633
  }
185602
185634
  }
@@ -185633,7 +185665,7 @@ module.exports={
185633
185665
  "members": {
185634
185666
  "NextMarker": {},
185635
185667
  "Versions": {
185636
- "shape": "S7k"
185668
+ "shape": "S7n"
185637
185669
  }
185638
185670
  }
185639
185671
  }
@@ -185662,16 +185694,16 @@ module.exports={
185662
185694
  "S3Key": {},
185663
185695
  "S3ObjectVersion": {},
185664
185696
  "ZipFile": {
185665
- "shape": "S2h"
185697
+ "shape": "S2l"
185666
185698
  }
185667
185699
  }
185668
185700
  },
185669
185701
  "CompatibleRuntimes": {
185670
- "shape": "S63"
185702
+ "shape": "S66"
185671
185703
  },
185672
185704
  "LicenseInfo": {},
185673
185705
  "CompatibleArchitectures": {
185674
- "shape": "S65"
185706
+ "shape": "S68"
185675
185707
  }
185676
185708
  }
185677
185709
  },
@@ -185679,7 +185711,7 @@ module.exports={
185679
185711
  "type": "structure",
185680
185712
  "members": {
185681
185713
  "Content": {
185682
- "shape": "S61"
185714
+ "shape": "S64"
185683
185715
  },
185684
185716
  "LayerArn": {},
185685
185717
  "LayerVersionArn": {},
@@ -185689,11 +185721,11 @@ module.exports={
185689
185721
  "type": "long"
185690
185722
  },
185691
185723
  "CompatibleRuntimes": {
185692
- "shape": "S63"
185724
+ "shape": "S66"
185693
185725
  },
185694
185726
  "LicenseInfo": {},
185695
185727
  "CompatibleArchitectures": {
185696
- "shape": "S65"
185728
+ "shape": "S68"
185697
185729
  }
185698
185730
  }
185699
185731
  }
@@ -185719,7 +185751,7 @@ module.exports={
185719
185751
  }
185720
185752
  },
185721
185753
  "output": {
185722
- "shape": "S3r"
185754
+ "shape": "S3u"
185723
185755
  }
185724
185756
  },
185725
185757
  "PutFunctionCodeSigningConfig": {
@@ -185777,7 +185809,7 @@ module.exports={
185777
185809
  }
185778
185810
  },
185779
185811
  "output": {
185780
- "shape": "S5i"
185812
+ "shape": "S5l"
185781
185813
  }
185782
185814
  },
185783
185815
  "PutFunctionEventInvokeConfig": {
@@ -185812,7 +185844,7 @@ module.exports={
185812
185844
  }
185813
185845
  },
185814
185846
  "output": {
185815
- "shape": "S5q"
185847
+ "shape": "S5t"
185816
185848
  }
185817
185849
  },
185818
185850
  "PutFunctionRecursionConfig": {
@@ -186008,7 +186040,7 @@ module.exports={
186008
186040
  "locationName": "ARN"
186009
186041
  },
186010
186042
  "Tags": {
186011
- "shape": "S34"
186043
+ "shape": "S37"
186012
186044
  }
186013
186045
  }
186014
186046
  }
@@ -186167,11 +186199,12 @@ module.exports={
186167
186199
  },
186168
186200
  "DocumentDBEventSourceConfig": {
186169
186201
  "shape": "S27"
186170
- }
186202
+ },
186203
+ "KMSKeyArn": {}
186171
186204
  }
186172
186205
  },
186173
186206
  "output": {
186174
- "shape": "S2b"
186207
+ "shape": "S2c"
186175
186208
  }
186176
186209
  },
186177
186210
  "UpdateFunctionCode": {
@@ -186191,7 +186224,7 @@ module.exports={
186191
186224
  "locationName": "FunctionName"
186192
186225
  },
186193
186226
  "ZipFile": {
186194
- "shape": "S2h"
186227
+ "shape": "S2l"
186195
186228
  },
186196
186229
  "S3Bucket": {},
186197
186230
  "S3Key": {},
@@ -186205,12 +186238,12 @@ module.exports={
186205
186238
  },
186206
186239
  "RevisionId": {},
186207
186240
  "Architectures": {
186208
- "shape": "S3g"
186241
+ "shape": "S3j"
186209
186242
  }
186210
186243
  }
186211
186244
  },
186212
186245
  "output": {
186213
- "shape": "S3r"
186246
+ "shape": "S3u"
186214
186247
  }
186215
186248
  },
186216
186249
  "UpdateFunctionConfiguration": {
@@ -186239,42 +186272,42 @@ module.exports={
186239
186272
  "type": "integer"
186240
186273
  },
186241
186274
  "VpcConfig": {
186242
- "shape": "S2o"
186275
+ "shape": "S2s"
186243
186276
  },
186244
186277
  "Environment": {
186245
- "shape": "S2x"
186278
+ "shape": "S31"
186246
186279
  },
186247
186280
  "Runtime": {},
186248
186281
  "DeadLetterConfig": {
186249
- "shape": "S2v"
186282
+ "shape": "S2z"
186250
186283
  },
186251
186284
  "KMSKeyArn": {},
186252
186285
  "TracingConfig": {
186253
- "shape": "S32"
186286
+ "shape": "S35"
186254
186287
  },
186255
186288
  "RevisionId": {},
186256
186289
  "Layers": {
186257
- "shape": "S37"
186290
+ "shape": "S3a"
186258
186291
  },
186259
186292
  "FileSystemConfigs": {
186260
- "shape": "S39"
186293
+ "shape": "S3c"
186261
186294
  },
186262
186295
  "ImageConfig": {
186263
- "shape": "S3d"
186296
+ "shape": "S3g"
186264
186297
  },
186265
186298
  "EphemeralStorage": {
186266
- "shape": "S3i"
186299
+ "shape": "S3l"
186267
186300
  },
186268
186301
  "SnapStart": {
186269
- "shape": "S3k"
186302
+ "shape": "S3n"
186270
186303
  },
186271
186304
  "LoggingConfig": {
186272
- "shape": "S3m"
186305
+ "shape": "S3p"
186273
186306
  }
186274
186307
  }
186275
186308
  },
186276
186309
  "output": {
186277
- "shape": "S3r"
186310
+ "shape": "S3u"
186278
186311
  }
186279
186312
  },
186280
186313
  "UpdateFunctionEventInvokeConfig": {
@@ -186308,7 +186341,7 @@ module.exports={
186308
186341
  }
186309
186342
  },
186310
186343
  "output": {
186311
- "shape": "S5q"
186344
+ "shape": "S5t"
186312
186345
  }
186313
186346
  },
186314
186347
  "UpdateFunctionUrlConfig": {
@@ -186333,7 +186366,7 @@ module.exports={
186333
186366
  },
186334
186367
  "AuthType": {},
186335
186368
  "Cors": {
186336
- "shape": "S4i"
186369
+ "shape": "S4l"
186337
186370
  },
186338
186371
  "InvokeMode": {}
186339
186372
  }
@@ -186352,7 +186385,7 @@ module.exports={
186352
186385
  "FunctionArn": {},
186353
186386
  "AuthType": {},
186354
186387
  "Cors": {
186355
- "shape": "S4i"
186388
+ "shape": "S4l"
186356
186389
  },
186357
186390
  "CreationTime": {},
186358
186391
  "LastModifiedTime": {},
@@ -186521,7 +186554,7 @@ module.exports={
186521
186554
  "FullDocument": {}
186522
186555
  }
186523
186556
  },
186524
- "S2b": {
186557
+ "S2c": {
186525
186558
  "type": "structure",
186526
186559
  "members": {
186527
186560
  "UUID": {},
@@ -186590,50 +186623,58 @@ module.exports={
186590
186623
  },
186591
186624
  "DocumentDBEventSourceConfig": {
186592
186625
  "shape": "S27"
186626
+ },
186627
+ "KMSKeyArn": {},
186628
+ "FilterCriteriaError": {
186629
+ "type": "structure",
186630
+ "members": {
186631
+ "ErrorCode": {},
186632
+ "Message": {}
186633
+ }
186593
186634
  }
186594
186635
  }
186595
186636
  },
186596
- "S2h": {
186637
+ "S2l": {
186597
186638
  "type": "blob",
186598
186639
  "sensitive": true
186599
186640
  },
186600
- "S2o": {
186641
+ "S2s": {
186601
186642
  "type": "structure",
186602
186643
  "members": {
186603
186644
  "SubnetIds": {
186604
- "shape": "S2p"
186645
+ "shape": "S2t"
186605
186646
  },
186606
186647
  "SecurityGroupIds": {
186607
- "shape": "S2r"
186648
+ "shape": "S2v"
186608
186649
  },
186609
186650
  "Ipv6AllowedForDualStack": {
186610
186651
  "type": "boolean"
186611
186652
  }
186612
186653
  }
186613
186654
  },
186614
- "S2p": {
186655
+ "S2t": {
186615
186656
  "type": "list",
186616
186657
  "member": {}
186617
186658
  },
186618
- "S2r": {
186659
+ "S2v": {
186619
186660
  "type": "list",
186620
186661
  "member": {}
186621
186662
  },
186622
- "S2v": {
186663
+ "S2z": {
186623
186664
  "type": "structure",
186624
186665
  "members": {
186625
186666
  "TargetArn": {}
186626
186667
  }
186627
186668
  },
186628
- "S2x": {
186669
+ "S31": {
186629
186670
  "type": "structure",
186630
186671
  "members": {
186631
186672
  "Variables": {
186632
- "shape": "S2y"
186673
+ "shape": "S32"
186633
186674
  }
186634
186675
  }
186635
186676
  },
186636
- "S2y": {
186677
+ "S32": {
186637
186678
  "type": "map",
186638
186679
  "key": {
186639
186680
  "type": "string",
@@ -186645,22 +186686,22 @@ module.exports={
186645
186686
  },
186646
186687
  "sensitive": true
186647
186688
  },
186648
- "S32": {
186689
+ "S35": {
186649
186690
  "type": "structure",
186650
186691
  "members": {
186651
186692
  "Mode": {}
186652
186693
  }
186653
186694
  },
186654
- "S34": {
186695
+ "S37": {
186655
186696
  "type": "map",
186656
186697
  "key": {},
186657
186698
  "value": {}
186658
186699
  },
186659
- "S37": {
186700
+ "S3a": {
186660
186701
  "type": "list",
186661
186702
  "member": {}
186662
186703
  },
186663
- "S39": {
186704
+ "S3c": {
186664
186705
  "type": "list",
186665
186706
  "member": {
186666
186707
  "type": "structure",
@@ -186674,27 +186715,27 @@ module.exports={
186674
186715
  }
186675
186716
  }
186676
186717
  },
186677
- "S3d": {
186718
+ "S3g": {
186678
186719
  "type": "structure",
186679
186720
  "members": {
186680
186721
  "EntryPoint": {
186681
- "shape": "S3e"
186722
+ "shape": "S3h"
186682
186723
  },
186683
186724
  "Command": {
186684
- "shape": "S3e"
186725
+ "shape": "S3h"
186685
186726
  },
186686
186727
  "WorkingDirectory": {}
186687
186728
  }
186688
186729
  },
186689
- "S3e": {
186730
+ "S3h": {
186690
186731
  "type": "list",
186691
186732
  "member": {}
186692
186733
  },
186693
- "S3g": {
186734
+ "S3j": {
186694
186735
  "type": "list",
186695
186736
  "member": {}
186696
186737
  },
186697
- "S3i": {
186738
+ "S3l": {
186698
186739
  "type": "structure",
186699
186740
  "required": [
186700
186741
  "Size"
@@ -186705,13 +186746,13 @@ module.exports={
186705
186746
  }
186706
186747
  }
186707
186748
  },
186708
- "S3k": {
186749
+ "S3n": {
186709
186750
  "type": "structure",
186710
186751
  "members": {
186711
186752
  "ApplyOn": {}
186712
186753
  }
186713
186754
  },
186714
- "S3m": {
186755
+ "S3p": {
186715
186756
  "type": "structure",
186716
186757
  "members": {
186717
186758
  "LogFormat": {},
@@ -186720,7 +186761,7 @@ module.exports={
186720
186761
  "LogGroup": {}
186721
186762
  }
186722
186763
  },
186723
- "S3r": {
186764
+ "S3u": {
186724
186765
  "type": "structure",
186725
186766
  "members": {
186726
186767
  "FunctionName": {},
@@ -186745,10 +186786,10 @@ module.exports={
186745
186786
  "type": "structure",
186746
186787
  "members": {
186747
186788
  "SubnetIds": {
186748
- "shape": "S2p"
186789
+ "shape": "S2t"
186749
186790
  },
186750
186791
  "SecurityGroupIds": {
186751
- "shape": "S2r"
186792
+ "shape": "S2v"
186752
186793
  },
186753
186794
  "VpcId": {},
186754
186795
  "Ipv6AllowedForDualStack": {
@@ -186757,20 +186798,20 @@ module.exports={
186757
186798
  }
186758
186799
  },
186759
186800
  "DeadLetterConfig": {
186760
- "shape": "S2v"
186801
+ "shape": "S2z"
186761
186802
  },
186762
186803
  "Environment": {
186763
186804
  "type": "structure",
186764
186805
  "members": {
186765
186806
  "Variables": {
186766
- "shape": "S2y"
186807
+ "shape": "S32"
186767
186808
  },
186768
186809
  "Error": {
186769
186810
  "type": "structure",
186770
186811
  "members": {
186771
186812
  "ErrorCode": {},
186772
186813
  "Message": {
186773
- "shape": "S3z"
186814
+ "shape": "S42"
186774
186815
  }
186775
186816
  }
186776
186817
  }
@@ -186806,21 +186847,21 @@ module.exports={
186806
186847
  "LastUpdateStatusReason": {},
186807
186848
  "LastUpdateStatusReasonCode": {},
186808
186849
  "FileSystemConfigs": {
186809
- "shape": "S39"
186850
+ "shape": "S3c"
186810
186851
  },
186811
186852
  "PackageType": {},
186812
186853
  "ImageConfigResponse": {
186813
186854
  "type": "structure",
186814
186855
  "members": {
186815
186856
  "ImageConfig": {
186816
- "shape": "S3d"
186857
+ "shape": "S3g"
186817
186858
  },
186818
186859
  "Error": {
186819
186860
  "type": "structure",
186820
186861
  "members": {
186821
186862
  "ErrorCode": {},
186822
186863
  "Message": {
186823
- "shape": "S3z"
186864
+ "shape": "S42"
186824
186865
  }
186825
186866
  }
186826
186867
  }
@@ -186829,10 +186870,10 @@ module.exports={
186829
186870
  "SigningProfileVersionArn": {},
186830
186871
  "SigningJobArn": {},
186831
186872
  "Architectures": {
186832
- "shape": "S3g"
186873
+ "shape": "S3j"
186833
186874
  },
186834
186875
  "EphemeralStorage": {
186835
- "shape": "S3i"
186876
+ "shape": "S3l"
186836
186877
  },
186837
186878
  "SnapStart": {
186838
186879
  "type": "structure",
@@ -186850,29 +186891,29 @@ module.exports={
186850
186891
  "members": {
186851
186892
  "ErrorCode": {},
186852
186893
  "Message": {
186853
- "shape": "S3z"
186894
+ "shape": "S42"
186854
186895
  }
186855
186896
  }
186856
186897
  }
186857
186898
  }
186858
186899
  },
186859
186900
  "LoggingConfig": {
186860
- "shape": "S3m"
186901
+ "shape": "S3p"
186861
186902
  }
186862
186903
  }
186863
186904
  },
186864
- "S3z": {
186905
+ "S42": {
186865
186906
  "type": "string",
186866
186907
  "sensitive": true
186867
186908
  },
186868
- "S4i": {
186909
+ "S4l": {
186869
186910
  "type": "structure",
186870
186911
  "members": {
186871
186912
  "AllowCredentials": {
186872
186913
  "type": "boolean"
186873
186914
  },
186874
186915
  "AllowHeaders": {
186875
- "shape": "S4k"
186916
+ "shape": "S4n"
186876
186917
  },
186877
186918
  "AllowMethods": {
186878
186919
  "type": "list",
@@ -186883,18 +186924,18 @@ module.exports={
186883
186924
  "member": {}
186884
186925
  },
186885
186926
  "ExposeHeaders": {
186886
- "shape": "S4k"
186927
+ "shape": "S4n"
186887
186928
  },
186888
186929
  "MaxAge": {
186889
186930
  "type": "integer"
186890
186931
  }
186891
186932
  }
186892
186933
  },
186893
- "S4k": {
186934
+ "S4n": {
186894
186935
  "type": "list",
186895
186936
  "member": {}
186896
186937
  },
186897
- "S5i": {
186938
+ "S5l": {
186898
186939
  "type": "structure",
186899
186940
  "members": {
186900
186941
  "ReservedConcurrentExecutions": {
@@ -186902,7 +186943,7 @@ module.exports={
186902
186943
  }
186903
186944
  }
186904
186945
  },
186905
- "S5q": {
186946
+ "S5t": {
186906
186947
  "type": "structure",
186907
186948
  "members": {
186908
186949
  "LastModified": {
@@ -186920,11 +186961,11 @@ module.exports={
186920
186961
  }
186921
186962
  }
186922
186963
  },
186923
- "S60": {
186964
+ "S63": {
186924
186965
  "type": "structure",
186925
186966
  "members": {
186926
186967
  "Content": {
186927
- "shape": "S61"
186968
+ "shape": "S64"
186928
186969
  },
186929
186970
  "LayerArn": {},
186930
186971
  "LayerVersionArn": {},
@@ -186934,15 +186975,15 @@ module.exports={
186934
186975
  "type": "long"
186935
186976
  },
186936
186977
  "CompatibleRuntimes": {
186937
- "shape": "S63"
186978
+ "shape": "S66"
186938
186979
  },
186939
186980
  "LicenseInfo": {},
186940
186981
  "CompatibleArchitectures": {
186941
- "shape": "S65"
186982
+ "shape": "S68"
186942
186983
  }
186943
186984
  }
186944
186985
  },
186945
- "S61": {
186986
+ "S64": {
186946
186987
  "type": "structure",
186947
186988
  "members": {
186948
186989
  "Location": {},
@@ -186954,21 +186995,21 @@ module.exports={
186954
186995
  "SigningJobArn": {}
186955
186996
  }
186956
186997
  },
186957
- "S63": {
186998
+ "S66": {
186958
186999
  "type": "list",
186959
187000
  "member": {}
186960
187001
  },
186961
- "S65": {
187002
+ "S68": {
186962
187003
  "type": "list",
186963
187004
  "member": {}
186964
187005
  },
186965
- "S7k": {
187006
+ "S7n": {
186966
187007
  "type": "list",
186967
187008
  "member": {
186968
- "shape": "S3r"
187009
+ "shape": "S3u"
186969
187010
  }
186970
187011
  },
186971
- "S7s": {
187012
+ "S7v": {
186972
187013
  "type": "structure",
186973
187014
  "members": {
186974
187015
  "LayerVersionArn": {},
@@ -186978,11 +187019,11 @@ module.exports={
186978
187019
  "Description": {},
186979
187020
  "CreatedDate": {},
186980
187021
  "CompatibleRuntimes": {
186981
- "shape": "S63"
187022
+ "shape": "S66"
186982
187023
  },
186983
187024
  "LicenseInfo": {},
186984
187025
  "CompatibleArchitectures": {
186985
- "shape": "S65"
187026
+ "shape": "S68"
186986
187027
  }
186987
187028
  }
186988
187029
  }
@@ -198630,9 +198671,6 @@ module.exports={
198630
198671
  "workspaces": {
198631
198672
  "name": "WorkSpaces"
198632
198673
  },
198633
- "codestar": {
198634
- "name": "CodeStar"
198635
- },
198636
198674
  "lexmodelbuildingservice": {
198637
198675
  "prefix": "lex-models",
198638
198676
  "name": "LexModelBuildingService",
@@ -277698,7 +277736,7 @@ AWS.util.update(AWS, {
277698
277736
  /**
277699
277737
  * @constant
277700
277738
  */
277701
- VERSION: '2.1679.0',
277739
+ VERSION: '2.1681.0',
277702
277740
 
277703
277741
  /**
277704
277742
  * @api private
@@ -300019,7 +300057,7 @@ var LRUCache = /** @class */ (function () {
300019
300057
  }());
300020
300058
  exports.LRUCache = LRUCache;
300021
300059
  },{}],467:[function(require,module,exports){
300022
- // AWS SDK for JavaScript v2.1679.0
300060
+ // AWS SDK for JavaScript v2.1681.0
300023
300061
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
300024
300062
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
300025
300063
  require('./browser_loader');