@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
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.
- package/.gitattributes +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -44,6 +44,15 @@
|
|
|
44
44
|
},
|
|
45
45
|
"Tags": {
|
|
46
46
|
"shape": "Sm"
|
|
47
|
+
},
|
|
48
|
+
"MonitorConfig": {
|
|
49
|
+
"type": "structure",
|
|
50
|
+
"required": [
|
|
51
|
+
"MonitorName"
|
|
52
|
+
],
|
|
53
|
+
"members": {
|
|
54
|
+
"MonitorName": {}
|
|
55
|
+
}
|
|
47
56
|
}
|
|
48
57
|
}
|
|
49
58
|
},
|
|
@@ -69,7 +78,7 @@
|
|
|
69
78
|
"DatasetType": {},
|
|
70
79
|
"DataFrequency": {},
|
|
71
80
|
"Schema": {
|
|
72
|
-
"shape": "
|
|
81
|
+
"shape": "Sv"
|
|
73
82
|
},
|
|
74
83
|
"EncryptionConfig": {
|
|
75
84
|
"shape": "Si"
|
|
@@ -97,7 +106,7 @@
|
|
|
97
106
|
"DatasetGroupName": {},
|
|
98
107
|
"Domain": {},
|
|
99
108
|
"DatasetArns": {
|
|
100
|
-
"shape": "
|
|
109
|
+
"shape": "S11"
|
|
101
110
|
},
|
|
102
111
|
"Tags": {
|
|
103
112
|
"shape": "Sm"
|
|
@@ -123,7 +132,7 @@
|
|
|
123
132
|
"DatasetImportJobName": {},
|
|
124
133
|
"DatasetArn": {},
|
|
125
134
|
"DataSource": {
|
|
126
|
-
"shape": "
|
|
135
|
+
"shape": "S14"
|
|
127
136
|
},
|
|
128
137
|
"TimestampFormat": {},
|
|
129
138
|
"TimeZone": {},
|
|
@@ -155,13 +164,13 @@
|
|
|
155
164
|
"ExplainabilityName": {},
|
|
156
165
|
"ResourceArn": {},
|
|
157
166
|
"ExplainabilityConfig": {
|
|
158
|
-
"shape": "
|
|
167
|
+
"shape": "S1d"
|
|
159
168
|
},
|
|
160
169
|
"DataSource": {
|
|
161
|
-
"shape": "
|
|
170
|
+
"shape": "S14"
|
|
162
171
|
},
|
|
163
172
|
"Schema": {
|
|
164
|
-
"shape": "
|
|
173
|
+
"shape": "Sv"
|
|
165
174
|
},
|
|
166
175
|
"EnableVisualization": {
|
|
167
176
|
"type": "boolean"
|
|
@@ -192,7 +201,7 @@
|
|
|
192
201
|
"ExplainabilityExportName": {},
|
|
193
202
|
"ExplainabilityArn": {},
|
|
194
203
|
"Destination": {
|
|
195
|
-
"shape": "
|
|
204
|
+
"shape": "S1j"
|
|
196
205
|
},
|
|
197
206
|
"Tags": {
|
|
198
207
|
"shape": "Sm"
|
|
@@ -243,7 +252,7 @@
|
|
|
243
252
|
"ForecastExportJobName": {},
|
|
244
253
|
"ForecastArn": {},
|
|
245
254
|
"Destination": {
|
|
246
|
-
"shape": "
|
|
255
|
+
"shape": "S1j"
|
|
247
256
|
},
|
|
248
257
|
"Tags": {
|
|
249
258
|
"shape": "Sm"
|
|
@@ -257,6 +266,28 @@
|
|
|
257
266
|
}
|
|
258
267
|
}
|
|
259
268
|
},
|
|
269
|
+
"CreateMonitor": {
|
|
270
|
+
"input": {
|
|
271
|
+
"type": "structure",
|
|
272
|
+
"required": [
|
|
273
|
+
"MonitorName",
|
|
274
|
+
"ResourceArn"
|
|
275
|
+
],
|
|
276
|
+
"members": {
|
|
277
|
+
"MonitorName": {},
|
|
278
|
+
"ResourceArn": {},
|
|
279
|
+
"Tags": {
|
|
280
|
+
"shape": "Sm"
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"output": {
|
|
285
|
+
"type": "structure",
|
|
286
|
+
"members": {
|
|
287
|
+
"MonitorArn": {}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
},
|
|
260
291
|
"CreatePredictor": {
|
|
261
292
|
"input": {
|
|
262
293
|
"type": "structure",
|
|
@@ -283,19 +314,19 @@
|
|
|
283
314
|
"type": "boolean"
|
|
284
315
|
},
|
|
285
316
|
"TrainingParameters": {
|
|
286
|
-
"shape": "
|
|
317
|
+
"shape": "S1t"
|
|
287
318
|
},
|
|
288
319
|
"EvaluationParameters": {
|
|
289
|
-
"shape": "
|
|
320
|
+
"shape": "S1w"
|
|
290
321
|
},
|
|
291
322
|
"HPOConfig": {
|
|
292
|
-
"shape": "
|
|
323
|
+
"shape": "S1x"
|
|
293
324
|
},
|
|
294
325
|
"InputDataConfig": {
|
|
295
|
-
"shape": "
|
|
326
|
+
"shape": "S27"
|
|
296
327
|
},
|
|
297
328
|
"FeaturizationConfig": {
|
|
298
|
-
"shape": "
|
|
329
|
+
"shape": "S2a"
|
|
299
330
|
},
|
|
300
331
|
"EncryptionConfig": {
|
|
301
332
|
"shape": "Si"
|
|
@@ -325,7 +356,7 @@
|
|
|
325
356
|
"PredictorBacktestExportJobName": {},
|
|
326
357
|
"PredictorArn": {},
|
|
327
358
|
"Destination": {
|
|
328
|
-
"shape": "
|
|
359
|
+
"shape": "S1j"
|
|
329
360
|
},
|
|
330
361
|
"Tags": {
|
|
331
362
|
"shape": "Sm"
|
|
@@ -423,6 +454,18 @@
|
|
|
423
454
|
},
|
|
424
455
|
"idempotent": true
|
|
425
456
|
},
|
|
457
|
+
"DeleteMonitor": {
|
|
458
|
+
"input": {
|
|
459
|
+
"type": "structure",
|
|
460
|
+
"required": [
|
|
461
|
+
"MonitorArn"
|
|
462
|
+
],
|
|
463
|
+
"members": {
|
|
464
|
+
"MonitorArn": {}
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"idempotent": true
|
|
468
|
+
},
|
|
426
469
|
"DeletePredictor": {
|
|
427
470
|
"input": {
|
|
428
471
|
"type": "structure",
|
|
@@ -485,7 +528,7 @@
|
|
|
485
528
|
"shape": "S6"
|
|
486
529
|
},
|
|
487
530
|
"DatasetImportJobArns": {
|
|
488
|
-
"shape": "
|
|
531
|
+
"shape": "S11"
|
|
489
532
|
},
|
|
490
533
|
"DataConfig": {
|
|
491
534
|
"shape": "S8"
|
|
@@ -494,7 +537,7 @@
|
|
|
494
537
|
"shape": "Si"
|
|
495
538
|
},
|
|
496
539
|
"ReferencePredictorSummary": {
|
|
497
|
-
"shape": "
|
|
540
|
+
"shape": "S2x"
|
|
498
541
|
},
|
|
499
542
|
"EstimatedTimeRemainingInMinutes": {
|
|
500
543
|
"type": "long"
|
|
@@ -514,6 +557,13 @@
|
|
|
514
557
|
"ExplainabilityArn": {},
|
|
515
558
|
"Status": {}
|
|
516
559
|
}
|
|
560
|
+
},
|
|
561
|
+
"MonitorInfo": {
|
|
562
|
+
"type": "structure",
|
|
563
|
+
"members": {
|
|
564
|
+
"MonitorArn": {},
|
|
565
|
+
"Status": {}
|
|
566
|
+
}
|
|
517
567
|
}
|
|
518
568
|
}
|
|
519
569
|
},
|
|
@@ -538,7 +588,7 @@
|
|
|
538
588
|
"DatasetType": {},
|
|
539
589
|
"DataFrequency": {},
|
|
540
590
|
"Schema": {
|
|
541
|
-
"shape": "
|
|
591
|
+
"shape": "Sv"
|
|
542
592
|
},
|
|
543
593
|
"EncryptionConfig": {
|
|
544
594
|
"shape": "Si"
|
|
@@ -570,7 +620,7 @@
|
|
|
570
620
|
"DatasetGroupName": {},
|
|
571
621
|
"DatasetGroupArn": {},
|
|
572
622
|
"DatasetArns": {
|
|
573
|
-
"shape": "
|
|
623
|
+
"shape": "S11"
|
|
574
624
|
},
|
|
575
625
|
"Domain": {},
|
|
576
626
|
"Status": {},
|
|
@@ -607,7 +657,7 @@
|
|
|
607
657
|
},
|
|
608
658
|
"GeolocationFormat": {},
|
|
609
659
|
"DataSource": {
|
|
610
|
-
"shape": "
|
|
660
|
+
"shape": "S14"
|
|
611
661
|
},
|
|
612
662
|
"EstimatedTimeRemainingInMinutes": {
|
|
613
663
|
"type": "long"
|
|
@@ -685,16 +735,16 @@
|
|
|
685
735
|
"ExplainabilityName": {},
|
|
686
736
|
"ResourceArn": {},
|
|
687
737
|
"ExplainabilityConfig": {
|
|
688
|
-
"shape": "
|
|
738
|
+
"shape": "S1d"
|
|
689
739
|
},
|
|
690
740
|
"EnableVisualization": {
|
|
691
741
|
"type": "boolean"
|
|
692
742
|
},
|
|
693
743
|
"DataSource": {
|
|
694
|
-
"shape": "
|
|
744
|
+
"shape": "S14"
|
|
695
745
|
},
|
|
696
746
|
"Schema": {
|
|
697
|
-
"shape": "
|
|
747
|
+
"shape": "Sv"
|
|
698
748
|
},
|
|
699
749
|
"StartDateTime": {},
|
|
700
750
|
"EndDateTime": {},
|
|
@@ -730,7 +780,7 @@
|
|
|
730
780
|
"ExplainabilityExportName": {},
|
|
731
781
|
"ExplainabilityArn": {},
|
|
732
782
|
"Destination": {
|
|
733
|
-
"shape": "
|
|
783
|
+
"shape": "S1j"
|
|
734
784
|
},
|
|
735
785
|
"Message": {},
|
|
736
786
|
"Status": {},
|
|
@@ -796,7 +846,7 @@
|
|
|
796
846
|
"ForecastExportJobName": {},
|
|
797
847
|
"ForecastArn": {},
|
|
798
848
|
"Destination": {
|
|
799
|
-
"shape": "
|
|
849
|
+
"shape": "S1j"
|
|
800
850
|
},
|
|
801
851
|
"Message": {},
|
|
802
852
|
"Status": {},
|
|
@@ -810,6 +860,63 @@
|
|
|
810
860
|
},
|
|
811
861
|
"idempotent": true
|
|
812
862
|
},
|
|
863
|
+
"DescribeMonitor": {
|
|
864
|
+
"input": {
|
|
865
|
+
"type": "structure",
|
|
866
|
+
"required": [
|
|
867
|
+
"MonitorArn"
|
|
868
|
+
],
|
|
869
|
+
"members": {
|
|
870
|
+
"MonitorArn": {}
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"output": {
|
|
874
|
+
"type": "structure",
|
|
875
|
+
"members": {
|
|
876
|
+
"MonitorName": {},
|
|
877
|
+
"MonitorArn": {},
|
|
878
|
+
"ResourceArn": {},
|
|
879
|
+
"Status": {},
|
|
880
|
+
"LastEvaluationTime": {
|
|
881
|
+
"type": "timestamp"
|
|
882
|
+
},
|
|
883
|
+
"LastEvaluationState": {},
|
|
884
|
+
"Baseline": {
|
|
885
|
+
"type": "structure",
|
|
886
|
+
"members": {
|
|
887
|
+
"PredictorBaseline": {
|
|
888
|
+
"type": "structure",
|
|
889
|
+
"members": {
|
|
890
|
+
"BaselineMetrics": {
|
|
891
|
+
"type": "list",
|
|
892
|
+
"member": {
|
|
893
|
+
"type": "structure",
|
|
894
|
+
"members": {
|
|
895
|
+
"Name": {},
|
|
896
|
+
"Value": {
|
|
897
|
+
"type": "double"
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"Message": {},
|
|
907
|
+
"CreationTime": {
|
|
908
|
+
"type": "timestamp"
|
|
909
|
+
},
|
|
910
|
+
"LastModificationTime": {
|
|
911
|
+
"type": "timestamp"
|
|
912
|
+
},
|
|
913
|
+
"EstimatedEvaluationTimeRemainingInMinutes": {
|
|
914
|
+
"type": "long"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"idempotent": true
|
|
919
|
+
},
|
|
813
920
|
"DescribePredictor": {
|
|
814
921
|
"input": {
|
|
815
922
|
"type": "structure",
|
|
@@ -827,7 +934,7 @@
|
|
|
827
934
|
"PredictorName": {},
|
|
828
935
|
"AlgorithmArn": {},
|
|
829
936
|
"AutoMLAlgorithmArns": {
|
|
830
|
-
"shape": "
|
|
937
|
+
"shape": "S11"
|
|
831
938
|
},
|
|
832
939
|
"ForecastHorizon": {
|
|
833
940
|
"type": "integer"
|
|
@@ -843,19 +950,19 @@
|
|
|
843
950
|
"type": "boolean"
|
|
844
951
|
},
|
|
845
952
|
"TrainingParameters": {
|
|
846
|
-
"shape": "
|
|
953
|
+
"shape": "S1t"
|
|
847
954
|
},
|
|
848
955
|
"EvaluationParameters": {
|
|
849
|
-
"shape": "
|
|
956
|
+
"shape": "S1w"
|
|
850
957
|
},
|
|
851
958
|
"HPOConfig": {
|
|
852
|
-
"shape": "
|
|
959
|
+
"shape": "S1x"
|
|
853
960
|
},
|
|
854
961
|
"InputDataConfig": {
|
|
855
|
-
"shape": "
|
|
962
|
+
"shape": "S27"
|
|
856
963
|
},
|
|
857
964
|
"FeaturizationConfig": {
|
|
858
|
-
"shape": "
|
|
965
|
+
"shape": "S2a"
|
|
859
966
|
},
|
|
860
967
|
"EncryptionConfig": {
|
|
861
968
|
"shape": "Si"
|
|
@@ -897,7 +1004,7 @@
|
|
|
897
1004
|
"type": "boolean"
|
|
898
1005
|
},
|
|
899
1006
|
"DatasetImportJobArns": {
|
|
900
|
-
"shape": "
|
|
1007
|
+
"shape": "S11"
|
|
901
1008
|
},
|
|
902
1009
|
"Status": {},
|
|
903
1010
|
"Message": {},
|
|
@@ -929,7 +1036,7 @@
|
|
|
929
1036
|
"PredictorBacktestExportJobName": {},
|
|
930
1037
|
"PredictorArn": {},
|
|
931
1038
|
"Destination": {
|
|
932
|
-
"shape": "
|
|
1039
|
+
"shape": "S1j"
|
|
933
1040
|
},
|
|
934
1041
|
"Message": {},
|
|
935
1042
|
"Status": {},
|
|
@@ -1083,7 +1190,7 @@
|
|
|
1083
1190
|
"type": "integer"
|
|
1084
1191
|
},
|
|
1085
1192
|
"Filters": {
|
|
1086
|
-
"shape": "
|
|
1193
|
+
"shape": "S4m"
|
|
1087
1194
|
}
|
|
1088
1195
|
}
|
|
1089
1196
|
},
|
|
@@ -1098,7 +1205,7 @@
|
|
|
1098
1205
|
"DatasetImportJobArn": {},
|
|
1099
1206
|
"DatasetImportJobName": {},
|
|
1100
1207
|
"DataSource": {
|
|
1101
|
-
"shape": "
|
|
1208
|
+
"shape": "S14"
|
|
1102
1209
|
},
|
|
1103
1210
|
"Status": {},
|
|
1104
1211
|
"Message": {},
|
|
@@ -1161,7 +1268,7 @@
|
|
|
1161
1268
|
"type": "integer"
|
|
1162
1269
|
},
|
|
1163
1270
|
"Filters": {
|
|
1164
|
-
"shape": "
|
|
1271
|
+
"shape": "S4m"
|
|
1165
1272
|
}
|
|
1166
1273
|
}
|
|
1167
1274
|
},
|
|
@@ -1177,7 +1284,7 @@
|
|
|
1177
1284
|
"ExplainabilityName": {},
|
|
1178
1285
|
"ResourceArn": {},
|
|
1179
1286
|
"ExplainabilityConfig": {
|
|
1180
|
-
"shape": "
|
|
1287
|
+
"shape": "S1d"
|
|
1181
1288
|
},
|
|
1182
1289
|
"Status": {},
|
|
1183
1290
|
"Message": {},
|
|
@@ -1204,7 +1311,7 @@
|
|
|
1204
1311
|
"type": "integer"
|
|
1205
1312
|
},
|
|
1206
1313
|
"Filters": {
|
|
1207
|
-
"shape": "
|
|
1314
|
+
"shape": "S4m"
|
|
1208
1315
|
}
|
|
1209
1316
|
}
|
|
1210
1317
|
},
|
|
@@ -1219,7 +1326,7 @@
|
|
|
1219
1326
|
"ExplainabilityExportArn": {},
|
|
1220
1327
|
"ExplainabilityExportName": {},
|
|
1221
1328
|
"Destination": {
|
|
1222
|
-
"shape": "
|
|
1329
|
+
"shape": "S1j"
|
|
1223
1330
|
},
|
|
1224
1331
|
"Status": {},
|
|
1225
1332
|
"Message": {},
|
|
@@ -1246,7 +1353,7 @@
|
|
|
1246
1353
|
"type": "integer"
|
|
1247
1354
|
},
|
|
1248
1355
|
"Filters": {
|
|
1249
|
-
"shape": "
|
|
1356
|
+
"shape": "S4m"
|
|
1250
1357
|
}
|
|
1251
1358
|
}
|
|
1252
1359
|
},
|
|
@@ -1261,7 +1368,7 @@
|
|
|
1261
1368
|
"ForecastExportJobArn": {},
|
|
1262
1369
|
"ForecastExportJobName": {},
|
|
1263
1370
|
"Destination": {
|
|
1264
|
-
"shape": "
|
|
1371
|
+
"shape": "S1j"
|
|
1265
1372
|
},
|
|
1266
1373
|
"Status": {},
|
|
1267
1374
|
"Message": {},
|
|
@@ -1288,7 +1395,7 @@
|
|
|
1288
1395
|
"type": "integer"
|
|
1289
1396
|
},
|
|
1290
1397
|
"Filters": {
|
|
1291
|
-
"shape": "
|
|
1398
|
+
"shape": "S4m"
|
|
1292
1399
|
}
|
|
1293
1400
|
}
|
|
1294
1401
|
},
|
|
@@ -1323,6 +1430,123 @@
|
|
|
1323
1430
|
},
|
|
1324
1431
|
"idempotent": true
|
|
1325
1432
|
},
|
|
1433
|
+
"ListMonitorEvaluations": {
|
|
1434
|
+
"input": {
|
|
1435
|
+
"type": "structure",
|
|
1436
|
+
"required": [
|
|
1437
|
+
"MonitorArn"
|
|
1438
|
+
],
|
|
1439
|
+
"members": {
|
|
1440
|
+
"NextToken": {},
|
|
1441
|
+
"MaxResults": {
|
|
1442
|
+
"type": "integer"
|
|
1443
|
+
},
|
|
1444
|
+
"MonitorArn": {},
|
|
1445
|
+
"Filters": {
|
|
1446
|
+
"shape": "S4m"
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
"output": {
|
|
1451
|
+
"type": "structure",
|
|
1452
|
+
"members": {
|
|
1453
|
+
"NextToken": {},
|
|
1454
|
+
"PredictorMonitorEvaluations": {
|
|
1455
|
+
"type": "list",
|
|
1456
|
+
"member": {
|
|
1457
|
+
"type": "structure",
|
|
1458
|
+
"members": {
|
|
1459
|
+
"ResourceArn": {},
|
|
1460
|
+
"MonitorArn": {},
|
|
1461
|
+
"EvaluationTime": {
|
|
1462
|
+
"type": "timestamp"
|
|
1463
|
+
},
|
|
1464
|
+
"EvaluationState": {},
|
|
1465
|
+
"WindowStartDatetime": {
|
|
1466
|
+
"type": "timestamp"
|
|
1467
|
+
},
|
|
1468
|
+
"WindowEndDatetime": {
|
|
1469
|
+
"type": "timestamp"
|
|
1470
|
+
},
|
|
1471
|
+
"PredictorEvent": {
|
|
1472
|
+
"type": "structure",
|
|
1473
|
+
"members": {
|
|
1474
|
+
"Detail": {},
|
|
1475
|
+
"Datetime": {
|
|
1476
|
+
"type": "timestamp"
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"MonitorDataSource": {
|
|
1481
|
+
"type": "structure",
|
|
1482
|
+
"members": {
|
|
1483
|
+
"DatasetImportJobArn": {},
|
|
1484
|
+
"ForecastArn": {},
|
|
1485
|
+
"PredictorArn": {}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"MetricResults": {
|
|
1489
|
+
"type": "list",
|
|
1490
|
+
"member": {
|
|
1491
|
+
"type": "structure",
|
|
1492
|
+
"members": {
|
|
1493
|
+
"MetricName": {},
|
|
1494
|
+
"MetricValue": {
|
|
1495
|
+
"type": "double"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"NumItemsEvaluated": {
|
|
1501
|
+
"type": "long"
|
|
1502
|
+
},
|
|
1503
|
+
"Message": {}
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"idempotent": true
|
|
1510
|
+
},
|
|
1511
|
+
"ListMonitors": {
|
|
1512
|
+
"input": {
|
|
1513
|
+
"type": "structure",
|
|
1514
|
+
"members": {
|
|
1515
|
+
"NextToken": {},
|
|
1516
|
+
"MaxResults": {
|
|
1517
|
+
"type": "integer"
|
|
1518
|
+
},
|
|
1519
|
+
"Filters": {
|
|
1520
|
+
"shape": "S4m"
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"output": {
|
|
1525
|
+
"type": "structure",
|
|
1526
|
+
"members": {
|
|
1527
|
+
"Monitors": {
|
|
1528
|
+
"type": "list",
|
|
1529
|
+
"member": {
|
|
1530
|
+
"type": "structure",
|
|
1531
|
+
"members": {
|
|
1532
|
+
"MonitorArn": {},
|
|
1533
|
+
"MonitorName": {},
|
|
1534
|
+
"ResourceArn": {},
|
|
1535
|
+
"Status": {},
|
|
1536
|
+
"CreationTime": {
|
|
1537
|
+
"type": "timestamp"
|
|
1538
|
+
},
|
|
1539
|
+
"LastModificationTime": {
|
|
1540
|
+
"type": "timestamp"
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
"NextToken": {}
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"idempotent": true
|
|
1549
|
+
},
|
|
1326
1550
|
"ListPredictorBacktestExportJobs": {
|
|
1327
1551
|
"input": {
|
|
1328
1552
|
"type": "structure",
|
|
@@ -1332,7 +1556,7 @@
|
|
|
1332
1556
|
"type": "integer"
|
|
1333
1557
|
},
|
|
1334
1558
|
"Filters": {
|
|
1335
|
-
"shape": "
|
|
1559
|
+
"shape": "S4m"
|
|
1336
1560
|
}
|
|
1337
1561
|
}
|
|
1338
1562
|
},
|
|
@@ -1347,7 +1571,7 @@
|
|
|
1347
1571
|
"PredictorBacktestExportJobArn": {},
|
|
1348
1572
|
"PredictorBacktestExportJobName": {},
|
|
1349
1573
|
"Destination": {
|
|
1350
|
-
"shape": "
|
|
1574
|
+
"shape": "S1j"
|
|
1351
1575
|
},
|
|
1352
1576
|
"Status": {},
|
|
1353
1577
|
"Message": {},
|
|
@@ -1374,7 +1598,7 @@
|
|
|
1374
1598
|
"type": "integer"
|
|
1375
1599
|
},
|
|
1376
1600
|
"Filters": {
|
|
1377
|
-
"shape": "
|
|
1601
|
+
"shape": "S4m"
|
|
1378
1602
|
}
|
|
1379
1603
|
}
|
|
1380
1604
|
},
|
|
@@ -1393,7 +1617,7 @@
|
|
|
1393
1617
|
"type": "boolean"
|
|
1394
1618
|
},
|
|
1395
1619
|
"ReferencePredictorSummary": {
|
|
1396
|
-
"shape": "
|
|
1620
|
+
"shape": "S2x"
|
|
1397
1621
|
},
|
|
1398
1622
|
"Status": {},
|
|
1399
1623
|
"Message": {},
|
|
@@ -1430,6 +1654,18 @@
|
|
|
1430
1654
|
}
|
|
1431
1655
|
}
|
|
1432
1656
|
},
|
|
1657
|
+
"ResumeResource": {
|
|
1658
|
+
"input": {
|
|
1659
|
+
"type": "structure",
|
|
1660
|
+
"required": [
|
|
1661
|
+
"ResourceArn"
|
|
1662
|
+
],
|
|
1663
|
+
"members": {
|
|
1664
|
+
"ResourceArn": {}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
"idempotent": true
|
|
1668
|
+
},
|
|
1433
1669
|
"StopResource": {
|
|
1434
1670
|
"input": {
|
|
1435
1671
|
"type": "structure",
|
|
@@ -1493,7 +1729,7 @@
|
|
|
1493
1729
|
"members": {
|
|
1494
1730
|
"DatasetGroupArn": {},
|
|
1495
1731
|
"DatasetArns": {
|
|
1496
|
-
"shape": "
|
|
1732
|
+
"shape": "S11"
|
|
1497
1733
|
}
|
|
1498
1734
|
}
|
|
1499
1735
|
},
|
|
@@ -1597,7 +1833,7 @@
|
|
|
1597
1833
|
"type": "string",
|
|
1598
1834
|
"sensitive": true
|
|
1599
1835
|
},
|
|
1600
|
-
"
|
|
1836
|
+
"Sv": {
|
|
1601
1837
|
"type": "structure",
|
|
1602
1838
|
"members": {
|
|
1603
1839
|
"Attributes": {
|
|
@@ -1612,22 +1848,22 @@
|
|
|
1612
1848
|
}
|
|
1613
1849
|
}
|
|
1614
1850
|
},
|
|
1615
|
-
"
|
|
1851
|
+
"S11": {
|
|
1616
1852
|
"type": "list",
|
|
1617
1853
|
"member": {}
|
|
1618
1854
|
},
|
|
1619
|
-
"
|
|
1855
|
+
"S14": {
|
|
1620
1856
|
"type": "structure",
|
|
1621
1857
|
"required": [
|
|
1622
1858
|
"S3Config"
|
|
1623
1859
|
],
|
|
1624
1860
|
"members": {
|
|
1625
1861
|
"S3Config": {
|
|
1626
|
-
"shape": "
|
|
1862
|
+
"shape": "S15"
|
|
1627
1863
|
}
|
|
1628
1864
|
}
|
|
1629
1865
|
},
|
|
1630
|
-
"
|
|
1866
|
+
"S15": {
|
|
1631
1867
|
"type": "structure",
|
|
1632
1868
|
"required": [
|
|
1633
1869
|
"Path",
|
|
@@ -1639,7 +1875,7 @@
|
|
|
1639
1875
|
"KMSKeyArn": {}
|
|
1640
1876
|
}
|
|
1641
1877
|
},
|
|
1642
|
-
"
|
|
1878
|
+
"S1d": {
|
|
1643
1879
|
"type": "structure",
|
|
1644
1880
|
"required": [
|
|
1645
1881
|
"TimeSeriesGranularity",
|
|
@@ -1650,23 +1886,23 @@
|
|
|
1650
1886
|
"TimePointGranularity": {}
|
|
1651
1887
|
}
|
|
1652
1888
|
},
|
|
1653
|
-
"
|
|
1889
|
+
"S1j": {
|
|
1654
1890
|
"type": "structure",
|
|
1655
1891
|
"required": [
|
|
1656
1892
|
"S3Config"
|
|
1657
1893
|
],
|
|
1658
1894
|
"members": {
|
|
1659
1895
|
"S3Config": {
|
|
1660
|
-
"shape": "
|
|
1896
|
+
"shape": "S15"
|
|
1661
1897
|
}
|
|
1662
1898
|
}
|
|
1663
1899
|
},
|
|
1664
|
-
"
|
|
1900
|
+
"S1t": {
|
|
1665
1901
|
"type": "map",
|
|
1666
1902
|
"key": {},
|
|
1667
1903
|
"value": {}
|
|
1668
1904
|
},
|
|
1669
|
-
"
|
|
1905
|
+
"S1w": {
|
|
1670
1906
|
"type": "structure",
|
|
1671
1907
|
"members": {
|
|
1672
1908
|
"NumberOfBacktestWindows": {
|
|
@@ -1677,7 +1913,7 @@
|
|
|
1677
1913
|
}
|
|
1678
1914
|
}
|
|
1679
1915
|
},
|
|
1680
|
-
"
|
|
1916
|
+
"S1x": {
|
|
1681
1917
|
"type": "structure",
|
|
1682
1918
|
"members": {
|
|
1683
1919
|
"ParameterRanges": {
|
|
@@ -1745,7 +1981,7 @@
|
|
|
1745
1981
|
}
|
|
1746
1982
|
}
|
|
1747
1983
|
},
|
|
1748
|
-
"
|
|
1984
|
+
"S27": {
|
|
1749
1985
|
"type": "structure",
|
|
1750
1986
|
"required": [
|
|
1751
1987
|
"DatasetGroupArn"
|
|
@@ -1768,7 +2004,7 @@
|
|
|
1768
2004
|
}
|
|
1769
2005
|
}
|
|
1770
2006
|
},
|
|
1771
|
-
"
|
|
2007
|
+
"S2a": {
|
|
1772
2008
|
"type": "structure",
|
|
1773
2009
|
"required": [
|
|
1774
2010
|
"ForecastFrequency"
|
|
@@ -1809,14 +2045,14 @@
|
|
|
1809
2045
|
}
|
|
1810
2046
|
}
|
|
1811
2047
|
},
|
|
1812
|
-
"
|
|
2048
|
+
"S2x": {
|
|
1813
2049
|
"type": "structure",
|
|
1814
2050
|
"members": {
|
|
1815
2051
|
"Arn": {},
|
|
1816
2052
|
"State": {}
|
|
1817
2053
|
}
|
|
1818
2054
|
},
|
|
1819
|
-
"
|
|
2055
|
+
"S4m": {
|
|
1820
2056
|
"type": "list",
|
|
1821
2057
|
"member": {
|
|
1822
2058
|
"type": "structure",
|