@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -2709,7 +2709,7 @@
2709
2709
  },
2710
2710
  "FailureReason": {},
2711
2711
  "ModelArtifacts": {
2712
- "shape": "Soo"
2712
+ "shape": "Sop"
2713
2713
  },
2714
2714
  "ModelDigests": {
2715
2715
  "type": "structure",
@@ -3046,10 +3046,10 @@
3046
3046
  "EndpointArn": {},
3047
3047
  "EndpointConfigName": {},
3048
3048
  "ProductionVariants": {
3049
- "shape": "Spk"
3049
+ "shape": "Spl"
3050
3050
  },
3051
3051
  "DataCaptureConfig": {
3052
- "shape": "Spt"
3052
+ "shape": "Spu"
3053
3053
  },
3054
3054
  "EndpointStatus": {},
3055
3055
  "FailureReason": {},
@@ -3082,7 +3082,7 @@
3082
3082
  "members": {
3083
3083
  "VariantName": {},
3084
3084
  "DeployedImages": {
3085
- "shape": "Spm"
3085
+ "shape": "Spn"
3086
3086
  },
3087
3087
  "CurrentWeight": {
3088
3088
  "type": "float"
@@ -3099,7 +3099,7 @@
3099
3099
  "InstanceType": {},
3100
3100
  "AcceleratorType": {},
3101
3101
  "VariantStatus": {
3102
- "shape": "Spp"
3102
+ "shape": "Spq"
3103
3103
  },
3104
3104
  "CurrentServerlessConfig": {
3105
3105
  "shape": "S9d"
@@ -3172,7 +3172,7 @@
3172
3172
  "ExperimentArn": {},
3173
3173
  "DisplayName": {},
3174
3174
  "Source": {
3175
- "shape": "Sq3"
3175
+ "shape": "Sq4"
3176
3176
  },
3177
3177
  "Description": {},
3178
3178
  "CreationTime": {
@@ -3232,7 +3232,7 @@
3232
3232
  "RoleArn": {},
3233
3233
  "FeatureGroupStatus": {},
3234
3234
  "OfflineStoreStatus": {
3235
- "shape": "Sq9"
3235
+ "shape": "Sqa"
3236
3236
  },
3237
3237
  "FailureReason": {},
3238
3238
  "Description": {},
@@ -3364,16 +3364,16 @@
3364
3364
  "type": "timestamp"
3365
3365
  },
3366
3366
  "TrainingJobStatusCounters": {
3367
- "shape": "Sqo"
3367
+ "shape": "Sqp"
3368
3368
  },
3369
3369
  "ObjectiveStatusCounters": {
3370
- "shape": "Sqq"
3370
+ "shape": "Sqr"
3371
3371
  },
3372
3372
  "BestTrainingJob": {
3373
- "shape": "Sqs"
3373
+ "shape": "Sqt"
3374
3374
  },
3375
3375
  "OverallBestTrainingJob": {
3376
- "shape": "Sqs"
3376
+ "shape": "Sqt"
3377
3377
  },
3378
3378
  "WarmStartConfig": {
3379
3379
  "shape": "Sc5"
@@ -3596,7 +3596,7 @@
3596
3596
  "members": {
3597
3597
  "LabelingJobStatus": {},
3598
3598
  "LabelCounters": {
3599
- "shape": "Srf"
3599
+ "shape": "Srg"
3600
3600
  },
3601
3601
  "FailureReason": {},
3602
3602
  "CreationTime": {
@@ -3630,7 +3630,7 @@
3630
3630
  "shape": "S7"
3631
3631
  },
3632
3632
  "LabelingJobOutput": {
3633
- "shape": "Sri"
3633
+ "shape": "Srj"
3634
3634
  }
3635
3635
  }
3636
3636
  }
@@ -3857,7 +3857,7 @@
3857
3857
  },
3858
3858
  "ModelPackageStatus": {},
3859
3859
  "ModelPackageStatusDetails": {
3860
- "shape": "Srt"
3860
+ "shape": "Sru"
3861
3861
  },
3862
3862
  "CertifyForMarketplace": {
3863
3863
  "type": "boolean"
@@ -4017,7 +4017,7 @@
4017
4017
  },
4018
4018
  "EndpointName": {},
4019
4019
  "LastMonitoringExecutionSummary": {
4020
- "shape": "Ss6"
4020
+ "shape": "Ss7"
4021
4021
  }
4022
4022
  }
4023
4023
  }
@@ -4181,7 +4181,7 @@
4181
4181
  "PipelineExecutionStatus": {},
4182
4182
  "PipelineExecutionDescription": {},
4183
4183
  "PipelineExperimentConfig": {
4184
- "shape": "Ssp"
4184
+ "shape": "Ssq"
4185
4185
  },
4186
4186
  "FailureReason": {},
4187
4187
  "CreationTime": {
@@ -4300,7 +4300,7 @@
4300
4300
  "shape": "Sim"
4301
4301
  },
4302
4302
  "ServiceCatalogProvisionedProductDetails": {
4303
- "shape": "Ssx"
4303
+ "shape": "Ssy"
4304
4304
  },
4305
4305
  "ProjectStatus": {},
4306
4306
  "CreatedBy": {
@@ -4361,7 +4361,7 @@
4361
4361
  ],
4362
4362
  "members": {
4363
4363
  "SubscribedWorkteam": {
4364
- "shape": "St4"
4364
+ "shape": "St5"
4365
4365
  }
4366
4366
  }
4367
4367
  }
@@ -4396,7 +4396,7 @@
4396
4396
  "LabelingJobArn": {},
4397
4397
  "AutoMLJobArn": {},
4398
4398
  "ModelArtifacts": {
4399
- "shape": "Soo"
4399
+ "shape": "Sop"
4400
4400
  },
4401
4401
  "TrainingJobStatus": {},
4402
4402
  "SecondaryStatus": {},
@@ -4436,10 +4436,10 @@
4436
4436
  "type": "timestamp"
4437
4437
  },
4438
4438
  "SecondaryStatusTransitions": {
4439
- "shape": "St8"
4439
+ "shape": "St9"
4440
4440
  },
4441
4441
  "FinalMetricDataList": {
4442
- "shape": "Stb"
4442
+ "shape": "Stc"
4443
4443
  },
4444
4444
  "EnableNetworkIsolation": {
4445
4445
  "type": "boolean"
@@ -4472,7 +4472,7 @@
4472
4472
  "shape": "Sjg"
4473
4473
  },
4474
4474
  "DebugRuleEvaluationStatuses": {
4475
- "shape": "Stf"
4475
+ "shape": "Stg"
4476
4476
  },
4477
4477
  "ProfilerConfig": {
4478
4478
  "shape": "Sjh"
@@ -4592,7 +4592,7 @@
4592
4592
  "DisplayName": {},
4593
4593
  "ExperimentName": {},
4594
4594
  "Source": {
4595
- "shape": "Str"
4595
+ "shape": "Sts"
4596
4596
  },
4597
4597
  "CreationTime": {
4598
4598
  "type": "timestamp"
@@ -4629,7 +4629,7 @@
4629
4629
  "TrialComponentArn": {},
4630
4630
  "DisplayName": {},
4631
4631
  "Source": {
4632
- "shape": "Stv"
4632
+ "shape": "Stw"
4633
4633
  },
4634
4634
  "Status": {
4635
4635
  "shape": "Sk4"
@@ -4665,7 +4665,7 @@
4665
4665
  "shape": "S1q"
4666
4666
  },
4667
4667
  "Metrics": {
4668
- "shape": "Stx"
4668
+ "shape": "Sty"
4669
4669
  },
4670
4670
  "LineageGroupArn": {}
4671
4671
  }
@@ -4723,7 +4723,7 @@
4723
4723
  ],
4724
4724
  "members": {
4725
4725
  "Workforce": {
4726
- "shape": "Su7"
4726
+ "shape": "Su8"
4727
4727
  }
4728
4728
  }
4729
4729
  }
@@ -4745,7 +4745,7 @@
4745
4745
  ],
4746
4746
  "members": {
4747
4747
  "Workteam": {
4748
- "shape": "Sub"
4748
+ "shape": "Suc"
4749
4749
  }
4750
4750
  }
4751
4751
  }
@@ -5559,7 +5559,7 @@
5559
5559
  ],
5560
5560
  "members": {
5561
5561
  "JobDefinitionSummaries": {
5562
- "shape": "Sx4"
5562
+ "shape": "Sx5"
5563
5563
  },
5564
5564
  "NextToken": {}
5565
5565
  }
@@ -5918,7 +5918,7 @@
5918
5918
  "ExperimentName": {},
5919
5919
  "DisplayName": {},
5920
5920
  "ExperimentSource": {
5921
- "shape": "Sq3"
5921
+ "shape": "Sq4"
5922
5922
  },
5923
5923
  "CreationTime": {
5924
5924
  "type": "timestamp"
@@ -5978,7 +5978,7 @@
5978
5978
  },
5979
5979
  "FeatureGroupStatus": {},
5980
5980
  "OfflineStoreStatus": {
5981
- "shape": "Sq9"
5981
+ "shape": "Sqa"
5982
5982
  }
5983
5983
  }
5984
5984
  }
@@ -6140,10 +6140,10 @@
6140
6140
  "type": "timestamp"
6141
6141
  },
6142
6142
  "TrainingJobStatusCounters": {
6143
- "shape": "Sqo"
6143
+ "shape": "Sqp"
6144
6144
  },
6145
6145
  "ObjectiveStatusCounters": {
6146
- "shape": "Sqq"
6146
+ "shape": "Sqr"
6147
6147
  },
6148
6148
  "ResourceLimits": {
6149
6149
  "shape": "Sbh"
@@ -6402,14 +6402,14 @@
6402
6402
  },
6403
6403
  "LabelingJobStatus": {},
6404
6404
  "LabelCounters": {
6405
- "shape": "Srf"
6405
+ "shape": "Srg"
6406
6406
  },
6407
6407
  "WorkteamArn": {},
6408
6408
  "PreHumanTaskLambdaArn": {},
6409
6409
  "AnnotationConsolidationLambdaArn": {},
6410
6410
  "FailureReason": {},
6411
6411
  "LabelingJobOutput": {
6412
- "shape": "Sri"
6412
+ "shape": "Srj"
6413
6413
  },
6414
6414
  "InputConfig": {
6415
6415
  "shape": "Sdh"
@@ -6559,7 +6559,7 @@
6559
6559
  ],
6560
6560
  "members": {
6561
6561
  "JobDefinitionSummaries": {
6562
- "shape": "Sx4"
6562
+ "shape": "Sx5"
6563
6563
  },
6564
6564
  "NextToken": {}
6565
6565
  }
@@ -6592,7 +6592,7 @@
6592
6592
  ],
6593
6593
  "members": {
6594
6594
  "JobDefinitionSummaries": {
6595
- "shape": "Sx4"
6595
+ "shape": "Sx5"
6596
6596
  },
6597
6597
  "NextToken": {}
6598
6598
  }
@@ -6792,7 +6792,7 @@
6792
6792
  ],
6793
6793
  "members": {
6794
6794
  "JobDefinitionSummaries": {
6795
- "shape": "Sx4"
6795
+ "shape": "Sx5"
6796
6796
  },
6797
6797
  "NextToken": {}
6798
6798
  }
@@ -6889,7 +6889,7 @@
6889
6889
  "MonitoringExecutionSummaries": {
6890
6890
  "type": "list",
6891
6891
  "member": {
6892
- "shape": "Ss6"
6892
+ "shape": "Ss7"
6893
6893
  }
6894
6894
  },
6895
6895
  "NextToken": {}
@@ -7169,7 +7169,7 @@
7169
7169
  "CallbackToken": {},
7170
7170
  "SqsQueueUrl": {},
7171
7171
  "OutputParameters": {
7172
- "shape": "S11z"
7172
+ "shape": "S120"
7173
7173
  }
7174
7174
  }
7175
7175
  },
@@ -7178,7 +7178,7 @@
7178
7178
  "members": {
7179
7179
  "Arn": {},
7180
7180
  "OutputParameters": {
7181
- "shape": "S11z"
7181
+ "shape": "S120"
7182
7182
  }
7183
7183
  }
7184
7184
  },
@@ -7226,6 +7226,12 @@
7226
7226
  "StepName": {},
7227
7227
  "LogFilePath": {}
7228
7228
  }
7229
+ },
7230
+ "Fail": {
7231
+ "type": "structure",
7232
+ "members": {
7233
+ "ErrorMessage": {}
7234
+ }
7229
7235
  }
7230
7236
  }
7231
7237
  }
@@ -7272,7 +7278,8 @@
7272
7278
  },
7273
7279
  "PipelineExecutionStatus": {},
7274
7280
  "PipelineExecutionDescription": {},
7275
- "PipelineExecutionDisplayName": {}
7281
+ "PipelineExecutionDisplayName": {},
7282
+ "PipelineExecutionFailureReason": {}
7276
7283
  }
7277
7284
  }
7278
7285
  },
@@ -7298,7 +7305,7 @@
7298
7305
  "type": "structure",
7299
7306
  "members": {
7300
7307
  "PipelineParameters": {
7301
- "shape": "S12c"
7308
+ "shape": "S12f"
7302
7309
  },
7303
7310
  "NextToken": {}
7304
7311
  }
@@ -7538,7 +7545,7 @@
7538
7545
  "SubscribedWorkteams": {
7539
7546
  "type": "list",
7540
7547
  "member": {
7541
- "shape": "St4"
7548
+ "shape": "St5"
7542
7549
  }
7543
7550
  },
7544
7551
  "NextToken": {}
@@ -7657,7 +7664,7 @@
7657
7664
  "TrainingJobSummaries": {
7658
7665
  "type": "list",
7659
7666
  "member": {
7660
- "shape": "Sqs"
7667
+ "shape": "Sqt"
7661
7668
  }
7662
7669
  },
7663
7670
  "NextToken": {}
@@ -7760,7 +7767,7 @@
7760
7767
  "TrialComponentArn": {},
7761
7768
  "DisplayName": {},
7762
7769
  "TrialComponentSource": {
7763
- "shape": "Stv"
7770
+ "shape": "Stw"
7764
7771
  },
7765
7772
  "Status": {
7766
7773
  "shape": "Sk4"
@@ -7822,7 +7829,7 @@
7822
7829
  "TrialName": {},
7823
7830
  "DisplayName": {},
7824
7831
  "TrialSource": {
7825
- "shape": "Str"
7832
+ "shape": "Sts"
7826
7833
  },
7827
7834
  "CreationTime": {
7828
7835
  "type": "timestamp"
@@ -7897,7 +7904,7 @@
7897
7904
  "Workforces": {
7898
7905
  "type": "list",
7899
7906
  "member": {
7900
- "shape": "Su7"
7907
+ "shape": "Su8"
7901
7908
  }
7902
7909
  },
7903
7910
  "NextToken": {}
@@ -7926,7 +7933,7 @@
7926
7933
  "Workteams": {
7927
7934
  "type": "list",
7928
7935
  "member": {
7929
- "shape": "Sub"
7936
+ "shape": "Suc"
7930
7937
  }
7931
7938
  },
7932
7939
  "NextToken": {}
@@ -8048,7 +8055,7 @@
8048
8055
  "members": {
8049
8056
  "DeviceFleetName": {},
8050
8057
  "Devices": {
8051
- "shape": "S14o"
8058
+ "shape": "S14r"
8052
8059
  },
8053
8060
  "Tags": {
8054
8061
  "shape": "S7"
@@ -8138,7 +8145,7 @@
8138
8145
  "members": {
8139
8146
  "Resource": {},
8140
8147
  "SearchExpression": {
8141
- "shape": "S14z"
8148
+ "shape": "S152"
8142
8149
  },
8143
8150
  "SortBy": {},
8144
8151
  "SortOrder": {},
@@ -8157,7 +8164,7 @@
8157
8164
  "type": "structure",
8158
8165
  "members": {
8159
8166
  "TrainingJob": {
8160
- "shape": "S15c"
8167
+ "shape": "S15f"
8161
8168
  },
8162
8169
  "Experiment": {
8163
8170
  "type": "structure",
@@ -8166,7 +8173,7 @@
8166
8173
  "ExperimentArn": {},
8167
8174
  "DisplayName": {},
8168
8175
  "Source": {
8169
- "shape": "Sq3"
8176
+ "shape": "Sq4"
8170
8177
  },
8171
8178
  "Description": {},
8172
8179
  "CreationTime": {
@@ -8194,7 +8201,7 @@
8194
8201
  "DisplayName": {},
8195
8202
  "ExperimentName": {},
8196
8203
  "Source": {
8197
- "shape": "Str"
8204
+ "shape": "Sts"
8198
8205
  },
8199
8206
  "CreationTime": {
8200
8207
  "type": "timestamp"
@@ -8222,7 +8229,7 @@
8222
8229
  "TrialComponentName": {},
8223
8230
  "TrialComponentArn": {},
8224
8231
  "TrialComponentSource": {
8225
- "shape": "Stv"
8232
+ "shape": "Stw"
8226
8233
  },
8227
8234
  "CreationTime": {
8228
8235
  "type": "timestamp"
@@ -8242,7 +8249,7 @@
8242
8249
  "DisplayName": {},
8243
8250
  "TrialComponentArn": {},
8244
8251
  "Source": {
8245
- "shape": "Stv"
8252
+ "shape": "Stw"
8246
8253
  },
8247
8254
  "Status": {
8248
8255
  "shape": "Sk4"
@@ -8275,7 +8282,7 @@
8275
8282
  "shape": "Skc"
8276
8283
  },
8277
8284
  "Metrics": {
8278
- "shape": "Stx"
8285
+ "shape": "Sty"
8279
8286
  },
8280
8287
  "MetadataProperties": {
8281
8288
  "shape": "S1q"
@@ -8285,7 +8292,7 @@
8285
8292
  "members": {
8286
8293
  "SourceArn": {},
8287
8294
  "TrainingJob": {
8288
- "shape": "S15c"
8295
+ "shape": "S15f"
8289
8296
  },
8290
8297
  "ProcessingJob": {
8291
8298
  "type": "structure",
@@ -8425,10 +8432,10 @@
8425
8432
  "EndpointArn": {},
8426
8433
  "EndpointConfigName": {},
8427
8434
  "ProductionVariants": {
8428
- "shape": "Spk"
8435
+ "shape": "Spl"
8429
8436
  },
8430
8437
  "DataCaptureConfig": {
8431
- "shape": "Spt"
8438
+ "shape": "Spu"
8432
8439
  },
8433
8440
  "EndpointStatus": {},
8434
8441
  "FailureReason": {},
@@ -8459,7 +8466,7 @@
8459
8466
  },
8460
8467
  "EndpointName": {},
8461
8468
  "LastMonitoringExecutionSummary": {
8462
- "shape": "Ss6"
8469
+ "shape": "Ss7"
8463
8470
  },
8464
8471
  "Tags": {
8465
8472
  "shape": "S7"
@@ -8496,7 +8503,7 @@
8496
8503
  },
8497
8504
  "ModelPackageStatus": {},
8498
8505
  "ModelPackageStatusDetails": {
8499
- "shape": "Srt"
8506
+ "shape": "Sru"
8500
8507
  },
8501
8508
  "CertifyForMarketplace": {
8502
8509
  "type": "boolean"
@@ -8594,7 +8601,7 @@
8594
8601
  "PipelineExecutionStatus": {},
8595
8602
  "PipelineExecutionDescription": {},
8596
8603
  "PipelineExperimentConfig": {
8597
- "shape": "Ssp"
8604
+ "shape": "Ssq"
8598
8605
  },
8599
8606
  "FailureReason": {},
8600
8607
  "CreationTime": {
@@ -8613,7 +8620,7 @@
8613
8620
  "shape": "Sh5"
8614
8621
  },
8615
8622
  "PipelineParameters": {
8616
- "shape": "S12c"
8623
+ "shape": "S12f"
8617
8624
  }
8618
8625
  }
8619
8626
  },
@@ -8639,7 +8646,7 @@
8639
8646
  "RoleArn": {},
8640
8647
  "FeatureGroupStatus": {},
8641
8648
  "OfflineStoreStatus": {
8642
- "shape": "Sq9"
8649
+ "shape": "Sqa"
8643
8650
  },
8644
8651
  "FailureReason": {},
8645
8652
  "Description": {},
@@ -8659,7 +8666,7 @@
8659
8666
  "shape": "Sim"
8660
8667
  },
8661
8668
  "ServiceCatalogProvisionedProductDetails": {
8662
- "shape": "Ssx"
8669
+ "shape": "Ssy"
8663
8670
  },
8664
8671
  "ProjectStatus": {},
8665
8672
  "CreatedBy": {
@@ -8716,7 +8723,7 @@
8716
8723
  "members": {
8717
8724
  "CallbackToken": {},
8718
8725
  "OutputParameters": {
8719
- "shape": "S11z"
8726
+ "shape": "S120"
8720
8727
  },
8721
8728
  "ClientRequestToken": {
8722
8729
  "idempotencyToken": true
@@ -8763,7 +8770,7 @@
8763
8770
  "PipelineName": {},
8764
8771
  "PipelineExecutionDisplayName": {},
8765
8772
  "PipelineParameters": {
8766
- "shape": "S12c"
8773
+ "shape": "S12f"
8767
8774
  },
8768
8775
  "PipelineExecutionDescription": {},
8769
8776
  "ClientRequestToken": {
@@ -8937,7 +8944,7 @@
8937
8944
  "shape": "S1o"
8938
8945
  },
8939
8946
  "PropertiesToRemove": {
8940
- "shape": "S16i"
8947
+ "shape": "S16l"
8941
8948
  }
8942
8949
  }
8943
8950
  },
@@ -8981,7 +8988,7 @@
8981
8988
  "shape": "S1o"
8982
8989
  },
8983
8990
  "PropertiesToRemove": {
8984
- "shape": "S16i"
8991
+ "shape": "S16l"
8985
8992
  }
8986
8993
  }
8987
8994
  },
@@ -9031,7 +9038,7 @@
9031
9038
  "shape": "S1o"
9032
9039
  },
9033
9040
  "PropertiesToRemove": {
9034
- "shape": "S16i"
9041
+ "shape": "S16l"
9035
9042
  }
9036
9043
  }
9037
9044
  },
@@ -9072,7 +9079,7 @@
9072
9079
  "members": {
9073
9080
  "DeviceFleetName": {},
9074
9081
  "Devices": {
9075
- "shape": "S14o"
9082
+ "shape": "S14r"
9076
9083
  }
9077
9084
  }
9078
9085
  }
@@ -9517,19 +9524,19 @@
9517
9524
  "shape": "Sk8"
9518
9525
  },
9519
9526
  "ParametersToRemove": {
9520
- "shape": "S185"
9527
+ "shape": "S188"
9521
9528
  },
9522
9529
  "InputArtifacts": {
9523
9530
  "shape": "Skc"
9524
9531
  },
9525
9532
  "InputArtifactsToRemove": {
9526
- "shape": "S185"
9533
+ "shape": "S188"
9527
9534
  },
9528
9535
  "OutputArtifacts": {
9529
9536
  "shape": "Skc"
9530
9537
  },
9531
9538
  "OutputArtifactsToRemove": {
9532
- "shape": "S185"
9539
+ "shape": "S188"
9533
9540
  }
9534
9541
  }
9535
9542
  },
@@ -9585,7 +9592,7 @@
9585
9592
  ],
9586
9593
  "members": {
9587
9594
  "Workforce": {
9588
- "shape": "Su7"
9595
+ "shape": "Su8"
9589
9596
  }
9590
9597
  }
9591
9598
  }
@@ -9614,7 +9621,7 @@
9614
9621
  ],
9615
9622
  "members": {
9616
9623
  "Workteam": {
9617
- "shape": "Sub"
9624
+ "shape": "Suc"
9618
9625
  }
9619
9626
  }
9620
9627
  }
@@ -12605,7 +12612,8 @@
12605
12612
  "Explainability"
12606
12613
  ],
12607
12614
  "members": {
12608
- "Explainability": {}
12615
+ "Explainability": {},
12616
+ "ModelInsights": {}
12609
12617
  }
12610
12618
  },
12611
12619
  "CandidateMetrics": {
@@ -12625,7 +12633,7 @@
12625
12633
  }
12626
12634
  }
12627
12635
  },
12628
- "Soo": {
12636
+ "Sop": {
12629
12637
  "type": "structure",
12630
12638
  "required": [
12631
12639
  "S3ModelArtifacts"
@@ -12634,7 +12642,7 @@
12634
12642
  "S3ModelArtifacts": {}
12635
12643
  }
12636
12644
  },
12637
- "Spk": {
12645
+ "Spl": {
12638
12646
  "type": "list",
12639
12647
  "member": {
12640
12648
  "type": "structure",
@@ -12644,7 +12652,7 @@
12644
12652
  "members": {
12645
12653
  "VariantName": {},
12646
12654
  "DeployedImages": {
12647
- "shape": "Spm"
12655
+ "shape": "Spn"
12648
12656
  },
12649
12657
  "CurrentWeight": {
12650
12658
  "type": "float"
@@ -12659,7 +12667,7 @@
12659
12667
  "type": "integer"
12660
12668
  },
12661
12669
  "VariantStatus": {
12662
- "shape": "Spp"
12670
+ "shape": "Spq"
12663
12671
  },
12664
12672
  "CurrentServerlessConfig": {
12665
12673
  "shape": "S9d"
@@ -12670,7 +12678,7 @@
12670
12678
  }
12671
12679
  }
12672
12680
  },
12673
- "Spm": {
12681
+ "Spn": {
12674
12682
  "type": "list",
12675
12683
  "member": {
12676
12684
  "type": "structure",
@@ -12683,7 +12691,7 @@
12683
12691
  }
12684
12692
  }
12685
12693
  },
12686
- "Spp": {
12694
+ "Spq": {
12687
12695
  "type": "list",
12688
12696
  "member": {
12689
12697
  "type": "structure",
@@ -12699,7 +12707,7 @@
12699
12707
  }
12700
12708
  }
12701
12709
  },
12702
- "Spt": {
12710
+ "Spu": {
12703
12711
  "type": "structure",
12704
12712
  "required": [
12705
12713
  "EnableCapture",
@@ -12720,7 +12728,7 @@
12720
12728
  "KmsKeyId": {}
12721
12729
  }
12722
12730
  },
12723
- "Sq3": {
12731
+ "Sq4": {
12724
12732
  "type": "structure",
12725
12733
  "required": [
12726
12734
  "SourceArn"
@@ -12730,7 +12738,7 @@
12730
12738
  "SourceType": {}
12731
12739
  }
12732
12740
  },
12733
- "Sq9": {
12741
+ "Sqa": {
12734
12742
  "type": "structure",
12735
12743
  "required": [
12736
12744
  "Status"
@@ -12740,7 +12748,7 @@
12740
12748
  "BlockedReason": {}
12741
12749
  }
12742
12750
  },
12743
- "Sqo": {
12751
+ "Sqp": {
12744
12752
  "type": "structure",
12745
12753
  "members": {
12746
12754
  "Completed": {
@@ -12760,7 +12768,7 @@
12760
12768
  }
12761
12769
  }
12762
12770
  },
12763
- "Sqq": {
12771
+ "Sqr": {
12764
12772
  "type": "structure",
12765
12773
  "members": {
12766
12774
  "Succeeded": {
@@ -12774,7 +12782,7 @@
12774
12782
  }
12775
12783
  }
12776
12784
  },
12777
- "Sqs": {
12785
+ "Sqt": {
12778
12786
  "type": "structure",
12779
12787
  "required": [
12780
12788
  "TrainingJobName",
@@ -12819,7 +12827,7 @@
12819
12827
  "ObjectiveStatus": {}
12820
12828
  }
12821
12829
  },
12822
- "Srf": {
12830
+ "Srg": {
12823
12831
  "type": "structure",
12824
12832
  "members": {
12825
12833
  "TotalLabeled": {
@@ -12839,7 +12847,7 @@
12839
12847
  }
12840
12848
  }
12841
12849
  },
12842
- "Sri": {
12850
+ "Srj": {
12843
12851
  "type": "structure",
12844
12852
  "required": [
12845
12853
  "OutputDatasetS3Uri"
@@ -12849,21 +12857,21 @@
12849
12857
  "FinalActiveLearningModelArn": {}
12850
12858
  }
12851
12859
  },
12852
- "Srt": {
12860
+ "Sru": {
12853
12861
  "type": "structure",
12854
12862
  "required": [
12855
12863
  "ValidationStatuses"
12856
12864
  ],
12857
12865
  "members": {
12858
12866
  "ValidationStatuses": {
12859
- "shape": "Sru"
12867
+ "shape": "Srv"
12860
12868
  },
12861
12869
  "ImageScanStatuses": {
12862
- "shape": "Sru"
12870
+ "shape": "Srv"
12863
12871
  }
12864
12872
  }
12865
12873
  },
12866
- "Sru": {
12874
+ "Srv": {
12867
12875
  "type": "list",
12868
12876
  "member": {
12869
12877
  "type": "structure",
@@ -12878,7 +12886,7 @@
12878
12886
  }
12879
12887
  }
12880
12888
  },
12881
- "Ss6": {
12889
+ "Ss7": {
12882
12890
  "type": "structure",
12883
12891
  "required": [
12884
12892
  "MonitoringScheduleName",
@@ -12906,21 +12914,21 @@
12906
12914
  "MonitoringType": {}
12907
12915
  }
12908
12916
  },
12909
- "Ssp": {
12917
+ "Ssq": {
12910
12918
  "type": "structure",
12911
12919
  "members": {
12912
12920
  "ExperimentName": {},
12913
12921
  "TrialName": {}
12914
12922
  }
12915
12923
  },
12916
- "Ssx": {
12924
+ "Ssy": {
12917
12925
  "type": "structure",
12918
12926
  "members": {
12919
12927
  "ProvisionedProductId": {},
12920
12928
  "ProvisionedProductStatusMessage": {}
12921
12929
  }
12922
12930
  },
12923
- "St4": {
12931
+ "St5": {
12924
12932
  "type": "structure",
12925
12933
  "required": [
12926
12934
  "WorkteamArn"
@@ -12933,7 +12941,7 @@
12933
12941
  "ListingId": {}
12934
12942
  }
12935
12943
  },
12936
- "St8": {
12944
+ "St9": {
12937
12945
  "type": "list",
12938
12946
  "member": {
12939
12947
  "type": "structure",
@@ -12953,7 +12961,7 @@
12953
12961
  }
12954
12962
  }
12955
12963
  },
12956
- "Stb": {
12964
+ "Stc": {
12957
12965
  "type": "list",
12958
12966
  "member": {
12959
12967
  "type": "structure",
@@ -12968,7 +12976,7 @@
12968
12976
  }
12969
12977
  }
12970
12978
  },
12971
- "Stf": {
12979
+ "Stg": {
12972
12980
  "type": "list",
12973
12981
  "member": {
12974
12982
  "type": "structure",
@@ -12983,7 +12991,7 @@
12983
12991
  }
12984
12992
  }
12985
12993
  },
12986
- "Str": {
12994
+ "Sts": {
12987
12995
  "type": "structure",
12988
12996
  "required": [
12989
12997
  "SourceArn"
@@ -12993,7 +13001,7 @@
12993
13001
  "SourceType": {}
12994
13002
  }
12995
13003
  },
12996
- "Stv": {
13004
+ "Stw": {
12997
13005
  "type": "structure",
12998
13006
  "required": [
12999
13007
  "SourceArn"
@@ -13003,7 +13011,7 @@
13003
13011
  "SourceType": {}
13004
13012
  }
13005
13013
  },
13006
- "Stx": {
13014
+ "Sty": {
13007
13015
  "type": "list",
13008
13016
  "member": {
13009
13017
  "type": "structure",
@@ -13034,7 +13042,7 @@
13034
13042
  }
13035
13043
  }
13036
13044
  },
13037
- "Su7": {
13045
+ "Su8": {
13038
13046
  "type": "structure",
13039
13047
  "required": [
13040
13048
  "WorkforceName",
@@ -13070,7 +13078,7 @@
13070
13078
  }
13071
13079
  }
13072
13080
  },
13073
- "Sub": {
13081
+ "Suc": {
13074
13082
  "type": "structure",
13075
13083
  "required": [
13076
13084
  "WorkteamName",
@@ -13102,7 +13110,7 @@
13102
13110
  }
13103
13111
  }
13104
13112
  },
13105
- "Sx4": {
13113
+ "Sx5": {
13106
13114
  "type": "list",
13107
13115
  "member": {
13108
13116
  "type": "structure",
@@ -13122,7 +13130,7 @@
13122
13130
  }
13123
13131
  }
13124
13132
  },
13125
- "S11z": {
13133
+ "S120": {
13126
13134
  "type": "list",
13127
13135
  "member": {
13128
13136
  "type": "structure",
@@ -13136,7 +13144,7 @@
13136
13144
  }
13137
13145
  }
13138
13146
  },
13139
- "S12c": {
13147
+ "S12f": {
13140
13148
  "type": "list",
13141
13149
  "member": {
13142
13150
  "type": "structure",
@@ -13150,7 +13158,7 @@
13150
13158
  }
13151
13159
  }
13152
13160
  },
13153
- "S14o": {
13161
+ "S14r": {
13154
13162
  "type": "list",
13155
13163
  "member": {
13156
13164
  "type": "structure",
@@ -13164,11 +13172,11 @@
13164
13172
  }
13165
13173
  }
13166
13174
  },
13167
- "S14z": {
13175
+ "S152": {
13168
13176
  "type": "structure",
13169
13177
  "members": {
13170
13178
  "Filters": {
13171
- "shape": "S150"
13179
+ "shape": "S153"
13172
13180
  },
13173
13181
  "NestedFilters": {
13174
13182
  "type": "list",
@@ -13181,7 +13189,7 @@
13181
13189
  "members": {
13182
13190
  "NestedPropertyName": {},
13183
13191
  "Filters": {
13184
- "shape": "S150"
13192
+ "shape": "S153"
13185
13193
  }
13186
13194
  }
13187
13195
  }
@@ -13189,13 +13197,13 @@
13189
13197
  "SubExpressions": {
13190
13198
  "type": "list",
13191
13199
  "member": {
13192
- "shape": "S14z"
13200
+ "shape": "S152"
13193
13201
  }
13194
13202
  },
13195
13203
  "Operator": {}
13196
13204
  }
13197
13205
  },
13198
- "S150": {
13206
+ "S153": {
13199
13207
  "type": "list",
13200
13208
  "member": {
13201
13209
  "type": "structure",
@@ -13209,7 +13217,7 @@
13209
13217
  }
13210
13218
  }
13211
13219
  },
13212
- "S15c": {
13220
+ "S15f": {
13213
13221
  "type": "structure",
13214
13222
  "members": {
13215
13223
  "TrainingJobName": {},
@@ -13218,7 +13226,7 @@
13218
13226
  "LabelingJobArn": {},
13219
13227
  "AutoMLJobArn": {},
13220
13228
  "ModelArtifacts": {
13221
- "shape": "Soo"
13229
+ "shape": "Sop"
13222
13230
  },
13223
13231
  "TrainingJobStatus": {},
13224
13232
  "SecondaryStatus": {},
@@ -13258,10 +13266,10 @@
13258
13266
  "type": "timestamp"
13259
13267
  },
13260
13268
  "SecondaryStatusTransitions": {
13261
- "shape": "St8"
13269
+ "shape": "St9"
13262
13270
  },
13263
13271
  "FinalMetricDataList": {
13264
- "shape": "Stb"
13272
+ "shape": "Stc"
13265
13273
  },
13266
13274
  "EnableNetworkIsolation": {
13267
13275
  "type": "boolean"
@@ -13294,7 +13302,7 @@
13294
13302
  "shape": "Sjg"
13295
13303
  },
13296
13304
  "DebugRuleEvaluationStatuses": {
13297
- "shape": "Stf"
13305
+ "shape": "Stg"
13298
13306
  },
13299
13307
  "Environment": {
13300
13308
  "shape": "Sjm"
@@ -13307,11 +13315,11 @@
13307
13315
  }
13308
13316
  }
13309
13317
  },
13310
- "S16i": {
13318
+ "S16l": {
13311
13319
  "type": "list",
13312
13320
  "member": {}
13313
13321
  },
13314
- "S185": {
13322
+ "S188": {
13315
13323
  "type": "list",
13316
13324
  "member": {}
13317
13325
  }