aws-sdk 2.1663.0 → 2.1665.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/apis/application-signals-2024-04-15.min.json +15 -0
  3. package/apis/appstream-2016-12-01.min.json +7 -1
  4. package/apis/autoscaling-2011-01-01.min.json +33 -33
  5. package/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  6. package/apis/codecommit-2015-04-13.min.json +7 -1
  7. package/apis/codepipeline-2015-07-09.min.json +442 -94
  8. package/apis/codepipeline-2015-07-09.paginators.json +6 -0
  9. package/apis/datazone-2018-05-10.min.json +68 -32
  10. package/apis/ecr-2015-09-21.examples.json +186 -0
  11. package/apis/ecr-2015-09-21.min.json +177 -20
  12. package/apis/ecr-2015-09-21.paginators.json +9 -0
  13. package/apis/eks-2017-11-01.min.json +81 -63
  14. package/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
  15. package/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  16. package/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  17. package/apis/eventbridge-2015-10-07.min.json +4 -1
  18. package/apis/logs-2014-03-28.min.json +7 -1
  19. package/apis/memorydb-2021-01-01.min.json +7 -1
  20. package/apis/models.lex.v2-2020-08-07.min.json +374 -346
  21. package/apis/network-firewall-2020-11-12.min.json +7 -1
  22. package/apis/outposts-2019-12-03.min.json +11 -2
  23. package/apis/rolesanywhere-2018-05-10.min.json +16 -1
  24. package/apis/states-2016-11-23.min.json +163 -128
  25. package/apis/tnb-2008-10-21.min.json +90 -23
  26. package/clients/applicationautoscaling.d.ts +1 -1
  27. package/clients/applicationsignals.d.ts +29 -20
  28. package/clients/appstream.d.ts +8 -8
  29. package/clients/autoscaling.d.ts +4 -3
  30. package/clients/bedrockruntime.d.ts +11 -8
  31. package/clients/codepipeline.d.ts +481 -1
  32. package/clients/datazone.d.ts +36 -0
  33. package/clients/ec2.d.ts +4 -4
  34. package/clients/ecr.d.ts +242 -8
  35. package/clients/eks.d.ts +27 -2
  36. package/clients/elasticache.d.ts +196 -196
  37. package/clients/elbv2.d.ts +54 -8
  38. package/clients/lexmodelsv2.d.ts +45 -5
  39. package/clients/memorydb.d.ts +7 -7
  40. package/clients/networkfirewall.d.ts +7 -7
  41. package/clients/outposts.d.ts +5 -0
  42. package/clients/rolesanywhere.d.ts +12 -0
  43. package/clients/stepfunctions.d.ts +67 -9
  44. package/clients/tnb.d.ts +95 -18
  45. package/clients/workspaces.d.ts +7 -7
  46. package/dist/aws-sdk-core-react-native.js +1 -1
  47. package/dist/aws-sdk-react-native.js +23 -23
  48. package/dist/aws-sdk.js +804 -226
  49. package/dist/aws-sdk.min.js +94 -93
  50. package/lib/core.js +1 -1
  51. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1663.0
1
+ // AWS SDK for JavaScript v2.1665.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){
@@ -10698,7 +10698,7 @@ module.exports={
10698
10698
  "type": "boolean"
10699
10699
  },
10700
10700
  "PredictiveScalingConfiguration": {
10701
- "shape": "S7o"
10701
+ "shape": "S7p"
10702
10702
  }
10703
10703
  }
10704
10704
  }
@@ -10733,7 +10733,7 @@ module.exports={
10733
10733
  ],
10734
10734
  "members": {
10735
10735
  "Activities": {
10736
- "shape": "S8b"
10736
+ "shape": "S8c"
10737
10737
  },
10738
10738
  "NextToken": {}
10739
10739
  }
@@ -10941,7 +10941,7 @@ module.exports={
10941
10941
  "type": "structure",
10942
10942
  "members": {
10943
10943
  "Activities": {
10944
- "shape": "S8b"
10944
+ "shape": "S8c"
10945
10945
  }
10946
10946
  }
10947
10947
  }
@@ -11015,7 +11015,7 @@ module.exports={
11015
11015
  "members": {
11016
11016
  "AutoScalingGroupName": {},
11017
11017
  "Metrics": {
11018
- "shape": "S96"
11018
+ "shape": "S97"
11019
11019
  }
11020
11020
  }
11021
11021
  }
@@ -11030,7 +11030,7 @@ module.exports={
11030
11030
  "members": {
11031
11031
  "AutoScalingGroupName": {},
11032
11032
  "Metrics": {
11033
- "shape": "S96"
11033
+ "shape": "S97"
11034
11034
  },
11035
11035
  "Granularity": {}
11036
11036
  }
@@ -11058,7 +11058,7 @@ module.exports={
11058
11058
  "type": "structure",
11059
11059
  "members": {
11060
11060
  "Activities": {
11061
- "shape": "S8b"
11061
+ "shape": "S8c"
11062
11062
  }
11063
11063
  }
11064
11064
  }
@@ -11102,7 +11102,7 @@ module.exports={
11102
11102
  "type": "structure",
11103
11103
  "members": {
11104
11104
  "Activities": {
11105
- "shape": "S8b"
11105
+ "shape": "S8c"
11106
11106
  }
11107
11107
  }
11108
11108
  }
@@ -11147,13 +11147,13 @@ module.exports={
11147
11147
  ],
11148
11148
  "members": {
11149
11149
  "Timestamps": {
11150
- "shape": "S9i"
11150
+ "shape": "S9j"
11151
11151
  },
11152
11152
  "Values": {
11153
- "shape": "S9j"
11153
+ "shape": "S9k"
11154
11154
  },
11155
11155
  "MetricSpecification": {
11156
- "shape": "S7q"
11156
+ "shape": "S7r"
11157
11157
  }
11158
11158
  }
11159
11159
  }
@@ -11166,10 +11166,10 @@ module.exports={
11166
11166
  ],
11167
11167
  "members": {
11168
11168
  "Timestamps": {
11169
- "shape": "S9i"
11169
+ "shape": "S9j"
11170
11170
  },
11171
11171
  "Values": {
11172
- "shape": "S9j"
11172
+ "shape": "S9k"
11173
11173
  }
11174
11174
  }
11175
11175
  },
@@ -11260,7 +11260,7 @@ module.exports={
11260
11260
  "type": "boolean"
11261
11261
  },
11262
11262
  "PredictiveScalingConfiguration": {
11263
- "shape": "S7o"
11263
+ "shape": "S7p"
11264
11264
  }
11265
11265
  }
11266
11266
  },
@@ -11356,7 +11356,7 @@ module.exports={
11356
11356
  },
11357
11357
  "ResumeProcesses": {
11358
11358
  "input": {
11359
- "shape": "S9v"
11359
+ "shape": "S9w"
11360
11360
  }
11361
11361
  },
11362
11362
  "RollbackInstanceRefresh": {
@@ -11462,7 +11462,7 @@ module.exports={
11462
11462
  },
11463
11463
  "SuspendProcesses": {
11464
11464
  "input": {
11465
- "shape": "S9v"
11465
+ "shape": "S9w"
11466
11466
  }
11467
11467
  },
11468
11468
  "TerminateInstanceInAutoScalingGroup": {
@@ -11484,7 +11484,7 @@ module.exports={
11484
11484
  "type": "structure",
11485
11485
  "members": {
11486
11486
  "Activity": {
11487
- "shape": "S8c"
11487
+ "shape": "S8d"
11488
11488
  }
11489
11489
  }
11490
11490
  }
@@ -12151,7 +12151,7 @@ module.exports={
12151
12151
  ],
12152
12152
  "members": {
12153
12153
  "Metric": {
12154
- "shape": "S7i"
12154
+ "shape": "S7j"
12155
12155
  },
12156
12156
  "Stat": {},
12157
12157
  "Unit": {}
@@ -12188,7 +12188,7 @@ module.exports={
12188
12188
  }
12189
12189
  }
12190
12190
  },
12191
- "S7i": {
12191
+ "S7j": {
12192
12192
  "type": "structure",
12193
12193
  "required": [
12194
12194
  "Namespace",
@@ -12202,7 +12202,7 @@ module.exports={
12202
12202
  }
12203
12203
  }
12204
12204
  },
12205
- "S7o": {
12205
+ "S7p": {
12206
12206
  "type": "structure",
12207
12207
  "required": [
12208
12208
  "MetricSpecifications"
@@ -12211,7 +12211,7 @@ module.exports={
12211
12211
  "MetricSpecifications": {
12212
12212
  "type": "list",
12213
12213
  "member": {
12214
- "shape": "S7q"
12214
+ "shape": "S7r"
12215
12215
  }
12216
12216
  },
12217
12217
  "Mode": {},
@@ -12224,7 +12224,7 @@ module.exports={
12224
12224
  }
12225
12225
  }
12226
12226
  },
12227
- "S7q": {
12227
+ "S7r": {
12228
12228
  "type": "structure",
12229
12229
  "required": [
12230
12230
  "TargetValue"
@@ -12270,7 +12270,7 @@ module.exports={
12270
12270
  ],
12271
12271
  "members": {
12272
12272
  "MetricDataQueries": {
12273
- "shape": "S7y"
12273
+ "shape": "S7z"
12274
12274
  }
12275
12275
  }
12276
12276
  },
@@ -12281,7 +12281,7 @@ module.exports={
12281
12281
  ],
12282
12282
  "members": {
12283
12283
  "MetricDataQueries": {
12284
- "shape": "S7y"
12284
+ "shape": "S7z"
12285
12285
  }
12286
12286
  }
12287
12287
  },
@@ -12292,13 +12292,13 @@ module.exports={
12292
12292
  ],
12293
12293
  "members": {
12294
12294
  "MetricDataQueries": {
12295
- "shape": "S7y"
12295
+ "shape": "S7z"
12296
12296
  }
12297
12297
  }
12298
12298
  }
12299
12299
  }
12300
12300
  },
12301
- "S7y": {
12301
+ "S7z": {
12302
12302
  "type": "list",
12303
12303
  "member": {
12304
12304
  "type": "structure",
@@ -12316,7 +12316,7 @@ module.exports={
12316
12316
  ],
12317
12317
  "members": {
12318
12318
  "Metric": {
12319
- "shape": "S7i"
12319
+ "shape": "S7j"
12320
12320
  },
12321
12321
  "Stat": {},
12322
12322
  "Unit": {}
@@ -12329,13 +12329,13 @@ module.exports={
12329
12329
  }
12330
12330
  }
12331
12331
  },
12332
- "S8b": {
12332
+ "S8c": {
12333
12333
  "type": "list",
12334
12334
  "member": {
12335
- "shape": "S8c"
12335
+ "shape": "S8d"
12336
12336
  }
12337
12337
  },
12338
- "S8c": {
12338
+ "S8d": {
12339
12339
  "type": "structure",
12340
12340
  "required": [
12341
12341
  "ActivityId",
@@ -12365,23 +12365,23 @@ module.exports={
12365
12365
  "AutoScalingGroupARN": {}
12366
12366
  }
12367
12367
  },
12368
- "S96": {
12368
+ "S97": {
12369
12369
  "type": "list",
12370
12370
  "member": {}
12371
12371
  },
12372
- "S9i": {
12372
+ "S9j": {
12373
12373
  "type": "list",
12374
12374
  "member": {
12375
12375
  "type": "timestamp"
12376
12376
  }
12377
12377
  },
12378
- "S9j": {
12378
+ "S9k": {
12379
12379
  "type": "list",
12380
12380
  "member": {
12381
12381
  "type": "double"
12382
12382
  }
12383
12383
  },
12384
- "S9v": {
12384
+ "S9w": {
12385
12385
  "type": "structure",
12386
12386
  "required": [
12387
12387
  "AutoScalingGroupName"
@@ -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": {
@@ -51249,7 +51255,7 @@ module.exports={
51249
51255
  "type": "structure",
51250
51256
  "members": {
51251
51257
  "actionType": {
51252
- "shape": "S32"
51258
+ "shape": "S3h"
51253
51259
  }
51254
51260
  }
51255
51261
  }
@@ -51272,7 +51278,7 @@ module.exports={
51272
51278
  "members": {
51273
51279
  "id": {},
51274
51280
  "data": {
51275
- "shape": "S3u"
51281
+ "shape": "S49"
51276
51282
  },
51277
51283
  "accountId": {}
51278
51284
  }
@@ -51369,12 +51375,12 @@ module.exports={
51369
51375
  }
51370
51376
  },
51371
51377
  "trigger": {
51372
- "shape": "S4v"
51378
+ "shape": "S5a"
51373
51379
  },
51374
51380
  "executionMode": {},
51375
51381
  "executionType": {},
51376
51382
  "rollbackMetadata": {
51377
- "shape": "S4z"
51383
+ "shape": "S5e"
51378
51384
  }
51379
51385
  }
51380
51386
  }
@@ -51405,12 +51411,12 @@ module.exports={
51405
51411
  "members": {
51406
51412
  "stageName": {},
51407
51413
  "inboundExecution": {
51408
- "shape": "S54"
51414
+ "shape": "S5j"
51409
51415
  },
51410
51416
  "inboundExecutions": {
51411
51417
  "type": "list",
51412
51418
  "member": {
51413
- "shape": "S54"
51419
+ "shape": "S5j"
51414
51420
  }
51415
51421
  },
51416
51422
  "inboundTransitionState": {
@@ -51433,7 +51439,7 @@ module.exports={
51433
51439
  "members": {
51434
51440
  "actionName": {},
51435
51441
  "currentRevision": {
51436
- "shape": "S5d"
51442
+ "shape": "S5s"
51437
51443
  },
51438
51444
  "latestExecution": {
51439
51445
  "type": "structure",
@@ -51452,7 +51458,7 @@ module.exports={
51452
51458
  "type": "integer"
51453
51459
  },
51454
51460
  "errorDetails": {
51455
- "shape": "S5l"
51461
+ "shape": "S60"
51456
51462
  }
51457
51463
  }
51458
51464
  },
@@ -51462,7 +51468,16 @@ module.exports={
51462
51468
  }
51463
51469
  },
51464
51470
  "latestExecution": {
51465
- "shape": "S54"
51471
+ "shape": "S5j"
51472
+ },
51473
+ "beforeEntryConditionState": {
51474
+ "shape": "S63"
51475
+ },
51476
+ "onSuccessConditionState": {
51477
+ "shape": "S63"
51478
+ },
51479
+ "onFailureConditionState": {
51480
+ "shape": "S63"
51466
51481
  }
51467
51482
  }
51468
51483
  }
@@ -51502,19 +51517,19 @@ module.exports={
51502
51517
  "shape": "Sw"
51503
51518
  },
51504
51519
  "actionConfiguration": {
51505
- "shape": "S3v"
51520
+ "shape": "S4a"
51506
51521
  },
51507
51522
  "pipelineContext": {
51508
- "shape": "S3w"
51523
+ "shape": "S4b"
51509
51524
  },
51510
51525
  "inputArtifacts": {
51511
- "shape": "S42"
51526
+ "shape": "S4h"
51512
51527
  },
51513
51528
  "outputArtifacts": {
51514
- "shape": "S42"
51529
+ "shape": "S4h"
51515
51530
  },
51516
51531
  "artifactCredentials": {
51517
- "shape": "S4a"
51532
+ "shape": "S4p"
51518
51533
  },
51519
51534
  "continuationToken": {},
51520
51535
  "encryptionKey": {
@@ -51541,15 +51556,7 @@ module.exports={
51541
51556
  "members": {
51542
51557
  "pipelineExecutionId": {},
51543
51558
  "latestInPipelineExecution": {
51544
- "type": "structure",
51545
- "required": [
51546
- "pipelineExecutionId",
51547
- "startTimeRange"
51548
- ],
51549
- "members": {
51550
- "pipelineExecutionId": {},
51551
- "startTimeRange": {}
51552
- }
51559
+ "shape": "S6m"
51553
51560
  }
51554
51561
  }
51555
51562
  },
@@ -51599,7 +51606,7 @@ module.exports={
51599
51606
  "roleArn": {},
51600
51607
  "region": {},
51601
51608
  "inputArtifacts": {
51602
- "shape": "S63"
51609
+ "shape": "S6v"
51603
51610
  },
51604
51611
  "namespace": {}
51605
51612
  }
@@ -51608,7 +51615,7 @@ module.exports={
51608
51615
  "type": "structure",
51609
51616
  "members": {
51610
51617
  "outputArtifacts": {
51611
- "shape": "S63"
51618
+ "shape": "S6v"
51612
51619
  },
51613
51620
  "executionResult": {
51614
51621
  "type": "structure",
@@ -51617,12 +51624,12 @@ module.exports={
51617
51624
  "externalExecutionSummary": {},
51618
51625
  "externalExecutionUrl": {},
51619
51626
  "errorDetails": {
51620
- "shape": "S5l"
51627
+ "shape": "S60"
51621
51628
  }
51622
51629
  }
51623
51630
  },
51624
51631
  "outputVariables": {
51625
- "shape": "S6c"
51632
+ "shape": "S74"
51626
51633
  }
51627
51634
  }
51628
51635
  }
@@ -51716,7 +51723,7 @@ module.exports={
51716
51723
  }
51717
51724
  },
51718
51725
  "trigger": {
51719
- "shape": "S4v"
51726
+ "shape": "S5a"
51720
51727
  },
51721
51728
  "stopTrigger": {
51722
51729
  "type": "structure",
@@ -51727,7 +51734,7 @@ module.exports={
51727
51734
  "executionMode": {},
51728
51735
  "executionType": {},
51729
51736
  "rollbackMetadata": {
51730
- "shape": "S4z"
51737
+ "shape": "S5e"
51731
51738
  }
51732
51739
  }
51733
51740
  }
@@ -51773,6 +51780,169 @@ module.exports={
51773
51780
  }
51774
51781
  }
51775
51782
  },
51783
+ "ListRuleExecutions": {
51784
+ "input": {
51785
+ "type": "structure",
51786
+ "required": [
51787
+ "pipelineName"
51788
+ ],
51789
+ "members": {
51790
+ "pipelineName": {},
51791
+ "filter": {
51792
+ "type": "structure",
51793
+ "members": {
51794
+ "pipelineExecutionId": {},
51795
+ "latestInPipelineExecution": {
51796
+ "shape": "S6m"
51797
+ }
51798
+ }
51799
+ },
51800
+ "maxResults": {
51801
+ "type": "integer"
51802
+ },
51803
+ "nextToken": {}
51804
+ }
51805
+ },
51806
+ "output": {
51807
+ "type": "structure",
51808
+ "members": {
51809
+ "ruleExecutionDetails": {
51810
+ "type": "list",
51811
+ "member": {
51812
+ "type": "structure",
51813
+ "members": {
51814
+ "pipelineExecutionId": {},
51815
+ "ruleExecutionId": {},
51816
+ "pipelineVersion": {
51817
+ "type": "integer"
51818
+ },
51819
+ "stageName": {},
51820
+ "ruleName": {},
51821
+ "startTime": {
51822
+ "type": "timestamp"
51823
+ },
51824
+ "lastUpdateTime": {
51825
+ "type": "timestamp"
51826
+ },
51827
+ "updatedBy": {},
51828
+ "status": {},
51829
+ "input": {
51830
+ "type": "structure",
51831
+ "members": {
51832
+ "ruleTypeId": {
51833
+ "shape": "S21"
51834
+ },
51835
+ "configuration": {
51836
+ "shape": "S25"
51837
+ },
51838
+ "resolvedConfiguration": {
51839
+ "type": "map",
51840
+ "key": {},
51841
+ "value": {}
51842
+ },
51843
+ "roleArn": {},
51844
+ "region": {},
51845
+ "inputArtifacts": {
51846
+ "shape": "S6v"
51847
+ }
51848
+ }
51849
+ },
51850
+ "output": {
51851
+ "type": "structure",
51852
+ "members": {
51853
+ "executionResult": {
51854
+ "type": "structure",
51855
+ "members": {
51856
+ "externalExecutionId": {},
51857
+ "externalExecutionSummary": {},
51858
+ "externalExecutionUrl": {},
51859
+ "errorDetails": {
51860
+ "shape": "S60"
51861
+ }
51862
+ }
51863
+ }
51864
+ }
51865
+ }
51866
+ }
51867
+ }
51868
+ },
51869
+ "nextToken": {}
51870
+ }
51871
+ }
51872
+ },
51873
+ "ListRuleTypes": {
51874
+ "input": {
51875
+ "type": "structure",
51876
+ "members": {
51877
+ "ruleOwnerFilter": {},
51878
+ "regionFilter": {}
51879
+ }
51880
+ },
51881
+ "output": {
51882
+ "type": "structure",
51883
+ "required": [
51884
+ "ruleTypes"
51885
+ ],
51886
+ "members": {
51887
+ "ruleTypes": {
51888
+ "type": "list",
51889
+ "member": {
51890
+ "type": "structure",
51891
+ "required": [
51892
+ "id",
51893
+ "inputArtifactDetails"
51894
+ ],
51895
+ "members": {
51896
+ "id": {
51897
+ "shape": "S21"
51898
+ },
51899
+ "settings": {
51900
+ "type": "structure",
51901
+ "members": {
51902
+ "thirdPartyConfigurationUrl": {},
51903
+ "entityUrlTemplate": {},
51904
+ "executionUrlTemplate": {},
51905
+ "revisionUrlTemplate": {}
51906
+ }
51907
+ },
51908
+ "ruleConfigurationProperties": {
51909
+ "type": "list",
51910
+ "member": {
51911
+ "type": "structure",
51912
+ "required": [
51913
+ "name",
51914
+ "required",
51915
+ "key",
51916
+ "secret"
51917
+ ],
51918
+ "members": {
51919
+ "name": {},
51920
+ "required": {
51921
+ "type": "boolean"
51922
+ },
51923
+ "key": {
51924
+ "type": "boolean"
51925
+ },
51926
+ "secret": {
51927
+ "type": "boolean"
51928
+ },
51929
+ "queryable": {
51930
+ "type": "boolean"
51931
+ },
51932
+ "description": {},
51933
+ "type": {}
51934
+ }
51935
+ }
51936
+ },
51937
+ "inputArtifactDetails": {
51938
+ "shape": "Sn"
51939
+ }
51940
+ }
51941
+ }
51942
+ }
51943
+ }
51944
+ }
51945
+ },
51776
51946
  "ListTagsForResource": {
51777
51947
  "input": {
51778
51948
  "type": "structure",
@@ -51813,13 +51983,30 @@ module.exports={
51813
51983
  "webhooks": {
51814
51984
  "type": "list",
51815
51985
  "member": {
51816
- "shape": "S73"
51986
+ "shape": "S8c"
51817
51987
  }
51818
51988
  },
51819
51989
  "NextToken": {}
51820
51990
  }
51821
51991
  }
51822
51992
  },
51993
+ "OverrideStageCondition": {
51994
+ "input": {
51995
+ "type": "structure",
51996
+ "required": [
51997
+ "pipelineName",
51998
+ "stageName",
51999
+ "pipelineExecutionId",
52000
+ "conditionType"
52001
+ ],
52002
+ "members": {
52003
+ "pipelineName": {},
52004
+ "stageName": {},
52005
+ "pipelineExecutionId": {},
52006
+ "conditionType": {}
52007
+ }
52008
+ }
52009
+ },
51823
52010
  "PollForJobs": {
51824
52011
  "input": {
51825
52012
  "type": "structure",
@@ -51850,7 +52037,7 @@ module.exports={
51850
52037
  "members": {
51851
52038
  "id": {},
51852
52039
  "data": {
51853
- "shape": "S3u"
52040
+ "shape": "S49"
51854
52041
  },
51855
52042
  "nonce": {},
51856
52043
  "accountId": {}
@@ -51905,7 +52092,7 @@ module.exports={
51905
52092
  "stageName": {},
51906
52093
  "actionName": {},
51907
52094
  "actionRevision": {
51908
- "shape": "S5d"
52095
+ "shape": "S5s"
51909
52096
  }
51910
52097
  }
51911
52098
  },
@@ -51966,7 +52153,7 @@ module.exports={
51966
52153
  "members": {
51967
52154
  "jobId": {},
51968
52155
  "failureDetails": {
51969
- "shape": "S83"
52156
+ "shape": "S9e"
51970
52157
  }
51971
52158
  }
51972
52159
  }
@@ -51980,14 +52167,14 @@ module.exports={
51980
52167
  "members": {
51981
52168
  "jobId": {},
51982
52169
  "currentRevision": {
51983
- "shape": "S86"
52170
+ "shape": "S9h"
51984
52171
  },
51985
52172
  "continuationToken": {},
51986
52173
  "executionDetails": {
51987
- "shape": "S88"
52174
+ "shape": "S9j"
51988
52175
  },
51989
52176
  "outputVariables": {
51990
- "shape": "S6c"
52177
+ "shape": "S74"
51991
52178
  }
51992
52179
  }
51993
52180
  }
@@ -52004,7 +52191,7 @@ module.exports={
52004
52191
  "jobId": {},
52005
52192
  "clientToken": {},
52006
52193
  "failureDetails": {
52007
- "shape": "S83"
52194
+ "shape": "S9e"
52008
52195
  }
52009
52196
  }
52010
52197
  }
@@ -52020,11 +52207,11 @@ module.exports={
52020
52207
  "jobId": {},
52021
52208
  "clientToken": {},
52022
52209
  "currentRevision": {
52023
- "shape": "S86"
52210
+ "shape": "S9h"
52024
52211
  },
52025
52212
  "continuationToken": {},
52026
52213
  "executionDetails": {
52027
- "shape": "S88"
52214
+ "shape": "S9j"
52028
52215
  }
52029
52216
  }
52030
52217
  }
@@ -52037,7 +52224,7 @@ module.exports={
52037
52224
  ],
52038
52225
  "members": {
52039
52226
  "webhook": {
52040
- "shape": "S74"
52227
+ "shape": "S8d"
52041
52228
  },
52042
52229
  "tags": {
52043
52230
  "shape": "Sq"
@@ -52048,7 +52235,7 @@ module.exports={
52048
52235
  "type": "structure",
52049
52236
  "members": {
52050
52237
  "webhook": {
52051
- "shape": "S73"
52238
+ "shape": "S8c"
52052
52239
  }
52053
52240
  }
52054
52241
  }
@@ -52232,7 +52419,7 @@ module.exports={
52232
52419
  ],
52233
52420
  "members": {
52234
52421
  "actionType": {
52235
- "shape": "S32"
52422
+ "shape": "S3h"
52236
52423
  }
52237
52424
  }
52238
52425
  }
@@ -52443,16 +52630,7 @@ module.exports={
52443
52630
  }
52444
52631
  },
52445
52632
  "inputArtifacts": {
52446
- "type": "list",
52447
- "member": {
52448
- "type": "structure",
52449
- "required": [
52450
- "name"
52451
- ],
52452
- "members": {
52453
- "name": {}
52454
- }
52455
- }
52633
+ "shape": "S1q"
52456
52634
  },
52457
52635
  "roleArn": {},
52458
52636
  "region": {},
@@ -52466,7 +52644,32 @@ module.exports={
52466
52644
  "onFailure": {
52467
52645
  "type": "structure",
52468
52646
  "members": {
52469
- "result": {}
52647
+ "result": {},
52648
+ "conditions": {
52649
+ "shape": "S1w"
52650
+ }
52651
+ }
52652
+ },
52653
+ "onSuccess": {
52654
+ "type": "structure",
52655
+ "required": [
52656
+ "conditions"
52657
+ ],
52658
+ "members": {
52659
+ "conditions": {
52660
+ "shape": "S1w"
52661
+ }
52662
+ }
52663
+ },
52664
+ "beforeEntry": {
52665
+ "type": "structure",
52666
+ "required": [
52667
+ "conditions"
52668
+ ],
52669
+ "members": {
52670
+ "conditions": {
52671
+ "shape": "S1w"
52672
+ }
52470
52673
  }
52471
52674
  }
52472
52675
  }
@@ -52517,18 +52720,18 @@ module.exports={
52517
52720
  "type": "structure",
52518
52721
  "members": {
52519
52722
  "includes": {
52520
- "shape": "S2b"
52723
+ "shape": "S2q"
52521
52724
  },
52522
52725
  "excludes": {
52523
- "shape": "S2b"
52726
+ "shape": "S2q"
52524
52727
  }
52525
52728
  }
52526
52729
  },
52527
52730
  "branches": {
52528
- "shape": "S2d"
52731
+ "shape": "S2s"
52529
52732
  },
52530
52733
  "filePaths": {
52531
- "shape": "S2g"
52734
+ "shape": "S2v"
52532
52735
  }
52533
52736
  }
52534
52737
  }
@@ -52543,10 +52746,10 @@ module.exports={
52543
52746
  "member": {}
52544
52747
  },
52545
52748
  "branches": {
52546
- "shape": "S2d"
52749
+ "shape": "S2s"
52547
52750
  },
52548
52751
  "filePaths": {
52549
- "shape": "S2g"
52752
+ "shape": "S2v"
52550
52753
  }
52551
52754
  }
52552
52755
  }
@@ -52588,41 +52791,107 @@ module.exports={
52588
52791
  "key": {},
52589
52792
  "value": {}
52590
52793
  },
52591
- "S2b": {
52794
+ "S1q": {
52795
+ "type": "list",
52796
+ "member": {
52797
+ "type": "structure",
52798
+ "required": [
52799
+ "name"
52800
+ ],
52801
+ "members": {
52802
+ "name": {}
52803
+ }
52804
+ }
52805
+ },
52806
+ "S1w": {
52807
+ "type": "list",
52808
+ "member": {
52809
+ "type": "structure",
52810
+ "members": {
52811
+ "result": {},
52812
+ "rules": {
52813
+ "type": "list",
52814
+ "member": {
52815
+ "type": "structure",
52816
+ "required": [
52817
+ "name",
52818
+ "ruleTypeId"
52819
+ ],
52820
+ "members": {
52821
+ "name": {},
52822
+ "ruleTypeId": {
52823
+ "shape": "S21"
52824
+ },
52825
+ "configuration": {
52826
+ "shape": "S25"
52827
+ },
52828
+ "inputArtifacts": {
52829
+ "shape": "S1q"
52830
+ },
52831
+ "roleArn": {},
52832
+ "region": {},
52833
+ "timeoutInMinutes": {
52834
+ "type": "integer"
52835
+ }
52836
+ }
52837
+ }
52838
+ }
52839
+ }
52840
+ }
52841
+ },
52842
+ "S21": {
52843
+ "type": "structure",
52844
+ "required": [
52845
+ "category",
52846
+ "provider"
52847
+ ],
52848
+ "members": {
52849
+ "category": {},
52850
+ "owner": {},
52851
+ "provider": {},
52852
+ "version": {}
52853
+ }
52854
+ },
52855
+ "S25": {
52856
+ "type": "map",
52857
+ "key": {},
52858
+ "value": {}
52859
+ },
52860
+ "S2q": {
52592
52861
  "type": "list",
52593
52862
  "member": {}
52594
52863
  },
52595
- "S2d": {
52864
+ "S2s": {
52596
52865
  "type": "structure",
52597
52866
  "members": {
52598
52867
  "includes": {
52599
- "shape": "S2e"
52868
+ "shape": "S2t"
52600
52869
  },
52601
52870
  "excludes": {
52602
- "shape": "S2e"
52871
+ "shape": "S2t"
52603
52872
  }
52604
52873
  }
52605
52874
  },
52606
- "S2e": {
52875
+ "S2t": {
52607
52876
  "type": "list",
52608
52877
  "member": {}
52609
52878
  },
52610
- "S2g": {
52879
+ "S2v": {
52611
52880
  "type": "structure",
52612
52881
  "members": {
52613
52882
  "includes": {
52614
- "shape": "S2h"
52883
+ "shape": "S2w"
52615
52884
  },
52616
52885
  "excludes": {
52617
- "shape": "S2h"
52886
+ "shape": "S2w"
52618
52887
  }
52619
52888
  }
52620
52889
  },
52621
- "S2h": {
52890
+ "S2w": {
52622
52891
  "type": "list",
52623
52892
  "member": {}
52624
52893
  },
52625
- "S32": {
52894
+ "S3h": {
52626
52895
  "type": "structure",
52627
52896
  "required": [
52628
52897
  "executor",
@@ -52689,10 +52958,10 @@ module.exports={
52689
52958
  }
52690
52959
  },
52691
52960
  "inputArtifactDetails": {
52692
- "shape": "S3h"
52961
+ "shape": "S3w"
52693
52962
  },
52694
52963
  "outputArtifactDetails": {
52695
- "shape": "S3h"
52964
+ "shape": "S3w"
52696
52965
  },
52697
52966
  "permissions": {
52698
52967
  "type": "structure",
@@ -52745,7 +53014,7 @@ module.exports={
52745
53014
  }
52746
53015
  }
52747
53016
  },
52748
- "S3h": {
53017
+ "S3w": {
52749
53018
  "type": "structure",
52750
53019
  "required": [
52751
53020
  "minimumCount",
@@ -52760,26 +53029,26 @@ module.exports={
52760
53029
  }
52761
53030
  }
52762
53031
  },
52763
- "S3u": {
53032
+ "S49": {
52764
53033
  "type": "structure",
52765
53034
  "members": {
52766
53035
  "actionTypeId": {
52767
53036
  "shape": "Sw"
52768
53037
  },
52769
53038
  "actionConfiguration": {
52770
- "shape": "S3v"
53039
+ "shape": "S4a"
52771
53040
  },
52772
53041
  "pipelineContext": {
52773
- "shape": "S3w"
53042
+ "shape": "S4b"
52774
53043
  },
52775
53044
  "inputArtifacts": {
52776
- "shape": "S42"
53045
+ "shape": "S4h"
52777
53046
  },
52778
53047
  "outputArtifacts": {
52779
- "shape": "S42"
53048
+ "shape": "S4h"
52780
53049
  },
52781
53050
  "artifactCredentials": {
52782
- "shape": "S4a"
53051
+ "shape": "S4p"
52783
53052
  },
52784
53053
  "continuationToken": {},
52785
53054
  "encryptionKey": {
@@ -52787,7 +53056,7 @@ module.exports={
52787
53056
  }
52788
53057
  }
52789
53058
  },
52790
- "S3v": {
53059
+ "S4a": {
52791
53060
  "type": "structure",
52792
53061
  "members": {
52793
53062
  "configuration": {
@@ -52795,7 +53064,7 @@ module.exports={
52795
53064
  }
52796
53065
  }
52797
53066
  },
52798
- "S3w": {
53067
+ "S4b": {
52799
53068
  "type": "structure",
52800
53069
  "members": {
52801
53070
  "pipelineName": {},
@@ -52816,7 +53085,7 @@ module.exports={
52816
53085
  "pipelineExecutionId": {}
52817
53086
  }
52818
53087
  },
52819
- "S42": {
53088
+ "S4h": {
52820
53089
  "type": "list",
52821
53090
  "member": {
52822
53091
  "type": "structure",
@@ -52843,7 +53112,7 @@ module.exports={
52843
53112
  }
52844
53113
  }
52845
53114
  },
52846
- "S4a": {
53115
+ "S4p": {
52847
53116
  "type": "structure",
52848
53117
  "required": [
52849
53118
  "accessKeyId",
@@ -52866,20 +53135,20 @@ module.exports={
52866
53135
  },
52867
53136
  "sensitive": true
52868
53137
  },
52869
- "S4v": {
53138
+ "S5a": {
52870
53139
  "type": "structure",
52871
53140
  "members": {
52872
53141
  "triggerType": {},
52873
53142
  "triggerDetail": {}
52874
53143
  }
52875
53144
  },
52876
- "S4z": {
53145
+ "S5e": {
52877
53146
  "type": "structure",
52878
53147
  "members": {
52879
53148
  "rollbackTargetPipelineExecutionId": {}
52880
53149
  }
52881
53150
  },
52882
- "S54": {
53151
+ "S5j": {
52883
53152
  "type": "structure",
52884
53153
  "required": [
52885
53154
  "pipelineExecutionId",
@@ -52891,7 +53160,7 @@ module.exports={
52891
53160
  "type": {}
52892
53161
  }
52893
53162
  },
52894
- "S5d": {
53163
+ "S5s": {
52895
53164
  "type": "structure",
52896
53165
  "required": [
52897
53166
  "revisionId",
@@ -52906,7 +53175,7 @@ module.exports={
52906
53175
  }
52907
53176
  }
52908
53177
  },
52909
- "S5l": {
53178
+ "S60": {
52910
53179
  "type": "structure",
52911
53180
  "members": {
52912
53181
  "code": {},
@@ -52914,6 +53183,91 @@ module.exports={
52914
53183
  }
52915
53184
  },
52916
53185
  "S63": {
53186
+ "type": "structure",
53187
+ "members": {
53188
+ "latestExecution": {
53189
+ "type": "structure",
53190
+ "members": {
53191
+ "status": {},
53192
+ "summary": {}
53193
+ }
53194
+ },
53195
+ "conditionStates": {
53196
+ "type": "list",
53197
+ "member": {
53198
+ "type": "structure",
53199
+ "members": {
53200
+ "latestExecution": {
53201
+ "type": "structure",
53202
+ "members": {
53203
+ "status": {},
53204
+ "summary": {},
53205
+ "lastStatusChange": {
53206
+ "type": "timestamp"
53207
+ }
53208
+ }
53209
+ },
53210
+ "ruleStates": {
53211
+ "type": "list",
53212
+ "member": {
53213
+ "type": "structure",
53214
+ "members": {
53215
+ "ruleName": {},
53216
+ "currentRevision": {
53217
+ "type": "structure",
53218
+ "required": [
53219
+ "revisionId",
53220
+ "revisionChangeId",
53221
+ "created"
53222
+ ],
53223
+ "members": {
53224
+ "revisionId": {},
53225
+ "revisionChangeId": {},
53226
+ "created": {
53227
+ "type": "timestamp"
53228
+ }
53229
+ }
53230
+ },
53231
+ "latestExecution": {
53232
+ "type": "structure",
53233
+ "members": {
53234
+ "ruleExecutionId": {},
53235
+ "status": {},
53236
+ "summary": {},
53237
+ "lastStatusChange": {
53238
+ "type": "timestamp"
53239
+ },
53240
+ "token": {},
53241
+ "lastUpdatedBy": {},
53242
+ "externalExecutionId": {},
53243
+ "externalExecutionUrl": {},
53244
+ "errorDetails": {
53245
+ "shape": "S60"
53246
+ }
53247
+ }
53248
+ },
53249
+ "entityUrl": {},
53250
+ "revisionUrl": {}
53251
+ }
53252
+ }
53253
+ }
53254
+ }
53255
+ }
53256
+ }
53257
+ }
53258
+ },
53259
+ "S6m": {
53260
+ "type": "structure",
53261
+ "required": [
53262
+ "pipelineExecutionId",
53263
+ "startTimeRange"
53264
+ ],
53265
+ "members": {
53266
+ "pipelineExecutionId": {},
53267
+ "startTimeRange": {}
53268
+ }
53269
+ },
53270
+ "S6v": {
52917
53271
  "type": "list",
52918
53272
  "member": {
52919
53273
  "type": "structure",
@@ -52929,12 +53283,12 @@ module.exports={
52929
53283
  }
52930
53284
  }
52931
53285
  },
52932
- "S6c": {
53286
+ "S74": {
52933
53287
  "type": "map",
52934
53288
  "key": {},
52935
53289
  "value": {}
52936
53290
  },
52937
- "S73": {
53291
+ "S8c": {
52938
53292
  "type": "structure",
52939
53293
  "required": [
52940
53294
  "definition",
@@ -52942,7 +53296,7 @@ module.exports={
52942
53296
  ],
52943
53297
  "members": {
52944
53298
  "definition": {
52945
- "shape": "S74"
53299
+ "shape": "S8d"
52946
53300
  },
52947
53301
  "url": {},
52948
53302
  "errorMessage": {},
@@ -52956,7 +53310,7 @@ module.exports={
52956
53310
  }
52957
53311
  }
52958
53312
  },
52959
- "S74": {
53313
+ "S8d": {
52960
53314
  "type": "structure",
52961
53315
  "required": [
52962
53316
  "name",
@@ -52993,7 +53347,7 @@ module.exports={
52993
53347
  }
52994
53348
  }
52995
53349
  },
52996
- "S83": {
53350
+ "S9e": {
52997
53351
  "type": "structure",
52998
53352
  "required": [
52999
53353
  "type",
@@ -53005,7 +53359,7 @@ module.exports={
53005
53359
  "externalExecutionId": {}
53006
53360
  }
53007
53361
  },
53008
- "S86": {
53362
+ "S9h": {
53009
53363
  "type": "structure",
53010
53364
  "required": [
53011
53365
  "revision",
@@ -53020,7 +53374,7 @@ module.exports={
53020
53374
  "revisionSummary": {}
53021
53375
  }
53022
53376
  },
53023
- "S88": {
53377
+ "S9j": {
53024
53378
  "type": "structure",
53025
53379
  "members": {
53026
53380
  "summary": {},
@@ -53058,6 +53412,12 @@ module.exports={
53058
53412
  "limit_key": "maxResults",
53059
53413
  "result_key": "pipelines"
53060
53414
  },
53415
+ "ListRuleExecutions": {
53416
+ "input_token": "nextToken",
53417
+ "output_token": "nextToken",
53418
+ "limit_key": "maxResults",
53419
+ "result_key": "ruleExecutionDetails"
53420
+ },
53061
53421
  "ListTagsForResource": {
53062
53422
  "input_token": "nextToken",
53063
53423
  "output_token": "nextToken",
@@ -127061,6 +127421,41 @@ module.exports={
127061
127421
  }
127062
127422
  }
127063
127423
  },
127424
+ "CreateRepositoryCreationTemplate": {
127425
+ "input": {
127426
+ "type": "structure",
127427
+ "required": [
127428
+ "prefix",
127429
+ "appliedFor"
127430
+ ],
127431
+ "members": {
127432
+ "prefix": {},
127433
+ "description": {},
127434
+ "encryptionConfiguration": {
127435
+ "shape": "S23"
127436
+ },
127437
+ "resourceTags": {
127438
+ "shape": "S1p"
127439
+ },
127440
+ "imageTagMutability": {},
127441
+ "repositoryPolicy": {},
127442
+ "lifecyclePolicy": {},
127443
+ "appliedFor": {
127444
+ "shape": "S27"
127445
+ },
127446
+ "customRoleArn": {}
127447
+ }
127448
+ },
127449
+ "output": {
127450
+ "type": "structure",
127451
+ "members": {
127452
+ "registryId": {},
127453
+ "repositoryCreationTemplate": {
127454
+ "shape": "S2b"
127455
+ }
127456
+ }
127457
+ }
127458
+ },
127064
127459
  "DeleteLifecyclePolicy": {
127065
127460
  "input": {
127066
127461
  "type": "structure",
@@ -127144,6 +127539,26 @@ module.exports={
127144
127539
  }
127145
127540
  }
127146
127541
  },
127542
+ "DeleteRepositoryCreationTemplate": {
127543
+ "input": {
127544
+ "type": "structure",
127545
+ "required": [
127546
+ "prefix"
127547
+ ],
127548
+ "members": {
127549
+ "prefix": {}
127550
+ }
127551
+ },
127552
+ "output": {
127553
+ "type": "structure",
127554
+ "members": {
127555
+ "registryId": {},
127556
+ "repositoryCreationTemplate": {
127557
+ "shape": "S2b"
127558
+ }
127559
+ }
127560
+ }
127561
+ },
127147
127562
  "DeleteRepositoryPolicy": {
127148
127563
  "input": {
127149
127564
  "type": "structure",
@@ -127229,7 +127644,7 @@ module.exports={
127229
127644
  "shape": "Sj"
127230
127645
  },
127231
127646
  "imageScanStatus": {
127232
- "shape": "S2q"
127647
+ "shape": "S34"
127233
127648
  },
127234
127649
  "imageScanFindings": {
127235
127650
  "type": "structure",
@@ -127241,7 +127656,7 @@ module.exports={
127241
127656
  "type": "timestamp"
127242
127657
  },
127243
127658
  "findingSeverityCounts": {
127244
- "shape": "S2w"
127659
+ "shape": "S3a"
127245
127660
  },
127246
127661
  "findings": {
127247
127662
  "type": "list",
@@ -127468,7 +127883,7 @@ module.exports={
127468
127883
  "repositoryName": {},
127469
127884
  "imageDigest": {},
127470
127885
  "imageTags": {
127471
- "shape": "S4o"
127886
+ "shape": "S51"
127472
127887
  },
127473
127888
  "imageSizeInBytes": {
127474
127889
  "type": "long"
@@ -127477,7 +127892,7 @@ module.exports={
127477
127892
  "type": "timestamp"
127478
127893
  },
127479
127894
  "imageScanStatus": {
127480
- "shape": "S2q"
127895
+ "shape": "S34"
127481
127896
  },
127482
127897
  "imageScanFindingsSummary": {
127483
127898
  "type": "structure",
@@ -127489,7 +127904,7 @@ module.exports={
127489
127904
  "type": "timestamp"
127490
127905
  },
127491
127906
  "findingSeverityCounts": {
127492
- "shape": "S2w"
127907
+ "shape": "S3a"
127493
127908
  }
127494
127909
  }
127495
127910
  },
@@ -127556,7 +127971,7 @@ module.exports={
127556
127971
  "members": {
127557
127972
  "registryId": {},
127558
127973
  "replicationConfiguration": {
127559
- "shape": "S51"
127974
+ "shape": "S5e"
127560
127975
  }
127561
127976
  }
127562
127977
  }
@@ -127589,6 +128004,34 @@ module.exports={
127589
128004
  }
127590
128005
  }
127591
128006
  },
128007
+ "DescribeRepositoryCreationTemplates": {
128008
+ "input": {
128009
+ "type": "structure",
128010
+ "members": {
128011
+ "prefixes": {
128012
+ "type": "list",
128013
+ "member": {}
128014
+ },
128015
+ "nextToken": {},
128016
+ "maxResults": {
128017
+ "type": "integer"
128018
+ }
128019
+ }
128020
+ },
128021
+ "output": {
128022
+ "type": "structure",
128023
+ "members": {
128024
+ "registryId": {},
128025
+ "repositoryCreationTemplates": {
128026
+ "type": "list",
128027
+ "member": {
128028
+ "shape": "S2b"
128029
+ }
128030
+ },
128031
+ "nextToken": {}
128032
+ }
128033
+ }
128034
+ },
127592
128035
  "GetAuthorizationToken": {
127593
128036
  "input": {
127594
128037
  "type": "structure",
@@ -127702,7 +128145,7 @@ module.exports={
127702
128145
  "type": "structure",
127703
128146
  "members": {
127704
128147
  "imageTags": {
127705
- "shape": "S4o"
128148
+ "shape": "S51"
127706
128149
  },
127707
128150
  "imageDigest": {},
127708
128151
  "imagePushedAt": {
@@ -127754,7 +128197,7 @@ module.exports={
127754
128197
  "members": {
127755
128198
  "registryId": {},
127756
128199
  "scanningConfiguration": {
127757
- "shape": "S66"
128200
+ "shape": "S6n"
127758
128201
  }
127759
128202
  }
127760
128203
  }
@@ -127969,7 +128412,7 @@ module.exports={
127969
128412
  "members": {
127970
128413
  "scanType": {},
127971
128414
  "rules": {
127972
- "shape": "S68"
128415
+ "shape": "S6p"
127973
128416
  }
127974
128417
  }
127975
128418
  },
@@ -127977,7 +128420,7 @@ module.exports={
127977
128420
  "type": "structure",
127978
128421
  "members": {
127979
128422
  "registryScanningConfiguration": {
127980
- "shape": "S66"
128423
+ "shape": "S6n"
127981
128424
  }
127982
128425
  }
127983
128426
  }
@@ -127990,7 +128433,7 @@ module.exports={
127990
128433
  ],
127991
128434
  "members": {
127992
128435
  "replicationConfiguration": {
127993
- "shape": "S51"
128436
+ "shape": "S5e"
127994
128437
  }
127995
128438
  }
127996
128439
  },
@@ -127998,7 +128441,7 @@ module.exports={
127998
128441
  "type": "structure",
127999
128442
  "members": {
128000
128443
  "replicationConfiguration": {
128001
- "shape": "S51"
128444
+ "shape": "S5e"
128002
128445
  }
128003
128446
  }
128004
128447
  }
@@ -128052,7 +128495,7 @@ module.exports={
128052
128495
  "shape": "Sj"
128053
128496
  },
128054
128497
  "imageScanStatus": {
128055
- "shape": "S2q"
128498
+ "shape": "S34"
128056
128499
  }
128057
128500
  }
128058
128501
  }
@@ -128143,6 +128586,40 @@ module.exports={
128143
128586
  }
128144
128587
  }
128145
128588
  },
128589
+ "UpdateRepositoryCreationTemplate": {
128590
+ "input": {
128591
+ "type": "structure",
128592
+ "required": [
128593
+ "prefix"
128594
+ ],
128595
+ "members": {
128596
+ "prefix": {},
128597
+ "description": {},
128598
+ "encryptionConfiguration": {
128599
+ "shape": "S23"
128600
+ },
128601
+ "resourceTags": {
128602
+ "shape": "S1p"
128603
+ },
128604
+ "imageTagMutability": {},
128605
+ "repositoryPolicy": {},
128606
+ "lifecyclePolicy": {},
128607
+ "appliedFor": {
128608
+ "shape": "S27"
128609
+ },
128610
+ "customRoleArn": {}
128611
+ }
128612
+ },
128613
+ "output": {
128614
+ "type": "structure",
128615
+ "members": {
128616
+ "registryId": {},
128617
+ "repositoryCreationTemplate": {
128618
+ "shape": "S2b"
128619
+ }
128620
+ }
128621
+ }
128622
+ },
128146
128623
  "UploadLayerPart": {
128147
128624
  "input": {
128148
128625
  "type": "structure",
@@ -128310,25 +128787,65 @@ module.exports={
128310
128787
  }
128311
128788
  }
128312
128789
  },
128313
- "S2q": {
128790
+ "S23": {
128791
+ "type": "structure",
128792
+ "required": [
128793
+ "encryptionType"
128794
+ ],
128795
+ "members": {
128796
+ "encryptionType": {},
128797
+ "kmsKey": {}
128798
+ }
128799
+ },
128800
+ "S27": {
128801
+ "type": "list",
128802
+ "member": {}
128803
+ },
128804
+ "S2b": {
128805
+ "type": "structure",
128806
+ "members": {
128807
+ "prefix": {},
128808
+ "description": {},
128809
+ "encryptionConfiguration": {
128810
+ "shape": "S23"
128811
+ },
128812
+ "resourceTags": {
128813
+ "shape": "S1p"
128814
+ },
128815
+ "imageTagMutability": {},
128816
+ "repositoryPolicy": {},
128817
+ "lifecyclePolicy": {},
128818
+ "appliedFor": {
128819
+ "shape": "S27"
128820
+ },
128821
+ "customRoleArn": {},
128822
+ "createdAt": {
128823
+ "type": "timestamp"
128824
+ },
128825
+ "updatedAt": {
128826
+ "type": "timestamp"
128827
+ }
128828
+ }
128829
+ },
128830
+ "S34": {
128314
128831
  "type": "structure",
128315
128832
  "members": {
128316
128833
  "status": {},
128317
128834
  "description": {}
128318
128835
  }
128319
128836
  },
128320
- "S2w": {
128837
+ "S3a": {
128321
128838
  "type": "map",
128322
128839
  "key": {},
128323
128840
  "value": {
128324
128841
  "type": "integer"
128325
128842
  }
128326
128843
  },
128327
- "S4o": {
128844
+ "S51": {
128328
128845
  "type": "list",
128329
128846
  "member": {}
128330
128847
  },
128331
- "S51": {
128848
+ "S5e": {
128332
128849
  "type": "structure",
128333
128850
  "required": [
128334
128851
  "rules"
@@ -128375,16 +128892,16 @@ module.exports={
128375
128892
  }
128376
128893
  }
128377
128894
  },
128378
- "S66": {
128895
+ "S6n": {
128379
128896
  "type": "structure",
128380
128897
  "members": {
128381
128898
  "scanType": {},
128382
128899
  "rules": {
128383
- "shape": "S68"
128900
+ "shape": "S6p"
128384
128901
  }
128385
128902
  }
128386
128903
  },
128387
- "S68": {
128904
+ "S6p": {
128388
128905
  "type": "list",
128389
128906
  "member": {
128390
128907
  "type": "structure",
@@ -128439,6 +128956,15 @@ module.exports={
128439
128956
  "output_token": "nextToken",
128440
128957
  "result_key": "repositories"
128441
128958
  },
128959
+ "DescribeRepositoryCreationTemplates": {
128960
+ "input_token": "nextToken",
128961
+ "limit_key": "maxResults",
128962
+ "non_aggregate_keys": [
128963
+ "registryId"
128964
+ ],
128965
+ "output_token": "nextToken",
128966
+ "result_key": "repositoryCreationTemplates"
128967
+ },
128442
128968
  "GetLifecyclePolicyPreview": {
128443
128969
  "input_token": "nextToken",
128444
128970
  "limit_key": "maxResults",
@@ -138757,11 +139283,17 @@ module.exports={
138757
139283
  "apiVersion": "2012-06-01",
138758
139284
  "endpointPrefix": "elasticloadbalancing",
138759
139285
  "protocol": "query",
139286
+ "protocols": [
139287
+ "query"
139288
+ ],
138760
139289
  "serviceFullName": "Elastic Load Balancing",
138761
139290
  "serviceId": "Elastic Load Balancing",
138762
139291
  "signatureVersion": "v4",
138763
139292
  "uid": "elasticloadbalancing-2012-06-01",
138764
- "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
139293
+ "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/",
139294
+ "auth": [
139295
+ "aws.auth#sigv4"
139296
+ ]
138765
139297
  },
138766
139298
  "operations": {
138767
139299
  "AddTags": {
@@ -139844,7 +140376,10 @@ module.exports={
139844
140376
  "serviceId": "Elastic Load Balancing v2",
139845
140377
  "signatureVersion": "v4",
139846
140378
  "uid": "elasticloadbalancingv2-2015-12-01",
139847
- "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
140379
+ "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
140380
+ "auth": [
140381
+ "aws.auth#sigv4"
140382
+ ]
139848
140383
  },
139849
140384
  "operations": {
139850
140385
  "AddListenerCertificates": {
@@ -139974,7 +140509,7 @@ module.exports={
139974
140509
  "type": "structure",
139975
140510
  "members": {
139976
140511
  "Listeners": {
139977
- "shape": "S2h"
140512
+ "shape": "S2i"
139978
140513
  }
139979
140514
  }
139980
140515
  }
@@ -139988,13 +140523,13 @@ module.exports={
139988
140523
  "members": {
139989
140524
  "Name": {},
139990
140525
  "Subnets": {
139991
- "shape": "S2l"
140526
+ "shape": "S2m"
139992
140527
  },
139993
140528
  "SubnetMappings": {
139994
- "shape": "S2n"
140529
+ "shape": "S2o"
139995
140530
  },
139996
140531
  "SecurityGroups": {
139997
- "shape": "S2s"
140532
+ "shape": "S2t"
139998
140533
  },
139999
140534
  "Scheme": {},
140000
140535
  "Tags": {
@@ -140010,7 +140545,7 @@ module.exports={
140010
140545
  "type": "structure",
140011
140546
  "members": {
140012
140547
  "LoadBalancers": {
140013
- "shape": "S2z"
140548
+ "shape": "S30"
140014
140549
  }
140015
140550
  }
140016
140551
  }
@@ -140027,7 +140562,7 @@ module.exports={
140027
140562
  "members": {
140028
140563
  "ListenerArn": {},
140029
140564
  "Conditions": {
140030
- "shape": "S3h"
140565
+ "shape": "S3i"
140031
140566
  },
140032
140567
  "Priority": {
140033
140568
  "type": "integer"
@@ -140045,7 +140580,7 @@ module.exports={
140045
140580
  "type": "structure",
140046
140581
  "members": {
140047
140582
  "Rules": {
140048
- "shape": "S3x"
140583
+ "shape": "S3y"
140049
140584
  }
140050
140585
  }
140051
140586
  }
@@ -140083,7 +140618,7 @@ module.exports={
140083
140618
  "type": "integer"
140084
140619
  },
140085
140620
  "Matcher": {
140086
- "shape": "S4b"
140621
+ "shape": "S4c"
140087
140622
  },
140088
140623
  "TargetType": {},
140089
140624
  "Tags": {
@@ -140097,7 +140632,7 @@ module.exports={
140097
140632
  "type": "structure",
140098
140633
  "members": {
140099
140634
  "TargetGroups": {
140100
- "shape": "S4h"
140635
+ "shape": "S4i"
140101
140636
  }
140102
140637
  }
140103
140638
  }
@@ -140125,7 +140660,7 @@ module.exports={
140125
140660
  "type": "structure",
140126
140661
  "members": {
140127
140662
  "TrustStores": {
140128
- "shape": "S4n"
140663
+ "shape": "S4o"
140129
140664
  }
140130
140665
  }
140131
140666
  }
@@ -140178,6 +140713,24 @@ module.exports={
140178
140713
  "members": {}
140179
140714
  }
140180
140715
  },
140716
+ "DeleteSharedTrustStoreAssociation": {
140717
+ "input": {
140718
+ "type": "structure",
140719
+ "required": [
140720
+ "TrustStoreArn",
140721
+ "ResourceArn"
140722
+ ],
140723
+ "members": {
140724
+ "TrustStoreArn": {},
140725
+ "ResourceArn": {}
140726
+ }
140727
+ },
140728
+ "output": {
140729
+ "resultWrapper": "DeleteSharedTrustStoreAssociationResult",
140730
+ "type": "structure",
140731
+ "members": {}
140732
+ }
140733
+ },
140181
140734
  "DeleteTargetGroup": {
140182
140735
  "input": {
140183
140736
  "type": "structure",
@@ -140220,7 +140773,7 @@ module.exports={
140220
140773
  "members": {
140221
140774
  "TargetGroupArn": {},
140222
140775
  "Targets": {
140223
- "shape": "S53"
140776
+ "shape": "S56"
140224
140777
  }
140225
140778
  }
140226
140779
  },
@@ -140303,7 +140856,7 @@ module.exports={
140303
140856
  "type": "structure",
140304
140857
  "members": {
140305
140858
  "Listeners": {
140306
- "shape": "S2h"
140859
+ "shape": "S2i"
140307
140860
  },
140308
140861
  "NextMarker": {}
140309
140862
  }
@@ -140324,7 +140877,7 @@ module.exports={
140324
140877
  "type": "structure",
140325
140878
  "members": {
140326
140879
  "Attributes": {
140327
- "shape": "S5m"
140880
+ "shape": "S5p"
140328
140881
  }
140329
140882
  }
140330
140883
  }
@@ -140334,7 +140887,7 @@ module.exports={
140334
140887
  "type": "structure",
140335
140888
  "members": {
140336
140889
  "LoadBalancerArns": {
140337
- "shape": "S4j"
140890
+ "shape": "S4k"
140338
140891
  },
140339
140892
  "Names": {
140340
140893
  "type": "list",
@@ -140351,7 +140904,7 @@ module.exports={
140351
140904
  "type": "structure",
140352
140905
  "members": {
140353
140906
  "LoadBalancers": {
140354
- "shape": "S2z"
140907
+ "shape": "S30"
140355
140908
  },
140356
140909
  "NextMarker": {}
140357
140910
  }
@@ -140377,7 +140930,7 @@ module.exports={
140377
140930
  "type": "structure",
140378
140931
  "members": {
140379
140932
  "Rules": {
140380
- "shape": "S3x"
140933
+ "shape": "S3y"
140381
140934
  },
140382
140935
  "NextMarker": {}
140383
140936
  }
@@ -140425,7 +140978,7 @@ module.exports={
140425
140978
  },
140426
140979
  "Name": {},
140427
140980
  "SupportedLoadBalancerTypes": {
140428
- "shape": "S3k"
140981
+ "shape": "S3l"
140429
140982
  }
140430
140983
  }
140431
140984
  }
@@ -140480,7 +141033,7 @@ module.exports={
140480
141033
  "type": "structure",
140481
141034
  "members": {
140482
141035
  "Attributes": {
140483
- "shape": "S6d"
141036
+ "shape": "S6g"
140484
141037
  }
140485
141038
  }
140486
141039
  }
@@ -140509,7 +141062,7 @@ module.exports={
140509
141062
  "type": "structure",
140510
141063
  "members": {
140511
141064
  "TargetGroups": {
140512
- "shape": "S4h"
141065
+ "shape": "S4i"
140513
141066
  },
140514
141067
  "NextMarker": {}
140515
141068
  }
@@ -140524,7 +141077,7 @@ module.exports={
140524
141077
  "members": {
140525
141078
  "TargetGroupArn": {},
140526
141079
  "Targets": {
140527
- "shape": "S53"
141080
+ "shape": "S56"
140528
141081
  },
140529
141082
  "Include": {
140530
141083
  "type": "list",
@@ -140542,7 +141095,7 @@ module.exports={
140542
141095
  "type": "structure",
140543
141096
  "members": {
140544
141097
  "Target": {
140545
- "shape": "S54"
141098
+ "shape": "S57"
140546
141099
  },
140547
141100
  "HealthCheckPort": {},
140548
141101
  "TargetHealth": {
@@ -140606,7 +141159,7 @@ module.exports={
140606
141159
  "members": {
140607
141160
  "TrustStoreArn": {},
140608
141161
  "RevocationIds": {
140609
- "shape": "S74"
141162
+ "shape": "S77"
140610
141163
  },
140611
141164
  "Marker": {},
140612
141165
  "PageSize": {
@@ -140661,12 +141214,30 @@ module.exports={
140661
141214
  "type": "structure",
140662
141215
  "members": {
140663
141216
  "TrustStores": {
140664
- "shape": "S4n"
141217
+ "shape": "S4o"
140665
141218
  },
140666
141219
  "NextMarker": {}
140667
141220
  }
140668
141221
  }
140669
141222
  },
141223
+ "GetResourcePolicy": {
141224
+ "input": {
141225
+ "type": "structure",
141226
+ "required": [
141227
+ "ResourceArn"
141228
+ ],
141229
+ "members": {
141230
+ "ResourceArn": {}
141231
+ }
141232
+ },
141233
+ "output": {
141234
+ "resultWrapper": "GetResourcePolicyResult",
141235
+ "type": "structure",
141236
+ "members": {
141237
+ "Policy": {}
141238
+ }
141239
+ }
141240
+ },
140670
141241
  "GetTrustStoreCaCertificatesBundle": {
140671
141242
  "input": {
140672
141243
  "type": "structure",
@@ -140739,7 +141310,7 @@ module.exports={
140739
141310
  "type": "structure",
140740
141311
  "members": {
140741
141312
  "Listeners": {
140742
- "shape": "S2h"
141313
+ "shape": "S2i"
140743
141314
  }
140744
141315
  }
140745
141316
  }
@@ -140754,7 +141325,7 @@ module.exports={
140754
141325
  "members": {
140755
141326
  "LoadBalancerArn": {},
140756
141327
  "Attributes": {
140757
- "shape": "S5m"
141328
+ "shape": "S5p"
140758
141329
  }
140759
141330
  }
140760
141331
  },
@@ -140763,7 +141334,7 @@ module.exports={
140763
141334
  "type": "structure",
140764
141335
  "members": {
140765
141336
  "Attributes": {
140766
- "shape": "S5m"
141337
+ "shape": "S5p"
140767
141338
  }
140768
141339
  }
140769
141340
  }
@@ -140777,7 +141348,7 @@ module.exports={
140777
141348
  "members": {
140778
141349
  "RuleArn": {},
140779
141350
  "Conditions": {
140780
- "shape": "S3h"
141351
+ "shape": "S3i"
140781
141352
  },
140782
141353
  "Actions": {
140783
141354
  "shape": "Sy"
@@ -140789,7 +141360,7 @@ module.exports={
140789
141360
  "type": "structure",
140790
141361
  "members": {
140791
141362
  "Rules": {
140792
- "shape": "S3x"
141363
+ "shape": "S3y"
140793
141364
  }
140794
141365
  }
140795
141366
  }
@@ -140821,7 +141392,7 @@ module.exports={
140821
141392
  "type": "integer"
140822
141393
  },
140823
141394
  "Matcher": {
140824
- "shape": "S4b"
141395
+ "shape": "S4c"
140825
141396
  }
140826
141397
  }
140827
141398
  },
@@ -140830,7 +141401,7 @@ module.exports={
140830
141401
  "type": "structure",
140831
141402
  "members": {
140832
141403
  "TargetGroups": {
140833
- "shape": "S4h"
141404
+ "shape": "S4i"
140834
141405
  }
140835
141406
  }
140836
141407
  }
@@ -140845,7 +141416,7 @@ module.exports={
140845
141416
  "members": {
140846
141417
  "TargetGroupArn": {},
140847
141418
  "Attributes": {
140848
- "shape": "S6d"
141419
+ "shape": "S6g"
140849
141420
  }
140850
141421
  }
140851
141422
  },
@@ -140854,7 +141425,7 @@ module.exports={
140854
141425
  "type": "structure",
140855
141426
  "members": {
140856
141427
  "Attributes": {
140857
- "shape": "S6d"
141428
+ "shape": "S6g"
140858
141429
  }
140859
141430
  }
140860
141431
  }
@@ -140879,7 +141450,7 @@ module.exports={
140879
141450
  "type": "structure",
140880
141451
  "members": {
140881
141452
  "TrustStores": {
140882
- "shape": "S4n"
141453
+ "shape": "S4o"
140883
141454
  }
140884
141455
  }
140885
141456
  }
@@ -140894,7 +141465,7 @@ module.exports={
140894
141465
  "members": {
140895
141466
  "TargetGroupArn": {},
140896
141467
  "Targets": {
140897
- "shape": "S53"
141468
+ "shape": "S56"
140898
141469
  }
140899
141470
  }
140900
141471
  },
@@ -140957,7 +141528,7 @@ module.exports={
140957
141528
  "members": {
140958
141529
  "TrustStoreArn": {},
140959
141530
  "RevocationIds": {
140960
- "shape": "S74"
141531
+ "shape": "S77"
140961
141532
  }
140962
141533
  }
140963
141534
  },
@@ -141013,7 +141584,7 @@ module.exports={
141013
141584
  "type": "structure",
141014
141585
  "members": {
141015
141586
  "Rules": {
141016
- "shape": "S3x"
141587
+ "shape": "S3y"
141017
141588
  }
141018
141589
  }
141019
141590
  }
@@ -141028,7 +141599,7 @@ module.exports={
141028
141599
  "members": {
141029
141600
  "LoadBalancerArn": {},
141030
141601
  "SecurityGroups": {
141031
- "shape": "S2s"
141602
+ "shape": "S2t"
141032
141603
  },
141033
141604
  "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
141034
141605
  }
@@ -141038,7 +141609,7 @@ module.exports={
141038
141609
  "type": "structure",
141039
141610
  "members": {
141040
141611
  "SecurityGroupIds": {
141041
- "shape": "S2s"
141612
+ "shape": "S2t"
141042
141613
  },
141043
141614
  "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
141044
141615
  }
@@ -141053,10 +141624,10 @@ module.exports={
141053
141624
  "members": {
141054
141625
  "LoadBalancerArn": {},
141055
141626
  "Subnets": {
141056
- "shape": "S2l"
141627
+ "shape": "S2m"
141057
141628
  },
141058
141629
  "SubnetMappings": {
141059
- "shape": "S2n"
141630
+ "shape": "S2o"
141060
141631
  },
141061
141632
  "IpAddressType": {}
141062
141633
  }
@@ -141066,7 +141637,7 @@ module.exports={
141066
141637
  "type": "structure",
141067
141638
  "members": {
141068
141639
  "AvailabilityZones": {
141069
- "shape": "S38"
141640
+ "shape": "S39"
141070
141641
  },
141071
141642
  "IpAddressType": {}
141072
141643
  }
@@ -141239,10 +141810,11 @@ module.exports={
141239
141810
  "TrustStoreArn": {},
141240
141811
  "IgnoreClientCertificateExpiry": {
141241
141812
  "type": "boolean"
141242
- }
141813
+ },
141814
+ "TrustStoreAssociationStatus": {}
141243
141815
  }
141244
141816
  },
141245
- "S2h": {
141817
+ "S2i": {
141246
141818
  "type": "list",
141247
141819
  "member": {
141248
141820
  "type": "structure",
@@ -141269,11 +141841,11 @@ module.exports={
141269
141841
  }
141270
141842
  }
141271
141843
  },
141272
- "S2l": {
141844
+ "S2m": {
141273
141845
  "type": "list",
141274
141846
  "member": {}
141275
141847
  },
141276
- "S2n": {
141848
+ "S2o": {
141277
141849
  "type": "list",
141278
141850
  "member": {
141279
141851
  "type": "structure",
@@ -141285,11 +141857,11 @@ module.exports={
141285
141857
  }
141286
141858
  }
141287
141859
  },
141288
- "S2s": {
141860
+ "S2t": {
141289
141861
  "type": "list",
141290
141862
  "member": {}
141291
141863
  },
141292
- "S2z": {
141864
+ "S30": {
141293
141865
  "type": "list",
141294
141866
  "member": {
141295
141867
  "type": "structure",
@@ -141312,10 +141884,10 @@ module.exports={
141312
141884
  },
141313
141885
  "Type": {},
141314
141886
  "AvailabilityZones": {
141315
- "shape": "S38"
141887
+ "shape": "S39"
141316
141888
  },
141317
141889
  "SecurityGroups": {
141318
- "shape": "S2s"
141890
+ "shape": "S2t"
141319
141891
  },
141320
141892
  "IpAddressType": {},
141321
141893
  "CustomerOwnedIpv4Pool": {},
@@ -141323,7 +141895,7 @@ module.exports={
141323
141895
  }
141324
141896
  }
141325
141897
  },
141326
- "S38": {
141898
+ "S39": {
141327
141899
  "type": "list",
141328
141900
  "member": {
141329
141901
  "type": "structure",
@@ -141346,20 +141918,20 @@ module.exports={
141346
141918
  }
141347
141919
  }
141348
141920
  },
141349
- "S3h": {
141921
+ "S3i": {
141350
141922
  "type": "list",
141351
141923
  "member": {
141352
141924
  "type": "structure",
141353
141925
  "members": {
141354
141926
  "Field": {},
141355
141927
  "Values": {
141356
- "shape": "S3k"
141928
+ "shape": "S3l"
141357
141929
  },
141358
141930
  "HostHeaderConfig": {
141359
141931
  "type": "structure",
141360
141932
  "members": {
141361
141933
  "Values": {
141362
- "shape": "S3k"
141934
+ "shape": "S3l"
141363
141935
  }
141364
141936
  }
141365
141937
  },
@@ -141367,7 +141939,7 @@ module.exports={
141367
141939
  "type": "structure",
141368
141940
  "members": {
141369
141941
  "Values": {
141370
- "shape": "S3k"
141942
+ "shape": "S3l"
141371
141943
  }
141372
141944
  }
141373
141945
  },
@@ -141376,7 +141948,7 @@ module.exports={
141376
141948
  "members": {
141377
141949
  "HttpHeaderName": {},
141378
141950
  "Values": {
141379
- "shape": "S3k"
141951
+ "shape": "S3l"
141380
141952
  }
141381
141953
  }
141382
141954
  },
@@ -141399,7 +141971,7 @@ module.exports={
141399
141971
  "type": "structure",
141400
141972
  "members": {
141401
141973
  "Values": {
141402
- "shape": "S3k"
141974
+ "shape": "S3l"
141403
141975
  }
141404
141976
  }
141405
141977
  },
@@ -141407,18 +141979,18 @@ module.exports={
141407
141979
  "type": "structure",
141408
141980
  "members": {
141409
141981
  "Values": {
141410
- "shape": "S3k"
141982
+ "shape": "S3l"
141411
141983
  }
141412
141984
  }
141413
141985
  }
141414
141986
  }
141415
141987
  }
141416
141988
  },
141417
- "S3k": {
141989
+ "S3l": {
141418
141990
  "type": "list",
141419
141991
  "member": {}
141420
141992
  },
141421
- "S3x": {
141993
+ "S3y": {
141422
141994
  "type": "list",
141423
141995
  "member": {
141424
141996
  "type": "structure",
@@ -141426,7 +141998,7 @@ module.exports={
141426
141998
  "RuleArn": {},
141427
141999
  "Priority": {},
141428
142000
  "Conditions": {
141429
- "shape": "S3h"
142001
+ "shape": "S3i"
141430
142002
  },
141431
142003
  "Actions": {
141432
142004
  "shape": "Sy"
@@ -141437,14 +142009,14 @@ module.exports={
141437
142009
  }
141438
142010
  }
141439
142011
  },
141440
- "S4b": {
142012
+ "S4c": {
141441
142013
  "type": "structure",
141442
142014
  "members": {
141443
142015
  "HttpCode": {},
141444
142016
  "GrpcCode": {}
141445
142017
  }
141446
142018
  },
141447
- "S4h": {
142019
+ "S4i": {
141448
142020
  "type": "list",
141449
142021
  "member": {
141450
142022
  "type": "structure",
@@ -141475,10 +142047,10 @@ module.exports={
141475
142047
  },
141476
142048
  "HealthCheckPath": {},
141477
142049
  "Matcher": {
141478
- "shape": "S4b"
142050
+ "shape": "S4c"
141479
142051
  },
141480
142052
  "LoadBalancerArns": {
141481
- "shape": "S4j"
142053
+ "shape": "S4k"
141482
142054
  },
141483
142055
  "TargetType": {},
141484
142056
  "ProtocolVersion": {},
@@ -141486,11 +142058,11 @@ module.exports={
141486
142058
  }
141487
142059
  }
141488
142060
  },
141489
- "S4j": {
142061
+ "S4k": {
141490
142062
  "type": "list",
141491
142063
  "member": {}
141492
142064
  },
141493
- "S4n": {
142065
+ "S4o": {
141494
142066
  "type": "list",
141495
142067
  "member": {
141496
142068
  "type": "structure",
@@ -141507,13 +142079,13 @@ module.exports={
141507
142079
  }
141508
142080
  }
141509
142081
  },
141510
- "S53": {
142082
+ "S56": {
141511
142083
  "type": "list",
141512
142084
  "member": {
141513
- "shape": "S54"
142085
+ "shape": "S57"
141514
142086
  }
141515
142087
  },
141516
- "S54": {
142088
+ "S57": {
141517
142089
  "type": "structure",
141518
142090
  "required": [
141519
142091
  "Id"
@@ -141526,7 +142098,7 @@ module.exports={
141526
142098
  "AvailabilityZone": {}
141527
142099
  }
141528
142100
  },
141529
- "S5m": {
142101
+ "S5p": {
141530
142102
  "type": "list",
141531
142103
  "member": {
141532
142104
  "type": "structure",
@@ -141536,7 +142108,7 @@ module.exports={
141536
142108
  }
141537
142109
  }
141538
142110
  },
141539
- "S6d": {
142111
+ "S6g": {
141540
142112
  "type": "list",
141541
142113
  "member": {
141542
142114
  "type": "structure",
@@ -141546,7 +142118,7 @@ module.exports={
141546
142118
  }
141547
142119
  }
141548
142120
  },
141549
- "S74": {
142121
+ "S77": {
141550
142122
  "type": "list",
141551
142123
  "member": {
141552
142124
  "type": "long"
@@ -192469,11 +193041,17 @@ module.exports={
192469
193041
  "endpointPrefix": "logs",
192470
193042
  "jsonVersion": "1.1",
192471
193043
  "protocol": "json",
193044
+ "protocols": [
193045
+ "json"
193046
+ ],
192472
193047
  "serviceFullName": "Amazon CloudWatch Logs",
192473
193048
  "serviceId": "CloudWatch Logs",
192474
193049
  "signatureVersion": "v4",
192475
193050
  "targetPrefix": "Logs_20140328",
192476
- "uid": "logs-2014-03-28"
193051
+ "uid": "logs-2014-03-28",
193052
+ "auth": [
193053
+ "aws.auth#sigv4"
193054
+ ]
192477
193055
  },
192478
193056
  "operations": {
192479
193057
  "AssociateKmsKey": {
@@ -276786,7 +277364,7 @@ AWS.util.update(AWS, {
276786
277364
  /**
276787
277365
  * @constant
276788
277366
  */
276789
- VERSION: '2.1663.0',
277367
+ VERSION: '2.1665.0',
276790
277368
 
276791
277369
  /**
276792
277370
  * @api private
@@ -299103,7 +299681,7 @@ var LRUCache = /** @class */ (function () {
299103
299681
  }());
299104
299682
  exports.LRUCache = LRUCache;
299105
299683
  },{}],467:[function(require,module,exports){
299106
- // AWS SDK for JavaScript v2.1663.0
299684
+ // AWS SDK for JavaScript v2.1665.0
299107
299685
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
299108
299686
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
299109
299687
  require('./browser_loader');