@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
|
@@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;
|
|
|
5
5
|
|
|
6
6
|
apiLoader.services['lexmodelsv2'] = {};
|
|
7
7
|
AWS.LexModelsV2 = Service.defineService('lexmodelsv2', ['2020-08-07']);
|
|
8
|
-
require('../lib/services/lexmodelsv2');
|
|
9
8
|
Object.defineProperty(apiLoader.services['lexmodelsv2'], '2020-08-07', {
|
|
10
9
|
get: function get() {
|
|
11
10
|
var model = require('../apis/models.lex.v2-2020-08-07.min.json');
|
|
@@ -37,19 +37,19 @@ declare class LexRuntimeV2 extends Service {
|
|
|
37
37
|
*/
|
|
38
38
|
putSession(callback?: (err: AWSError, data: LexRuntimeV2.Types.PutSessionResponse) => void): Request<LexRuntimeV2.Types.PutSessionResponse, AWSError>;
|
|
39
39
|
/**
|
|
40
|
-
* Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot. In response, Amazon Lex V2 returns the next message to convey to the user and an optional response card to display.
|
|
40
|
+
* Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot. In response, Amazon Lex V2 returns the next message to convey to the user and an optional response card to display. If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see PostFulfillmentStatusSpecification. Success message - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present. Failed message - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message. Timeout message - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. For more information, see Completion message.
|
|
41
41
|
*/
|
|
42
42
|
recognizeText(params: LexRuntimeV2.Types.RecognizeTextRequest, callback?: (err: AWSError, data: LexRuntimeV2.Types.RecognizeTextResponse) => void): Request<LexRuntimeV2.Types.RecognizeTextResponse, AWSError>;
|
|
43
43
|
/**
|
|
44
|
-
* Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot. In response, Amazon Lex V2 returns the next message to convey to the user and an optional response card to display.
|
|
44
|
+
* Sends user input to Amazon Lex V2. Client applications use this API to send requests to Amazon Lex V2 at runtime. Amazon Lex V2 then interprets the user input using the machine learning model that it build for the bot. In response, Amazon Lex V2 returns the next message to convey to the user and an optional response card to display. If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see PostFulfillmentStatusSpecification. Success message - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present. Failed message - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message. Timeout message - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. For more information, see Completion message.
|
|
45
45
|
*/
|
|
46
46
|
recognizeText(callback?: (err: AWSError, data: LexRuntimeV2.Types.RecognizeTextResponse) => void): Request<LexRuntimeV2.Types.RecognizeTextResponse, AWSError>;
|
|
47
47
|
/**
|
|
48
|
-
* Sends user input to Amazon Lex V2. You can send text or speech. Clients use this API to send text and audio requests to Amazon Lex V2 at runtime. Amazon Lex V2 interprets the user input using the machine learning model built for the bot. The following request fields must be compressed with gzip and then base64 encoded before you send them to Amazon Lex V2. requestAttributes sessionState The following response fields are compressed using gzip and then base64 encoded by Amazon Lex V2. Before you can use these fields, you must decode and decompress them. inputTranscript interpretations messages requestAttributes sessionState The example contains a Java application that compresses and encodes a Java object to send to Amazon Lex V2, and a second that decodes and decompresses a response from Amazon Lex V2.
|
|
48
|
+
* Sends user input to Amazon Lex V2. You can send text or speech. Clients use this API to send text and audio requests to Amazon Lex V2 at runtime. Amazon Lex V2 interprets the user input using the machine learning model built for the bot. The following request fields must be compressed with gzip and then base64 encoded before you send them to Amazon Lex V2. requestAttributes sessionState The following response fields are compressed using gzip and then base64 encoded by Amazon Lex V2. Before you can use these fields, you must decode and decompress them. inputTranscript interpretations messages requestAttributes sessionState The example contains a Java application that compresses and encodes a Java object to send to Amazon Lex V2, and a second that decodes and decompresses a response from Amazon Lex V2. If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see PostFulfillmentStatusSpecification. Success message - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present. Failed message - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message. Timeout message - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. For more information, see Completion message.
|
|
49
49
|
*/
|
|
50
50
|
recognizeUtterance(params: LexRuntimeV2.Types.RecognizeUtteranceRequest, callback?: (err: AWSError, data: LexRuntimeV2.Types.RecognizeUtteranceResponse) => void): Request<LexRuntimeV2.Types.RecognizeUtteranceResponse, AWSError>;
|
|
51
51
|
/**
|
|
52
|
-
* Sends user input to Amazon Lex V2. You can send text or speech. Clients use this API to send text and audio requests to Amazon Lex V2 at runtime. Amazon Lex V2 interprets the user input using the machine learning model built for the bot. The following request fields must be compressed with gzip and then base64 encoded before you send them to Amazon Lex V2. requestAttributes sessionState The following response fields are compressed using gzip and then base64 encoded by Amazon Lex V2. Before you can use these fields, you must decode and decompress them. inputTranscript interpretations messages requestAttributes sessionState The example contains a Java application that compresses and encodes a Java object to send to Amazon Lex V2, and a second that decodes and decompresses a response from Amazon Lex V2.
|
|
52
|
+
* Sends user input to Amazon Lex V2. You can send text or speech. Clients use this API to send text and audio requests to Amazon Lex V2 at runtime. Amazon Lex V2 interprets the user input using the machine learning model built for the bot. The following request fields must be compressed with gzip and then base64 encoded before you send them to Amazon Lex V2. requestAttributes sessionState The following response fields are compressed using gzip and then base64 encoded by Amazon Lex V2. Before you can use these fields, you must decode and decompress them. inputTranscript interpretations messages requestAttributes sessionState The example contains a Java application that compresses and encodes a Java object to send to Amazon Lex V2, and a second that decodes and decompresses a response from Amazon Lex V2. If the optional post-fulfillment response is specified, the messages are returned as follows. For more information, see PostFulfillmentStatusSpecification. Success message - Returned if the Lambda function completes successfully and the intent state is fulfilled or ready fulfillment if the message is present. Failed message - The failed message is returned if the Lambda function throws an exception or if the Lambda function returns a failed intent state without a message. Timeout message - If you don't configure a timeout message and a timeout, and the Lambda function doesn't return within 30 seconds, the timeout message is returned. If you configure a timeout, the timeout message is returned when the period times out. For more information, see Completion message.
|
|
53
53
|
*/
|
|
54
54
|
recognizeUtterance(callback?: (err: AWSError, data: LexRuntimeV2.Types.RecognizeUtteranceResponse) => void): Request<LexRuntimeV2.Types.RecognizeUtteranceResponse, AWSError>;
|
|
55
55
|
}
|
|
@@ -64,7 +64,7 @@ declare namespace LexRuntimeV2 {
|
|
|
64
64
|
*/
|
|
65
65
|
timeToLive: ActiveContextTimeToLive;
|
|
66
66
|
/**
|
|
67
|
-
* A
|
|
67
|
+
* A list of contexts active for the request. A context can be activated when a previous intent is fulfilled, or by including the context in the request. If you don't specify a list of contexts, Amazon Lex V2 will use the current list of contexts for the session. If you specify an empty list, all contexts for the session are cleared.
|
|
68
68
|
*/
|
|
69
69
|
contextAttributes: ActiveContextParametersMap;
|
|
70
70
|
}
|
|
@@ -153,8 +153,12 @@ declare namespace LexRuntimeV2 {
|
|
|
153
153
|
* The name of the slot that should be elicited from the user.
|
|
154
154
|
*/
|
|
155
155
|
slotToElicit?: NonEmptyString;
|
|
156
|
+
/**
|
|
157
|
+
* Configures the slot to use spell-by-letter or spell-by-word style. When you use a style on a slot, users can spell out their input to make it clear to your bot. Spell by letter - "b" "o" "b" Spell by word - "b as in boy" "o as in oscar" "b as in boy" For more information, see Using spelling to enter slot values .
|
|
158
|
+
*/
|
|
159
|
+
slotElicitationStyle?: StyleType;
|
|
156
160
|
}
|
|
157
|
-
export type DialogActionType = "Close"|"ConfirmIntent"|"Delegate"|"ElicitIntent"|"ElicitSlot"|string;
|
|
161
|
+
export type DialogActionType = "Close"|"ConfirmIntent"|"Delegate"|"ElicitIntent"|"ElicitSlot"|"None"|string;
|
|
158
162
|
export type Double = number;
|
|
159
163
|
export interface GetSessionRequest {
|
|
160
164
|
/**
|
|
@@ -228,7 +232,7 @@ declare namespace LexRuntimeV2 {
|
|
|
228
232
|
*/
|
|
229
233
|
confirmationState?: ConfirmationState;
|
|
230
234
|
}
|
|
231
|
-
export type IntentState = "Failed"|"Fulfilled"|"InProgress"|"ReadyForFulfillment"|"Waiting"|string;
|
|
235
|
+
export type IntentState = "Failed"|"Fulfilled"|"InProgress"|"ReadyForFulfillment"|"Waiting"|"FulfillmentInProgress"|string;
|
|
232
236
|
export interface Interpretation {
|
|
233
237
|
/**
|
|
234
238
|
* Determines the threshold where Amazon Lex V2 will insert the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent, or both when returning alternative intents in a response. AMAZON.FallbackIntent and AMAZON.KendraSearchIntent are only inserted if they are configured for the bot.
|
|
@@ -517,6 +521,7 @@ declare namespace LexRuntimeV2 {
|
|
|
517
521
|
export type String = string;
|
|
518
522
|
export type StringList = NonEmptyString[];
|
|
519
523
|
export type StringMap = {[key: string]: String};
|
|
524
|
+
export type StyleType = "Default"|"SpellByLetter"|"SpellByWord"|string;
|
|
520
525
|
export type Text = string;
|
|
521
526
|
export interface Value {
|
|
522
527
|
/**
|
|
@@ -44,11 +44,11 @@ declare class LicenseManager extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
checkoutLicense(callback?: (err: AWSError, data: LicenseManager.Types.CheckoutLicenseResponse) => void): Request<LicenseManager.Types.CheckoutLicenseResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Creates a grant for the specified license. A grant shares the use of license entitlements with specific
|
|
47
|
+
* Creates a grant for the specified license. A grant shares the use of license entitlements with specific Amazon Web Services accounts.
|
|
48
48
|
*/
|
|
49
49
|
createGrant(params: LicenseManager.Types.CreateGrantRequest, callback?: (err: AWSError, data: LicenseManager.Types.CreateGrantResponse) => void): Request<LicenseManager.Types.CreateGrantResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Creates a grant for the specified license. A grant shares the use of license entitlements with specific
|
|
51
|
+
* Creates a grant for the specified license. A grant shares the use of license entitlements with specific Amazon Web Services accounts.
|
|
52
52
|
*/
|
|
53
53
|
createGrant(callback?: (err: AWSError, data: LicenseManager.Types.CreateGrantResponse) => void): Request<LicenseManager.Types.CreateGrantResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -76,11 +76,19 @@ declare class LicenseManager extends Service {
|
|
|
76
76
|
*/
|
|
77
77
|
createLicenseConfiguration(callback?: (err: AWSError, data: LicenseManager.Types.CreateLicenseConfigurationResponse) => void): Request<LicenseManager.Types.CreateLicenseConfigurationResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Creates a new
|
|
79
|
+
* Creates a new license conversion task.
|
|
80
|
+
*/
|
|
81
|
+
createLicenseConversionTaskForResource(params: LicenseManager.Types.CreateLicenseConversionTaskForResourceRequest, callback?: (err: AWSError, data: LicenseManager.Types.CreateLicenseConversionTaskForResourceResponse) => void): Request<LicenseManager.Types.CreateLicenseConversionTaskForResourceResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Creates a new license conversion task.
|
|
84
|
+
*/
|
|
85
|
+
createLicenseConversionTaskForResource(callback?: (err: AWSError, data: LicenseManager.Types.CreateLicenseConversionTaskForResourceResponse) => void): Request<LicenseManager.Types.CreateLicenseConversionTaskForResourceResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Creates a report generator.
|
|
80
88
|
*/
|
|
81
89
|
createLicenseManagerReportGenerator(params: LicenseManager.Types.CreateLicenseManagerReportGeneratorRequest, callback?: (err: AWSError, data: LicenseManager.Types.CreateLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.CreateLicenseManagerReportGeneratorResponse, AWSError>;
|
|
82
90
|
/**
|
|
83
|
-
* Creates a
|
|
91
|
+
* Creates a report generator.
|
|
84
92
|
*/
|
|
85
93
|
createLicenseManagerReportGenerator(callback?: (err: AWSError, data: LicenseManager.Types.CreateLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.CreateLicenseManagerReportGeneratorResponse, AWSError>;
|
|
86
94
|
/**
|
|
@@ -124,11 +132,11 @@ declare class LicenseManager extends Service {
|
|
|
124
132
|
*/
|
|
125
133
|
deleteLicenseConfiguration(callback?: (err: AWSError, data: LicenseManager.Types.DeleteLicenseConfigurationResponse) => void): Request<LicenseManager.Types.DeleteLicenseConfigurationResponse, AWSError>;
|
|
126
134
|
/**
|
|
127
|
-
*
|
|
135
|
+
* Deletes the specified report generator. This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.
|
|
128
136
|
*/
|
|
129
137
|
deleteLicenseManagerReportGenerator(params: LicenseManager.Types.DeleteLicenseManagerReportGeneratorRequest, callback?: (err: AWSError, data: LicenseManager.Types.DeleteLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.DeleteLicenseManagerReportGeneratorResponse, AWSError>;
|
|
130
138
|
/**
|
|
131
|
-
*
|
|
139
|
+
* Deletes the specified report generator. This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.
|
|
132
140
|
*/
|
|
133
141
|
deleteLicenseManagerReportGenerator(callback?: (err: AWSError, data: LicenseManager.Types.DeleteLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.DeleteLicenseManagerReportGeneratorResponse, AWSError>;
|
|
134
142
|
/**
|
|
@@ -180,11 +188,19 @@ declare class LicenseManager extends Service {
|
|
|
180
188
|
*/
|
|
181
189
|
getLicenseConfiguration(callback?: (err: AWSError, data: LicenseManager.Types.GetLicenseConfigurationResponse) => void): Request<LicenseManager.Types.GetLicenseConfigurationResponse, AWSError>;
|
|
182
190
|
/**
|
|
183
|
-
* Gets information
|
|
191
|
+
* Gets information about the specified license type conversion task.
|
|
192
|
+
*/
|
|
193
|
+
getLicenseConversionTask(params: LicenseManager.Types.GetLicenseConversionTaskRequest, callback?: (err: AWSError, data: LicenseManager.Types.GetLicenseConversionTaskResponse) => void): Request<LicenseManager.Types.GetLicenseConversionTaskResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Gets information about the specified license type conversion task.
|
|
196
|
+
*/
|
|
197
|
+
getLicenseConversionTask(callback?: (err: AWSError, data: LicenseManager.Types.GetLicenseConversionTaskResponse) => void): Request<LicenseManager.Types.GetLicenseConversionTaskResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Gets information about the specified report generator.
|
|
184
200
|
*/
|
|
185
201
|
getLicenseManagerReportGenerator(params: LicenseManager.Types.GetLicenseManagerReportGeneratorRequest, callback?: (err: AWSError, data: LicenseManager.Types.GetLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.GetLicenseManagerReportGeneratorResponse, AWSError>;
|
|
186
202
|
/**
|
|
187
|
-
* Gets information
|
|
203
|
+
* Gets information about the specified report generator.
|
|
188
204
|
*/
|
|
189
205
|
getLicenseManagerReportGenerator(callback?: (err: AWSError, data: LicenseManager.Types.GetLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.GetLicenseManagerReportGeneratorResponse, AWSError>;
|
|
190
206
|
/**
|
|
@@ -235,6 +251,14 @@ declare class LicenseManager extends Service {
|
|
|
235
251
|
* Lists the license configurations for your account.
|
|
236
252
|
*/
|
|
237
253
|
listLicenseConfigurations(callback?: (err: AWSError, data: LicenseManager.Types.ListLicenseConfigurationsResponse) => void): Request<LicenseManager.Types.ListLicenseConfigurationsResponse, AWSError>;
|
|
254
|
+
/**
|
|
255
|
+
* Lists the license type conversion tasks for your account.
|
|
256
|
+
*/
|
|
257
|
+
listLicenseConversionTasks(params: LicenseManager.Types.ListLicenseConversionTasksRequest, callback?: (err: AWSError, data: LicenseManager.Types.ListLicenseConversionTasksResponse) => void): Request<LicenseManager.Types.ListLicenseConversionTasksResponse, AWSError>;
|
|
258
|
+
/**
|
|
259
|
+
* Lists the license type conversion tasks for your account.
|
|
260
|
+
*/
|
|
261
|
+
listLicenseConversionTasks(callback?: (err: AWSError, data: LicenseManager.Types.ListLicenseConversionTasksResponse) => void): Request<LicenseManager.Types.ListLicenseConversionTasksResponse, AWSError>;
|
|
238
262
|
/**
|
|
239
263
|
* Lists the report generators for your account.
|
|
240
264
|
*/
|
|
@@ -348,19 +372,19 @@ declare class LicenseManager extends Service {
|
|
|
348
372
|
*/
|
|
349
373
|
updateLicenseConfiguration(callback?: (err: AWSError, data: LicenseManager.Types.UpdateLicenseConfigurationResponse) => void): Request<LicenseManager.Types.UpdateLicenseConfigurationResponse, AWSError>;
|
|
350
374
|
/**
|
|
351
|
-
* Updates a report generator. After you make changes to a report generator, it
|
|
375
|
+
* Updates a report generator. After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.
|
|
352
376
|
*/
|
|
353
377
|
updateLicenseManagerReportGenerator(params: LicenseManager.Types.UpdateLicenseManagerReportGeneratorRequest, callback?: (err: AWSError, data: LicenseManager.Types.UpdateLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.UpdateLicenseManagerReportGeneratorResponse, AWSError>;
|
|
354
378
|
/**
|
|
355
|
-
* Updates a report generator. After you make changes to a report generator, it
|
|
379
|
+
* Updates a report generator. After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.
|
|
356
380
|
*/
|
|
357
381
|
updateLicenseManagerReportGenerator(callback?: (err: AWSError, data: LicenseManager.Types.UpdateLicenseManagerReportGeneratorResponse) => void): Request<LicenseManager.Types.UpdateLicenseManagerReportGeneratorResponse, AWSError>;
|
|
358
382
|
/**
|
|
359
|
-
* Adds or removes the specified license configurations for the specified
|
|
383
|
+
* Adds or removes the specified license configurations for the specified Amazon Web Services resource. You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and CloudFormation templates, as they send license configurations to the operation that creates the resource.
|
|
360
384
|
*/
|
|
361
385
|
updateLicenseSpecificationsForResource(params: LicenseManager.Types.UpdateLicenseSpecificationsForResourceRequest, callback?: (err: AWSError, data: LicenseManager.Types.UpdateLicenseSpecificationsForResourceResponse) => void): Request<LicenseManager.Types.UpdateLicenseSpecificationsForResourceResponse, AWSError>;
|
|
362
386
|
/**
|
|
363
|
-
* Adds or removes the specified license configurations for the specified
|
|
387
|
+
* Adds or removes the specified license configurations for the specified Amazon Web Services resource. You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and CloudFormation templates, as they send license configurations to the operation that creates the resource.
|
|
364
388
|
*/
|
|
365
389
|
updateLicenseSpecificationsForResource(callback?: (err: AWSError, data: LicenseManager.Types.UpdateLicenseSpecificationsForResourceResponse) => void): Request<LicenseManager.Types.UpdateLicenseSpecificationsForResourceResponse, AWSError>;
|
|
366
390
|
/**
|
|
@@ -548,6 +572,10 @@ declare namespace LicenseManager {
|
|
|
548
572
|
* Date and time at which the license checkout expires.
|
|
549
573
|
*/
|
|
550
574
|
Expiration?: ISO8601DateTime;
|
|
575
|
+
/**
|
|
576
|
+
* Amazon Resource Name (ARN) of the checkout license.
|
|
577
|
+
*/
|
|
578
|
+
LicenseArn?: String;
|
|
551
579
|
}
|
|
552
580
|
export type CheckoutType = "PROVISIONAL"|"PERPETUAL"|string;
|
|
553
581
|
export type ClientRequestToken = string;
|
|
@@ -638,6 +666,9 @@ declare namespace LicenseManager {
|
|
|
638
666
|
* Grant status.
|
|
639
667
|
*/
|
|
640
668
|
Status?: GrantStatus;
|
|
669
|
+
/**
|
|
670
|
+
* Grant status reason.
|
|
671
|
+
*/
|
|
641
672
|
StatusReason?: StatusReasonMessage;
|
|
642
673
|
/**
|
|
643
674
|
* Current version of the grant.
|
|
@@ -702,13 +733,33 @@ declare namespace LicenseManager {
|
|
|
702
733
|
*/
|
|
703
734
|
LicenseConfigurationArn?: String;
|
|
704
735
|
}
|
|
736
|
+
export interface CreateLicenseConversionTaskForResourceRequest {
|
|
737
|
+
/**
|
|
738
|
+
* Amazon Resource Name (ARN) of the resource you are converting the license type for.
|
|
739
|
+
*/
|
|
740
|
+
ResourceArn: Arn;
|
|
741
|
+
/**
|
|
742
|
+
* Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the AWS CLI in the License Manager User Guide.
|
|
743
|
+
*/
|
|
744
|
+
SourceLicenseContext: LicenseConversionContext;
|
|
745
|
+
/**
|
|
746
|
+
* Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the AWS CLI in the License Manager User Guide.
|
|
747
|
+
*/
|
|
748
|
+
DestinationLicenseContext: LicenseConversionContext;
|
|
749
|
+
}
|
|
750
|
+
export interface CreateLicenseConversionTaskForResourceResponse {
|
|
751
|
+
/**
|
|
752
|
+
* The ID of the created license type conversion task.
|
|
753
|
+
*/
|
|
754
|
+
LicenseConversionTaskId?: LicenseConversionTaskId;
|
|
755
|
+
}
|
|
705
756
|
export interface CreateLicenseManagerReportGeneratorRequest {
|
|
706
757
|
/**
|
|
707
758
|
* Name of the report generator.
|
|
708
759
|
*/
|
|
709
760
|
ReportGeneratorName: ReportGeneratorName;
|
|
710
761
|
/**
|
|
711
|
-
* Type of reports to generate. The following report types an be generated: License configuration report - Reports
|
|
762
|
+
* Type of reports to generate. The following report types an be generated: License configuration report - Reports the number and details of consumed licenses for a license configuration. Resource report - Reports the tracked licenses and resource consumption for a license configuration.
|
|
712
763
|
*/
|
|
713
764
|
Type: ReportTypeList;
|
|
714
765
|
/**
|
|
@@ -734,7 +785,7 @@ declare namespace LicenseManager {
|
|
|
734
785
|
}
|
|
735
786
|
export interface CreateLicenseManagerReportGeneratorResponse {
|
|
736
787
|
/**
|
|
737
|
-
* The Amazon Resource
|
|
788
|
+
* The Amazon Resource Name (ARN) of the new report generator.
|
|
738
789
|
*/
|
|
739
790
|
LicenseManagerReportGeneratorArn?: String;
|
|
740
791
|
}
|
|
@@ -914,6 +965,9 @@ declare namespace LicenseManager {
|
|
|
914
965
|
* Amazon Resource Name (ARN) of the grant.
|
|
915
966
|
*/
|
|
916
967
|
GrantArn: Arn;
|
|
968
|
+
/**
|
|
969
|
+
* The Status reason for the delete request.
|
|
970
|
+
*/
|
|
917
971
|
StatusReason?: StatusReasonMessage;
|
|
918
972
|
/**
|
|
919
973
|
* Current version of the grant.
|
|
@@ -944,7 +998,7 @@ declare namespace LicenseManager {
|
|
|
944
998
|
}
|
|
945
999
|
export interface DeleteLicenseManagerReportGeneratorRequest {
|
|
946
1000
|
/**
|
|
947
|
-
* Amazon Resource
|
|
1001
|
+
* Amazon Resource Name (ARN) of the report generator to be deleted.
|
|
948
1002
|
*/
|
|
949
1003
|
LicenseManagerReportGeneratorArn: String;
|
|
950
1004
|
}
|
|
@@ -966,7 +1020,7 @@ declare namespace LicenseManager {
|
|
|
966
1020
|
*/
|
|
967
1021
|
Status?: LicenseDeletionStatus;
|
|
968
1022
|
/**
|
|
969
|
-
* Date
|
|
1023
|
+
* Date when the license is deleted.
|
|
970
1024
|
*/
|
|
971
1025
|
DeletionDate?: ISO8601DateTime;
|
|
972
1026
|
}
|
|
@@ -1133,7 +1187,7 @@ declare namespace LicenseManager {
|
|
|
1133
1187
|
*/
|
|
1134
1188
|
Description?: String;
|
|
1135
1189
|
/**
|
|
1136
|
-
* Dimension
|
|
1190
|
+
* Dimension for which the licenses are counted.
|
|
1137
1191
|
*/
|
|
1138
1192
|
LicenseCountingType?: LicenseCountingType;
|
|
1139
1193
|
/**
|
|
@@ -1185,15 +1239,59 @@ declare namespace LicenseManager {
|
|
|
1185
1239
|
*/
|
|
1186
1240
|
DisassociateWhenNotFound?: BoxBoolean;
|
|
1187
1241
|
}
|
|
1242
|
+
export interface GetLicenseConversionTaskRequest {
|
|
1243
|
+
/**
|
|
1244
|
+
* ID of the license type conversion task to retrieve information on.
|
|
1245
|
+
*/
|
|
1246
|
+
LicenseConversionTaskId: LicenseConversionTaskId;
|
|
1247
|
+
}
|
|
1248
|
+
export interface GetLicenseConversionTaskResponse {
|
|
1249
|
+
/**
|
|
1250
|
+
* ID of the license type conversion task.
|
|
1251
|
+
*/
|
|
1252
|
+
LicenseConversionTaskId?: LicenseConversionTaskId;
|
|
1253
|
+
/**
|
|
1254
|
+
* Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
|
1255
|
+
*/
|
|
1256
|
+
ResourceArn?: String;
|
|
1257
|
+
/**
|
|
1258
|
+
* Information about the license type converted from.
|
|
1259
|
+
*/
|
|
1260
|
+
SourceLicenseContext?: LicenseConversionContext;
|
|
1261
|
+
/**
|
|
1262
|
+
* Information about the license type converted to.
|
|
1263
|
+
*/
|
|
1264
|
+
DestinationLicenseContext?: LicenseConversionContext;
|
|
1265
|
+
/**
|
|
1266
|
+
* The status message for the conversion task.
|
|
1267
|
+
*/
|
|
1268
|
+
StatusMessage?: String;
|
|
1269
|
+
/**
|
|
1270
|
+
* Status of the license type conversion task.
|
|
1271
|
+
*/
|
|
1272
|
+
Status?: LicenseConversionTaskStatus;
|
|
1273
|
+
/**
|
|
1274
|
+
* Time at which the license type conversion task was started .
|
|
1275
|
+
*/
|
|
1276
|
+
StartTime?: DateTime;
|
|
1277
|
+
/**
|
|
1278
|
+
* Amount of time to complete the license type conversion.
|
|
1279
|
+
*/
|
|
1280
|
+
LicenseConversionTime?: DateTime;
|
|
1281
|
+
/**
|
|
1282
|
+
* Time at which the license type conversion task was completed.
|
|
1283
|
+
*/
|
|
1284
|
+
EndTime?: DateTime;
|
|
1285
|
+
}
|
|
1188
1286
|
export interface GetLicenseManagerReportGeneratorRequest {
|
|
1189
1287
|
/**
|
|
1190
|
-
*
|
|
1288
|
+
* Amazon Resource Name (ARN) of the report generator.
|
|
1191
1289
|
*/
|
|
1192
1290
|
LicenseManagerReportGeneratorArn: String;
|
|
1193
1291
|
}
|
|
1194
1292
|
export interface GetLicenseManagerReportGeneratorResponse {
|
|
1195
1293
|
/**
|
|
1196
|
-
* A report generator that creates periodic reports
|
|
1294
|
+
* A report generator that creates periodic reports about your license configurations.
|
|
1197
1295
|
*/
|
|
1198
1296
|
ReportGenerator?: ReportGenerator;
|
|
1199
1297
|
}
|
|
@@ -1237,7 +1335,7 @@ declare namespace LicenseManager {
|
|
|
1237
1335
|
*/
|
|
1238
1336
|
SnsTopicArn?: String;
|
|
1239
1337
|
/**
|
|
1240
|
-
* Indicates whether
|
|
1338
|
+
* Indicates whether Organizations is integrated with License Manager for cross-account discovery.
|
|
1241
1339
|
*/
|
|
1242
1340
|
OrganizationConfiguration?: OrganizationConfiguration;
|
|
1243
1341
|
/**
|
|
@@ -1245,7 +1343,7 @@ declare namespace LicenseManager {
|
|
|
1245
1343
|
*/
|
|
1246
1344
|
EnableCrossAccountsDiscovery?: BoxBoolean;
|
|
1247
1345
|
/**
|
|
1248
|
-
* Amazon Resource Name (ARN) of the
|
|
1346
|
+
* Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
|
|
1249
1347
|
*/
|
|
1250
1348
|
LicenseManagerResourceShareArn?: String;
|
|
1251
1349
|
}
|
|
@@ -1380,7 +1478,7 @@ declare namespace LicenseManager {
|
|
|
1380
1478
|
*/
|
|
1381
1479
|
Name: String;
|
|
1382
1480
|
/**
|
|
1383
|
-
* Asymmetric
|
|
1481
|
+
* Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
|
|
1384
1482
|
*/
|
|
1385
1483
|
SignKey?: String;
|
|
1386
1484
|
}
|
|
@@ -1390,7 +1488,7 @@ declare namespace LicenseManager {
|
|
|
1390
1488
|
*/
|
|
1391
1489
|
Name?: String;
|
|
1392
1490
|
/**
|
|
1393
|
-
* Asymmetric
|
|
1491
|
+
* Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
|
|
1394
1492
|
*/
|
|
1395
1493
|
SignKey?: String;
|
|
1396
1494
|
/**
|
|
@@ -1532,7 +1630,7 @@ declare namespace LicenseManager {
|
|
|
1532
1630
|
*/
|
|
1533
1631
|
ResourceType?: ResourceType;
|
|
1534
1632
|
/**
|
|
1535
|
-
* ID of the
|
|
1633
|
+
* ID of the Amazon Web Services account that owns the resource consuming licenses.
|
|
1536
1634
|
*/
|
|
1537
1635
|
ResourceOwnerId?: String;
|
|
1538
1636
|
/**
|
|
@@ -1574,6 +1672,53 @@ declare namespace LicenseManager {
|
|
|
1574
1672
|
}
|
|
1575
1673
|
export type LicenseConfigurationUsageList = LicenseConfigurationUsage[];
|
|
1576
1674
|
export type LicenseConfigurations = LicenseConfiguration[];
|
|
1675
|
+
export interface LicenseConversionContext {
|
|
1676
|
+
/**
|
|
1677
|
+
* The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
|
|
1678
|
+
*/
|
|
1679
|
+
UsageOperation?: UsageOperation;
|
|
1680
|
+
}
|
|
1681
|
+
export interface LicenseConversionTask {
|
|
1682
|
+
/**
|
|
1683
|
+
* The ID of the license type conversion task.
|
|
1684
|
+
*/
|
|
1685
|
+
LicenseConversionTaskId?: LicenseConversionTaskId;
|
|
1686
|
+
/**
|
|
1687
|
+
* The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
|
|
1688
|
+
*/
|
|
1689
|
+
ResourceArn?: String;
|
|
1690
|
+
/**
|
|
1691
|
+
* Information about the license type this conversion task converted from.
|
|
1692
|
+
*/
|
|
1693
|
+
SourceLicenseContext?: LicenseConversionContext;
|
|
1694
|
+
/**
|
|
1695
|
+
* Information about the license type this conversion task converted to.
|
|
1696
|
+
*/
|
|
1697
|
+
DestinationLicenseContext?: LicenseConversionContext;
|
|
1698
|
+
/**
|
|
1699
|
+
* The status of the conversion task.
|
|
1700
|
+
*/
|
|
1701
|
+
Status?: LicenseConversionTaskStatus;
|
|
1702
|
+
/**
|
|
1703
|
+
* The status message for the conversion task.
|
|
1704
|
+
*/
|
|
1705
|
+
StatusMessage?: String;
|
|
1706
|
+
/**
|
|
1707
|
+
* The time the conversion task was started at.
|
|
1708
|
+
*/
|
|
1709
|
+
StartTime?: DateTime;
|
|
1710
|
+
/**
|
|
1711
|
+
* The time the usage operation value of the resource was changed.
|
|
1712
|
+
*/
|
|
1713
|
+
LicenseConversionTime?: DateTime;
|
|
1714
|
+
/**
|
|
1715
|
+
* The time the conversion task was completed.
|
|
1716
|
+
*/
|
|
1717
|
+
EndTime?: DateTime;
|
|
1718
|
+
}
|
|
1719
|
+
export type LicenseConversionTaskId = string;
|
|
1720
|
+
export type LicenseConversionTaskStatus = "IN_PROGRESS"|"SUCCEEDED"|"FAILED"|string;
|
|
1721
|
+
export type LicenseConversionTasks = LicenseConversionTask[];
|
|
1577
1722
|
export type LicenseCountingType = "vCPU"|"Instance"|"Core"|"Socket"|string;
|
|
1578
1723
|
export type LicenseDeletionStatus = "PENDING_DELETE"|"DELETED"|string;
|
|
1579
1724
|
export type LicenseList = License[];
|
|
@@ -1599,7 +1744,7 @@ declare namespace LicenseManager {
|
|
|
1599
1744
|
*/
|
|
1600
1745
|
OperationName?: String;
|
|
1601
1746
|
/**
|
|
1602
|
-
* ID of the
|
|
1747
|
+
* ID of the Amazon Web Services account that owns the resource.
|
|
1603
1748
|
*/
|
|
1604
1749
|
ResourceOwnerId?: String;
|
|
1605
1750
|
/**
|
|
@@ -1720,7 +1865,7 @@ declare namespace LicenseManager {
|
|
|
1720
1865
|
*/
|
|
1721
1866
|
NextToken?: String;
|
|
1722
1867
|
/**
|
|
1723
|
-
* Filters to scope the results. The following filters and logical operators are supported: licenseCountingType - The dimension
|
|
1868
|
+
* Filters to scope the results. The following filters and logical operators are supported: licenseCountingType - The dimension for which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOT_EQUALS. enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOT_EQUALS. usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.
|
|
1724
1869
|
*/
|
|
1725
1870
|
Filters?: Filters;
|
|
1726
1871
|
}
|
|
@@ -1734,6 +1879,30 @@ declare namespace LicenseManager {
|
|
|
1734
1879
|
*/
|
|
1735
1880
|
NextToken?: String;
|
|
1736
1881
|
}
|
|
1882
|
+
export interface ListLicenseConversionTasksRequest {
|
|
1883
|
+
/**
|
|
1884
|
+
* Token for the next set of results.
|
|
1885
|
+
*/
|
|
1886
|
+
NextToken?: String;
|
|
1887
|
+
/**
|
|
1888
|
+
* Maximum number of results to return in a single call.
|
|
1889
|
+
*/
|
|
1890
|
+
MaxResults?: BoxInteger;
|
|
1891
|
+
/**
|
|
1892
|
+
* Filters to scope the results. Valid filters are ResourceArns and Status.
|
|
1893
|
+
*/
|
|
1894
|
+
Filters?: Filters;
|
|
1895
|
+
}
|
|
1896
|
+
export interface ListLicenseConversionTasksResponse {
|
|
1897
|
+
/**
|
|
1898
|
+
* Information about the license configuration tasks for your account.
|
|
1899
|
+
*/
|
|
1900
|
+
LicenseConversionTasks?: LicenseConversionTasks;
|
|
1901
|
+
/**
|
|
1902
|
+
* Token for the next set of results.
|
|
1903
|
+
*/
|
|
1904
|
+
NextToken?: String;
|
|
1905
|
+
}
|
|
1737
1906
|
export interface ListLicenseManagerReportGeneratorsRequest {
|
|
1738
1907
|
/**
|
|
1739
1908
|
* Filters to scope the results. The following filters are supported: LicenseConfigurationArn
|
|
@@ -1750,7 +1919,7 @@ declare namespace LicenseManager {
|
|
|
1750
1919
|
}
|
|
1751
1920
|
export interface ListLicenseManagerReportGeneratorsResponse {
|
|
1752
1921
|
/**
|
|
1753
|
-
* A report generator that creates periodic reports
|
|
1922
|
+
* A report generator that creates periodic reports about your license configurations.
|
|
1754
1923
|
*/
|
|
1755
1924
|
ReportGenerators?: ReportGeneratorList;
|
|
1756
1925
|
/**
|
|
@@ -1900,7 +2069,7 @@ declare namespace LicenseManager {
|
|
|
1900
2069
|
*/
|
|
1901
2070
|
NextToken?: String;
|
|
1902
2071
|
/**
|
|
1903
|
-
* Filters to scope the results. The following filters and logical operators are supported: account_id - The ID of the
|
|
2072
|
+
* Filters to scope the results. The following filters and logical operators are supported: account_id - The ID of the Amazon Web Services account that owns the resource. Logical operators are EQUALS | NOT_EQUALS. application_name - The name of the application. Logical operators are EQUALS | BEGINS_WITH. license_included - The type of license included. Logical operators are EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise | sql-server-standard | sql-server-web | windows-server-datacenter. platform - The platform of the resource. Logical operators are EQUALS | BEGINS_WITH. resource_id - The ID of the resource. Logical operators are EQUALS | NOT_EQUALS. tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators are EQUALS (single account) or EQUALS | NOT_EQUALS (cross account).
|
|
1904
2073
|
*/
|
|
1905
2074
|
Filters?: InventoryFilterList;
|
|
1906
2075
|
}
|
|
@@ -2009,7 +2178,7 @@ declare namespace LicenseManager {
|
|
|
2009
2178
|
export type MetadataList = Metadata[];
|
|
2010
2179
|
export interface OrganizationConfiguration {
|
|
2011
2180
|
/**
|
|
2012
|
-
* Enables
|
|
2181
|
+
* Enables Organizations integration.
|
|
2013
2182
|
*/
|
|
2014
2183
|
EnableIntegration: Boolean;
|
|
2015
2184
|
}
|
|
@@ -2020,7 +2189,7 @@ declare namespace LicenseManager {
|
|
|
2020
2189
|
*/
|
|
2021
2190
|
ResourceType: String;
|
|
2022
2191
|
/**
|
|
2023
|
-
* A Product information filter consists of a ProductInformationFilterComparator which is a logical operator, a ProductInformationFilterName which specifies the type of filter being declared, and a ProductInformationFilterValue that specifies the value to filter on. Accepted values for ProductInformationFilterName are listed here along with descriptions and valid options for ProductInformationFilterComparator. The following filters and are supported when the resource type is SSM_MANAGED: Application Name - The name of the application. Logical operator is EQUALS. Application Publisher - The publisher of the application. Logical operator is EQUALS. Application Version - The version of the application. Logical operator is EQUALS. Platform Name - The name of the platform. Logical operator is EQUALS. Platform Type - The platform type. Logical operator is EQUALS. Tag:key - The key of a tag attached to an
|
|
2192
|
+
* A Product information filter consists of a ProductInformationFilterComparator which is a logical operator, a ProductInformationFilterName which specifies the type of filter being declared, and a ProductInformationFilterValue that specifies the value to filter on. Accepted values for ProductInformationFilterName are listed here along with descriptions and valid options for ProductInformationFilterComparator. The following filters and are supported when the resource type is SSM_MANAGED: Application Name - The name of the application. Logical operator is EQUALS. Application Publisher - The publisher of the application. Logical operator is EQUALS. Application Version - The version of the application. Logical operator is EQUALS. Platform Name - The name of the platform. Logical operator is EQUALS. Platform Type - The platform type. Logical operator is EQUALS. Tag:key - The key of a tag attached to an Amazon Web Services resource you wish to exclude from automated discovery. Logical operator is NOT_EQUALS. The key for your tag must be appended to Tag: following the example: Tag:name-of-your-key. ProductInformationFilterValue is optional if you are not using values for the key. AccountId - The 12-digit ID of an Amazon Web Services account you wish to exclude from automated discovery. Logical operator is NOT_EQUALS. License Included - The type of license included. Logical operators are EQUALS and NOT_EQUALS. Possible values are: sql-server-enterprise | sql-server-standard | sql-server-web | windows-server-datacenter. The following filters and logical operators are supported when the resource type is RDS: Engine Edition - The edition of the database engine. Logical operator is EQUALS. Possible values are: oracle-ee | oracle-se | oracle-se1 | oracle-se2. License Pack - The license pack. Logical operator is EQUALS. Possible values are: data guard | diagnostic pack sqlt | tuning pack sqlt | ols | olap.
|
|
2024
2193
|
*/
|
|
2025
2194
|
ProductInformationFilterList: ProductInformationFilterList;
|
|
2026
2195
|
}
|
|
@@ -2051,6 +2220,9 @@ declare namespace LicenseManager {
|
|
|
2051
2220
|
* Received status.
|
|
2052
2221
|
*/
|
|
2053
2222
|
ReceivedStatus?: ReceivedStatus;
|
|
2223
|
+
/**
|
|
2224
|
+
* Received status reason.
|
|
2225
|
+
*/
|
|
2054
2226
|
ReceivedStatusReason?: StatusReasonMessage;
|
|
2055
2227
|
/**
|
|
2056
2228
|
* Allowed operations.
|
|
@@ -2081,13 +2253,13 @@ declare namespace LicenseManager {
|
|
|
2081
2253
|
export type RenewType = "None"|"Weekly"|"Monthly"|string;
|
|
2082
2254
|
export interface ReportContext {
|
|
2083
2255
|
/**
|
|
2084
|
-
* Amazon Resource
|
|
2256
|
+
* Amazon Resource Name (ARN) of the license configuration that this generator reports on.
|
|
2085
2257
|
*/
|
|
2086
2258
|
licenseConfigurationArns: ArnList;
|
|
2087
2259
|
}
|
|
2088
2260
|
export interface ReportFrequency {
|
|
2089
2261
|
/**
|
|
2090
|
-
* Number of times within the frequency period that a report
|
|
2262
|
+
* Number of times within the frequency period that a report is generated. The only supported value is 1.
|
|
2091
2263
|
*/
|
|
2092
2264
|
value?: Integer;
|
|
2093
2265
|
/**
|
|
@@ -2106,15 +2278,15 @@ declare namespace LicenseManager {
|
|
|
2106
2278
|
*/
|
|
2107
2279
|
ReportType?: ReportTypeList;
|
|
2108
2280
|
/**
|
|
2109
|
-
* License configuration type this generator
|
|
2281
|
+
* License configuration type for this generator.
|
|
2110
2282
|
*/
|
|
2111
2283
|
ReportContext?: ReportContext;
|
|
2112
2284
|
/**
|
|
2113
|
-
* Details
|
|
2285
|
+
* Details about how frequently reports are generated.
|
|
2114
2286
|
*/
|
|
2115
2287
|
ReportFrequency?: ReportFrequency;
|
|
2116
2288
|
/**
|
|
2117
|
-
* Amazon Resource
|
|
2289
|
+
* Amazon Resource Name (ARN) of the report generator.
|
|
2118
2290
|
*/
|
|
2119
2291
|
LicenseManagerReportGeneratorArn?: String;
|
|
2120
2292
|
/**
|
|
@@ -2130,7 +2302,7 @@ declare namespace LicenseManager {
|
|
|
2130
2302
|
*/
|
|
2131
2303
|
LastReportGenerationTime?: String;
|
|
2132
2304
|
/**
|
|
2133
|
-
* The
|
|
2305
|
+
* The Amazon Web Services account ID used to create the report generator.
|
|
2134
2306
|
*/
|
|
2135
2307
|
ReportCreatorAccount?: String;
|
|
2136
2308
|
/**
|
|
@@ -2307,7 +2479,7 @@ declare namespace LicenseManager {
|
|
|
2307
2479
|
}
|
|
2308
2480
|
export interface UpdateLicenseManagerReportGeneratorRequest {
|
|
2309
2481
|
/**
|
|
2310
|
-
* Amazon Resource
|
|
2482
|
+
* Amazon Resource Name (ARN) of the report generator to update.
|
|
2311
2483
|
*/
|
|
2312
2484
|
LicenseManagerReportGeneratorArn: String;
|
|
2313
2485
|
/**
|
|
@@ -2315,15 +2487,15 @@ declare namespace LicenseManager {
|
|
|
2315
2487
|
*/
|
|
2316
2488
|
ReportGeneratorName: ReportGeneratorName;
|
|
2317
2489
|
/**
|
|
2318
|
-
* Type of reports to generate. The following report types
|
|
2490
|
+
* Type of reports to generate. The following report types are supported: License configuration report - Reports the number and details of consumed licenses for a license configuration. Resource report - Reports the tracked licenses and resource consumption for a license configuration.
|
|
2319
2491
|
*/
|
|
2320
2492
|
Type: ReportTypeList;
|
|
2321
2493
|
/**
|
|
2322
|
-
*
|
|
2494
|
+
* The report context.
|
|
2323
2495
|
*/
|
|
2324
2496
|
ReportContext: ReportContext;
|
|
2325
2497
|
/**
|
|
2326
|
-
* Frequency by which reports are generated.
|
|
2498
|
+
* Frequency by which reports are generated.
|
|
2327
2499
|
*/
|
|
2328
2500
|
ReportFrequency: ReportFrequency;
|
|
2329
2501
|
/**
|
|
@@ -2339,7 +2511,7 @@ declare namespace LicenseManager {
|
|
|
2339
2511
|
}
|
|
2340
2512
|
export interface UpdateLicenseSpecificationsForResourceRequest {
|
|
2341
2513
|
/**
|
|
2342
|
-
* Amazon Resource Name (ARN) of the
|
|
2514
|
+
* Amazon Resource Name (ARN) of the Amazon Web Services resource.
|
|
2343
2515
|
*/
|
|
2344
2516
|
ResourceArn: String;
|
|
2345
2517
|
/**
|
|
@@ -2363,7 +2535,7 @@ declare namespace LicenseManager {
|
|
|
2363
2535
|
*/
|
|
2364
2536
|
SnsTopicArn?: String;
|
|
2365
2537
|
/**
|
|
2366
|
-
* Enables integration with
|
|
2538
|
+
* Enables integration with Organizations for cross-account discovery.
|
|
2367
2539
|
*/
|
|
2368
2540
|
OrganizationConfiguration?: OrganizationConfiguration;
|
|
2369
2541
|
/**
|
|
@@ -2373,6 +2545,7 @@ declare namespace LicenseManager {
|
|
|
2373
2545
|
}
|
|
2374
2546
|
export interface UpdateServiceSettingsResponse {
|
|
2375
2547
|
}
|
|
2548
|
+
export type UsageOperation = string;
|
|
2376
2549
|
/**
|
|
2377
2550
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
2378
2551
|
*/
|