cdk-lambda-subminute 2.0.451 → 2.0.453

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 (34) hide show
  1. package/.jsii +3 -3
  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/application-signals-2024-04-15.min.json +15 -0
  5. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  6. package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +68 -32
  8. package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
  9. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
  10. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
  11. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
  12. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  13. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  14. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
  15. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
  16. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
  17. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
  19. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
  20. package/node_modules/aws-sdk/clients/datazone.d.ts +36 -0
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
  23. package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
  24. package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
  25. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
  26. package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +309 -97
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  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
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1663.0
1
+ // AWS SDK for JavaScript v2.1664.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){
@@ -46260,12 +46260,18 @@ module.exports={
46260
46260
  "endpointPrefix": "codecommit",
46261
46261
  "jsonVersion": "1.1",
46262
46262
  "protocol": "json",
46263
+ "protocols": [
46264
+ "json"
46265
+ ],
46263
46266
  "serviceAbbreviation": "CodeCommit",
46264
46267
  "serviceFullName": "AWS CodeCommit",
46265
46268
  "serviceId": "CodeCommit",
46266
46269
  "signatureVersion": "v4",
46267
46270
  "targetPrefix": "CodeCommit_20150413",
46268
- "uid": "codecommit-2015-04-13"
46271
+ "uid": "codecommit-2015-04-13",
46272
+ "auth": [
46273
+ "aws.auth#sigv4"
46274
+ ]
46269
46275
  },
46270
46276
  "operations": {
46271
46277
  "AssociateApprovalRuleTemplateWithRepository": {
@@ -127061,6 +127067,41 @@ module.exports={
127061
127067
  }
127062
127068
  }
127063
127069
  },
127070
+ "CreateRepositoryCreationTemplate": {
127071
+ "input": {
127072
+ "type": "structure",
127073
+ "required": [
127074
+ "prefix",
127075
+ "appliedFor"
127076
+ ],
127077
+ "members": {
127078
+ "prefix": {},
127079
+ "description": {},
127080
+ "encryptionConfiguration": {
127081
+ "shape": "S23"
127082
+ },
127083
+ "resourceTags": {
127084
+ "shape": "S1p"
127085
+ },
127086
+ "imageTagMutability": {},
127087
+ "repositoryPolicy": {},
127088
+ "lifecyclePolicy": {},
127089
+ "appliedFor": {
127090
+ "shape": "S27"
127091
+ },
127092
+ "customRoleArn": {}
127093
+ }
127094
+ },
127095
+ "output": {
127096
+ "type": "structure",
127097
+ "members": {
127098
+ "registryId": {},
127099
+ "repositoryCreationTemplate": {
127100
+ "shape": "S2b"
127101
+ }
127102
+ }
127103
+ }
127104
+ },
127064
127105
  "DeleteLifecyclePolicy": {
127065
127106
  "input": {
127066
127107
  "type": "structure",
@@ -127144,6 +127185,26 @@ module.exports={
127144
127185
  }
127145
127186
  }
127146
127187
  },
127188
+ "DeleteRepositoryCreationTemplate": {
127189
+ "input": {
127190
+ "type": "structure",
127191
+ "required": [
127192
+ "prefix"
127193
+ ],
127194
+ "members": {
127195
+ "prefix": {}
127196
+ }
127197
+ },
127198
+ "output": {
127199
+ "type": "structure",
127200
+ "members": {
127201
+ "registryId": {},
127202
+ "repositoryCreationTemplate": {
127203
+ "shape": "S2b"
127204
+ }
127205
+ }
127206
+ }
127207
+ },
127147
127208
  "DeleteRepositoryPolicy": {
127148
127209
  "input": {
127149
127210
  "type": "structure",
@@ -127229,7 +127290,7 @@ module.exports={
127229
127290
  "shape": "Sj"
127230
127291
  },
127231
127292
  "imageScanStatus": {
127232
- "shape": "S2q"
127293
+ "shape": "S34"
127233
127294
  },
127234
127295
  "imageScanFindings": {
127235
127296
  "type": "structure",
@@ -127241,7 +127302,7 @@ module.exports={
127241
127302
  "type": "timestamp"
127242
127303
  },
127243
127304
  "findingSeverityCounts": {
127244
- "shape": "S2w"
127305
+ "shape": "S3a"
127245
127306
  },
127246
127307
  "findings": {
127247
127308
  "type": "list",
@@ -127468,7 +127529,7 @@ module.exports={
127468
127529
  "repositoryName": {},
127469
127530
  "imageDigest": {},
127470
127531
  "imageTags": {
127471
- "shape": "S4o"
127532
+ "shape": "S51"
127472
127533
  },
127473
127534
  "imageSizeInBytes": {
127474
127535
  "type": "long"
@@ -127477,7 +127538,7 @@ module.exports={
127477
127538
  "type": "timestamp"
127478
127539
  },
127479
127540
  "imageScanStatus": {
127480
- "shape": "S2q"
127541
+ "shape": "S34"
127481
127542
  },
127482
127543
  "imageScanFindingsSummary": {
127483
127544
  "type": "structure",
@@ -127489,7 +127550,7 @@ module.exports={
127489
127550
  "type": "timestamp"
127490
127551
  },
127491
127552
  "findingSeverityCounts": {
127492
- "shape": "S2w"
127553
+ "shape": "S3a"
127493
127554
  }
127494
127555
  }
127495
127556
  },
@@ -127556,7 +127617,7 @@ module.exports={
127556
127617
  "members": {
127557
127618
  "registryId": {},
127558
127619
  "replicationConfiguration": {
127559
- "shape": "S51"
127620
+ "shape": "S5e"
127560
127621
  }
127561
127622
  }
127562
127623
  }
@@ -127589,6 +127650,34 @@ module.exports={
127589
127650
  }
127590
127651
  }
127591
127652
  },
127653
+ "DescribeRepositoryCreationTemplates": {
127654
+ "input": {
127655
+ "type": "structure",
127656
+ "members": {
127657
+ "prefixes": {
127658
+ "type": "list",
127659
+ "member": {}
127660
+ },
127661
+ "nextToken": {},
127662
+ "maxResults": {
127663
+ "type": "integer"
127664
+ }
127665
+ }
127666
+ },
127667
+ "output": {
127668
+ "type": "structure",
127669
+ "members": {
127670
+ "registryId": {},
127671
+ "repositoryCreationTemplates": {
127672
+ "type": "list",
127673
+ "member": {
127674
+ "shape": "S2b"
127675
+ }
127676
+ },
127677
+ "nextToken": {}
127678
+ }
127679
+ }
127680
+ },
127592
127681
  "GetAuthorizationToken": {
127593
127682
  "input": {
127594
127683
  "type": "structure",
@@ -127702,7 +127791,7 @@ module.exports={
127702
127791
  "type": "structure",
127703
127792
  "members": {
127704
127793
  "imageTags": {
127705
- "shape": "S4o"
127794
+ "shape": "S51"
127706
127795
  },
127707
127796
  "imageDigest": {},
127708
127797
  "imagePushedAt": {
@@ -127754,7 +127843,7 @@ module.exports={
127754
127843
  "members": {
127755
127844
  "registryId": {},
127756
127845
  "scanningConfiguration": {
127757
- "shape": "S66"
127846
+ "shape": "S6n"
127758
127847
  }
127759
127848
  }
127760
127849
  }
@@ -127969,7 +128058,7 @@ module.exports={
127969
128058
  "members": {
127970
128059
  "scanType": {},
127971
128060
  "rules": {
127972
- "shape": "S68"
128061
+ "shape": "S6p"
127973
128062
  }
127974
128063
  }
127975
128064
  },
@@ -127977,7 +128066,7 @@ module.exports={
127977
128066
  "type": "structure",
127978
128067
  "members": {
127979
128068
  "registryScanningConfiguration": {
127980
- "shape": "S66"
128069
+ "shape": "S6n"
127981
128070
  }
127982
128071
  }
127983
128072
  }
@@ -127990,7 +128079,7 @@ module.exports={
127990
128079
  ],
127991
128080
  "members": {
127992
128081
  "replicationConfiguration": {
127993
- "shape": "S51"
128082
+ "shape": "S5e"
127994
128083
  }
127995
128084
  }
127996
128085
  },
@@ -127998,7 +128087,7 @@ module.exports={
127998
128087
  "type": "structure",
127999
128088
  "members": {
128000
128089
  "replicationConfiguration": {
128001
- "shape": "S51"
128090
+ "shape": "S5e"
128002
128091
  }
128003
128092
  }
128004
128093
  }
@@ -128052,7 +128141,7 @@ module.exports={
128052
128141
  "shape": "Sj"
128053
128142
  },
128054
128143
  "imageScanStatus": {
128055
- "shape": "S2q"
128144
+ "shape": "S34"
128056
128145
  }
128057
128146
  }
128058
128147
  }
@@ -128143,6 +128232,40 @@ module.exports={
128143
128232
  }
128144
128233
  }
128145
128234
  },
128235
+ "UpdateRepositoryCreationTemplate": {
128236
+ "input": {
128237
+ "type": "structure",
128238
+ "required": [
128239
+ "prefix"
128240
+ ],
128241
+ "members": {
128242
+ "prefix": {},
128243
+ "description": {},
128244
+ "encryptionConfiguration": {
128245
+ "shape": "S23"
128246
+ },
128247
+ "resourceTags": {
128248
+ "shape": "S1p"
128249
+ },
128250
+ "imageTagMutability": {},
128251
+ "repositoryPolicy": {},
128252
+ "lifecyclePolicy": {},
128253
+ "appliedFor": {
128254
+ "shape": "S27"
128255
+ },
128256
+ "customRoleArn": {}
128257
+ }
128258
+ },
128259
+ "output": {
128260
+ "type": "structure",
128261
+ "members": {
128262
+ "registryId": {},
128263
+ "repositoryCreationTemplate": {
128264
+ "shape": "S2b"
128265
+ }
128266
+ }
128267
+ }
128268
+ },
128146
128269
  "UploadLayerPart": {
128147
128270
  "input": {
128148
128271
  "type": "structure",
@@ -128310,25 +128433,65 @@ module.exports={
128310
128433
  }
128311
128434
  }
128312
128435
  },
128313
- "S2q": {
128436
+ "S23": {
128437
+ "type": "structure",
128438
+ "required": [
128439
+ "encryptionType"
128440
+ ],
128441
+ "members": {
128442
+ "encryptionType": {},
128443
+ "kmsKey": {}
128444
+ }
128445
+ },
128446
+ "S27": {
128447
+ "type": "list",
128448
+ "member": {}
128449
+ },
128450
+ "S2b": {
128451
+ "type": "structure",
128452
+ "members": {
128453
+ "prefix": {},
128454
+ "description": {},
128455
+ "encryptionConfiguration": {
128456
+ "shape": "S23"
128457
+ },
128458
+ "resourceTags": {
128459
+ "shape": "S1p"
128460
+ },
128461
+ "imageTagMutability": {},
128462
+ "repositoryPolicy": {},
128463
+ "lifecyclePolicy": {},
128464
+ "appliedFor": {
128465
+ "shape": "S27"
128466
+ },
128467
+ "customRoleArn": {},
128468
+ "createdAt": {
128469
+ "type": "timestamp"
128470
+ },
128471
+ "updatedAt": {
128472
+ "type": "timestamp"
128473
+ }
128474
+ }
128475
+ },
128476
+ "S34": {
128314
128477
  "type": "structure",
128315
128478
  "members": {
128316
128479
  "status": {},
128317
128480
  "description": {}
128318
128481
  }
128319
128482
  },
128320
- "S2w": {
128483
+ "S3a": {
128321
128484
  "type": "map",
128322
128485
  "key": {},
128323
128486
  "value": {
128324
128487
  "type": "integer"
128325
128488
  }
128326
128489
  },
128327
- "S4o": {
128490
+ "S51": {
128328
128491
  "type": "list",
128329
128492
  "member": {}
128330
128493
  },
128331
- "S51": {
128494
+ "S5e": {
128332
128495
  "type": "structure",
128333
128496
  "required": [
128334
128497
  "rules"
@@ -128375,16 +128538,16 @@ module.exports={
128375
128538
  }
128376
128539
  }
128377
128540
  },
128378
- "S66": {
128541
+ "S6n": {
128379
128542
  "type": "structure",
128380
128543
  "members": {
128381
128544
  "scanType": {},
128382
128545
  "rules": {
128383
- "shape": "S68"
128546
+ "shape": "S6p"
128384
128547
  }
128385
128548
  }
128386
128549
  },
128387
- "S68": {
128550
+ "S6p": {
128388
128551
  "type": "list",
128389
128552
  "member": {
128390
128553
  "type": "structure",
@@ -128439,6 +128602,15 @@ module.exports={
128439
128602
  "output_token": "nextToken",
128440
128603
  "result_key": "repositories"
128441
128604
  },
128605
+ "DescribeRepositoryCreationTemplates": {
128606
+ "input_token": "nextToken",
128607
+ "limit_key": "maxResults",
128608
+ "non_aggregate_keys": [
128609
+ "registryId"
128610
+ ],
128611
+ "output_token": "nextToken",
128612
+ "result_key": "repositoryCreationTemplates"
128613
+ },
128442
128614
  "GetLifecyclePolicyPreview": {
128443
128615
  "input_token": "nextToken",
128444
128616
  "limit_key": "maxResults",
@@ -139844,7 +140016,10 @@ module.exports={
139844
140016
  "serviceId": "Elastic Load Balancing v2",
139845
140017
  "signatureVersion": "v4",
139846
140018
  "uid": "elasticloadbalancingv2-2015-12-01",
139847
- "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
140019
+ "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
140020
+ "auth": [
140021
+ "aws.auth#sigv4"
140022
+ ]
139848
140023
  },
139849
140024
  "operations": {
139850
140025
  "AddListenerCertificates": {
@@ -139974,7 +140149,7 @@ module.exports={
139974
140149
  "type": "structure",
139975
140150
  "members": {
139976
140151
  "Listeners": {
139977
- "shape": "S2h"
140152
+ "shape": "S2i"
139978
140153
  }
139979
140154
  }
139980
140155
  }
@@ -139988,13 +140163,13 @@ module.exports={
139988
140163
  "members": {
139989
140164
  "Name": {},
139990
140165
  "Subnets": {
139991
- "shape": "S2l"
140166
+ "shape": "S2m"
139992
140167
  },
139993
140168
  "SubnetMappings": {
139994
- "shape": "S2n"
140169
+ "shape": "S2o"
139995
140170
  },
139996
140171
  "SecurityGroups": {
139997
- "shape": "S2s"
140172
+ "shape": "S2t"
139998
140173
  },
139999
140174
  "Scheme": {},
140000
140175
  "Tags": {
@@ -140010,7 +140185,7 @@ module.exports={
140010
140185
  "type": "structure",
140011
140186
  "members": {
140012
140187
  "LoadBalancers": {
140013
- "shape": "S2z"
140188
+ "shape": "S30"
140014
140189
  }
140015
140190
  }
140016
140191
  }
@@ -140027,7 +140202,7 @@ module.exports={
140027
140202
  "members": {
140028
140203
  "ListenerArn": {},
140029
140204
  "Conditions": {
140030
- "shape": "S3h"
140205
+ "shape": "S3i"
140031
140206
  },
140032
140207
  "Priority": {
140033
140208
  "type": "integer"
@@ -140045,7 +140220,7 @@ module.exports={
140045
140220
  "type": "structure",
140046
140221
  "members": {
140047
140222
  "Rules": {
140048
- "shape": "S3x"
140223
+ "shape": "S3y"
140049
140224
  }
140050
140225
  }
140051
140226
  }
@@ -140083,7 +140258,7 @@ module.exports={
140083
140258
  "type": "integer"
140084
140259
  },
140085
140260
  "Matcher": {
140086
- "shape": "S4b"
140261
+ "shape": "S4c"
140087
140262
  },
140088
140263
  "TargetType": {},
140089
140264
  "Tags": {
@@ -140097,7 +140272,7 @@ module.exports={
140097
140272
  "type": "structure",
140098
140273
  "members": {
140099
140274
  "TargetGroups": {
140100
- "shape": "S4h"
140275
+ "shape": "S4i"
140101
140276
  }
140102
140277
  }
140103
140278
  }
@@ -140125,7 +140300,7 @@ module.exports={
140125
140300
  "type": "structure",
140126
140301
  "members": {
140127
140302
  "TrustStores": {
140128
- "shape": "S4n"
140303
+ "shape": "S4o"
140129
140304
  }
140130
140305
  }
140131
140306
  }
@@ -140178,6 +140353,24 @@ module.exports={
140178
140353
  "members": {}
140179
140354
  }
140180
140355
  },
140356
+ "DeleteSharedTrustStoreAssociation": {
140357
+ "input": {
140358
+ "type": "structure",
140359
+ "required": [
140360
+ "TrustStoreArn",
140361
+ "ResourceArn"
140362
+ ],
140363
+ "members": {
140364
+ "TrustStoreArn": {},
140365
+ "ResourceArn": {}
140366
+ }
140367
+ },
140368
+ "output": {
140369
+ "resultWrapper": "DeleteSharedTrustStoreAssociationResult",
140370
+ "type": "structure",
140371
+ "members": {}
140372
+ }
140373
+ },
140181
140374
  "DeleteTargetGroup": {
140182
140375
  "input": {
140183
140376
  "type": "structure",
@@ -140220,7 +140413,7 @@ module.exports={
140220
140413
  "members": {
140221
140414
  "TargetGroupArn": {},
140222
140415
  "Targets": {
140223
- "shape": "S53"
140416
+ "shape": "S56"
140224
140417
  }
140225
140418
  }
140226
140419
  },
@@ -140303,7 +140496,7 @@ module.exports={
140303
140496
  "type": "structure",
140304
140497
  "members": {
140305
140498
  "Listeners": {
140306
- "shape": "S2h"
140499
+ "shape": "S2i"
140307
140500
  },
140308
140501
  "NextMarker": {}
140309
140502
  }
@@ -140324,7 +140517,7 @@ module.exports={
140324
140517
  "type": "structure",
140325
140518
  "members": {
140326
140519
  "Attributes": {
140327
- "shape": "S5m"
140520
+ "shape": "S5p"
140328
140521
  }
140329
140522
  }
140330
140523
  }
@@ -140334,7 +140527,7 @@ module.exports={
140334
140527
  "type": "structure",
140335
140528
  "members": {
140336
140529
  "LoadBalancerArns": {
140337
- "shape": "S4j"
140530
+ "shape": "S4k"
140338
140531
  },
140339
140532
  "Names": {
140340
140533
  "type": "list",
@@ -140351,7 +140544,7 @@ module.exports={
140351
140544
  "type": "structure",
140352
140545
  "members": {
140353
140546
  "LoadBalancers": {
140354
- "shape": "S2z"
140547
+ "shape": "S30"
140355
140548
  },
140356
140549
  "NextMarker": {}
140357
140550
  }
@@ -140377,7 +140570,7 @@ module.exports={
140377
140570
  "type": "structure",
140378
140571
  "members": {
140379
140572
  "Rules": {
140380
- "shape": "S3x"
140573
+ "shape": "S3y"
140381
140574
  },
140382
140575
  "NextMarker": {}
140383
140576
  }
@@ -140425,7 +140618,7 @@ module.exports={
140425
140618
  },
140426
140619
  "Name": {},
140427
140620
  "SupportedLoadBalancerTypes": {
140428
- "shape": "S3k"
140621
+ "shape": "S3l"
140429
140622
  }
140430
140623
  }
140431
140624
  }
@@ -140480,7 +140673,7 @@ module.exports={
140480
140673
  "type": "structure",
140481
140674
  "members": {
140482
140675
  "Attributes": {
140483
- "shape": "S6d"
140676
+ "shape": "S6g"
140484
140677
  }
140485
140678
  }
140486
140679
  }
@@ -140509,7 +140702,7 @@ module.exports={
140509
140702
  "type": "structure",
140510
140703
  "members": {
140511
140704
  "TargetGroups": {
140512
- "shape": "S4h"
140705
+ "shape": "S4i"
140513
140706
  },
140514
140707
  "NextMarker": {}
140515
140708
  }
@@ -140524,7 +140717,7 @@ module.exports={
140524
140717
  "members": {
140525
140718
  "TargetGroupArn": {},
140526
140719
  "Targets": {
140527
- "shape": "S53"
140720
+ "shape": "S56"
140528
140721
  },
140529
140722
  "Include": {
140530
140723
  "type": "list",
@@ -140542,7 +140735,7 @@ module.exports={
140542
140735
  "type": "structure",
140543
140736
  "members": {
140544
140737
  "Target": {
140545
- "shape": "S54"
140738
+ "shape": "S57"
140546
140739
  },
140547
140740
  "HealthCheckPort": {},
140548
140741
  "TargetHealth": {
@@ -140606,7 +140799,7 @@ module.exports={
140606
140799
  "members": {
140607
140800
  "TrustStoreArn": {},
140608
140801
  "RevocationIds": {
140609
- "shape": "S74"
140802
+ "shape": "S77"
140610
140803
  },
140611
140804
  "Marker": {},
140612
140805
  "PageSize": {
@@ -140661,12 +140854,30 @@ module.exports={
140661
140854
  "type": "structure",
140662
140855
  "members": {
140663
140856
  "TrustStores": {
140664
- "shape": "S4n"
140857
+ "shape": "S4o"
140665
140858
  },
140666
140859
  "NextMarker": {}
140667
140860
  }
140668
140861
  }
140669
140862
  },
140863
+ "GetResourcePolicy": {
140864
+ "input": {
140865
+ "type": "structure",
140866
+ "required": [
140867
+ "ResourceArn"
140868
+ ],
140869
+ "members": {
140870
+ "ResourceArn": {}
140871
+ }
140872
+ },
140873
+ "output": {
140874
+ "resultWrapper": "GetResourcePolicyResult",
140875
+ "type": "structure",
140876
+ "members": {
140877
+ "Policy": {}
140878
+ }
140879
+ }
140880
+ },
140670
140881
  "GetTrustStoreCaCertificatesBundle": {
140671
140882
  "input": {
140672
140883
  "type": "structure",
@@ -140739,7 +140950,7 @@ module.exports={
140739
140950
  "type": "structure",
140740
140951
  "members": {
140741
140952
  "Listeners": {
140742
- "shape": "S2h"
140953
+ "shape": "S2i"
140743
140954
  }
140744
140955
  }
140745
140956
  }
@@ -140754,7 +140965,7 @@ module.exports={
140754
140965
  "members": {
140755
140966
  "LoadBalancerArn": {},
140756
140967
  "Attributes": {
140757
- "shape": "S5m"
140968
+ "shape": "S5p"
140758
140969
  }
140759
140970
  }
140760
140971
  },
@@ -140763,7 +140974,7 @@ module.exports={
140763
140974
  "type": "structure",
140764
140975
  "members": {
140765
140976
  "Attributes": {
140766
- "shape": "S5m"
140977
+ "shape": "S5p"
140767
140978
  }
140768
140979
  }
140769
140980
  }
@@ -140777,7 +140988,7 @@ module.exports={
140777
140988
  "members": {
140778
140989
  "RuleArn": {},
140779
140990
  "Conditions": {
140780
- "shape": "S3h"
140991
+ "shape": "S3i"
140781
140992
  },
140782
140993
  "Actions": {
140783
140994
  "shape": "Sy"
@@ -140789,7 +141000,7 @@ module.exports={
140789
141000
  "type": "structure",
140790
141001
  "members": {
140791
141002
  "Rules": {
140792
- "shape": "S3x"
141003
+ "shape": "S3y"
140793
141004
  }
140794
141005
  }
140795
141006
  }
@@ -140821,7 +141032,7 @@ module.exports={
140821
141032
  "type": "integer"
140822
141033
  },
140823
141034
  "Matcher": {
140824
- "shape": "S4b"
141035
+ "shape": "S4c"
140825
141036
  }
140826
141037
  }
140827
141038
  },
@@ -140830,7 +141041,7 @@ module.exports={
140830
141041
  "type": "structure",
140831
141042
  "members": {
140832
141043
  "TargetGroups": {
140833
- "shape": "S4h"
141044
+ "shape": "S4i"
140834
141045
  }
140835
141046
  }
140836
141047
  }
@@ -140845,7 +141056,7 @@ module.exports={
140845
141056
  "members": {
140846
141057
  "TargetGroupArn": {},
140847
141058
  "Attributes": {
140848
- "shape": "S6d"
141059
+ "shape": "S6g"
140849
141060
  }
140850
141061
  }
140851
141062
  },
@@ -140854,7 +141065,7 @@ module.exports={
140854
141065
  "type": "structure",
140855
141066
  "members": {
140856
141067
  "Attributes": {
140857
- "shape": "S6d"
141068
+ "shape": "S6g"
140858
141069
  }
140859
141070
  }
140860
141071
  }
@@ -140879,7 +141090,7 @@ module.exports={
140879
141090
  "type": "structure",
140880
141091
  "members": {
140881
141092
  "TrustStores": {
140882
- "shape": "S4n"
141093
+ "shape": "S4o"
140883
141094
  }
140884
141095
  }
140885
141096
  }
@@ -140894,7 +141105,7 @@ module.exports={
140894
141105
  "members": {
140895
141106
  "TargetGroupArn": {},
140896
141107
  "Targets": {
140897
- "shape": "S53"
141108
+ "shape": "S56"
140898
141109
  }
140899
141110
  }
140900
141111
  },
@@ -140957,7 +141168,7 @@ module.exports={
140957
141168
  "members": {
140958
141169
  "TrustStoreArn": {},
140959
141170
  "RevocationIds": {
140960
- "shape": "S74"
141171
+ "shape": "S77"
140961
141172
  }
140962
141173
  }
140963
141174
  },
@@ -141013,7 +141224,7 @@ module.exports={
141013
141224
  "type": "structure",
141014
141225
  "members": {
141015
141226
  "Rules": {
141016
- "shape": "S3x"
141227
+ "shape": "S3y"
141017
141228
  }
141018
141229
  }
141019
141230
  }
@@ -141028,7 +141239,7 @@ module.exports={
141028
141239
  "members": {
141029
141240
  "LoadBalancerArn": {},
141030
141241
  "SecurityGroups": {
141031
- "shape": "S2s"
141242
+ "shape": "S2t"
141032
141243
  },
141033
141244
  "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
141034
141245
  }
@@ -141038,7 +141249,7 @@ module.exports={
141038
141249
  "type": "structure",
141039
141250
  "members": {
141040
141251
  "SecurityGroupIds": {
141041
- "shape": "S2s"
141252
+ "shape": "S2t"
141042
141253
  },
141043
141254
  "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
141044
141255
  }
@@ -141053,10 +141264,10 @@ module.exports={
141053
141264
  "members": {
141054
141265
  "LoadBalancerArn": {},
141055
141266
  "Subnets": {
141056
- "shape": "S2l"
141267
+ "shape": "S2m"
141057
141268
  },
141058
141269
  "SubnetMappings": {
141059
- "shape": "S2n"
141270
+ "shape": "S2o"
141060
141271
  },
141061
141272
  "IpAddressType": {}
141062
141273
  }
@@ -141066,7 +141277,7 @@ module.exports={
141066
141277
  "type": "structure",
141067
141278
  "members": {
141068
141279
  "AvailabilityZones": {
141069
- "shape": "S38"
141280
+ "shape": "S39"
141070
141281
  },
141071
141282
  "IpAddressType": {}
141072
141283
  }
@@ -141239,10 +141450,11 @@ module.exports={
141239
141450
  "TrustStoreArn": {},
141240
141451
  "IgnoreClientCertificateExpiry": {
141241
141452
  "type": "boolean"
141242
- }
141453
+ },
141454
+ "TrustStoreAssociationStatus": {}
141243
141455
  }
141244
141456
  },
141245
- "S2h": {
141457
+ "S2i": {
141246
141458
  "type": "list",
141247
141459
  "member": {
141248
141460
  "type": "structure",
@@ -141269,11 +141481,11 @@ module.exports={
141269
141481
  }
141270
141482
  }
141271
141483
  },
141272
- "S2l": {
141484
+ "S2m": {
141273
141485
  "type": "list",
141274
141486
  "member": {}
141275
141487
  },
141276
- "S2n": {
141488
+ "S2o": {
141277
141489
  "type": "list",
141278
141490
  "member": {
141279
141491
  "type": "structure",
@@ -141285,11 +141497,11 @@ module.exports={
141285
141497
  }
141286
141498
  }
141287
141499
  },
141288
- "S2s": {
141500
+ "S2t": {
141289
141501
  "type": "list",
141290
141502
  "member": {}
141291
141503
  },
141292
- "S2z": {
141504
+ "S30": {
141293
141505
  "type": "list",
141294
141506
  "member": {
141295
141507
  "type": "structure",
@@ -141312,10 +141524,10 @@ module.exports={
141312
141524
  },
141313
141525
  "Type": {},
141314
141526
  "AvailabilityZones": {
141315
- "shape": "S38"
141527
+ "shape": "S39"
141316
141528
  },
141317
141529
  "SecurityGroups": {
141318
- "shape": "S2s"
141530
+ "shape": "S2t"
141319
141531
  },
141320
141532
  "IpAddressType": {},
141321
141533
  "CustomerOwnedIpv4Pool": {},
@@ -141323,7 +141535,7 @@ module.exports={
141323
141535
  }
141324
141536
  }
141325
141537
  },
141326
- "S38": {
141538
+ "S39": {
141327
141539
  "type": "list",
141328
141540
  "member": {
141329
141541
  "type": "structure",
@@ -141346,20 +141558,20 @@ module.exports={
141346
141558
  }
141347
141559
  }
141348
141560
  },
141349
- "S3h": {
141561
+ "S3i": {
141350
141562
  "type": "list",
141351
141563
  "member": {
141352
141564
  "type": "structure",
141353
141565
  "members": {
141354
141566
  "Field": {},
141355
141567
  "Values": {
141356
- "shape": "S3k"
141568
+ "shape": "S3l"
141357
141569
  },
141358
141570
  "HostHeaderConfig": {
141359
141571
  "type": "structure",
141360
141572
  "members": {
141361
141573
  "Values": {
141362
- "shape": "S3k"
141574
+ "shape": "S3l"
141363
141575
  }
141364
141576
  }
141365
141577
  },
@@ -141367,7 +141579,7 @@ module.exports={
141367
141579
  "type": "structure",
141368
141580
  "members": {
141369
141581
  "Values": {
141370
- "shape": "S3k"
141582
+ "shape": "S3l"
141371
141583
  }
141372
141584
  }
141373
141585
  },
@@ -141376,7 +141588,7 @@ module.exports={
141376
141588
  "members": {
141377
141589
  "HttpHeaderName": {},
141378
141590
  "Values": {
141379
- "shape": "S3k"
141591
+ "shape": "S3l"
141380
141592
  }
141381
141593
  }
141382
141594
  },
@@ -141399,7 +141611,7 @@ module.exports={
141399
141611
  "type": "structure",
141400
141612
  "members": {
141401
141613
  "Values": {
141402
- "shape": "S3k"
141614
+ "shape": "S3l"
141403
141615
  }
141404
141616
  }
141405
141617
  },
@@ -141407,18 +141619,18 @@ module.exports={
141407
141619
  "type": "structure",
141408
141620
  "members": {
141409
141621
  "Values": {
141410
- "shape": "S3k"
141622
+ "shape": "S3l"
141411
141623
  }
141412
141624
  }
141413
141625
  }
141414
141626
  }
141415
141627
  }
141416
141628
  },
141417
- "S3k": {
141629
+ "S3l": {
141418
141630
  "type": "list",
141419
141631
  "member": {}
141420
141632
  },
141421
- "S3x": {
141633
+ "S3y": {
141422
141634
  "type": "list",
141423
141635
  "member": {
141424
141636
  "type": "structure",
@@ -141426,7 +141638,7 @@ module.exports={
141426
141638
  "RuleArn": {},
141427
141639
  "Priority": {},
141428
141640
  "Conditions": {
141429
- "shape": "S3h"
141641
+ "shape": "S3i"
141430
141642
  },
141431
141643
  "Actions": {
141432
141644
  "shape": "Sy"
@@ -141437,14 +141649,14 @@ module.exports={
141437
141649
  }
141438
141650
  }
141439
141651
  },
141440
- "S4b": {
141652
+ "S4c": {
141441
141653
  "type": "structure",
141442
141654
  "members": {
141443
141655
  "HttpCode": {},
141444
141656
  "GrpcCode": {}
141445
141657
  }
141446
141658
  },
141447
- "S4h": {
141659
+ "S4i": {
141448
141660
  "type": "list",
141449
141661
  "member": {
141450
141662
  "type": "structure",
@@ -141475,10 +141687,10 @@ module.exports={
141475
141687
  },
141476
141688
  "HealthCheckPath": {},
141477
141689
  "Matcher": {
141478
- "shape": "S4b"
141690
+ "shape": "S4c"
141479
141691
  },
141480
141692
  "LoadBalancerArns": {
141481
- "shape": "S4j"
141693
+ "shape": "S4k"
141482
141694
  },
141483
141695
  "TargetType": {},
141484
141696
  "ProtocolVersion": {},
@@ -141486,11 +141698,11 @@ module.exports={
141486
141698
  }
141487
141699
  }
141488
141700
  },
141489
- "S4j": {
141701
+ "S4k": {
141490
141702
  "type": "list",
141491
141703
  "member": {}
141492
141704
  },
141493
- "S4n": {
141705
+ "S4o": {
141494
141706
  "type": "list",
141495
141707
  "member": {
141496
141708
  "type": "structure",
@@ -141507,13 +141719,13 @@ module.exports={
141507
141719
  }
141508
141720
  }
141509
141721
  },
141510
- "S53": {
141722
+ "S56": {
141511
141723
  "type": "list",
141512
141724
  "member": {
141513
- "shape": "S54"
141725
+ "shape": "S57"
141514
141726
  }
141515
141727
  },
141516
- "S54": {
141728
+ "S57": {
141517
141729
  "type": "structure",
141518
141730
  "required": [
141519
141731
  "Id"
@@ -141526,7 +141738,7 @@ module.exports={
141526
141738
  "AvailabilityZone": {}
141527
141739
  }
141528
141740
  },
141529
- "S5m": {
141741
+ "S5p": {
141530
141742
  "type": "list",
141531
141743
  "member": {
141532
141744
  "type": "structure",
@@ -141536,7 +141748,7 @@ module.exports={
141536
141748
  }
141537
141749
  }
141538
141750
  },
141539
- "S6d": {
141751
+ "S6g": {
141540
141752
  "type": "list",
141541
141753
  "member": {
141542
141754
  "type": "structure",
@@ -141546,7 +141758,7 @@ module.exports={
141546
141758
  }
141547
141759
  }
141548
141760
  },
141549
- "S74": {
141761
+ "S77": {
141550
141762
  "type": "list",
141551
141763
  "member": {
141552
141764
  "type": "long"
@@ -276786,7 +276998,7 @@ AWS.util.update(AWS, {
276786
276998
  /**
276787
276999
  * @constant
276788
277000
  */
276789
- VERSION: '2.1663.0',
277001
+ VERSION: '2.1664.0',
276790
277002
 
276791
277003
  /**
276792
277004
  * @api private
@@ -299103,7 +299315,7 @@ var LRUCache = /** @class */ (function () {
299103
299315
  }());
299104
299316
  exports.LRUCache = LRUCache;
299105
299317
  },{}],467:[function(require,module,exports){
299106
- // AWS SDK for JavaScript v2.1663.0
299318
+ // AWS SDK for JavaScript v2.1664.0
299107
299319
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
299108
299320
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
299109
299321
  require('./browser_loader');