@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
|
@@ -555,18 +555,36 @@ declare namespace RoboMaker {
|
|
|
555
555
|
}
|
|
556
556
|
export type ClientRequestToken = string;
|
|
557
557
|
export type Command = string;
|
|
558
|
+
export type CommandList = NonEmptyString[];
|
|
558
559
|
export interface Compute {
|
|
559
560
|
/**
|
|
560
|
-
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the
|
|
561
|
+
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
|
|
561
562
|
*/
|
|
562
563
|
simulationUnitLimit?: SimulationUnit;
|
|
564
|
+
/**
|
|
565
|
+
* Compute type information for the simulation job.
|
|
566
|
+
*/
|
|
567
|
+
computeType?: ComputeType;
|
|
568
|
+
/**
|
|
569
|
+
* Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
|
|
570
|
+
*/
|
|
571
|
+
gpuUnitLimit?: GPUUnit;
|
|
563
572
|
}
|
|
564
573
|
export interface ComputeResponse {
|
|
565
574
|
/**
|
|
566
|
-
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the
|
|
575
|
+
* The simulation unit limit. Your simulation is allocated CPU and memory proportional to the supplied simulation unit limit. A simulation unit is 1 vcpu and 2GB of memory. You are only billed for the SU utilization you consume up to the maximum value provided. The default is 15.
|
|
567
576
|
*/
|
|
568
577
|
simulationUnitLimit?: SimulationUnit;
|
|
578
|
+
/**
|
|
579
|
+
* Compute type response information for the simulation job.
|
|
580
|
+
*/
|
|
581
|
+
computeType?: ComputeType;
|
|
582
|
+
/**
|
|
583
|
+
* Compute GPU unit limit for the simulation job. It is the same as the number of GPUs allocated to the SimulationJob.
|
|
584
|
+
*/
|
|
585
|
+
gpuUnitLimit?: GPUUnit;
|
|
569
586
|
}
|
|
587
|
+
export type ComputeType = "CPU"|"GPU_AND_CPU"|string;
|
|
570
588
|
export interface CreateDeploymentJobRequest {
|
|
571
589
|
/**
|
|
572
590
|
* The requested deployment configuration.
|
|
@@ -663,7 +681,7 @@ declare namespace RoboMaker {
|
|
|
663
681
|
/**
|
|
664
682
|
* The sources of the robot application.
|
|
665
683
|
*/
|
|
666
|
-
sources
|
|
684
|
+
sources?: SourceConfigs;
|
|
667
685
|
/**
|
|
668
686
|
* The robot software suite (ROS distribuition) used by the robot application.
|
|
669
687
|
*/
|
|
@@ -672,6 +690,10 @@ declare namespace RoboMaker {
|
|
|
672
690
|
* A map that contains tag keys and tag values that are attached to the robot application.
|
|
673
691
|
*/
|
|
674
692
|
tags?: TagMap;
|
|
693
|
+
/**
|
|
694
|
+
* The object that contains that URI of the Docker image that you use for your robot application.
|
|
695
|
+
*/
|
|
696
|
+
environment?: Environment;
|
|
675
697
|
}
|
|
676
698
|
export interface CreateRobotApplicationResponse {
|
|
677
699
|
/**
|
|
@@ -706,6 +728,10 @@ declare namespace RoboMaker {
|
|
|
706
728
|
* The list of all tags added to the robot application.
|
|
707
729
|
*/
|
|
708
730
|
tags?: TagMap;
|
|
731
|
+
/**
|
|
732
|
+
* An object that contains the Docker image URI used to a create your robot application.
|
|
733
|
+
*/
|
|
734
|
+
environment?: Environment;
|
|
709
735
|
}
|
|
710
736
|
export interface CreateRobotApplicationVersionRequest {
|
|
711
737
|
/**
|
|
@@ -716,6 +742,14 @@ declare namespace RoboMaker {
|
|
|
716
742
|
* The current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.
|
|
717
743
|
*/
|
|
718
744
|
currentRevisionId?: RevisionId;
|
|
745
|
+
/**
|
|
746
|
+
* The Amazon S3 identifier for the zip file bundle that you use for your robot application.
|
|
747
|
+
*/
|
|
748
|
+
s3Etags?: S3Etags;
|
|
749
|
+
/**
|
|
750
|
+
* A SHA256 identifier for the Docker image that you use for your robot application.
|
|
751
|
+
*/
|
|
752
|
+
imageDigest?: ImageDigest;
|
|
719
753
|
}
|
|
720
754
|
export interface CreateRobotApplicationVersionResponse {
|
|
721
755
|
/**
|
|
@@ -746,6 +780,10 @@ declare namespace RoboMaker {
|
|
|
746
780
|
* The revision id of the robot application.
|
|
747
781
|
*/
|
|
748
782
|
revisionId?: RevisionId;
|
|
783
|
+
/**
|
|
784
|
+
* The object that contains the Docker image URI used to create your robot application.
|
|
785
|
+
*/
|
|
786
|
+
environment?: Environment;
|
|
749
787
|
}
|
|
750
788
|
export interface CreateRobotRequest {
|
|
751
789
|
/**
|
|
@@ -799,7 +837,7 @@ declare namespace RoboMaker {
|
|
|
799
837
|
/**
|
|
800
838
|
* The sources of the simulation application.
|
|
801
839
|
*/
|
|
802
|
-
sources
|
|
840
|
+
sources?: SourceConfigs;
|
|
803
841
|
/**
|
|
804
842
|
* The simulation software suite used by the simulation application.
|
|
805
843
|
*/
|
|
@@ -816,6 +854,10 @@ declare namespace RoboMaker {
|
|
|
816
854
|
* A map that contains tag keys and tag values that are attached to the simulation application.
|
|
817
855
|
*/
|
|
818
856
|
tags?: TagMap;
|
|
857
|
+
/**
|
|
858
|
+
* The object that contains the Docker image URI used to create your simulation application.
|
|
859
|
+
*/
|
|
860
|
+
environment?: Environment;
|
|
819
861
|
}
|
|
820
862
|
export interface CreateSimulationApplicationResponse {
|
|
821
863
|
/**
|
|
@@ -858,6 +900,10 @@ declare namespace RoboMaker {
|
|
|
858
900
|
* The list of all tags added to the simulation application.
|
|
859
901
|
*/
|
|
860
902
|
tags?: TagMap;
|
|
903
|
+
/**
|
|
904
|
+
* The object that contains the Docker image URI that you used to create your simulation application.
|
|
905
|
+
*/
|
|
906
|
+
environment?: Environment;
|
|
861
907
|
}
|
|
862
908
|
export interface CreateSimulationApplicationVersionRequest {
|
|
863
909
|
/**
|
|
@@ -868,6 +914,14 @@ declare namespace RoboMaker {
|
|
|
868
914
|
* The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
|
|
869
915
|
*/
|
|
870
916
|
currentRevisionId?: RevisionId;
|
|
917
|
+
/**
|
|
918
|
+
* The Amazon S3 eTag identifier for the zip file bundle that you use to create the simulation application.
|
|
919
|
+
*/
|
|
920
|
+
s3Etags?: S3Etags;
|
|
921
|
+
/**
|
|
922
|
+
* The SHA256 digest used to identify the Docker image URI used to created the simulation application.
|
|
923
|
+
*/
|
|
924
|
+
imageDigest?: ImageDigest;
|
|
871
925
|
}
|
|
872
926
|
export interface CreateSimulationApplicationVersionResponse {
|
|
873
927
|
/**
|
|
@@ -906,6 +960,10 @@ declare namespace RoboMaker {
|
|
|
906
960
|
* The revision ID of the simulation application.
|
|
907
961
|
*/
|
|
908
962
|
revisionId?: RevisionId;
|
|
963
|
+
/**
|
|
964
|
+
* The object that contains the Docker image URI used to create the simulation application.
|
|
965
|
+
*/
|
|
966
|
+
environment?: Environment;
|
|
909
967
|
}
|
|
910
968
|
export interface CreateSimulationJobRequest {
|
|
911
969
|
/**
|
|
@@ -1200,6 +1258,14 @@ declare namespace RoboMaker {
|
|
|
1200
1258
|
* The list of S3 keys identifying the data source files.
|
|
1201
1259
|
*/
|
|
1202
1260
|
s3Keys?: S3KeyOutputs;
|
|
1261
|
+
/**
|
|
1262
|
+
* The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file. If you don't specify a field, the default value is File.
|
|
1263
|
+
*/
|
|
1264
|
+
type?: DataSourceType;
|
|
1265
|
+
/**
|
|
1266
|
+
* The location where your files are mounted in the container image. If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file. If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source. If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.
|
|
1267
|
+
*/
|
|
1268
|
+
destination?: Path;
|
|
1203
1269
|
}
|
|
1204
1270
|
export interface DataSourceConfig {
|
|
1205
1271
|
/**
|
|
@@ -1213,10 +1279,19 @@ declare namespace RoboMaker {
|
|
|
1213
1279
|
/**
|
|
1214
1280
|
* The list of S3 keys identifying the data source files.
|
|
1215
1281
|
*/
|
|
1216
|
-
s3Keys:
|
|
1282
|
+
s3Keys: S3KeysOrPrefixes;
|
|
1283
|
+
/**
|
|
1284
|
+
* The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file. If you don't specify a field, the default value is File.
|
|
1285
|
+
*/
|
|
1286
|
+
type?: DataSourceType;
|
|
1287
|
+
/**
|
|
1288
|
+
* The location where your files are mounted in the container image. If you've specified the type of the data source as an Archive, you must provide an Amazon S3 object key to your archive. The object key must point to either a .zip or .tar.gz file. If you've specified the type of the data source as a Prefix, you provide the Amazon S3 prefix that points to the files that you are using for your data source. If you've specified the type of the data source as a File, you provide the Amazon S3 path to the file that you're using as your data source.
|
|
1289
|
+
*/
|
|
1290
|
+
destination?: Path;
|
|
1217
1291
|
}
|
|
1218
1292
|
export type DataSourceConfigs = DataSourceConfig[];
|
|
1219
1293
|
export type DataSourceNames = Name[];
|
|
1294
|
+
export type DataSourceType = "Prefix"|"Archive"|"File"|string;
|
|
1220
1295
|
export type DataSources = DataSource[];
|
|
1221
1296
|
export interface DeleteFleetRequest {
|
|
1222
1297
|
/**
|
|
@@ -1511,6 +1586,14 @@ declare namespace RoboMaker {
|
|
|
1511
1586
|
* The list of all tags added to the specified robot application.
|
|
1512
1587
|
*/
|
|
1513
1588
|
tags?: TagMap;
|
|
1589
|
+
/**
|
|
1590
|
+
* The object that contains the Docker image URI used to create the robot application.
|
|
1591
|
+
*/
|
|
1592
|
+
environment?: Environment;
|
|
1593
|
+
/**
|
|
1594
|
+
* A SHA256 identifier for the Docker image that you use for your robot application.
|
|
1595
|
+
*/
|
|
1596
|
+
imageDigest?: ImageDigest;
|
|
1514
1597
|
}
|
|
1515
1598
|
export interface DescribeRobotRequest {
|
|
1516
1599
|
/**
|
|
@@ -1611,6 +1694,14 @@ declare namespace RoboMaker {
|
|
|
1611
1694
|
* The list of all tags added to the specified simulation application.
|
|
1612
1695
|
*/
|
|
1613
1696
|
tags?: TagMap;
|
|
1697
|
+
/**
|
|
1698
|
+
* The object that contains the Docker image URI used to create the simulation application.
|
|
1699
|
+
*/
|
|
1700
|
+
environment?: Environment;
|
|
1701
|
+
/**
|
|
1702
|
+
* A SHA256 identifier for the Docker image that you use for your simulation application.
|
|
1703
|
+
*/
|
|
1704
|
+
imageDigest?: ImageDigest;
|
|
1614
1705
|
}
|
|
1615
1706
|
export interface DescribeSimulationJobBatchRequest {
|
|
1616
1707
|
/**
|
|
@@ -1925,6 +2016,12 @@ declare namespace RoboMaker {
|
|
|
1925
2016
|
*/
|
|
1926
2017
|
version?: GenericString;
|
|
1927
2018
|
}
|
|
2019
|
+
export interface Environment {
|
|
2020
|
+
/**
|
|
2021
|
+
* The Docker image URI for either your robot or simulation applications.
|
|
2022
|
+
*/
|
|
2023
|
+
uri?: RepositoryUrl;
|
|
2024
|
+
}
|
|
1928
2025
|
export type EnvironmentVariableKey = string;
|
|
1929
2026
|
export type EnvironmentVariableMap = {[key: string]: EnvironmentVariableValue};
|
|
1930
2027
|
export type EnvironmentVariableValue = string;
|
|
@@ -2014,6 +2111,7 @@ declare namespace RoboMaker {
|
|
|
2014
2111
|
}
|
|
2015
2112
|
export type Fleets = Fleet[];
|
|
2016
2113
|
export type FloorplanCount = number;
|
|
2114
|
+
export type GPUUnit = number;
|
|
2017
2115
|
export type GenericInteger = number;
|
|
2018
2116
|
export type GenericString = string;
|
|
2019
2117
|
export interface GetWorldTemplateBodyRequest {
|
|
@@ -2034,6 +2132,7 @@ declare namespace RoboMaker {
|
|
|
2034
2132
|
}
|
|
2035
2133
|
export type IamRole = string;
|
|
2036
2134
|
export type Id = string;
|
|
2135
|
+
export type ImageDigest = string;
|
|
2037
2136
|
export type Integer = number;
|
|
2038
2137
|
export type InteriorCountPerFloorplan = number;
|
|
2039
2138
|
export type JobDuration = number;
|
|
@@ -2044,11 +2143,11 @@ declare namespace RoboMaker {
|
|
|
2044
2143
|
/**
|
|
2045
2144
|
* The package name.
|
|
2046
2145
|
*/
|
|
2047
|
-
packageName
|
|
2146
|
+
packageName?: Command;
|
|
2048
2147
|
/**
|
|
2049
2148
|
* The launch file name.
|
|
2050
2149
|
*/
|
|
2051
|
-
launchFile
|
|
2150
|
+
launchFile?: Command;
|
|
2052
2151
|
/**
|
|
2053
2152
|
* The environment variables for the application launch.
|
|
2054
2153
|
*/
|
|
@@ -2061,6 +2160,10 @@ declare namespace RoboMaker {
|
|
|
2061
2160
|
* Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.
|
|
2062
2161
|
*/
|
|
2063
2162
|
streamUI?: Boolean;
|
|
2163
|
+
/**
|
|
2164
|
+
* If you've specified General as the value for your RobotSoftwareSuite, you can use this field to specify a list of commands for your container image. If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.
|
|
2165
|
+
*/
|
|
2166
|
+
command?: CommandList;
|
|
2064
2167
|
}
|
|
2065
2168
|
export interface ListDeploymentJobsRequest {
|
|
2066
2169
|
/**
|
|
@@ -2453,6 +2556,7 @@ declare namespace RoboMaker {
|
|
|
2453
2556
|
}
|
|
2454
2557
|
export type RenderingEngineType = "OGRE"|string;
|
|
2455
2558
|
export type RenderingEngineVersionType = string;
|
|
2559
|
+
export type RepositoryUrl = string;
|
|
2456
2560
|
export interface RestartSimulationJobRequest {
|
|
2457
2561
|
/**
|
|
2458
2562
|
* The Amazon Resource Name (ARN) of the simulation job.
|
|
@@ -2597,25 +2701,27 @@ declare namespace RoboMaker {
|
|
|
2597
2701
|
*/
|
|
2598
2702
|
version?: RobotSoftwareSuiteVersionType;
|
|
2599
2703
|
}
|
|
2600
|
-
export type RobotSoftwareSuiteType = "ROS"|"ROS2"|string;
|
|
2704
|
+
export type RobotSoftwareSuiteType = "ROS"|"ROS2"|"General"|string;
|
|
2601
2705
|
export type RobotSoftwareSuiteVersionType = "Kinetic"|"Melodic"|"Dashing"|"Foxy"|string;
|
|
2602
2706
|
export type RobotStatus = "Available"|"Registered"|"PendingNewDeployment"|"Deploying"|"Failed"|"InSync"|"NoResponse"|string;
|
|
2603
2707
|
export type Robots = Robot[];
|
|
2604
2708
|
export type S3Bucket = string;
|
|
2605
2709
|
export type S3Etag = string;
|
|
2710
|
+
export type S3Etags = S3Etag[];
|
|
2606
2711
|
export type S3Key = string;
|
|
2712
|
+
export type S3KeyOrPrefix = string;
|
|
2607
2713
|
export interface S3KeyOutput {
|
|
2608
2714
|
/**
|
|
2609
2715
|
* The S3 key.
|
|
2610
2716
|
*/
|
|
2611
|
-
s3Key?:
|
|
2717
|
+
s3Key?: S3KeyOrPrefix;
|
|
2612
2718
|
/**
|
|
2613
2719
|
* The etag for the object.
|
|
2614
2720
|
*/
|
|
2615
2721
|
etag?: S3Etag;
|
|
2616
2722
|
}
|
|
2617
2723
|
export type S3KeyOutputs = S3KeyOutput[];
|
|
2618
|
-
export type
|
|
2724
|
+
export type S3KeysOrPrefixes = S3KeyOrPrefix[];
|
|
2619
2725
|
export interface S3Object {
|
|
2620
2726
|
/**
|
|
2621
2727
|
* The bucket containing the object.
|
|
@@ -2886,6 +2992,10 @@ declare namespace RoboMaker {
|
|
|
2886
2992
|
* The names of the data sources.
|
|
2887
2993
|
*/
|
|
2888
2994
|
dataSourceNames?: DataSourceNames;
|
|
2995
|
+
/**
|
|
2996
|
+
* The compute type for the simulation job summary.
|
|
2997
|
+
*/
|
|
2998
|
+
computeType?: ComputeType;
|
|
2889
2999
|
}
|
|
2890
3000
|
export type SimulationJobs = SimulationJob[];
|
|
2891
3001
|
export interface SimulationSoftwareSuite {
|
|
@@ -2898,7 +3008,7 @@ declare namespace RoboMaker {
|
|
|
2898
3008
|
*/
|
|
2899
3009
|
version?: SimulationSoftwareSuiteVersionType;
|
|
2900
3010
|
}
|
|
2901
|
-
export type SimulationSoftwareSuiteType = "Gazebo"|"RosbagPlay"|string;
|
|
3011
|
+
export type SimulationSoftwareSuiteType = "Gazebo"|"RosbagPlay"|"SimulationRuntime"|string;
|
|
2902
3012
|
export type SimulationSoftwareSuiteVersionType = string;
|
|
2903
3013
|
export type SimulationTimeMillis = number;
|
|
2904
3014
|
export type SimulationUnit = number;
|
|
@@ -3139,7 +3249,7 @@ declare namespace RoboMaker {
|
|
|
3139
3249
|
/**
|
|
3140
3250
|
* The sources of the robot application.
|
|
3141
3251
|
*/
|
|
3142
|
-
sources
|
|
3252
|
+
sources?: SourceConfigs;
|
|
3143
3253
|
/**
|
|
3144
3254
|
* The robot software suite (ROS distribution) used by the robot application.
|
|
3145
3255
|
*/
|
|
@@ -3148,6 +3258,10 @@ declare namespace RoboMaker {
|
|
|
3148
3258
|
* The revision id for the robot application.
|
|
3149
3259
|
*/
|
|
3150
3260
|
currentRevisionId?: RevisionId;
|
|
3261
|
+
/**
|
|
3262
|
+
* The object that contains the Docker image URI for your robot application.
|
|
3263
|
+
*/
|
|
3264
|
+
environment?: Environment;
|
|
3151
3265
|
}
|
|
3152
3266
|
export interface UpdateRobotApplicationResponse {
|
|
3153
3267
|
/**
|
|
@@ -3178,6 +3292,10 @@ declare namespace RoboMaker {
|
|
|
3178
3292
|
* The revision id of the robot application.
|
|
3179
3293
|
*/
|
|
3180
3294
|
revisionId?: RevisionId;
|
|
3295
|
+
/**
|
|
3296
|
+
* The object that contains the Docker image URI for your robot application.
|
|
3297
|
+
*/
|
|
3298
|
+
environment?: Environment;
|
|
3181
3299
|
}
|
|
3182
3300
|
export interface UpdateSimulationApplicationRequest {
|
|
3183
3301
|
/**
|
|
@@ -3187,7 +3305,7 @@ declare namespace RoboMaker {
|
|
|
3187
3305
|
/**
|
|
3188
3306
|
* The sources of the simulation application.
|
|
3189
3307
|
*/
|
|
3190
|
-
sources
|
|
3308
|
+
sources?: SourceConfigs;
|
|
3191
3309
|
/**
|
|
3192
3310
|
* The simulation software suite used by the simulation application.
|
|
3193
3311
|
*/
|
|
@@ -3204,6 +3322,10 @@ declare namespace RoboMaker {
|
|
|
3204
3322
|
* The revision id for the robot application.
|
|
3205
3323
|
*/
|
|
3206
3324
|
currentRevisionId?: RevisionId;
|
|
3325
|
+
/**
|
|
3326
|
+
* The object that contains the Docker image URI for your simulation application.
|
|
3327
|
+
*/
|
|
3328
|
+
environment?: Environment;
|
|
3207
3329
|
}
|
|
3208
3330
|
export interface UpdateSimulationApplicationResponse {
|
|
3209
3331
|
/**
|
|
@@ -3242,6 +3364,10 @@ declare namespace RoboMaker {
|
|
|
3242
3364
|
* The revision id of the simulation application.
|
|
3243
3365
|
*/
|
|
3244
3366
|
revisionId?: RevisionId;
|
|
3367
|
+
/**
|
|
3368
|
+
* The object that contains the Docker image URI used for your simulation application.
|
|
3369
|
+
*/
|
|
3370
|
+
environment?: Environment;
|
|
3245
3371
|
}
|
|
3246
3372
|
export interface UpdateWorldTemplateRequest {
|
|
3247
3373
|
/**
|
|
@@ -211,6 +211,14 @@ declare class Route53Resolver extends Service {
|
|
|
211
211
|
* Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
|
|
212
212
|
*/
|
|
213
213
|
getFirewallRuleGroupPolicy(callback?: (err: AWSError, data: Route53Resolver.Types.GetFirewallRuleGroupPolicyResponse) => void): Request<Route53Resolver.Types.GetFirewallRuleGroupPolicyResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
* Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
|
|
216
|
+
*/
|
|
217
|
+
getResolverConfig(params: Route53Resolver.Types.GetResolverConfigRequest, callback?: (err: AWSError, data: Route53Resolver.Types.GetResolverConfigResponse) => void): Request<Route53Resolver.Types.GetResolverConfigResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
* Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
|
|
220
|
+
*/
|
|
221
|
+
getResolverConfig(callback?: (err: AWSError, data: Route53Resolver.Types.GetResolverConfigResponse) => void): Request<Route53Resolver.Types.GetResolverConfigResponse, AWSError>;
|
|
214
222
|
/**
|
|
215
223
|
* Gets DNSSEC validation information for a specified resource.
|
|
216
224
|
*/
|
|
@@ -331,6 +339,14 @@ declare class Route53Resolver extends Service {
|
|
|
331
339
|
* Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC. A single call might return only a partial list of the rules. For information, see MaxResults.
|
|
332
340
|
*/
|
|
333
341
|
listFirewallRules(callback?: (err: AWSError, data: Route53Resolver.Types.ListFirewallRulesResponse) => void): Request<Route53Resolver.Types.ListFirewallRulesResponse, AWSError>;
|
|
342
|
+
/**
|
|
343
|
+
* Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
|
|
344
|
+
*/
|
|
345
|
+
listResolverConfigs(params: Route53Resolver.Types.ListResolverConfigsRequest, callback?: (err: AWSError, data: Route53Resolver.Types.ListResolverConfigsResponse) => void): Request<Route53Resolver.Types.ListResolverConfigsResponse, AWSError>;
|
|
346
|
+
/**
|
|
347
|
+
* Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
|
|
348
|
+
*/
|
|
349
|
+
listResolverConfigs(callback?: (err: AWSError, data: Route53Resolver.Types.ListResolverConfigsResponse) => void): Request<Route53Resolver.Types.ListResolverConfigsResponse, AWSError>;
|
|
334
350
|
/**
|
|
335
351
|
* Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
|
|
336
352
|
*/
|
|
@@ -467,6 +483,14 @@ declare class Route53Resolver extends Service {
|
|
|
467
483
|
* Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
|
|
468
484
|
*/
|
|
469
485
|
updateFirewallRuleGroupAssociation(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateFirewallRuleGroupAssociationResponse) => void): Request<Route53Resolver.Types.UpdateFirewallRuleGroupAssociationResponse, AWSError>;
|
|
486
|
+
/**
|
|
487
|
+
* Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
|
|
488
|
+
*/
|
|
489
|
+
updateResolverConfig(params: Route53Resolver.Types.UpdateResolverConfigRequest, callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverConfigResponse, AWSError>;
|
|
490
|
+
/**
|
|
491
|
+
* Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
|
|
492
|
+
*/
|
|
493
|
+
updateResolverConfig(callback?: (err: AWSError, data: Route53Resolver.Types.UpdateResolverConfigResponse) => void): Request<Route53Resolver.Types.UpdateResolverConfigResponse, AWSError>;
|
|
470
494
|
/**
|
|
471
495
|
* Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
|
|
472
496
|
*/
|
|
@@ -584,6 +608,7 @@ declare namespace Route53Resolver {
|
|
|
584
608
|
*/
|
|
585
609
|
ResolverRuleAssociation?: ResolverRuleAssociation;
|
|
586
610
|
}
|
|
611
|
+
export type AutodefinedReverseFlag = "ENABLE"|"DISABLE"|string;
|
|
587
612
|
export type BlockOverrideDnsType = "CNAME"|string;
|
|
588
613
|
export type BlockOverrideDomain = string;
|
|
589
614
|
export type BlockOverrideTtl = number;
|
|
@@ -1256,6 +1281,18 @@ declare namespace Route53Resolver {
|
|
|
1256
1281
|
*/
|
|
1257
1282
|
FirewallRuleGroup?: FirewallRuleGroup;
|
|
1258
1283
|
}
|
|
1284
|
+
export interface GetResolverConfigRequest {
|
|
1285
|
+
/**
|
|
1286
|
+
* Resource ID of the Amazon VPC that you want to get information about.
|
|
1287
|
+
*/
|
|
1288
|
+
ResourceId: ResourceId;
|
|
1289
|
+
}
|
|
1290
|
+
export interface GetResolverConfigResponse {
|
|
1291
|
+
/**
|
|
1292
|
+
* Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig request.
|
|
1293
|
+
*/
|
|
1294
|
+
ResolverConfig?: ResolverConfig;
|
|
1295
|
+
}
|
|
1259
1296
|
export interface GetResolverDnssecConfigRequest {
|
|
1260
1297
|
/**
|
|
1261
1298
|
* The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
|
|
@@ -1597,6 +1634,27 @@ declare namespace Route53Resolver {
|
|
|
1597
1634
|
*/
|
|
1598
1635
|
FirewallRules?: FirewallRules;
|
|
1599
1636
|
}
|
|
1637
|
+
export type ListResolverConfigsMaxResult = number;
|
|
1638
|
+
export interface ListResolverConfigsRequest {
|
|
1639
|
+
/**
|
|
1640
|
+
* The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.
|
|
1641
|
+
*/
|
|
1642
|
+
MaxResults?: ListResolverConfigsMaxResult;
|
|
1643
|
+
/**
|
|
1644
|
+
* (Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results. For the first ListResolverConfigs request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.
|
|
1645
|
+
*/
|
|
1646
|
+
NextToken?: NextToken;
|
|
1647
|
+
}
|
|
1648
|
+
export interface ListResolverConfigsResponse {
|
|
1649
|
+
/**
|
|
1650
|
+
* If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken doesn't appear in the response. If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.
|
|
1651
|
+
*/
|
|
1652
|
+
NextToken?: NextToken;
|
|
1653
|
+
/**
|
|
1654
|
+
* An array that contains one ResolverConfigs element for each Resolver configuration that is associated with the current Amazon Web Services account.
|
|
1655
|
+
*/
|
|
1656
|
+
ResolverConfigs?: ResolverConfigList;
|
|
1657
|
+
}
|
|
1600
1658
|
export interface ListResolverDnssecConfigsRequest {
|
|
1601
1659
|
/**
|
|
1602
1660
|
* Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don't specify a value for MaxResults, Route 53 returns up to 100 configuration per page.
|
|
@@ -1891,6 +1949,26 @@ declare namespace Route53Resolver {
|
|
|
1891
1949
|
*/
|
|
1892
1950
|
ReturnValue?: Boolean;
|
|
1893
1951
|
}
|
|
1952
|
+
export type ResolverAutodefinedReverseStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|string;
|
|
1953
|
+
export interface ResolverConfig {
|
|
1954
|
+
/**
|
|
1955
|
+
* ID for the Resolver configuration.
|
|
1956
|
+
*/
|
|
1957
|
+
Id?: ResourceId;
|
|
1958
|
+
/**
|
|
1959
|
+
* The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
|
|
1960
|
+
*/
|
|
1961
|
+
ResourceId?: ResourceId;
|
|
1962
|
+
/**
|
|
1963
|
+
* The owner account ID of the Amazon Virtual Private Cloud VPC.
|
|
1964
|
+
*/
|
|
1965
|
+
OwnerId?: AccountId;
|
|
1966
|
+
/**
|
|
1967
|
+
* The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following: Status of the rules generated by VPCs based on CIDR/Region for reverse DNS resolution. The status can be one of following: ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete. ENABLED: Autodefined rules for reverse DNS lookups are enabled. DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete. DISABLED: Autodefined rules for reverse DNS lookups are disabled.
|
|
1968
|
+
*/
|
|
1969
|
+
AutodefinedReverse?: ResolverAutodefinedReverseStatus;
|
|
1970
|
+
}
|
|
1971
|
+
export type ResolverConfigList = ResolverConfig[];
|
|
1894
1972
|
export type ResolverDNSSECValidationStatus = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|string;
|
|
1895
1973
|
export interface ResolverDnssecConfig {
|
|
1896
1974
|
/**
|
|
@@ -2323,6 +2401,22 @@ declare namespace Route53Resolver {
|
|
|
2323
2401
|
*/
|
|
2324
2402
|
FirewallRule?: FirewallRule;
|
|
2325
2403
|
}
|
|
2404
|
+
export interface UpdateResolverConfigRequest {
|
|
2405
|
+
/**
|
|
2406
|
+
* Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
|
|
2407
|
+
*/
|
|
2408
|
+
ResourceId: ResourceId;
|
|
2409
|
+
/**
|
|
2410
|
+
* Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide. It can take some time for the status change to be completed.
|
|
2411
|
+
*/
|
|
2412
|
+
AutodefinedReverseFlag: AutodefinedReverseFlag;
|
|
2413
|
+
}
|
|
2414
|
+
export interface UpdateResolverConfigResponse {
|
|
2415
|
+
/**
|
|
2416
|
+
* An array that contains settings for the specified Resolver configuration.
|
|
2417
|
+
*/
|
|
2418
|
+
ResolverConfig?: ResolverConfig;
|
|
2419
|
+
}
|
|
2326
2420
|
export interface UpdateResolverDnssecConfigRequest {
|
|
2327
2421
|
/**
|
|
2328
2422
|
* The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
|