@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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 +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -11,6 +11,14 @@ declare class ForecastService extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: ForecastService.Types.ClientConfiguration)
|
|
13
13
|
config: Config & ForecastService.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Creates an Amazon Forecast predictor. Amazon Forecast creates predictors with AutoPredictor, which involves applying the optimal combination of algorithms to each time series in your datasets. You can use CreateAutoPredictor to create new predictors or upgrade/retrain existing predictors. Creating new predictors The following parameters are required when creating a new predictor: PredictorName - A unique name for the predictor. DatasetGroupArn - The ARN of the dataset group used to train the predictor. ForecastFrequency - The granularity of your forecasts (hourly, daily, weekly, etc). ForecastHorizon - The number of time steps being forecasted. When creating a new predictor, do not specify a value for ReferencePredictorArn. Upgrading and retraining predictors The following parameters are required when retraining or upgrading a predictor: PredictorName - A unique name for the predictor. ReferencePredictorArn - The ARN of the predictor to retrain or upgrade. When upgrading or retraining a predictor, only specify values for the ReferencePredictorArn and PredictorName.
|
|
16
|
+
*/
|
|
17
|
+
createAutoPredictor(params: ForecastService.Types.CreateAutoPredictorRequest, callback?: (err: AWSError, data: ForecastService.Types.CreateAutoPredictorResponse) => void): Request<ForecastService.Types.CreateAutoPredictorResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Creates an Amazon Forecast predictor. Amazon Forecast creates predictors with AutoPredictor, which involves applying the optimal combination of algorithms to each time series in your datasets. You can use CreateAutoPredictor to create new predictors or upgrade/retrain existing predictors. Creating new predictors The following parameters are required when creating a new predictor: PredictorName - A unique name for the predictor. DatasetGroupArn - The ARN of the dataset group used to train the predictor. ForecastFrequency - The granularity of your forecasts (hourly, daily, weekly, etc). ForecastHorizon - The number of time steps being forecasted. When creating a new predictor, do not specify a value for ReferencePredictorArn. Upgrading and retraining predictors The following parameters are required when retraining or upgrading a predictor: PredictorName - A unique name for the predictor. ReferencePredictorArn - The ARN of the predictor to retrain or upgrade. When upgrading or retraining a predictor, only specify values for the ReferencePredictorArn and PredictorName.
|
|
20
|
+
*/
|
|
21
|
+
createAutoPredictor(callback?: (err: AWSError, data: ForecastService.Types.CreateAutoPredictorResponse) => void): Request<ForecastService.Types.CreateAutoPredictorResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Creates an Amazon Forecast dataset. The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following: DataFrequency - How frequently your historical time-series data is collected. Domain and DatasetType - Each dataset has an associated dataset domain and a type within the domain. Amazon Forecast provides a list of predefined domains and types within each domain. For each unique dataset domain and type within the domain, Amazon Forecast requires your data to include a minimum set of predefined fields. Schema - A schema specifies the fields in the dataset, including the field name and data type. After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see howitworks-datasets-groups. To get a list of all your datasets, use the ListDatasets operation. For example Forecast datasets, see the Amazon Forecast Sample GitHub repository. The Status of a dataset must be ACTIVE before you can import training data. Use the DescribeDataset operation to get the status.
|
|
16
24
|
*/
|
|
@@ -35,6 +43,22 @@ declare class ForecastService extends Service {
|
|
|
35
43
|
* Imports your training data to an Amazon Forecast dataset. You provide the location of your training data in an Amazon Simple Storage Service (Amazon S3) bucket and the Amazon Resource Name (ARN) of the dataset that you want to import the data to. You must specify a DataSource object that includes an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data, as Amazon Forecast makes a copy of your data and processes it in an internal AWS system. For more information, see aws-forecast-iam-roles. The training data must be in CSV format. The delimiter must be a comma (,). You can specify the path to a specific CSV file, the S3 bucket, or to a folder in the S3 bucket. For the latter two cases, Amazon Forecast imports all files up to the limit of 10,000 files. Because dataset imports are not aggregated, your most recent dataset import is the one that is used when training a predictor or generating a forecast. Make sure that your most recent dataset import contains all of the data you want to model off of, and not just the new data collected since the previous import. To get a list of all your dataset import jobs, filtered by specified criteria, use the ListDatasetImportJobs operation.
|
|
36
44
|
*/
|
|
37
45
|
createDatasetImportJob(callback?: (err: AWSError, data: ForecastService.Types.CreateDatasetImportJobResponse) => void): Request<ForecastService.Types.CreateDatasetImportJobResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* Explainability is only available for Forecasts and Predictors generated from an AutoPredictor (CreateAutoPredictor) Creates an Amazon Forecast Explainability. Explainability helps you better understand how the attributes in your datasets impact forecast. Amazon Forecast uses a metric called Impact scores to quantify the relative impact of each attribute and determine whether they increase or decrease forecast values. To enable Forecast Explainability, your predictor must include at least one of the following: related time series, item metadata, or additional datasets like Holidays and the Weather Index. CreateExplainability accepts either a Predictor ARN or Forecast ARN. To receive aggregated Impact scores for all time series and time points in your datasets, provide a Predictor ARN. To receive Impact scores for specific time series and time points, provide a Forecast ARN. CreateExplainability with a Predictor ARN You can only have one Explainability resource per predictor. If you already enabled ExplainPredictor in CreateAutoPredictor, that predictor already has an Explainability resource. The following parameters are required when providing a Predictor ARN: ExplainabilityName - A unique name for the Explainability. ResourceArn - The Arn of the predictor. TimePointGranularity - Must be set to “ALL”. TimeSeriesGranularity - Must be set to “ALL”. Do not specify a value for the following parameters: DataSource - Only valid when TimeSeriesGranularity is “SPECIFIC”. Schema - Only valid when TimeSeriesGranularity is “SPECIFIC”. StartDateTime - Only valid when TimePointGranularity is “SPECIFIC”. EndDateTime - Only valid when TimePointGranularity is “SPECIFIC”. CreateExplainability with a Forecast ARN You can specify a maximum of 50 time series and 1500 time points. The following parameters are required when providing a Predictor ARN: ExplainabilityName - A unique name for the Explainability. ResourceArn - The Arn of the forecast. TimePointGranularity - Either “ALL” or “SPECIFIC”. TimeSeriesGranularity - Either “ALL” or “SPECIFIC”. If you set TimeSeriesGranularity to “SPECIFIC”, you must also provide the following: DataSource - The S3 location of the CSV file specifying your time series. Schema - The Schema defines the attributes and attribute types listed in the Data Source. If you set TimePointGranularity to “SPECIFIC”, you must also provide the following: StartDateTime - The first timestamp in the range of time points. EndDateTime - The last timestamp in the range of time points.
|
|
48
|
+
*/
|
|
49
|
+
createExplainability(params: ForecastService.Types.CreateExplainabilityRequest, callback?: (err: AWSError, data: ForecastService.Types.CreateExplainabilityResponse) => void): Request<ForecastService.Types.CreateExplainabilityResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* Explainability is only available for Forecasts and Predictors generated from an AutoPredictor (CreateAutoPredictor) Creates an Amazon Forecast Explainability. Explainability helps you better understand how the attributes in your datasets impact forecast. Amazon Forecast uses a metric called Impact scores to quantify the relative impact of each attribute and determine whether they increase or decrease forecast values. To enable Forecast Explainability, your predictor must include at least one of the following: related time series, item metadata, or additional datasets like Holidays and the Weather Index. CreateExplainability accepts either a Predictor ARN or Forecast ARN. To receive aggregated Impact scores for all time series and time points in your datasets, provide a Predictor ARN. To receive Impact scores for specific time series and time points, provide a Forecast ARN. CreateExplainability with a Predictor ARN You can only have one Explainability resource per predictor. If you already enabled ExplainPredictor in CreateAutoPredictor, that predictor already has an Explainability resource. The following parameters are required when providing a Predictor ARN: ExplainabilityName - A unique name for the Explainability. ResourceArn - The Arn of the predictor. TimePointGranularity - Must be set to “ALL”. TimeSeriesGranularity - Must be set to “ALL”. Do not specify a value for the following parameters: DataSource - Only valid when TimeSeriesGranularity is “SPECIFIC”. Schema - Only valid when TimeSeriesGranularity is “SPECIFIC”. StartDateTime - Only valid when TimePointGranularity is “SPECIFIC”. EndDateTime - Only valid when TimePointGranularity is “SPECIFIC”. CreateExplainability with a Forecast ARN You can specify a maximum of 50 time series and 1500 time points. The following parameters are required when providing a Predictor ARN: ExplainabilityName - A unique name for the Explainability. ResourceArn - The Arn of the forecast. TimePointGranularity - Either “ALL” or “SPECIFIC”. TimeSeriesGranularity - Either “ALL” or “SPECIFIC”. If you set TimeSeriesGranularity to “SPECIFIC”, you must also provide the following: DataSource - The S3 location of the CSV file specifying your time series. Schema - The Schema defines the attributes and attribute types listed in the Data Source. If you set TimePointGranularity to “SPECIFIC”, you must also provide the following: StartDateTime - The first timestamp in the range of time points. EndDateTime - The last timestamp in the range of time points.
|
|
52
|
+
*/
|
|
53
|
+
createExplainability(callback?: (err: AWSError, data: ForecastService.Types.CreateExplainabilityResponse) => void): Request<ForecastService.Types.CreateExplainabilityResponse, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Exports an Explainability resource created by the CreateExplainability operation. Exported files are exported to an Amazon Simple Storage Service (Amazon S3) bucket. You must specify a DataDestination object that includes an Amazon S3 bucket and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see aws-forecast-iam-roles. The Status of the export job must be ACTIVE before you can access the export in your Amazon S3 bucket. To get the status, use the DescribeExplainabilityExport operation.
|
|
56
|
+
*/
|
|
57
|
+
createExplainabilityExport(params: ForecastService.Types.CreateExplainabilityExportRequest, callback?: (err: AWSError, data: ForecastService.Types.CreateExplainabilityExportResponse) => void): Request<ForecastService.Types.CreateExplainabilityExportResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Exports an Explainability resource created by the CreateExplainability operation. Exported files are exported to an Amazon Simple Storage Service (Amazon S3) bucket. You must specify a DataDestination object that includes an Amazon S3 bucket and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see aws-forecast-iam-roles. The Status of the export job must be ACTIVE before you can access the export in your Amazon S3 bucket. To get the status, use the DescribeExplainabilityExport operation.
|
|
60
|
+
*/
|
|
61
|
+
createExplainabilityExport(callback?: (err: AWSError, data: ForecastService.Types.CreateExplainabilityExportResponse) => void): Request<ForecastService.Types.CreateExplainabilityExportResponse, AWSError>;
|
|
38
62
|
/**
|
|
39
63
|
* Creates a forecast for each item in the TARGET_TIME_SERIES dataset that was used to train the predictor. This is known as inference. To retrieve the forecast for a single item at low latency, use the operation. To export the complete forecast into your Amazon Simple Storage Service (Amazon S3) bucket, use the CreateForecastExportJob operation. The range of the forecast is determined by the ForecastHorizon value, which you specify in the CreatePredictor request. When you query a forecast, you can request a specific date range within the forecast. To get a list of all your forecasts, use the ListForecasts operation. The forecasts generated by Amazon Forecast are in the same time zone as the dataset that was used to create the predictor. For more information, see howitworks-forecast. The Status of the forecast must be ACTIVE before you can query or export the forecast. Use the DescribeForecast operation to get the status.
|
|
40
64
|
*/
|
|
@@ -52,11 +76,11 @@ declare class ForecastService extends Service {
|
|
|
52
76
|
*/
|
|
53
77
|
createForecastExportJob(callback?: (err: AWSError, data: ForecastService.Types.CreateForecastExportJobResponse) => void): Request<ForecastService.Types.CreateForecastExportJobResponse, AWSError>;
|
|
54
78
|
/**
|
|
55
|
-
* Creates an Amazon Forecast predictor. In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast choose an algorithm for you using AutoML. If you specify an algorithm, you also can override algorithm-specific hyperparameters. Amazon Forecast uses the algorithm to train a predictor using the latest version of the datasets in the specified dataset group. You can then generate a forecast using the CreateForecast operation. To see the evaluation metrics, use the GetAccuracyMetrics operation. You can specify a featurization configuration to fill and aggregate the data fields in the TARGET_TIME_SERIES dataset to improve model training. For more information, see FeaturizationConfig. For RELATED_TIME_SERIES datasets, CreatePredictor verifies that the DataFrequency specified when the dataset was created matches the ForecastFrequency. TARGET_TIME_SERIES datasets don't have this restriction. Amazon Forecast also verifies the delimiter and timestamp format. For more information, see howitworks-datasets-groups. By default, predictors are trained and evaluated at the 0.1 (P10), 0.5 (P50), and 0.9 (P90) quantiles. You can choose custom forecast types to train and evaluate your predictor by setting the ForecastTypes. AutoML If you want Amazon Forecast to evaluate each algorithm and choose the one that minimizes the objective function, set PerformAutoML to true. The objective function is defined as the mean of the weighted losses over the forecast types. By default, these are the p10, p50, and p90 quantile losses. For more information, see EvaluationResult. When AutoML is enabled, the following properties are disallowed: AlgorithmArn HPOConfig PerformHPO TrainingParameters To get a list of all of your predictors, use the ListPredictors operation. Before you can use the predictor to create a forecast, the Status of the predictor must be ACTIVE, signifying that training has completed. To get the status, use the DescribePredictor operation.
|
|
79
|
+
* This operation creates a legacy predictor that does not include all the predictor functionalities provided by Amazon Forecast. To create a predictor that is compatible with all aspects of Forecast, use CreateAutoPredictor. Creates an Amazon Forecast predictor. In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast choose an algorithm for you using AutoML. If you specify an algorithm, you also can override algorithm-specific hyperparameters. Amazon Forecast uses the algorithm to train a predictor using the latest version of the datasets in the specified dataset group. You can then generate a forecast using the CreateForecast operation. To see the evaluation metrics, use the GetAccuracyMetrics operation. You can specify a featurization configuration to fill and aggregate the data fields in the TARGET_TIME_SERIES dataset to improve model training. For more information, see FeaturizationConfig. For RELATED_TIME_SERIES datasets, CreatePredictor verifies that the DataFrequency specified when the dataset was created matches the ForecastFrequency. TARGET_TIME_SERIES datasets don't have this restriction. Amazon Forecast also verifies the delimiter and timestamp format. For more information, see howitworks-datasets-groups. By default, predictors are trained and evaluated at the 0.1 (P10), 0.5 (P50), and 0.9 (P90) quantiles. You can choose custom forecast types to train and evaluate your predictor by setting the ForecastTypes. AutoML If you want Amazon Forecast to evaluate each algorithm and choose the one that minimizes the objective function, set PerformAutoML to true. The objective function is defined as the mean of the weighted losses over the forecast types. By default, these are the p10, p50, and p90 quantile losses. For more information, see EvaluationResult. When AutoML is enabled, the following properties are disallowed: AlgorithmArn HPOConfig PerformHPO TrainingParameters To get a list of all of your predictors, use the ListPredictors operation. Before you can use the predictor to create a forecast, the Status of the predictor must be ACTIVE, signifying that training has completed. To get the status, use the DescribePredictor operation.
|
|
56
80
|
*/
|
|
57
81
|
createPredictor(params: ForecastService.Types.CreatePredictorRequest, callback?: (err: AWSError, data: ForecastService.Types.CreatePredictorResponse) => void): Request<ForecastService.Types.CreatePredictorResponse, AWSError>;
|
|
58
82
|
/**
|
|
59
|
-
* Creates an Amazon Forecast predictor. In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast choose an algorithm for you using AutoML. If you specify an algorithm, you also can override algorithm-specific hyperparameters. Amazon Forecast uses the algorithm to train a predictor using the latest version of the datasets in the specified dataset group. You can then generate a forecast using the CreateForecast operation. To see the evaluation metrics, use the GetAccuracyMetrics operation. You can specify a featurization configuration to fill and aggregate the data fields in the TARGET_TIME_SERIES dataset to improve model training. For more information, see FeaturizationConfig. For RELATED_TIME_SERIES datasets, CreatePredictor verifies that the DataFrequency specified when the dataset was created matches the ForecastFrequency. TARGET_TIME_SERIES datasets don't have this restriction. Amazon Forecast also verifies the delimiter and timestamp format. For more information, see howitworks-datasets-groups. By default, predictors are trained and evaluated at the 0.1 (P10), 0.5 (P50), and 0.9 (P90) quantiles. You can choose custom forecast types to train and evaluate your predictor by setting the ForecastTypes. AutoML If you want Amazon Forecast to evaluate each algorithm and choose the one that minimizes the objective function, set PerformAutoML to true. The objective function is defined as the mean of the weighted losses over the forecast types. By default, these are the p10, p50, and p90 quantile losses. For more information, see EvaluationResult. When AutoML is enabled, the following properties are disallowed: AlgorithmArn HPOConfig PerformHPO TrainingParameters To get a list of all of your predictors, use the ListPredictors operation. Before you can use the predictor to create a forecast, the Status of the predictor must be ACTIVE, signifying that training has completed. To get the status, use the DescribePredictor operation.
|
|
83
|
+
* This operation creates a legacy predictor that does not include all the predictor functionalities provided by Amazon Forecast. To create a predictor that is compatible with all aspects of Forecast, use CreateAutoPredictor. Creates an Amazon Forecast predictor. In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast choose an algorithm for you using AutoML. If you specify an algorithm, you also can override algorithm-specific hyperparameters. Amazon Forecast uses the algorithm to train a predictor using the latest version of the datasets in the specified dataset group. You can then generate a forecast using the CreateForecast operation. To see the evaluation metrics, use the GetAccuracyMetrics operation. You can specify a featurization configuration to fill and aggregate the data fields in the TARGET_TIME_SERIES dataset to improve model training. For more information, see FeaturizationConfig. For RELATED_TIME_SERIES datasets, CreatePredictor verifies that the DataFrequency specified when the dataset was created matches the ForecastFrequency. TARGET_TIME_SERIES datasets don't have this restriction. Amazon Forecast also verifies the delimiter and timestamp format. For more information, see howitworks-datasets-groups. By default, predictors are trained and evaluated at the 0.1 (P10), 0.5 (P50), and 0.9 (P90) quantiles. You can choose custom forecast types to train and evaluate your predictor by setting the ForecastTypes. AutoML If you want Amazon Forecast to evaluate each algorithm and choose the one that minimizes the objective function, set PerformAutoML to true. The objective function is defined as the mean of the weighted losses over the forecast types. By default, these are the p10, p50, and p90 quantile losses. For more information, see EvaluationResult. When AutoML is enabled, the following properties are disallowed: AlgorithmArn HPOConfig PerformHPO TrainingParameters To get a list of all of your predictors, use the ListPredictors operation. Before you can use the predictor to create a forecast, the Status of the predictor must be ACTIVE, signifying that training has completed. To get the status, use the DescribePredictor operation.
|
|
60
84
|
*/
|
|
61
85
|
createPredictor(callback?: (err: AWSError, data: ForecastService.Types.CreatePredictorResponse) => void): Request<ForecastService.Types.CreatePredictorResponse, AWSError>;
|
|
62
86
|
/**
|
|
@@ -91,6 +115,22 @@ declare class ForecastService extends Service {
|
|
|
91
115
|
* Deletes a dataset import job created using the CreateDatasetImportJob operation. You can delete only dataset import jobs that have a status of ACTIVE or CREATE_FAILED. To get the status, use the DescribeDatasetImportJob operation.
|
|
92
116
|
*/
|
|
93
117
|
deleteDatasetImportJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
* Deletes an Explainability resource. You can delete only predictor that have a status of ACTIVE or CREATE_FAILED. To get the status, use the DescribeExplainability operation.
|
|
120
|
+
*/
|
|
121
|
+
deleteExplainability(params: ForecastService.Types.DeleteExplainabilityRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
* Deletes an Explainability resource. You can delete only predictor that have a status of ACTIVE or CREATE_FAILED. To get the status, use the DescribeExplainability operation.
|
|
124
|
+
*/
|
|
125
|
+
deleteExplainability(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
* Deletes an Explainability export job.
|
|
128
|
+
*/
|
|
129
|
+
deleteExplainabilityExport(params: ForecastService.Types.DeleteExplainabilityExportRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* Deletes an Explainability export job.
|
|
132
|
+
*/
|
|
133
|
+
deleteExplainabilityExport(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
94
134
|
/**
|
|
95
135
|
* Deletes a forecast created using the CreateForecast operation. You can delete only forecasts that have a status of ACTIVE or CREATE_FAILED. To get the status, use the DescribeForecast operation. You can't delete a forecast while it is being exported. After a forecast is deleted, you can no longer query the forecast.
|
|
96
136
|
*/
|
|
@@ -131,6 +171,14 @@ declare class ForecastService extends Service {
|
|
|
131
171
|
* Deletes an entire resource tree. This operation will delete the parent resource and its child resources. Child resources are resources that were created from another resource. For example, when a forecast is generated from a predictor, the forecast is the child resource and the predictor is the parent resource. Amazon Forecast resources possess the following parent-child resource hierarchies: Dataset: dataset import jobs Dataset Group: predictors, predictor backtest export jobs, forecasts, forecast export jobs Predictor: predictor backtest export jobs, forecasts, forecast export jobs Forecast: forecast export jobs DeleteResourceTree will only delete Amazon Forecast resources, and will not delete datasets or exported files stored in Amazon S3.
|
|
132
172
|
*/
|
|
133
173
|
deleteResourceTree(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Describes a predictor created using the CreateAutoPredictor operation.
|
|
176
|
+
*/
|
|
177
|
+
describeAutoPredictor(params: ForecastService.Types.DescribeAutoPredictorRequest, callback?: (err: AWSError, data: ForecastService.Types.DescribeAutoPredictorResponse) => void): Request<ForecastService.Types.DescribeAutoPredictorResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Describes a predictor created using the CreateAutoPredictor operation.
|
|
180
|
+
*/
|
|
181
|
+
describeAutoPredictor(callback?: (err: AWSError, data: ForecastService.Types.DescribeAutoPredictorResponse) => void): Request<ForecastService.Types.DescribeAutoPredictorResponse, AWSError>;
|
|
134
182
|
/**
|
|
135
183
|
* Describes an Amazon Forecast dataset created using the CreateDataset operation. In addition to listing the parameters specified in the CreateDataset request, this operation includes the following dataset properties: CreationTime LastModificationTime Status
|
|
136
184
|
*/
|
|
@@ -155,6 +203,22 @@ declare class ForecastService extends Service {
|
|
|
155
203
|
* Describes a dataset import job created using the CreateDatasetImportJob operation. In addition to listing the parameters provided in the CreateDatasetImportJob request, this operation includes the following properties: CreationTime LastModificationTime DataSize FieldStatistics Status Message - If an error occurred, information about the error.
|
|
156
204
|
*/
|
|
157
205
|
describeDatasetImportJob(callback?: (err: AWSError, data: ForecastService.Types.DescribeDatasetImportJobResponse) => void): Request<ForecastService.Types.DescribeDatasetImportJobResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Describes an Explainability resource created using the CreateExplainability operation.
|
|
208
|
+
*/
|
|
209
|
+
describeExplainability(params: ForecastService.Types.DescribeExplainabilityRequest, callback?: (err: AWSError, data: ForecastService.Types.DescribeExplainabilityResponse) => void): Request<ForecastService.Types.DescribeExplainabilityResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Describes an Explainability resource created using the CreateExplainability operation.
|
|
212
|
+
*/
|
|
213
|
+
describeExplainability(callback?: (err: AWSError, data: ForecastService.Types.DescribeExplainabilityResponse) => void): Request<ForecastService.Types.DescribeExplainabilityResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
* Describes an Explainability export created using the CreateExplainabilityExport operation.
|
|
216
|
+
*/
|
|
217
|
+
describeExplainabilityExport(params: ForecastService.Types.DescribeExplainabilityExportRequest, callback?: (err: AWSError, data: ForecastService.Types.DescribeExplainabilityExportResponse) => void): Request<ForecastService.Types.DescribeExplainabilityExportResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
* Describes an Explainability export created using the CreateExplainabilityExport operation.
|
|
220
|
+
*/
|
|
221
|
+
describeExplainabilityExport(callback?: (err: AWSError, data: ForecastService.Types.DescribeExplainabilityExportResponse) => void): Request<ForecastService.Types.DescribeExplainabilityExportResponse, AWSError>;
|
|
158
222
|
/**
|
|
159
223
|
* Describes a forecast created using the CreateForecast operation. In addition to listing the properties provided in the CreateForecast request, this operation lists the following properties: DatasetGroupArn - The dataset group that provided the training data. CreationTime LastModificationTime Status Message - If an error occurred, information about the error.
|
|
160
224
|
*/
|
|
@@ -172,11 +236,11 @@ declare class ForecastService extends Service {
|
|
|
172
236
|
*/
|
|
173
237
|
describeForecastExportJob(callback?: (err: AWSError, data: ForecastService.Types.DescribeForecastExportJobResponse) => void): Request<ForecastService.Types.DescribeForecastExportJobResponse, AWSError>;
|
|
174
238
|
/**
|
|
175
|
-
* Describes a predictor created using the CreatePredictor operation. In addition to listing the properties provided in the CreatePredictor request, this operation lists the following properties: DatasetImportJobArns - The dataset import jobs used to import training data. AutoMLAlgorithmArns - If AutoML is performed, the algorithms that were evaluated. CreationTime LastModificationTime Status Message - If an error occurred, information about the error.
|
|
239
|
+
* This operation is only valid for legacy predictors created with CreatePredictor. If you are not using a legacy predictor, use DescribeAutoPredictor. To upgrade a legacy predictor to AutoPredictor, see Upgrading to AutoPredictor. Describes a predictor created using the CreatePredictor operation. In addition to listing the properties provided in the CreatePredictor request, this operation lists the following properties: DatasetImportJobArns - The dataset import jobs used to import training data. AutoMLAlgorithmArns - If AutoML is performed, the algorithms that were evaluated. CreationTime LastModificationTime Status Message - If an error occurred, information about the error.
|
|
176
240
|
*/
|
|
177
241
|
describePredictor(params: ForecastService.Types.DescribePredictorRequest, callback?: (err: AWSError, data: ForecastService.Types.DescribePredictorResponse) => void): Request<ForecastService.Types.DescribePredictorResponse, AWSError>;
|
|
178
242
|
/**
|
|
179
|
-
* Describes a predictor created using the CreatePredictor operation. In addition to listing the properties provided in the CreatePredictor request, this operation lists the following properties: DatasetImportJobArns - The dataset import jobs used to import training data. AutoMLAlgorithmArns - If AutoML is performed, the algorithms that were evaluated. CreationTime LastModificationTime Status Message - If an error occurred, information about the error.
|
|
243
|
+
* This operation is only valid for legacy predictors created with CreatePredictor. If you are not using a legacy predictor, use DescribeAutoPredictor. To upgrade a legacy predictor to AutoPredictor, see Upgrading to AutoPredictor. Describes a predictor created using the CreatePredictor operation. In addition to listing the properties provided in the CreatePredictor request, this operation lists the following properties: DatasetImportJobArns - The dataset import jobs used to import training data. AutoMLAlgorithmArns - If AutoML is performed, the algorithms that were evaluated. CreationTime LastModificationTime Status Message - If an error occurred, information about the error.
|
|
180
244
|
*/
|
|
181
245
|
describePredictor(callback?: (err: AWSError, data: ForecastService.Types.DescribePredictorResponse) => void): Request<ForecastService.Types.DescribePredictorResponse, AWSError>;
|
|
182
246
|
/**
|
|
@@ -219,6 +283,22 @@ declare class ForecastService extends Service {
|
|
|
219
283
|
* Returns a list of datasets created using the CreateDataset operation. For each dataset, a summary of its properties, including its Amazon Resource Name (ARN), is returned. To retrieve the complete set of properties, use the ARN with the DescribeDataset operation.
|
|
220
284
|
*/
|
|
221
285
|
listDatasets(callback?: (err: AWSError, data: ForecastService.Types.ListDatasetsResponse) => void): Request<ForecastService.Types.ListDatasetsResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Returns a list of Explainability resources created using the CreateExplainability operation. This operation returns a summary for each Explainability. You can filter the list using an array of Filter objects. To retrieve the complete set of properties for a particular Explainability resource, use the ARN with the DescribeExplainability operation.
|
|
288
|
+
*/
|
|
289
|
+
listExplainabilities(params: ForecastService.Types.ListExplainabilitiesRequest, callback?: (err: AWSError, data: ForecastService.Types.ListExplainabilitiesResponse) => void): Request<ForecastService.Types.ListExplainabilitiesResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
* Returns a list of Explainability resources created using the CreateExplainability operation. This operation returns a summary for each Explainability. You can filter the list using an array of Filter objects. To retrieve the complete set of properties for a particular Explainability resource, use the ARN with the DescribeExplainability operation.
|
|
292
|
+
*/
|
|
293
|
+
listExplainabilities(callback?: (err: AWSError, data: ForecastService.Types.ListExplainabilitiesResponse) => void): Request<ForecastService.Types.ListExplainabilitiesResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
* Returns a list of Explainability exports created using the CreateExplainabilityExport operation. This operation returns a summary for each Explainability export. You can filter the list using an array of Filter objects. To retrieve the complete set of properties for a particular Explainability export, use the ARN with the DescribeExplainability operation.
|
|
296
|
+
*/
|
|
297
|
+
listExplainabilityExports(params: ForecastService.Types.ListExplainabilityExportsRequest, callback?: (err: AWSError, data: ForecastService.Types.ListExplainabilityExportsResponse) => void): Request<ForecastService.Types.ListExplainabilityExportsResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
* Returns a list of Explainability exports created using the CreateExplainabilityExport operation. This operation returns a summary for each Explainability export. You can filter the list using an array of Filter objects. To retrieve the complete set of properties for a particular Explainability export, use the ARN with the DescribeExplainability operation.
|
|
300
|
+
*/
|
|
301
|
+
listExplainabilityExports(callback?: (err: AWSError, data: ForecastService.Types.ListExplainabilityExportsResponse) => void): Request<ForecastService.Types.ListExplainabilityExportsResponse, AWSError>;
|
|
222
302
|
/**
|
|
223
303
|
* Returns a list of forecast export jobs created using the CreateForecastExportJob operation. For each forecast export job, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). To retrieve the complete set of properties, use the ARN with the DescribeForecastExportJob operation. You can filter the list using an array of Filter objects.
|
|
224
304
|
*/
|
|
@@ -293,10 +373,32 @@ declare class ForecastService extends Service {
|
|
|
293
373
|
updateDatasetGroup(callback?: (err: AWSError, data: ForecastService.Types.UpdateDatasetGroupResponse) => void): Request<ForecastService.Types.UpdateDatasetGroupResponse, AWSError>;
|
|
294
374
|
}
|
|
295
375
|
declare namespace ForecastService {
|
|
376
|
+
export interface AdditionalDataset {
|
|
377
|
+
/**
|
|
378
|
+
* The name of the additional dataset. Valid names: "holiday" and "weather".
|
|
379
|
+
*/
|
|
380
|
+
Name: Name;
|
|
381
|
+
/**
|
|
382
|
+
* Weather Index To enable the Weather Index, do not specify a value for Configuration. Holidays To enable Holidays, specify a country with one of the following two-letter country codes: "AL" - ALBANIA "AR" - ARGENTINA "AT" - AUSTRIA "AU" - AUSTRALIA "BA" - BOSNIA HERZEGOVINA "BE" - BELGIUM "BG" - BULGARIA "BO" - BOLIVIA "BR" - BRAZIL "BY" - BELARUS "CA" - CANADA "CL" - CHILE "CO" - COLOMBIA "CR" - COSTA RICA "HR" - CROATIA "CZ" - CZECH REPUBLIC "DK" - DENMARK "EC" - ECUADOR "EE" - ESTONIA "ET" - ETHIOPIA "FI" - FINLAND "FR" - FRANCE "DE" - GERMANY "GR" - GREECE "HU" - HUNGARY "IS" - ICELAND "IN" - INDIA "IE" - IRELAND "IT" - ITALY "JP" - JAPAN "KZ" - KAZAKHSTAN "KR" - KOREA "LV" - LATVIA "LI" - LIECHTENSTEIN "LT" - LITHUANIA "LU" - LUXEMBOURG "MK" - MACEDONIA "MT" - MALTA "MX" - MEXICO "MD" - MOLDOVA "ME" - MONTENEGRO "NL" - NETHERLANDS "NZ" - NEW ZEALAND "NI" - NICARAGUA "NG" - NIGERIA "NO" - NORWAY "PA" - PANAMA "PY" - PARAGUAY "PE" - PERU "PL" - POLAND "PT" - PORTUGAL "RO" - ROMANIA "RU" - RUSSIA "RS" - SERBIA "SK" - SLOVAKIA "SI" - SLOVENIA "ZA" - SOUTH AFRICA "ES" - SPAIN "SE" - SWEDEN "CH" - SWITZERLAND "UA" - UKRAINE "AE" - UNITED ARAB EMIRATES "US" - UNITED STATES "UK" - UNITED KINGDOM "UY" - URUGUAY "VE" - VENEZUELA
|
|
383
|
+
*/
|
|
384
|
+
Configuration?: Configuration;
|
|
385
|
+
}
|
|
386
|
+
export type AdditionalDatasets = AdditionalDataset[];
|
|
296
387
|
export type Arn = string;
|
|
297
388
|
export type ArnList = Arn[];
|
|
389
|
+
export interface AttributeConfig {
|
|
390
|
+
/**
|
|
391
|
+
* The name of the attribute as specified in the schema. Amazon Forecast supports the target field of the target time series and the related time series datasets. For example, for the RETAIL domain, the target is demand.
|
|
392
|
+
*/
|
|
393
|
+
AttributeName: Name;
|
|
394
|
+
/**
|
|
395
|
+
* The method parameters (key-value pairs), which are a map of override parameters. Specify these parameters to override the default values. Related Time Series attributes do not accept aggregation parameters. The following list shows the parameters and their valid values for the "filling" featurization method for a Target Time Series dataset. Default values are bolded. aggregation: sum, avg, first, min, max frontfill: none middlefill: zero, nan (not a number), value, median, mean, min, max backfill: zero, nan, value, median, mean, min, max The following list shows the parameters and their valid values for a Related Time Series featurization method (there are no defaults): middlefill: zero, value, median, mean, min, max backfill: zero, value, median, mean, min, max futurefill: zero, value, median, mean, min, max To set a filling method to a specific value, set the fill parameter to value and define the value in a corresponding _value parameter. For example, to set backfilling to a value of 2, include the following: "backfill": "value" and "backfill_value":"2".
|
|
396
|
+
*/
|
|
397
|
+
Transformations: Transformations;
|
|
398
|
+
}
|
|
399
|
+
export type AttributeConfigs = AttributeConfig[];
|
|
298
400
|
export type AttributeType = "string"|"integer"|"float"|"timestamp"|"geolocation"|string;
|
|
299
|
-
export type AutoMLOverrideStrategy = "LatencyOptimized"|string;
|
|
401
|
+
export type AutoMLOverrideStrategy = "LatencyOptimized"|"AccuracyOptimized"|string;
|
|
300
402
|
export type Boolean = boolean;
|
|
301
403
|
export interface CategoricalParameterRange {
|
|
302
404
|
/**
|
|
@@ -309,6 +411,7 @@ declare namespace ForecastService {
|
|
|
309
411
|
Values: Values;
|
|
310
412
|
}
|
|
311
413
|
export type CategoricalParameterRanges = CategoricalParameterRange[];
|
|
414
|
+
export type Configuration = {[key: string]: Values};
|
|
312
415
|
export interface ContinuousParameterRange {
|
|
313
416
|
/**
|
|
314
417
|
* The name of the hyperparameter to tune.
|
|
@@ -328,6 +431,52 @@ declare namespace ForecastService {
|
|
|
328
431
|
ScalingType?: ScalingType;
|
|
329
432
|
}
|
|
330
433
|
export type ContinuousParameterRanges = ContinuousParameterRange[];
|
|
434
|
+
export interface CreateAutoPredictorRequest {
|
|
435
|
+
/**
|
|
436
|
+
* A unique name for the predictor
|
|
437
|
+
*/
|
|
438
|
+
PredictorName: Name;
|
|
439
|
+
/**
|
|
440
|
+
* The number of time-steps that the model predicts. The forecast horizon is also called the prediction length.
|
|
441
|
+
*/
|
|
442
|
+
ForecastHorizon?: Integer;
|
|
443
|
+
/**
|
|
444
|
+
* The forecast types used to train a predictor. You can specify up to five forecast types. Forecast types can be quantiles from 0.01 to 0.99, by increments of 0.01 or higher. You can also specify the mean forecast with mean.
|
|
445
|
+
*/
|
|
446
|
+
ForecastTypes?: ForecastTypes;
|
|
447
|
+
/**
|
|
448
|
+
* An array of dimension (field) names that specify how to group the generated forecast. For example, if you are generating forecasts for item sales across all your stores, and your dataset contains a store_id field, you would specify store_id as a dimension to group sales forecasts for each store.
|
|
449
|
+
*/
|
|
450
|
+
ForecastDimensions?: ForecastDimensions;
|
|
451
|
+
/**
|
|
452
|
+
* The frequency of predictions in a forecast. Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes. The frequency must be greater than or equal to the TARGET_TIME_SERIES dataset frequency. When a RELATED_TIME_SERIES dataset is provided, the frequency must be equal to the RELATED_TIME_SERIES dataset frequency.
|
|
453
|
+
*/
|
|
454
|
+
ForecastFrequency?: Frequency;
|
|
455
|
+
/**
|
|
456
|
+
* The data configuration for your dataset group and any additional datasets.
|
|
457
|
+
*/
|
|
458
|
+
DataConfig?: DataConfig;
|
|
459
|
+
EncryptionConfig?: EncryptionConfig;
|
|
460
|
+
/**
|
|
461
|
+
* The ARN of the predictor to retrain or upgrade. This parameter is only used when retraining or upgrading a predictor. When creating a new predictor, do not specify a value for this parameter. When upgrading or retraining a predictor, only specify values for the ReferencePredictorArn and PredictorName. The value for PredictorName must be a unique predictor name.
|
|
462
|
+
*/
|
|
463
|
+
ReferencePredictorArn?: Arn;
|
|
464
|
+
/**
|
|
465
|
+
* The accuracy metric used to optimize the predictor.
|
|
466
|
+
*/
|
|
467
|
+
OptimizationMetric?: OptimizationMetric;
|
|
468
|
+
ExplainPredictor?: Boolean;
|
|
469
|
+
/**
|
|
470
|
+
* Optional metadata to help you categorize and organize your predictors. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive. The following restrictions apply to tags: For each resource, each tag key must be unique and each tag key must have one value. Maximum number of tags per resource: 50. Maximum key length: 128 Unicode characters in UTF-8. Maximum value length: 256 Unicode characters in UTF-8. Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply. Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
|
|
471
|
+
*/
|
|
472
|
+
Tags?: Tags;
|
|
473
|
+
}
|
|
474
|
+
export interface CreateAutoPredictorResponse {
|
|
475
|
+
/**
|
|
476
|
+
* The Amazon Resource Name (ARN) of the predictor.
|
|
477
|
+
*/
|
|
478
|
+
PredictorArn?: Arn;
|
|
479
|
+
}
|
|
331
480
|
export interface CreateDatasetGroupRequest {
|
|
332
481
|
/**
|
|
333
482
|
* A name for the dataset group.
|
|
@@ -428,6 +577,65 @@ declare namespace ForecastService {
|
|
|
428
577
|
*/
|
|
429
578
|
DatasetArn?: Arn;
|
|
430
579
|
}
|
|
580
|
+
export interface CreateExplainabilityExportRequest {
|
|
581
|
+
/**
|
|
582
|
+
* A unique name for the Explainability export.
|
|
583
|
+
*/
|
|
584
|
+
ExplainabilityExportName: Name;
|
|
585
|
+
/**
|
|
586
|
+
* The Amazon Resource Name (ARN) of the Explainability to export.
|
|
587
|
+
*/
|
|
588
|
+
ExplainabilityArn: Arn;
|
|
589
|
+
Destination: DataDestination;
|
|
590
|
+
/**
|
|
591
|
+
* Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive. The following restrictions apply to tags: For each resource, each tag key must be unique and each tag key must have one value. Maximum number of tags per resource: 50. Maximum key length: 128 Unicode characters in UTF-8. Maximum value length: 256 Unicode characters in UTF-8. Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply. Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
|
|
592
|
+
*/
|
|
593
|
+
Tags?: Tags;
|
|
594
|
+
}
|
|
595
|
+
export interface CreateExplainabilityExportResponse {
|
|
596
|
+
/**
|
|
597
|
+
* The Amazon Resource Name (ARN) of the export.
|
|
598
|
+
*/
|
|
599
|
+
ExplainabilityExportArn?: Arn;
|
|
600
|
+
}
|
|
601
|
+
export interface CreateExplainabilityRequest {
|
|
602
|
+
/**
|
|
603
|
+
* A unique name for the Explainability.
|
|
604
|
+
*/
|
|
605
|
+
ExplainabilityName: Name;
|
|
606
|
+
/**
|
|
607
|
+
* The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
|
608
|
+
*/
|
|
609
|
+
ResourceArn: Arn;
|
|
610
|
+
/**
|
|
611
|
+
* The configuration settings that define the granularity of time series and time points for the Explainability.
|
|
612
|
+
*/
|
|
613
|
+
ExplainabilityConfig: ExplainabilityConfig;
|
|
614
|
+
DataSource?: DataSource;
|
|
615
|
+
Schema?: Schema;
|
|
616
|
+
/**
|
|
617
|
+
* Create an Expainability visualization that is viewable within the AWS console.
|
|
618
|
+
*/
|
|
619
|
+
EnableVisualization?: Boolean;
|
|
620
|
+
/**
|
|
621
|
+
* If TimePointGranularity is set to SPECIFIC, define the first point for the Explainability.
|
|
622
|
+
*/
|
|
623
|
+
StartDateTime?: LocalDateTime;
|
|
624
|
+
/**
|
|
625
|
+
* If TimePointGranularity is set to SPECIFIC, define the last time point for the Explainability.
|
|
626
|
+
*/
|
|
627
|
+
EndDateTime?: LocalDateTime;
|
|
628
|
+
/**
|
|
629
|
+
* Optional metadata to help you categorize and organize your resources. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive. The following restrictions apply to tags: For each resource, each tag key must be unique and each tag key must have one value. Maximum number of tags per resource: 50. Maximum key length: 128 Unicode characters in UTF-8. Maximum value length: 256 Unicode characters in UTF-8. Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply. Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
|
|
630
|
+
*/
|
|
631
|
+
Tags?: Tags;
|
|
632
|
+
}
|
|
633
|
+
export interface CreateExplainabilityResponse {
|
|
634
|
+
/**
|
|
635
|
+
* The Amazon Resource Name (ARN) of the Explainability.
|
|
636
|
+
*/
|
|
637
|
+
ExplainabilityArn?: Arn;
|
|
638
|
+
}
|
|
431
639
|
export interface CreateForecastExportJobRequest {
|
|
432
640
|
/**
|
|
433
641
|
* The name for the forecast export job.
|
|
@@ -565,6 +773,20 @@ declare namespace ForecastService {
|
|
|
565
773
|
*/
|
|
566
774
|
PredictorArn?: Arn;
|
|
567
775
|
}
|
|
776
|
+
export interface DataConfig {
|
|
777
|
+
/**
|
|
778
|
+
* The ARN of the dataset group used to train the predictor.
|
|
779
|
+
*/
|
|
780
|
+
DatasetGroupArn: Arn;
|
|
781
|
+
/**
|
|
782
|
+
* Aggregation and filling options for attributes in your dataset group.
|
|
783
|
+
*/
|
|
784
|
+
AttributeConfigs?: AttributeConfigs;
|
|
785
|
+
/**
|
|
786
|
+
* Additional built-in datasets like Holidays and the Weather Index.
|
|
787
|
+
*/
|
|
788
|
+
AdditionalDatasets?: AdditionalDatasets;
|
|
789
|
+
}
|
|
568
790
|
export interface DataDestination {
|
|
569
791
|
/**
|
|
570
792
|
* The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
|
@@ -673,6 +895,18 @@ declare namespace ForecastService {
|
|
|
673
895
|
*/
|
|
674
896
|
DatasetArn: Arn;
|
|
675
897
|
}
|
|
898
|
+
export interface DeleteExplainabilityExportRequest {
|
|
899
|
+
/**
|
|
900
|
+
* The Amazon Resource Name (ARN) of the Explainability export to delete.
|
|
901
|
+
*/
|
|
902
|
+
ExplainabilityExportArn: Arn;
|
|
903
|
+
}
|
|
904
|
+
export interface DeleteExplainabilityRequest {
|
|
905
|
+
/**
|
|
906
|
+
* The Amazon Resource Name (ARN) of the Explainability resource to delete.
|
|
907
|
+
*/
|
|
908
|
+
ExplainabilityArn: Arn;
|
|
909
|
+
}
|
|
676
910
|
export interface DeleteForecastExportJobRequest {
|
|
677
911
|
/**
|
|
678
912
|
* The Amazon Resource Name (ARN) of the forecast export job to delete.
|
|
@@ -703,6 +937,72 @@ declare namespace ForecastService {
|
|
|
703
937
|
*/
|
|
704
938
|
ResourceArn: Arn;
|
|
705
939
|
}
|
|
940
|
+
export interface DescribeAutoPredictorRequest {
|
|
941
|
+
/**
|
|
942
|
+
* The Amazon Resource Name (ARN) of the predictor.
|
|
943
|
+
*/
|
|
944
|
+
PredictorArn: Arn;
|
|
945
|
+
}
|
|
946
|
+
export interface DescribeAutoPredictorResponse {
|
|
947
|
+
/**
|
|
948
|
+
* The Amazon Resource Name (ARN) of the predictor
|
|
949
|
+
*/
|
|
950
|
+
PredictorArn?: Arn;
|
|
951
|
+
/**
|
|
952
|
+
* The name of the predictor.
|
|
953
|
+
*/
|
|
954
|
+
PredictorName?: Name;
|
|
955
|
+
/**
|
|
956
|
+
* The number of time-steps that the model predicts. The forecast horizon is also called the prediction length.
|
|
957
|
+
*/
|
|
958
|
+
ForecastHorizon?: Integer;
|
|
959
|
+
/**
|
|
960
|
+
* The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].
|
|
961
|
+
*/
|
|
962
|
+
ForecastTypes?: ForecastTypes;
|
|
963
|
+
/**
|
|
964
|
+
* The frequency of predictions in a forecast. Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.
|
|
965
|
+
*/
|
|
966
|
+
ForecastFrequency?: Frequency;
|
|
967
|
+
/**
|
|
968
|
+
* An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
|
969
|
+
*/
|
|
970
|
+
DatasetImportJobArns?: ArnList;
|
|
971
|
+
/**
|
|
972
|
+
* The data configuration for your dataset group and any additional datasets.
|
|
973
|
+
*/
|
|
974
|
+
DataConfig?: DataConfig;
|
|
975
|
+
EncryptionConfig?: EncryptionConfig;
|
|
976
|
+
/**
|
|
977
|
+
* The ARN and state of the reference predictor. This parameter is only valid for retrained or upgraded predictors.
|
|
978
|
+
*/
|
|
979
|
+
ReferencePredictorSummary?: ReferencePredictorSummary;
|
|
980
|
+
/**
|
|
981
|
+
* The estimated time remaining in minutes for the predictor training job to complete.
|
|
982
|
+
*/
|
|
983
|
+
EstimatedTimeRemainingInMinutes?: Long;
|
|
984
|
+
/**
|
|
985
|
+
* The status of the predictor. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED CREATE_STOPPING, CREATE_STOPPED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
|
|
986
|
+
*/
|
|
987
|
+
Status?: Status;
|
|
988
|
+
/**
|
|
989
|
+
* In the event of an error, a message detailing the cause of the error.
|
|
990
|
+
*/
|
|
991
|
+
Message?: Message;
|
|
992
|
+
/**
|
|
993
|
+
* The timestamp of the CreateAutoPredictor request.
|
|
994
|
+
*/
|
|
995
|
+
CreationTime?: Timestamp;
|
|
996
|
+
/**
|
|
997
|
+
* The last time the resource was modified. The timestamp depends on the status of the job: CREATE_PENDING - The CreationTime. CREATE_IN_PROGRESS - The current timestamp. CREATE_STOPPING - The current timestamp. CREATE_STOPPED - When the job stopped. ACTIVE or CREATE_FAILED - When the job finished or failed.
|
|
998
|
+
*/
|
|
999
|
+
LastModificationTime?: Timestamp;
|
|
1000
|
+
/**
|
|
1001
|
+
* The accuracy metric used to optimize the predictor.
|
|
1002
|
+
*/
|
|
1003
|
+
OptimizationMetric?: OptimizationMetric;
|
|
1004
|
+
ExplainabilityInfo?: ExplainabilityInfo;
|
|
1005
|
+
}
|
|
706
1006
|
export interface DescribeDatasetGroupRequest {
|
|
707
1007
|
/**
|
|
708
1008
|
* The Amazon Resource Name (ARN) of the dataset group.
|
|
@@ -855,6 +1155,101 @@ declare namespace ForecastService {
|
|
|
855
1155
|
*/
|
|
856
1156
|
LastModificationTime?: Timestamp;
|
|
857
1157
|
}
|
|
1158
|
+
export interface DescribeExplainabilityExportRequest {
|
|
1159
|
+
/**
|
|
1160
|
+
* The Amazon Resource Name (ARN) of the Explainability export.
|
|
1161
|
+
*/
|
|
1162
|
+
ExplainabilityExportArn: Arn;
|
|
1163
|
+
}
|
|
1164
|
+
export interface DescribeExplainabilityExportResponse {
|
|
1165
|
+
/**
|
|
1166
|
+
* The Amazon Resource Name (ARN) of the Explainability export.
|
|
1167
|
+
*/
|
|
1168
|
+
ExplainabilityExportArn?: Arn;
|
|
1169
|
+
/**
|
|
1170
|
+
* The name of the Explainability export.
|
|
1171
|
+
*/
|
|
1172
|
+
ExplainabilityExportName?: Name;
|
|
1173
|
+
/**
|
|
1174
|
+
* The Amazon Resource Name (ARN) of the Explainability.
|
|
1175
|
+
*/
|
|
1176
|
+
ExplainabilityArn?: Arn;
|
|
1177
|
+
Destination?: DataDestination;
|
|
1178
|
+
/**
|
|
1179
|
+
* Information about any errors that occurred during the export.
|
|
1180
|
+
*/
|
|
1181
|
+
Message?: Message;
|
|
1182
|
+
/**
|
|
1183
|
+
* The status of the Explainability export. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED CREATE_STOPPING, CREATE_STOPPED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
|
|
1184
|
+
*/
|
|
1185
|
+
Status?: Status;
|
|
1186
|
+
/**
|
|
1187
|
+
* When the Explainability export was created.
|
|
1188
|
+
*/
|
|
1189
|
+
CreationTime?: Timestamp;
|
|
1190
|
+
/**
|
|
1191
|
+
* The last time the resource was modified. The timestamp depends on the status of the job: CREATE_PENDING - The CreationTime. CREATE_IN_PROGRESS - The current timestamp. CREATE_STOPPING - The current timestamp. CREATE_STOPPED - When the job stopped. ACTIVE or CREATE_FAILED - When the job finished or failed.
|
|
1192
|
+
*/
|
|
1193
|
+
LastModificationTime?: Timestamp;
|
|
1194
|
+
}
|
|
1195
|
+
export interface DescribeExplainabilityRequest {
|
|
1196
|
+
/**
|
|
1197
|
+
* The Amazon Resource Name (ARN) of the Explaianability to describe.
|
|
1198
|
+
*/
|
|
1199
|
+
ExplainabilityArn: Arn;
|
|
1200
|
+
}
|
|
1201
|
+
export interface DescribeExplainabilityResponse {
|
|
1202
|
+
/**
|
|
1203
|
+
* The Amazon Resource Name (ARN) of the Explainability.
|
|
1204
|
+
*/
|
|
1205
|
+
ExplainabilityArn?: Arn;
|
|
1206
|
+
/**
|
|
1207
|
+
* The name of the Explainability.
|
|
1208
|
+
*/
|
|
1209
|
+
ExplainabilityName?: Name;
|
|
1210
|
+
/**
|
|
1211
|
+
* The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
|
|
1212
|
+
*/
|
|
1213
|
+
ResourceArn?: Arn;
|
|
1214
|
+
/**
|
|
1215
|
+
* The configuration settings that define the granularity of time series and time points for the Explainability.
|
|
1216
|
+
*/
|
|
1217
|
+
ExplainabilityConfig?: ExplainabilityConfig;
|
|
1218
|
+
/**
|
|
1219
|
+
* Whether the visualization was enabled for the Explainability resource.
|
|
1220
|
+
*/
|
|
1221
|
+
EnableVisualization?: Boolean;
|
|
1222
|
+
DataSource?: DataSource;
|
|
1223
|
+
Schema?: Schema;
|
|
1224
|
+
/**
|
|
1225
|
+
* If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
|
|
1226
|
+
*/
|
|
1227
|
+
StartDateTime?: LocalDateTime;
|
|
1228
|
+
/**
|
|
1229
|
+
* If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
|
|
1230
|
+
*/
|
|
1231
|
+
EndDateTime?: LocalDateTime;
|
|
1232
|
+
/**
|
|
1233
|
+
* The estimated time remaining in minutes for the CreateExplainability job to complete.
|
|
1234
|
+
*/
|
|
1235
|
+
EstimatedTimeRemainingInMinutes?: Long;
|
|
1236
|
+
/**
|
|
1237
|
+
* If an error occurred, a message about the error.
|
|
1238
|
+
*/
|
|
1239
|
+
Message?: Message;
|
|
1240
|
+
/**
|
|
1241
|
+
* The status of the Explainability resource. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED CREATE_STOPPING, CREATE_STOPPED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
|
|
1242
|
+
*/
|
|
1243
|
+
Status?: Status;
|
|
1244
|
+
/**
|
|
1245
|
+
* When the Explainability resource was created.
|
|
1246
|
+
*/
|
|
1247
|
+
CreationTime?: Timestamp;
|
|
1248
|
+
/**
|
|
1249
|
+
* The last time the resource was modified. The timestamp depends on the status of the job: CREATE_PENDING - The CreationTime. CREATE_IN_PROGRESS - The current timestamp. CREATE_STOPPING - The current timestamp. CREATE_STOPPED - When the job stopped. ACTIVE or CREATE_FAILED - When the job finished or failed.
|
|
1250
|
+
*/
|
|
1251
|
+
LastModificationTime?: Timestamp;
|
|
1252
|
+
}
|
|
858
1253
|
export interface DescribeForecastExportJobRequest {
|
|
859
1254
|
/**
|
|
860
1255
|
* The Amazon Resource Name (ARN) of the forecast export job.
|
|
@@ -999,6 +1394,10 @@ declare namespace ForecastService {
|
|
|
999
1394
|
* The Amazon Resource Name (ARN) of the algorithm used for model training.
|
|
1000
1395
|
*/
|
|
1001
1396
|
AlgorithmArn?: Arn;
|
|
1397
|
+
/**
|
|
1398
|
+
* When PerformAutoML is specified, the ARN of the chosen algorithm.
|
|
1399
|
+
*/
|
|
1400
|
+
AutoMLAlgorithmArns?: ArnList;
|
|
1002
1401
|
/**
|
|
1003
1402
|
* The number of time-steps of the forecast. The forecast horizon is also called the prediction length.
|
|
1004
1403
|
*/
|
|
@@ -1052,13 +1451,13 @@ declare namespace ForecastService {
|
|
|
1052
1451
|
*/
|
|
1053
1452
|
EstimatedTimeRemainingInMinutes?: Long;
|
|
1054
1453
|
/**
|
|
1055
|
-
*
|
|
1454
|
+
* Whether the predictor was created with CreateAutoPredictor.
|
|
1056
1455
|
*/
|
|
1057
|
-
|
|
1456
|
+
IsAutoPredictor?: Boolean;
|
|
1058
1457
|
/**
|
|
1059
|
-
*
|
|
1458
|
+
* An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
|
1060
1459
|
*/
|
|
1061
|
-
|
|
1460
|
+
DatasetImportJobArns?: ArnList;
|
|
1062
1461
|
/**
|
|
1063
1462
|
* The status of the predictor. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED CREATE_STOPPING, CREATE_STOPPED The Status of the predictor must be ACTIVE before you can use the predictor to create a forecast.
|
|
1064
1463
|
*/
|
|
@@ -1137,6 +1536,83 @@ declare namespace ForecastService {
|
|
|
1137
1536
|
TestWindows?: TestWindows;
|
|
1138
1537
|
}
|
|
1139
1538
|
export type EvaluationType = "SUMMARY"|"COMPUTED"|string;
|
|
1539
|
+
export type Explainabilities = ExplainabilitySummary[];
|
|
1540
|
+
export interface ExplainabilityConfig {
|
|
1541
|
+
/**
|
|
1542
|
+
* To create an Explainability for all time series in your datasets, use ALL. To create an Explainability for specific time series in your datasets, use SPECIFIC. Specify time series by uploading a CSV file to an Amazon S3 bucket and set the location within the DataDestination data type.
|
|
1543
|
+
*/
|
|
1544
|
+
TimeSeriesGranularity: TimeSeriesGranularity;
|
|
1545
|
+
/**
|
|
1546
|
+
* To create an Explainability for all time points in your forecast horizon, use ALL. To create an Explainability for specific time points in your forecast horizon, use SPECIFIC. Specify time points with the StartDateTime and EndDateTime parameters within the CreateExplainability operation.
|
|
1547
|
+
*/
|
|
1548
|
+
TimePointGranularity: TimePointGranularity;
|
|
1549
|
+
}
|
|
1550
|
+
export interface ExplainabilityExportSummary {
|
|
1551
|
+
/**
|
|
1552
|
+
* The Amazon Resource Name (ARN) of the Explainability export.
|
|
1553
|
+
*/
|
|
1554
|
+
ExplainabilityExportArn?: Arn;
|
|
1555
|
+
/**
|
|
1556
|
+
* The name of the Explainability export
|
|
1557
|
+
*/
|
|
1558
|
+
ExplainabilityExportName?: Name;
|
|
1559
|
+
Destination?: DataDestination;
|
|
1560
|
+
/**
|
|
1561
|
+
* The status of the Explainability export. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED CREATE_STOPPING, CREATE_STOPPED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
|
|
1562
|
+
*/
|
|
1563
|
+
Status?: Status;
|
|
1564
|
+
/**
|
|
1565
|
+
* Information about any errors that may have occurred during the Explainability export.
|
|
1566
|
+
*/
|
|
1567
|
+
Message?: ErrorMessage;
|
|
1568
|
+
/**
|
|
1569
|
+
* When the Explainability was created.
|
|
1570
|
+
*/
|
|
1571
|
+
CreationTime?: Timestamp;
|
|
1572
|
+
/**
|
|
1573
|
+
* The last time the resource was modified. The timestamp depends on the status of the job: CREATE_PENDING - The CreationTime. CREATE_IN_PROGRESS - The current timestamp. CREATE_STOPPING - The current timestamp. CREATE_STOPPED - When the job stopped. ACTIVE or CREATE_FAILED - When the job finished or failed.
|
|
1574
|
+
*/
|
|
1575
|
+
LastModificationTime?: Timestamp;
|
|
1576
|
+
}
|
|
1577
|
+
export type ExplainabilityExports = ExplainabilityExportSummary[];
|
|
1578
|
+
export interface ExplainabilityInfo {
|
|
1579
|
+
ExplainabilityArn?: Arn;
|
|
1580
|
+
Status?: Status;
|
|
1581
|
+
}
|
|
1582
|
+
export interface ExplainabilitySummary {
|
|
1583
|
+
/**
|
|
1584
|
+
* The Amazon Resource Name (ARN) of the Explainability.
|
|
1585
|
+
*/
|
|
1586
|
+
ExplainabilityArn?: Arn;
|
|
1587
|
+
/**
|
|
1588
|
+
* The name of the Explainability.
|
|
1589
|
+
*/
|
|
1590
|
+
ExplainabilityName?: Name;
|
|
1591
|
+
/**
|
|
1592
|
+
* The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
|
1593
|
+
*/
|
|
1594
|
+
ResourceArn?: Arn;
|
|
1595
|
+
/**
|
|
1596
|
+
* The configuration settings that define the granularity of time series and time points for the Explainability.
|
|
1597
|
+
*/
|
|
1598
|
+
ExplainabilityConfig?: ExplainabilityConfig;
|
|
1599
|
+
/**
|
|
1600
|
+
* The status of the Explainability. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED CREATE_STOPPING, CREATE_STOPPED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
|
|
1601
|
+
*/
|
|
1602
|
+
Status?: Status;
|
|
1603
|
+
/**
|
|
1604
|
+
* Information about any errors that may have occurred during the Explainability creation process.
|
|
1605
|
+
*/
|
|
1606
|
+
Message?: Message;
|
|
1607
|
+
/**
|
|
1608
|
+
* When the Explainability was created.
|
|
1609
|
+
*/
|
|
1610
|
+
CreationTime?: Timestamp;
|
|
1611
|
+
/**
|
|
1612
|
+
* The last time the resource was modified. The timestamp depends on the status of the job: CREATE_PENDING - The CreationTime. CREATE_IN_PROGRESS - The current timestamp. CREATE_STOPPING - The current timestamp. CREATE_STOPPED - When the job stopped. ACTIVE or CREATE_FAILED - When the job finished or failed.
|
|
1613
|
+
*/
|
|
1614
|
+
LastModificationTime?: Timestamp;
|
|
1615
|
+
}
|
|
1140
1616
|
export interface Featurization {
|
|
1141
1617
|
/**
|
|
1142
1618
|
* The name of the schema attribute that specifies the data field to be featurized. Amazon Forecast supports the target field of the TARGET_TIME_SERIES and the RELATED_TIME_SERIES datasets. For example, for the RETAIL domain, the target is demand, and for the CUSTOM domain, the target is target_value. For more information, see howitworks-missing-values.
|
|
@@ -1237,6 +1713,7 @@ declare namespace ForecastService {
|
|
|
1237
1713
|
* The ARN of the predictor used to generate the forecast.
|
|
1238
1714
|
*/
|
|
1239
1715
|
PredictorArn?: String;
|
|
1716
|
+
CreatedUsingAutoPredictor?: Boolean;
|
|
1240
1717
|
/**
|
|
1241
1718
|
* The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
|
|
1242
1719
|
*/
|
|
@@ -1274,6 +1751,10 @@ declare namespace ForecastService {
|
|
|
1274
1751
|
* An array of results from evaluating the predictor.
|
|
1275
1752
|
*/
|
|
1276
1753
|
PredictorEvaluationResults?: PredictorEvaluationResults;
|
|
1754
|
+
/**
|
|
1755
|
+
* Whether the predictor was created with CreateAutoPredictor.
|
|
1756
|
+
*/
|
|
1757
|
+
IsAutoPredictor?: Boolean;
|
|
1277
1758
|
/**
|
|
1278
1759
|
* The LatencyOptimized AutoML override strategy is only available in private beta. Contact AWS Support or your account manager to learn more about access privileges. The AutoML strategy used to train the predictor. Unless LatencyOptimized is specified, the AutoML strategy optimizes predictor accuracy. This parameter is only valid for predictors trained using AutoML.
|
|
1279
1760
|
*/
|
|
@@ -1384,6 +1865,54 @@ declare namespace ForecastService {
|
|
|
1384
1865
|
*/
|
|
1385
1866
|
NextToken?: NextToken;
|
|
1386
1867
|
}
|
|
1868
|
+
export interface ListExplainabilitiesRequest {
|
|
1869
|
+
/**
|
|
1870
|
+
* If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
|
|
1871
|
+
*/
|
|
1872
|
+
NextToken?: NextToken;
|
|
1873
|
+
/**
|
|
1874
|
+
* The number of items returned in the response.
|
|
1875
|
+
*/
|
|
1876
|
+
MaxResults?: MaxResults;
|
|
1877
|
+
/**
|
|
1878
|
+
* An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude the resources that match the statement from the list. The match statement consists of a key and a value. Filter properties Condition - The condition to apply. Valid values are IS and IS_NOT. Key - The name of the parameter to filter on. Valid values are PredictorArn and Status. Value - The value to match.
|
|
1879
|
+
*/
|
|
1880
|
+
Filters?: Filters;
|
|
1881
|
+
}
|
|
1882
|
+
export interface ListExplainabilitiesResponse {
|
|
1883
|
+
/**
|
|
1884
|
+
* An array of objects that summarize the properties of each Explainability resource.
|
|
1885
|
+
*/
|
|
1886
|
+
Explainabilities?: Explainabilities;
|
|
1887
|
+
/**
|
|
1888
|
+
* Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
|
|
1889
|
+
*/
|
|
1890
|
+
NextToken?: NextToken;
|
|
1891
|
+
}
|
|
1892
|
+
export interface ListExplainabilityExportsRequest {
|
|
1893
|
+
/**
|
|
1894
|
+
* If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
|
|
1895
|
+
*/
|
|
1896
|
+
NextToken?: NextToken;
|
|
1897
|
+
/**
|
|
1898
|
+
* The number of items to return in the response.
|
|
1899
|
+
*/
|
|
1900
|
+
MaxResults?: MaxResults;
|
|
1901
|
+
/**
|
|
1902
|
+
* An array of filters. For each filter, provide a condition and a match statement. The condition is either IS or IS_NOT, which specifies whether to include or exclude resources that match the statement from the list. The match statement consists of a key and a value. Filter properties Condition - The condition to apply. Valid values are IS and IS_NOT. Key - The name of the parameter to filter on. Valid values are PredictorArn and Status. Value - The value to match.
|
|
1903
|
+
*/
|
|
1904
|
+
Filters?: Filters;
|
|
1905
|
+
}
|
|
1906
|
+
export interface ListExplainabilityExportsResponse {
|
|
1907
|
+
/**
|
|
1908
|
+
* An array of objects that summarize the properties of each Explainability export.
|
|
1909
|
+
*/
|
|
1910
|
+
ExplainabilityExports?: ExplainabilityExports;
|
|
1911
|
+
/**
|
|
1912
|
+
* Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
|
|
1913
|
+
*/
|
|
1914
|
+
NextToken?: NextToken;
|
|
1915
|
+
}
|
|
1387
1916
|
export interface ListForecastExportJobsRequest {
|
|
1388
1917
|
/**
|
|
1389
1918
|
* If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
|
|
@@ -1492,6 +2021,7 @@ declare namespace ForecastService {
|
|
|
1492
2021
|
*/
|
|
1493
2022
|
Tags?: Tags;
|
|
1494
2023
|
}
|
|
2024
|
+
export type LocalDateTime = string;
|
|
1495
2025
|
export type Long = number;
|
|
1496
2026
|
export type MaxResults = number;
|
|
1497
2027
|
export type Message = string;
|
|
@@ -1591,6 +2121,14 @@ declare namespace ForecastService {
|
|
|
1591
2121
|
* The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
|
|
1592
2122
|
*/
|
|
1593
2123
|
DatasetGroupArn?: Arn;
|
|
2124
|
+
/**
|
|
2125
|
+
* Whether AutoPredictor was used to create the predictor.
|
|
2126
|
+
*/
|
|
2127
|
+
IsAutoPredictor?: Boolean;
|
|
2128
|
+
/**
|
|
2129
|
+
* A summary of the reference predictor used if the predictor was retrained or upgraded.
|
|
2130
|
+
*/
|
|
2131
|
+
ReferencePredictorSummary?: ReferencePredictorSummary;
|
|
1594
2132
|
/**
|
|
1595
2133
|
* The status of the predictor. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED CREATE_STOPPING, CREATE_STOPPED The Status of the predictor must be ACTIVE before you can use the predictor to create a forecast.
|
|
1596
2134
|
*/
|
|
@@ -1609,6 +2147,16 @@ declare namespace ForecastService {
|
|
|
1609
2147
|
LastModificationTime?: Timestamp;
|
|
1610
2148
|
}
|
|
1611
2149
|
export type Predictors = PredictorSummary[];
|
|
2150
|
+
export interface ReferencePredictorSummary {
|
|
2151
|
+
/**
|
|
2152
|
+
* The ARN of the reference predictor.
|
|
2153
|
+
*/
|
|
2154
|
+
Arn?: Arn;
|
|
2155
|
+
/**
|
|
2156
|
+
* Whether the reference predictor is Active or Deleted.
|
|
2157
|
+
*/
|
|
2158
|
+
State?: State;
|
|
2159
|
+
}
|
|
1612
2160
|
export interface S3Config {
|
|
1613
2161
|
/**
|
|
1614
2162
|
* The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
|
|
@@ -1642,6 +2190,7 @@ declare namespace ForecastService {
|
|
|
1642
2190
|
AttributeType?: AttributeType;
|
|
1643
2191
|
}
|
|
1644
2192
|
export type SchemaAttributes = SchemaAttribute[];
|
|
2193
|
+
export type State = "Active"|"Deleted"|string;
|
|
1645
2194
|
export interface Statistics {
|
|
1646
2195
|
/**
|
|
1647
2196
|
* The number of values in the field. If the response value is -1, refer to CountLong.
|
|
@@ -1757,10 +2306,13 @@ declare namespace ForecastService {
|
|
|
1757
2306
|
Message?: ErrorMessage;
|
|
1758
2307
|
}
|
|
1759
2308
|
export type TestWindows = WindowSummary[];
|
|
2309
|
+
export type TimePointGranularity = "ALL"|"SPECIFIC"|string;
|
|
2310
|
+
export type TimeSeriesGranularity = "ALL"|"SPECIFIC"|string;
|
|
1760
2311
|
export type TimeZone = string;
|
|
1761
2312
|
export type Timestamp = Date;
|
|
1762
2313
|
export type TimestampFormat = string;
|
|
1763
2314
|
export type TrainingParameters = {[key: string]: ParameterValue};
|
|
2315
|
+
export type Transformations = {[key: string]: Value};
|
|
1764
2316
|
export interface UntagResourceRequest {
|
|
1765
2317
|
/**
|
|
1766
2318
|
* The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are Forecast dataset groups, datasets, dataset import jobs, predictors, forecasts, and forecast exports.
|