@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
|
@@ -12,43 +12,43 @@ declare class RAM extends Service {
|
|
|
12
12
|
constructor(options?: RAM.Types.ClientConfiguration)
|
|
13
13
|
config: Config & RAM.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Accepts an invitation to a resource share from another Amazon Web Services account.
|
|
15
|
+
* Accepts an invitation to a resource share from another Amazon Web Services account. After you accept the invitation, the resources included in the resource share are available to interact with in the relevant Amazon Web Services Management Consoles and tools.
|
|
16
16
|
*/
|
|
17
17
|
acceptResourceShareInvitation(params: RAM.Types.AcceptResourceShareInvitationRequest, callback?: (err: AWSError, data: RAM.Types.AcceptResourceShareInvitationResponse) => void): Request<RAM.Types.AcceptResourceShareInvitationResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Accepts an invitation to a resource share from another Amazon Web Services account.
|
|
19
|
+
* Accepts an invitation to a resource share from another Amazon Web Services account. After you accept the invitation, the resources included in the resource share are available to interact with in the relevant Amazon Web Services Management Consoles and tools.
|
|
20
20
|
*/
|
|
21
21
|
acceptResourceShareInvitation(callback?: (err: AWSError, data: RAM.Types.AcceptResourceShareInvitationResponse) => void): Request<RAM.Types.AcceptResourceShareInvitationResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Adds the specified list of principals and list of resources to a resource share. Principals that already have access to this resource share immediately receive access to the added resources. Newly added principals immediately receive access to the resources shared in this resource share.
|
|
24
24
|
*/
|
|
25
25
|
associateResourceShare(params: RAM.Types.AssociateResourceShareRequest, callback?: (err: AWSError, data: RAM.Types.AssociateResourceShareResponse) => void): Request<RAM.Types.AssociateResourceShareResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Adds the specified list of principals and list of resources to a resource share. Principals that already have access to this resource share immediately receive access to the added resources. Newly added principals immediately receive access to the resources shared in this resource share.
|
|
28
28
|
*/
|
|
29
29
|
associateResourceShare(callback?: (err: AWSError, data: RAM.Types.AssociateResourceShareResponse) => void): Request<RAM.Types.AssociateResourceShareResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Adds or replaces the RAM permission for a resource type included in a resource share. You can have exactly one permission associated with each resource type in the resource share. You can add a new RAM permission only if there are currently no resources of that resource type currently in the resource share.
|
|
32
32
|
*/
|
|
33
33
|
associateResourceSharePermission(params: RAM.Types.AssociateResourceSharePermissionRequest, callback?: (err: AWSError, data: RAM.Types.AssociateResourceSharePermissionResponse) => void): Request<RAM.Types.AssociateResourceSharePermissionResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Adds or replaces the RAM permission for a resource type included in a resource share. You can have exactly one permission associated with each resource type in the resource share. You can add a new RAM permission only if there are currently no resources of that resource type currently in the resource share.
|
|
36
36
|
*/
|
|
37
37
|
associateResourceSharePermission(callback?: (err: AWSError, data: RAM.Types.AssociateResourceSharePermissionResponse) => void): Request<RAM.Types.AssociateResourceSharePermissionResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates a resource share. You
|
|
39
|
+
* Creates a resource share. You can provide a list of the Amazon Resource Names (ARNs) for the resources that you want to share, a list of principals you want to share the resources with, and the permissions to grant those principals. Sharing a resource makes it available for use by principals outside of the Amazon Web Services account that created the resource. Sharing doesn't change any permissions or quotas that apply to the resource in the account that created it.
|
|
40
40
|
*/
|
|
41
41
|
createResourceShare(params: RAM.Types.CreateResourceShareRequest, callback?: (err: AWSError, data: RAM.Types.CreateResourceShareResponse) => void): Request<RAM.Types.CreateResourceShareResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a resource share. You
|
|
43
|
+
* Creates a resource share. You can provide a list of the Amazon Resource Names (ARNs) for the resources that you want to share, a list of principals you want to share the resources with, and the permissions to grant those principals. Sharing a resource makes it available for use by principals outside of the Amazon Web Services account that created the resource. Sharing doesn't change any permissions or quotas that apply to the resource in the account that created it.
|
|
44
44
|
*/
|
|
45
45
|
createResourceShare(callback?: (err: AWSError, data: RAM.Types.CreateResourceShareResponse) => void): Request<RAM.Types.CreateResourceShareResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Deletes the specified resource share.
|
|
47
|
+
* Deletes the specified resource share. This doesn't delete any of the resources that were associated with the resource share; it only stops the sharing of those resources outside of the Amazon Web Services account that created them.
|
|
48
48
|
*/
|
|
49
49
|
deleteResourceShare(params: RAM.Types.DeleteResourceShareRequest, callback?: (err: AWSError, data: RAM.Types.DeleteResourceShareResponse) => void): Request<RAM.Types.DeleteResourceShareResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Deletes the specified resource share.
|
|
51
|
+
* Deletes the specified resource share. This doesn't delete any of the resources that were associated with the resource share; it only stops the sharing of those resources outside of the Amazon Web Services account that created them.
|
|
52
52
|
*/
|
|
53
53
|
deleteResourceShare(callback?: (err: AWSError, data: RAM.Types.DeleteResourceShareResponse) => void): Request<RAM.Types.DeleteResourceShareResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -60,19 +60,19 @@ declare class RAM extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
disassociateResourceShare(callback?: (err: AWSError, data: RAM.Types.DisassociateResourceShareResponse) => void): Request<RAM.Types.DisassociateResourceShareResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Disassociates an RAM permission from a resource share.
|
|
63
|
+
* Disassociates an RAM permission from a resource share. Permission changes take effect immediately. You can remove a RAM permission from a resource share only if there are currently no resources of the relevant resource type currently attached to the resource share.
|
|
64
64
|
*/
|
|
65
65
|
disassociateResourceSharePermission(params: RAM.Types.DisassociateResourceSharePermissionRequest, callback?: (err: AWSError, data: RAM.Types.DisassociateResourceSharePermissionResponse) => void): Request<RAM.Types.DisassociateResourceSharePermissionResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Disassociates an RAM permission from a resource share.
|
|
67
|
+
* Disassociates an RAM permission from a resource share. Permission changes take effect immediately. You can remove a RAM permission from a resource share only if there are currently no resources of the relevant resource type currently attached to the resource share.
|
|
68
68
|
*/
|
|
69
69
|
disassociateResourceSharePermission(callback?: (err: AWSError, data: RAM.Types.DisassociateResourceSharePermissionResponse) => void): Request<RAM.Types.DisassociateResourceSharePermissionResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Enables resource sharing within your organization in Organizations.
|
|
71
|
+
* Enables resource sharing within your organization in Organizations. Calling this operation enables RAM to retrieve information about the organization and its structure. This lets you share resources with all of the accounts in an organization by specifying the organization's ID, or all of the accounts in an organizational unit (OU) by specifying the OU's ID. Until you enable sharing within the organization, you can specify only individual Amazon Web Services accounts, or for supported resource types, IAM users and roles. You must call this operation from an IAM user or role in the organization's management account.
|
|
72
72
|
*/
|
|
73
73
|
enableSharingWithAwsOrganization(params: RAM.Types.EnableSharingWithAwsOrganizationRequest, callback?: (err: AWSError, data: RAM.Types.EnableSharingWithAwsOrganizationResponse) => void): Request<RAM.Types.EnableSharingWithAwsOrganizationResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Enables resource sharing within your organization in Organizations.
|
|
75
|
+
* Enables resource sharing within your organization in Organizations. Calling this operation enables RAM to retrieve information about the organization and its structure. This lets you share resources with all of the accounts in an organization by specifying the organization's ID, or all of the accounts in an organizational unit (OU) by specifying the OU's ID. Until you enable sharing within the organization, you can specify only individual Amazon Web Services accounts, or for supported resource types, IAM users and roles. You must call this operation from an IAM user or role in the organization's management account.
|
|
76
76
|
*/
|
|
77
77
|
enableSharingWithAwsOrganization(callback?: (err: AWSError, data: RAM.Types.EnableSharingWithAwsOrganizationResponse) => void): Request<RAM.Types.EnableSharingWithAwsOrganizationResponse, AWSError>;
|
|
78
78
|
/**
|
|
@@ -84,59 +84,59 @@ declare class RAM extends Service {
|
|
|
84
84
|
*/
|
|
85
85
|
getPermission(callback?: (err: AWSError, data: RAM.Types.GetPermissionResponse) => void): Request<RAM.Types.GetPermissionResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Retrieves the resource policies for the specified resources that you own and have shared.
|
|
88
88
|
*/
|
|
89
89
|
getResourcePolicies(params: RAM.Types.GetResourcePoliciesRequest, callback?: (err: AWSError, data: RAM.Types.GetResourcePoliciesResponse) => void): Request<RAM.Types.GetResourcePoliciesResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Retrieves the resource policies for the specified resources that you own and have shared.
|
|
92
92
|
*/
|
|
93
93
|
getResourcePolicies(callback?: (err: AWSError, data: RAM.Types.GetResourcePoliciesResponse) => void): Request<RAM.Types.GetResourcePoliciesResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Retrieves the resource and principal associations for resource shares that you own.
|
|
96
96
|
*/
|
|
97
97
|
getResourceShareAssociations(params: RAM.Types.GetResourceShareAssociationsRequest, callback?: (err: AWSError, data: RAM.Types.GetResourceShareAssociationsResponse) => void): Request<RAM.Types.GetResourceShareAssociationsResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* Retrieves the resource and principal associations for resource shares that you own.
|
|
100
100
|
*/
|
|
101
101
|
getResourceShareAssociations(callback?: (err: AWSError, data: RAM.Types.GetResourceShareAssociationsResponse) => void): Request<RAM.Types.GetResourceShareAssociationsResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Retrieves details about invitations that you have received for resource shares.
|
|
104
104
|
*/
|
|
105
105
|
getResourceShareInvitations(params: RAM.Types.GetResourceShareInvitationsRequest, callback?: (err: AWSError, data: RAM.Types.GetResourceShareInvitationsResponse) => void): Request<RAM.Types.GetResourceShareInvitationsResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Retrieves details about invitations that you have received for resource shares.
|
|
108
108
|
*/
|
|
109
109
|
getResourceShareInvitations(callback?: (err: AWSError, data: RAM.Types.GetResourceShareInvitationsResponse) => void): Request<RAM.Types.GetResourceShareInvitationsResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* Retrieves details about the resource shares that you own or that are shared with you.
|
|
112
112
|
*/
|
|
113
113
|
getResourceShares(params: RAM.Types.GetResourceSharesRequest, callback?: (err: AWSError, data: RAM.Types.GetResourceSharesResponse) => void): Request<RAM.Types.GetResourceSharesResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Retrieves details about the resource shares that you own or that are shared with you.
|
|
116
116
|
*/
|
|
117
117
|
getResourceShares(callback?: (err: AWSError, data: RAM.Types.GetResourceSharesResponse) => void): Request<RAM.Types.GetResourceSharesResponse, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
* Lists the resources in a resource share that is shared with you but
|
|
119
|
+
* Lists the resources in a resource share that is shared with you but for which the invitation is still PENDING. That means that you haven't accepted or rejected the invitation and the invitation hasn't expired.
|
|
120
120
|
*/
|
|
121
121
|
listPendingInvitationResources(params: RAM.Types.ListPendingInvitationResourcesRequest, callback?: (err: AWSError, data: RAM.Types.ListPendingInvitationResourcesResponse) => void): Request<RAM.Types.ListPendingInvitationResourcesResponse, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
* Lists the resources in a resource share that is shared with you but
|
|
123
|
+
* Lists the resources in a resource share that is shared with you but for which the invitation is still PENDING. That means that you haven't accepted or rejected the invitation and the invitation hasn't expired.
|
|
124
124
|
*/
|
|
125
125
|
listPendingInvitationResources(callback?: (err: AWSError, data: RAM.Types.ListPendingInvitationResourcesResponse) => void): Request<RAM.Types.ListPendingInvitationResourcesResponse, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* Retrieves a list of available RAM permissions that you can use for the supported resource types.
|
|
128
128
|
*/
|
|
129
129
|
listPermissions(params: RAM.Types.ListPermissionsRequest, callback?: (err: AWSError, data: RAM.Types.ListPermissionsResponse) => void): Request<RAM.Types.ListPermissionsResponse, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* Retrieves a list of available RAM permissions that you can use for the supported resource types.
|
|
132
132
|
*/
|
|
133
133
|
listPermissions(callback?: (err: AWSError, data: RAM.Types.ListPermissionsResponse) => void): Request<RAM.Types.ListPermissionsResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Lists the principals that you
|
|
135
|
+
* Lists the principals that you are sharing resources with or that are sharing resources with you.
|
|
136
136
|
*/
|
|
137
137
|
listPrincipals(params: RAM.Types.ListPrincipalsRequest, callback?: (err: AWSError, data: RAM.Types.ListPrincipalsResponse) => void): Request<RAM.Types.ListPrincipalsResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Lists the principals that you
|
|
139
|
+
* Lists the principals that you are sharing resources with or that are sharing resources with you.
|
|
140
140
|
*/
|
|
141
141
|
listPrincipals(callback?: (err: AWSError, data: RAM.Types.ListPrincipalsResponse) => void): Request<RAM.Types.ListPrincipalsResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -148,11 +148,11 @@ declare class RAM extends Service {
|
|
|
148
148
|
*/
|
|
149
149
|
listResourceSharePermissions(callback?: (err: AWSError, data: RAM.Types.ListResourceSharePermissionsResponse) => void): Request<RAM.Types.ListResourceSharePermissionsResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
* Lists the
|
|
151
|
+
* Lists the resource types that can be shared by RAM.
|
|
152
152
|
*/
|
|
153
153
|
listResourceTypes(params: RAM.Types.ListResourceTypesRequest, callback?: (err: AWSError, data: RAM.Types.ListResourceTypesResponse) => void): Request<RAM.Types.ListResourceTypesResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
* Lists the
|
|
155
|
+
* Lists the resource types that can be shared by RAM.
|
|
156
156
|
*/
|
|
157
157
|
listResourceTypes(callback?: (err: AWSError, data: RAM.Types.ListResourceTypesResponse) => void): Request<RAM.Types.ListResourceTypesResponse, AWSError>;
|
|
158
158
|
/**
|
|
@@ -164,11 +164,11 @@ declare class RAM extends Service {
|
|
|
164
164
|
*/
|
|
165
165
|
listResources(callback?: (err: AWSError, data: RAM.Types.ListResourcesResponse) => void): Request<RAM.Types.ListResourcesResponse, AWSError>;
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* When you attach a resource-based permission policy to a resource, it automatically creates a resource share. However, resource shares created this way are visible only to the resource share owner, and the resource share can't be modified in RAM. You can use this operation to promote the resource share to a full RAM resource share. When you promote a resource share, you can then manage the resource share in RAM and it becomes visible to all of the principals you shared it with.
|
|
168
168
|
*/
|
|
169
169
|
promoteResourceShareCreatedFromPolicy(params: RAM.Types.PromoteResourceShareCreatedFromPolicyRequest, callback?: (err: AWSError, data: RAM.Types.PromoteResourceShareCreatedFromPolicyResponse) => void): Request<RAM.Types.PromoteResourceShareCreatedFromPolicyResponse, AWSError>;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
* When you attach a resource-based permission policy to a resource, it automatically creates a resource share. However, resource shares created this way are visible only to the resource share owner, and the resource share can't be modified in RAM. You can use this operation to promote the resource share to a full RAM resource share. When you promote a resource share, you can then manage the resource share in RAM and it becomes visible to all of the principals you shared it with.
|
|
172
172
|
*/
|
|
173
173
|
promoteResourceShareCreatedFromPolicy(callback?: (err: AWSError, data: RAM.Types.PromoteResourceShareCreatedFromPolicyResponse) => void): Request<RAM.Types.PromoteResourceShareCreatedFromPolicyResponse, AWSError>;
|
|
174
174
|
/**
|
|
@@ -180,222 +180,222 @@ declare class RAM extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
rejectResourceShareInvitation(callback?: (err: AWSError, data: RAM.Types.RejectResourceShareInvitationResponse) => void): Request<RAM.Types.RejectResourceShareInvitationResponse, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Adds the specified
|
|
183
|
+
* Adds the specified tag keys and values to the specified resource share. The tags are attached only to the resource share, not to the resources that are in the resource share.
|
|
184
184
|
*/
|
|
185
185
|
tagResource(params: RAM.Types.TagResourceRequest, callback?: (err: AWSError, data: RAM.Types.TagResourceResponse) => void): Request<RAM.Types.TagResourceResponse, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Adds the specified
|
|
187
|
+
* Adds the specified tag keys and values to the specified resource share. The tags are attached only to the resource share, not to the resources that are in the resource share.
|
|
188
188
|
*/
|
|
189
189
|
tagResource(callback?: (err: AWSError, data: RAM.Types.TagResourceResponse) => void): Request<RAM.Types.TagResourceResponse, AWSError>;
|
|
190
190
|
/**
|
|
191
|
-
* Removes the specified
|
|
191
|
+
* Removes the specified tag key and value pairs from the specified resource share.
|
|
192
192
|
*/
|
|
193
193
|
untagResource(params: RAM.Types.UntagResourceRequest, callback?: (err: AWSError, data: RAM.Types.UntagResourceResponse) => void): Request<RAM.Types.UntagResourceResponse, AWSError>;
|
|
194
194
|
/**
|
|
195
|
-
* Removes the specified
|
|
195
|
+
* Removes the specified tag key and value pairs from the specified resource share.
|
|
196
196
|
*/
|
|
197
197
|
untagResource(callback?: (err: AWSError, data: RAM.Types.UntagResourceResponse) => void): Request<RAM.Types.UntagResourceResponse, AWSError>;
|
|
198
198
|
/**
|
|
199
|
-
*
|
|
199
|
+
* Modifies some of the properties of the specified resource share.
|
|
200
200
|
*/
|
|
201
201
|
updateResourceShare(params: RAM.Types.UpdateResourceShareRequest, callback?: (err: AWSError, data: RAM.Types.UpdateResourceShareResponse) => void): Request<RAM.Types.UpdateResourceShareResponse, AWSError>;
|
|
202
202
|
/**
|
|
203
|
-
*
|
|
203
|
+
* Modifies some of the properties of the specified resource share.
|
|
204
204
|
*/
|
|
205
205
|
updateResourceShare(callback?: (err: AWSError, data: RAM.Types.UpdateResourceShareResponse) => void): Request<RAM.Types.UpdateResourceShareResponse, AWSError>;
|
|
206
206
|
}
|
|
207
207
|
declare namespace RAM {
|
|
208
208
|
export interface AcceptResourceShareInvitationRequest {
|
|
209
209
|
/**
|
|
210
|
-
* The Amazon
|
|
210
|
+
* The Amazon Resoure Name (ARN) of the invitation that you want to accept.
|
|
211
211
|
*/
|
|
212
212
|
resourceShareInvitationArn: String;
|
|
213
213
|
/**
|
|
214
|
-
*
|
|
214
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
215
215
|
*/
|
|
216
216
|
clientToken?: String;
|
|
217
217
|
}
|
|
218
218
|
export interface AcceptResourceShareInvitationResponse {
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* An object that contains information about the specified invitation.
|
|
221
221
|
*/
|
|
222
222
|
resourceShareInvitation?: ResourceShareInvitation;
|
|
223
223
|
/**
|
|
224
|
-
*
|
|
224
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
225
225
|
*/
|
|
226
226
|
clientToken?: String;
|
|
227
227
|
}
|
|
228
228
|
export interface AssociateResourceSharePermissionRequest {
|
|
229
229
|
/**
|
|
230
|
-
*
|
|
230
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share to which you want to add or replace permissions.
|
|
231
231
|
*/
|
|
232
232
|
resourceShareArn: String;
|
|
233
233
|
/**
|
|
234
|
-
*
|
|
234
|
+
* Specifies the Amazon Resoure Name (ARN) of the RAM permission to associate with the resource share. To find the ARN for a permission, use either the ListPermissions operation or go to the Permissions library page in the RAM console and then choose the name of the permission. The ARN is displayed on the detail page.
|
|
235
235
|
*/
|
|
236
236
|
permissionArn: String;
|
|
237
237
|
/**
|
|
238
|
-
*
|
|
238
|
+
* Specifies whether the specified permission should replace or add to the existing permission associated with the resource share. Use true to replace the current permissions. Use false to add the permission to the current permission. The default value is false. A resource share can have only one permission per resource type. If a resource share already has a permission for the specified resource type and you don't set replace to true then the operation returns an error. This helps prevent accidental overwriting of a permission.
|
|
239
239
|
*/
|
|
240
240
|
replace?: Boolean;
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
243
243
|
*/
|
|
244
244
|
clientToken?: String;
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
246
|
+
* Specifies the version of the RAM permission to associate with the resource share. If you don't specify this parameter, the operation uses the version designated as the default.
|
|
247
247
|
*/
|
|
248
248
|
permissionVersion?: Integer;
|
|
249
249
|
}
|
|
250
250
|
export interface AssociateResourceSharePermissionResponse {
|
|
251
251
|
/**
|
|
252
|
-
*
|
|
252
|
+
* A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
|
|
253
253
|
*/
|
|
254
254
|
returnValue?: Boolean;
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
256
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
257
257
|
*/
|
|
258
258
|
clientToken?: String;
|
|
259
259
|
}
|
|
260
260
|
export interface AssociateResourceShareRequest {
|
|
261
261
|
/**
|
|
262
|
-
*
|
|
262
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add principals or resources to.
|
|
263
263
|
*/
|
|
264
264
|
resourceShareArn: String;
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* Specifies a list of Amazon Resource Names (ARNs) of the resources that you want to share. This can be null if you want to add only principals.
|
|
267
267
|
*/
|
|
268
268
|
resourceArns?: ResourceArnList;
|
|
269
269
|
/**
|
|
270
|
-
*
|
|
270
|
+
* Specifies a list of principals to whom you want to the resource share. This can be null if you want to add only resources. What the principals can do with the resources in the share is determined by the RAM permissions that you associate with the resource share. See AssociateResourceSharePermission. You can include the following values: An Amazon Web Services account ID, for example: 123456789012 An Amazon Resoure Name (ARN) of an organization in Organizations, for example: organizations::123456789012:organization/o-exampleorgid An ARN of an organizational unit (OU) in Organizations, for example: organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123 An ARN of an IAM role, for example: iam::123456789012:role/rolename An ARN of an IAM user, for example: iam::123456789012user/username Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
|
|
271
271
|
*/
|
|
272
272
|
principals?: PrincipalArnOrIdList;
|
|
273
273
|
/**
|
|
274
|
-
*
|
|
274
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
275
275
|
*/
|
|
276
276
|
clientToken?: String;
|
|
277
277
|
}
|
|
278
278
|
export interface AssociateResourceShareResponse {
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* An array of objects that contain information about the associations.
|
|
281
281
|
*/
|
|
282
282
|
resourceShareAssociations?: ResourceShareAssociationList;
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
285
285
|
*/
|
|
286
286
|
clientToken?: String;
|
|
287
287
|
}
|
|
288
288
|
export type Boolean = boolean;
|
|
289
289
|
export interface CreateResourceShareRequest {
|
|
290
290
|
/**
|
|
291
|
-
*
|
|
291
|
+
* Specifies the name of the resource share.
|
|
292
292
|
*/
|
|
293
293
|
name: String;
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* Specifies a list of one or more ARNs of the resources to associate with the resource share.
|
|
296
296
|
*/
|
|
297
297
|
resourceArns?: ResourceArnList;
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* Specifies a list of one or more principals to associate with the resource share. You can include the following values: An Amazon Web Services account ID, for example: 123456789012 An Amazon Resoure Name (ARN) of an organization in Organizations, for example: organizations::123456789012:organization/o-exampleorgid An ARN of an organizational unit (OU) in Organizations, for example: organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123 An ARN of an IAM role, for example: iam::123456789012:role/rolename An ARN of an IAM user, for example: iam::123456789012user/username Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
|
|
300
300
|
*/
|
|
301
301
|
principals?: PrincipalArnOrIdList;
|
|
302
302
|
/**
|
|
303
|
-
*
|
|
303
|
+
* Specifies one or more tags to attach to the resource share itself. It doesn't attach the tags to the resources associated with the resource share.
|
|
304
304
|
*/
|
|
305
305
|
tags?: TagList;
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
* Specifies whether principals outside your organization in Organizations can be associated with a resource share. A value of true lets you share with individual Amazon Web Services accounts that are not in your organization. A value of false only has meaning if your account is a member of an Amazon Web Services Organization. The default value is true.
|
|
308
308
|
*/
|
|
309
309
|
allowExternalPrincipals?: Boolean;
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
311
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
312
312
|
*/
|
|
313
313
|
clientToken?: String;
|
|
314
314
|
/**
|
|
315
|
-
*
|
|
315
|
+
* Specifies the Amazon Resource Names (ARNs) of the RAM permission to associate with the resource share. If you do not specify an ARN for the permission, RAM automatically attaches the default version of the permission for each resource type. You can associate only one permission with each resource type included in the resource share.
|
|
316
316
|
*/
|
|
317
317
|
permissionArns?: PermissionArnList;
|
|
318
318
|
}
|
|
319
319
|
export interface CreateResourceShareResponse {
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* An object with information about the new resource share.
|
|
322
322
|
*/
|
|
323
323
|
resourceShare?: ResourceShare;
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
326
326
|
*/
|
|
327
327
|
clientToken?: String;
|
|
328
328
|
}
|
|
329
329
|
export type DateTime = Date;
|
|
330
330
|
export interface DeleteResourceShareRequest {
|
|
331
331
|
/**
|
|
332
|
-
*
|
|
332
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share to delete.
|
|
333
333
|
*/
|
|
334
334
|
resourceShareArn: String;
|
|
335
335
|
/**
|
|
336
|
-
*
|
|
336
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
337
337
|
*/
|
|
338
338
|
clientToken?: String;
|
|
339
339
|
}
|
|
340
340
|
export interface DeleteResourceShareResponse {
|
|
341
341
|
/**
|
|
342
|
-
*
|
|
342
|
+
* A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
|
|
343
343
|
*/
|
|
344
344
|
returnValue?: Boolean;
|
|
345
345
|
/**
|
|
346
|
-
*
|
|
346
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
347
347
|
*/
|
|
348
348
|
clientToken?: String;
|
|
349
349
|
}
|
|
350
350
|
export interface DisassociateResourceSharePermissionRequest {
|
|
351
351
|
/**
|
|
352
|
-
* The Amazon
|
|
352
|
+
* The Amazon Resoure Name (ARN) of the resource share from which you want to disassociate a permission.
|
|
353
353
|
*/
|
|
354
354
|
resourceShareArn: String;
|
|
355
355
|
/**
|
|
356
|
-
* The Amazon
|
|
356
|
+
* The Amazon Resoure Name (ARN) of the permission to disassociate from the resource share. Changes to permissions take effect immediately.
|
|
357
357
|
*/
|
|
358
358
|
permissionArn: String;
|
|
359
359
|
/**
|
|
360
|
-
*
|
|
360
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
361
361
|
*/
|
|
362
362
|
clientToken?: String;
|
|
363
363
|
}
|
|
364
364
|
export interface DisassociateResourceSharePermissionResponse {
|
|
365
365
|
/**
|
|
366
|
-
*
|
|
366
|
+
* A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
|
|
367
367
|
*/
|
|
368
368
|
returnValue?: Boolean;
|
|
369
369
|
/**
|
|
370
|
-
*
|
|
370
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
371
371
|
*/
|
|
372
372
|
clientToken?: String;
|
|
373
373
|
}
|
|
374
374
|
export interface DisassociateResourceShareRequest {
|
|
375
375
|
/**
|
|
376
|
-
*
|
|
376
|
+
* Specifies Amazon Resoure Name (ARN) of the resource share that you want to remove resources from.
|
|
377
377
|
*/
|
|
378
378
|
resourceShareArn: String;
|
|
379
379
|
/**
|
|
380
|
-
*
|
|
380
|
+
* Specifies a list of Amazon Resource Names (ARNs) for one or more resources that you want to remove from the resource share. After the operation runs, these resources are no longer shared with principals outside of the Amazon Web Services account that created the resources.
|
|
381
381
|
*/
|
|
382
382
|
resourceArns?: ResourceArnList;
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* Specifies a list of one or more principals that no longer are to have access to the resources in this resource share. You can include the following values: An Amazon Web Services account ID, for example: 123456789012 An Amazon Resoure Name (ARN) of an organization in Organizations, for example: organizations::123456789012:organization/o-exampleorgid An ARN of an organizational unit (OU) in Organizations, for example: organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123 An ARN of an IAM role, for example: iam::123456789012:role/rolename An ARN of an IAM user, for example: iam::123456789012user/username Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
|
|
385
385
|
*/
|
|
386
386
|
principals?: PrincipalArnOrIdList;
|
|
387
387
|
/**
|
|
388
|
-
*
|
|
388
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
389
389
|
*/
|
|
390
390
|
clientToken?: String;
|
|
391
391
|
}
|
|
392
392
|
export interface DisassociateResourceShareResponse {
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* An array of objects that contain information about the updated associations for this resource share.
|
|
395
395
|
*/
|
|
396
396
|
resourceShareAssociations?: ResourceShareAssociationList;
|
|
397
397
|
/**
|
|
398
|
-
*
|
|
398
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
399
399
|
*/
|
|
400
400
|
clientToken?: String;
|
|
401
401
|
}
|
|
@@ -403,336 +403,348 @@ declare namespace RAM {
|
|
|
403
403
|
}
|
|
404
404
|
export interface EnableSharingWithAwsOrganizationResponse {
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
|
|
407
407
|
*/
|
|
408
408
|
returnValue?: Boolean;
|
|
409
409
|
}
|
|
410
410
|
export interface GetPermissionRequest {
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* Specifies the Amazon Resoure Name (ARN) of the permission whose contents you want to retrieve. To find the ARN for a permission, use either the ListPermissions operation or go to the Permissions library page in the RAM console and then choose the name of the permission. The ARN is displayed on the detail page.
|
|
413
413
|
*/
|
|
414
414
|
permissionArn: String;
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* Specifies identifier for the version of the RAM permission to retrieve. If you don't specify this parameter, the operation retrieves the default version.
|
|
417
417
|
*/
|
|
418
418
|
permissionVersion?: Integer;
|
|
419
419
|
}
|
|
420
420
|
export interface GetPermissionResponse {
|
|
421
421
|
/**
|
|
422
|
-
*
|
|
422
|
+
* An object that contains information about the permission.
|
|
423
423
|
*/
|
|
424
424
|
permission?: ResourceSharePermissionDetail;
|
|
425
425
|
}
|
|
426
426
|
export interface GetResourcePoliciesRequest {
|
|
427
427
|
/**
|
|
428
|
-
*
|
|
428
|
+
* Specifies the Amazon Resource Names (ARNs) of the resources whose policies you want to retrieve.
|
|
429
429
|
*/
|
|
430
430
|
resourceArns: ResourceArnList;
|
|
431
431
|
/**
|
|
432
|
-
*
|
|
432
|
+
* Specifies the principal.
|
|
433
433
|
*/
|
|
434
434
|
principal?: String;
|
|
435
435
|
/**
|
|
436
|
-
*
|
|
436
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
437
437
|
*/
|
|
438
438
|
nextToken?: String;
|
|
439
439
|
/**
|
|
440
|
-
*
|
|
440
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
441
441
|
*/
|
|
442
442
|
maxResults?: MaxResults;
|
|
443
443
|
}
|
|
444
444
|
export interface GetResourcePoliciesResponse {
|
|
445
445
|
/**
|
|
446
|
-
*
|
|
446
|
+
* An array of resource policy documents in JSON format.
|
|
447
447
|
*/
|
|
448
448
|
policies?: PolicyList;
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
451
451
|
*/
|
|
452
452
|
nextToken?: String;
|
|
453
453
|
}
|
|
454
454
|
export interface GetResourceShareAssociationsRequest {
|
|
455
455
|
/**
|
|
456
|
-
*
|
|
456
|
+
* Specifies whether you want to retrieve the associations that involve a specified resource or principal. PRINCIPAL – list the principals that are associated with the specified resource share. RESOURCE – list the resources that are associated with the specified resource share.
|
|
457
457
|
*/
|
|
458
458
|
associationType: ResourceShareAssociationType;
|
|
459
459
|
/**
|
|
460
|
-
*
|
|
460
|
+
* Specifies a list of Amazon Resource Names (ARNs) of the resource share whose associations you want to retrieve.
|
|
461
461
|
*/
|
|
462
462
|
resourceShareArns?: ResourceShareArnList;
|
|
463
463
|
/**
|
|
464
|
-
*
|
|
464
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource whose resource shares you want to retrieve. You cannot specify this parameter if the association type is PRINCIPAL.
|
|
465
465
|
*/
|
|
466
466
|
resourceArn?: String;
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
* Specifies the ID of the principal whose resource shares you want to retrieve. This can be an Amazon Web Services account ID, an organization ID, an organizational unit ID, or the Amazon Resoure Name (ARN) of an individual IAM user or role. You cannot specify this parameter if the association type is RESOURCE.
|
|
469
469
|
*/
|
|
470
470
|
principal?: String;
|
|
471
471
|
/**
|
|
472
|
-
*
|
|
472
|
+
* Specifies that you want to retrieve only associations with this status.
|
|
473
473
|
*/
|
|
474
474
|
associationStatus?: ResourceShareAssociationStatus;
|
|
475
475
|
/**
|
|
476
|
-
*
|
|
476
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
477
477
|
*/
|
|
478
478
|
nextToken?: String;
|
|
479
479
|
/**
|
|
480
|
-
*
|
|
480
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
481
481
|
*/
|
|
482
482
|
maxResults?: MaxResults;
|
|
483
483
|
}
|
|
484
484
|
export interface GetResourceShareAssociationsResponse {
|
|
485
485
|
/**
|
|
486
|
-
*
|
|
486
|
+
* An array of objects that contain the details about the associations.
|
|
487
487
|
*/
|
|
488
488
|
resourceShareAssociations?: ResourceShareAssociationList;
|
|
489
489
|
/**
|
|
490
|
-
*
|
|
490
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
491
491
|
*/
|
|
492
492
|
nextToken?: String;
|
|
493
493
|
}
|
|
494
494
|
export interface GetResourceShareInvitationsRequest {
|
|
495
495
|
/**
|
|
496
|
-
*
|
|
496
|
+
* Specifies the Amazon Resource Names (ARNs) of the resource share invitations you want information about.
|
|
497
497
|
*/
|
|
498
498
|
resourceShareInvitationArns?: ResourceShareInvitationArnList;
|
|
499
499
|
/**
|
|
500
|
-
*
|
|
500
|
+
* Specifies that you want details about invitations only for the resource shares described by this list of Amazon Resource Names (ARNs)
|
|
501
501
|
*/
|
|
502
502
|
resourceShareArns?: ResourceShareArnList;
|
|
503
503
|
/**
|
|
504
|
-
*
|
|
504
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
505
505
|
*/
|
|
506
506
|
nextToken?: String;
|
|
507
507
|
/**
|
|
508
|
-
*
|
|
508
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
509
509
|
*/
|
|
510
510
|
maxResults?: MaxResults;
|
|
511
511
|
}
|
|
512
512
|
export interface GetResourceShareInvitationsResponse {
|
|
513
513
|
/**
|
|
514
|
-
*
|
|
514
|
+
* An array of objects that contain the details about the invitations.
|
|
515
515
|
*/
|
|
516
516
|
resourceShareInvitations?: ResourceShareInvitationList;
|
|
517
517
|
/**
|
|
518
|
-
*
|
|
518
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
519
519
|
*/
|
|
520
520
|
nextToken?: String;
|
|
521
521
|
}
|
|
522
522
|
export interface GetResourceSharesRequest {
|
|
523
523
|
/**
|
|
524
|
-
*
|
|
524
|
+
* Specifies the Amazon Resource Names (ARNs) of individual resource shares that you want information about.
|
|
525
525
|
*/
|
|
526
526
|
resourceShareArns?: ResourceShareArnList;
|
|
527
527
|
/**
|
|
528
|
-
*
|
|
528
|
+
* Specifies that you want to retrieve details of only those resource shares that have this status.
|
|
529
529
|
*/
|
|
530
530
|
resourceShareStatus?: ResourceShareStatus;
|
|
531
531
|
/**
|
|
532
|
-
*
|
|
532
|
+
* Specifies that you want to retrieve details of only those resource shares that match the following: SELF – resources that you are sharing OTHER-ACCOUNTS – resources that other accounts share with you
|
|
533
533
|
*/
|
|
534
534
|
resourceOwner: ResourceOwner;
|
|
535
535
|
/**
|
|
536
|
-
*
|
|
536
|
+
* Specifies the name of an individual resource share that you want to retrieve details about.
|
|
537
537
|
*/
|
|
538
538
|
name?: String;
|
|
539
539
|
/**
|
|
540
|
-
*
|
|
540
|
+
* Specifies that you want to retrieve details of only those resource shares that match the specified tag keys and values.
|
|
541
541
|
*/
|
|
542
542
|
tagFilters?: TagFilters;
|
|
543
543
|
/**
|
|
544
|
-
*
|
|
544
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
545
545
|
*/
|
|
546
546
|
nextToken?: String;
|
|
547
547
|
/**
|
|
548
|
-
*
|
|
548
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
549
549
|
*/
|
|
550
550
|
maxResults?: MaxResults;
|
|
551
551
|
/**
|
|
552
|
-
*
|
|
552
|
+
* Specifies that you want to retrieve details of only those resource shares that use the RAM permission with this Amazon Resoure Name (ARN).
|
|
553
553
|
*/
|
|
554
554
|
permissionArn?: String;
|
|
555
555
|
}
|
|
556
556
|
export interface GetResourceSharesResponse {
|
|
557
557
|
/**
|
|
558
|
-
*
|
|
558
|
+
* An array of objects that contain the information about the resource shares.
|
|
559
559
|
*/
|
|
560
560
|
resourceShares?: ResourceShareList;
|
|
561
561
|
/**
|
|
562
|
-
*
|
|
562
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
563
563
|
*/
|
|
564
564
|
nextToken?: String;
|
|
565
565
|
}
|
|
566
566
|
export type Integer = number;
|
|
567
567
|
export interface ListPendingInvitationResourcesRequest {
|
|
568
568
|
/**
|
|
569
|
-
*
|
|
569
|
+
* Specifies the Amazon Resoure Name (ARN) of the invitation. You can use GetResourceShareInvitations to find the ARN of the invitation.
|
|
570
570
|
*/
|
|
571
571
|
resourceShareInvitationArn: String;
|
|
572
572
|
/**
|
|
573
|
-
*
|
|
573
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
574
574
|
*/
|
|
575
575
|
nextToken?: String;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
577
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
578
578
|
*/
|
|
579
579
|
maxResults?: MaxResults;
|
|
580
|
+
/**
|
|
581
|
+
* Specifies that you want the results to include only resources that have the specified scope. ALL – the results include both global and regional resources or resource types. GLOBAL – the results include only global resources or resource types. REGIONAL – the results include only regional resources or resource types. The default value is ALL.
|
|
582
|
+
*/
|
|
583
|
+
resourceRegionScope?: ResourceRegionScopeFilter;
|
|
580
584
|
}
|
|
581
585
|
export interface ListPendingInvitationResourcesResponse {
|
|
582
586
|
/**
|
|
583
|
-
*
|
|
587
|
+
* An array of objects that contain the information about the resources included the specified resource share.
|
|
584
588
|
*/
|
|
585
589
|
resources?: ResourceList;
|
|
586
590
|
/**
|
|
587
|
-
*
|
|
591
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
588
592
|
*/
|
|
589
593
|
nextToken?: String;
|
|
590
594
|
}
|
|
591
595
|
export interface ListPermissionsRequest {
|
|
592
596
|
/**
|
|
593
|
-
* Specifies
|
|
597
|
+
* Specifies that you want to list permissions for only the specified resource type. For example, to list only permissions that apply to EC2 subnets, specify ec2:Subnet. You can use the ListResourceTypes operation to get the specific string required.
|
|
594
598
|
*/
|
|
595
599
|
resourceType?: String;
|
|
596
600
|
/**
|
|
597
|
-
*
|
|
601
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
598
602
|
*/
|
|
599
603
|
nextToken?: String;
|
|
600
604
|
/**
|
|
601
|
-
*
|
|
605
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
602
606
|
*/
|
|
603
607
|
maxResults?: MaxResults;
|
|
604
608
|
}
|
|
605
609
|
export interface ListPermissionsResponse {
|
|
606
610
|
/**
|
|
607
|
-
*
|
|
611
|
+
* An array of objects with information about the permissions.
|
|
608
612
|
*/
|
|
609
613
|
permissions?: ResourceSharePermissionList;
|
|
610
614
|
/**
|
|
611
|
-
*
|
|
615
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
612
616
|
*/
|
|
613
617
|
nextToken?: String;
|
|
614
618
|
}
|
|
615
619
|
export interface ListPrincipalsRequest {
|
|
616
620
|
/**
|
|
617
|
-
*
|
|
621
|
+
* Specifies that you want to list information for only resource shares that match the following: SELF – resources that you are sharing OTHER-ACCOUNTS – resources that other accounts share with you
|
|
618
622
|
*/
|
|
619
623
|
resourceOwner: ResourceOwner;
|
|
620
624
|
/**
|
|
621
|
-
*
|
|
625
|
+
* Specifies that you want to list principal information for the resource share with the specified Amazon Resoure Name (ARN).
|
|
622
626
|
*/
|
|
623
627
|
resourceArn?: String;
|
|
624
628
|
/**
|
|
625
|
-
*
|
|
629
|
+
* Specifies that you want to list information for only the listed principals. You can include the following values: An Amazon Web Services account ID, for example: 123456789012 An Amazon Resoure Name (ARN) of an organization in Organizations, for example: organizations::123456789012:organization/o-exampleorgid An ARN of an organizational unit (OU) in Organizations, for example: organizations::123456789012:ou/o-exampleorgid/ou-examplerootid-exampleouid123 An ARN of an IAM role, for example: iam::123456789012:role/rolename An ARN of an IAM user, for example: iam::123456789012user/username Not all resource types can be shared with IAM roles and users. For more information, see Sharing with IAM roles and users in the Resource Access Manager User Guide.
|
|
626
630
|
*/
|
|
627
631
|
principals?: PrincipalArnOrIdList;
|
|
628
632
|
/**
|
|
629
|
-
*
|
|
633
|
+
* Specifies that you want to list information for only principals associated with resource shares that include the specified resource type. For a list of valid values, query the ListResourceTypes operation.
|
|
630
634
|
*/
|
|
631
635
|
resourceType?: String;
|
|
632
636
|
/**
|
|
633
|
-
*
|
|
637
|
+
* Specifies that you want to list information for only principals associated with the resource shares specified by a list the Amazon Resource Names (ARNs).
|
|
634
638
|
*/
|
|
635
639
|
resourceShareArns?: ResourceShareArnList;
|
|
636
640
|
/**
|
|
637
|
-
*
|
|
641
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
638
642
|
*/
|
|
639
643
|
nextToken?: String;
|
|
640
644
|
/**
|
|
641
|
-
*
|
|
645
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
642
646
|
*/
|
|
643
647
|
maxResults?: MaxResults;
|
|
644
648
|
}
|
|
645
649
|
export interface ListPrincipalsResponse {
|
|
646
650
|
/**
|
|
647
|
-
*
|
|
651
|
+
* An array of objects that contain the details about the principals.
|
|
648
652
|
*/
|
|
649
653
|
principals?: PrincipalList;
|
|
650
654
|
/**
|
|
651
|
-
*
|
|
655
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
652
656
|
*/
|
|
653
657
|
nextToken?: String;
|
|
654
658
|
}
|
|
655
659
|
export interface ListResourceSharePermissionsRequest {
|
|
656
660
|
/**
|
|
657
|
-
*
|
|
661
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share for which you want to retrieve the associated permissions.
|
|
658
662
|
*/
|
|
659
663
|
resourceShareArn: String;
|
|
660
664
|
/**
|
|
661
|
-
*
|
|
665
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
662
666
|
*/
|
|
663
667
|
nextToken?: String;
|
|
664
668
|
/**
|
|
665
|
-
*
|
|
669
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
666
670
|
*/
|
|
667
671
|
maxResults?: MaxResults;
|
|
668
672
|
}
|
|
669
673
|
export interface ListResourceSharePermissionsResponse {
|
|
670
674
|
/**
|
|
671
|
-
*
|
|
675
|
+
* An array of objects that describe the permissions associated with the resource share.
|
|
672
676
|
*/
|
|
673
677
|
permissions?: ResourceSharePermissionList;
|
|
674
678
|
/**
|
|
675
|
-
*
|
|
679
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
676
680
|
*/
|
|
677
681
|
nextToken?: String;
|
|
678
682
|
}
|
|
679
683
|
export interface ListResourceTypesRequest {
|
|
680
684
|
/**
|
|
681
|
-
*
|
|
685
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
682
686
|
*/
|
|
683
687
|
nextToken?: String;
|
|
684
688
|
/**
|
|
685
|
-
*
|
|
689
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
686
690
|
*/
|
|
687
691
|
maxResults?: MaxResults;
|
|
692
|
+
/**
|
|
693
|
+
* Specifies that you want the results to include only resources that have the specified scope. ALL – the results include both global and regional resources or resource types. GLOBAL – the results include only global resources or resource types. REGIONAL – the results include only regional resources or resource types. The default value is ALL.
|
|
694
|
+
*/
|
|
695
|
+
resourceRegionScope?: ResourceRegionScopeFilter;
|
|
688
696
|
}
|
|
689
697
|
export interface ListResourceTypesResponse {
|
|
690
698
|
/**
|
|
691
|
-
*
|
|
699
|
+
* An array of objects that contain information about the resource types that can be shared using RAM.
|
|
692
700
|
*/
|
|
693
701
|
resourceTypes?: ServiceNameAndResourceTypeList;
|
|
694
702
|
/**
|
|
695
|
-
*
|
|
703
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
696
704
|
*/
|
|
697
705
|
nextToken?: String;
|
|
698
706
|
}
|
|
699
707
|
export interface ListResourcesRequest {
|
|
700
708
|
/**
|
|
701
|
-
*
|
|
709
|
+
* Specifies that you want to list only the resource shares that match the following: SELF – resources that you are sharing OTHER-ACCOUNTS – resources that other accounts share with you
|
|
702
710
|
*/
|
|
703
711
|
resourceOwner: ResourceOwner;
|
|
704
712
|
/**
|
|
705
|
-
*
|
|
713
|
+
* Specifies that you want to list only the resource shares that are associated with the specified principal.
|
|
706
714
|
*/
|
|
707
715
|
principal?: String;
|
|
708
716
|
/**
|
|
709
|
-
*
|
|
717
|
+
* Specifies that you want to list only the resource shares that include resources of the specified resource type. For valid values, query the ListResourceTypes operation.
|
|
710
718
|
*/
|
|
711
719
|
resourceType?: String;
|
|
712
720
|
/**
|
|
713
|
-
*
|
|
721
|
+
* Specifies that you want to list only the resource shares that include resources with the specified Amazon Resource Names (ARNs).
|
|
714
722
|
*/
|
|
715
723
|
resourceArns?: ResourceArnList;
|
|
716
724
|
/**
|
|
717
|
-
*
|
|
725
|
+
* Specifies that you want to list only resources in the resource shares identified by the specified Amazon Resource Names (ARNs).
|
|
718
726
|
*/
|
|
719
727
|
resourceShareArns?: ResourceShareArnList;
|
|
720
728
|
/**
|
|
721
|
-
*
|
|
729
|
+
* Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
|
|
722
730
|
*/
|
|
723
731
|
nextToken?: String;
|
|
724
732
|
/**
|
|
725
|
-
*
|
|
733
|
+
* Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.
|
|
726
734
|
*/
|
|
727
735
|
maxResults?: MaxResults;
|
|
736
|
+
/**
|
|
737
|
+
* Specifies that you want the results to include only resources that have the specified scope. ALL – the results include both global and regional resources or resource types. GLOBAL – the results include only global resources or resource types. REGIONAL – the results include only regional resources or resource types. The default value is ALL.
|
|
738
|
+
*/
|
|
739
|
+
resourceRegionScope?: ResourceRegionScopeFilter;
|
|
728
740
|
}
|
|
729
741
|
export interface ListResourcesResponse {
|
|
730
742
|
/**
|
|
731
|
-
*
|
|
743
|
+
* An array of objects that contain information about the resources.
|
|
732
744
|
*/
|
|
733
745
|
resources?: ResourceList;
|
|
734
746
|
/**
|
|
735
|
-
*
|
|
747
|
+
* If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results.
|
|
736
748
|
*/
|
|
737
749
|
nextToken?: String;
|
|
738
750
|
}
|
|
@@ -746,15 +758,15 @@ declare namespace RAM {
|
|
|
746
758
|
*/
|
|
747
759
|
id?: String;
|
|
748
760
|
/**
|
|
749
|
-
* The Amazon
|
|
761
|
+
* The Amazon Resoure Name (ARN) of a resource share the principal is associated with.
|
|
750
762
|
*/
|
|
751
763
|
resourceShareArn?: String;
|
|
752
764
|
/**
|
|
753
|
-
* The time when the principal was associated with the resource share.
|
|
765
|
+
* The date and time when the principal was associated with the resource share.
|
|
754
766
|
*/
|
|
755
767
|
creationTime?: DateTime;
|
|
756
768
|
/**
|
|
757
|
-
* The time when the association was last updated.
|
|
769
|
+
* The date and time when the association was last updated.
|
|
758
770
|
*/
|
|
759
771
|
lastUpdatedTime?: DateTime;
|
|
760
772
|
/**
|
|
@@ -766,55 +778,55 @@ declare namespace RAM {
|
|
|
766
778
|
export type PrincipalList = Principal[];
|
|
767
779
|
export interface PromoteResourceShareCreatedFromPolicyRequest {
|
|
768
780
|
/**
|
|
769
|
-
*
|
|
781
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share to promote.
|
|
770
782
|
*/
|
|
771
783
|
resourceShareArn: String;
|
|
772
784
|
}
|
|
773
785
|
export interface PromoteResourceShareCreatedFromPolicyResponse {
|
|
774
786
|
/**
|
|
775
|
-
*
|
|
787
|
+
* A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
|
|
776
788
|
*/
|
|
777
789
|
returnValue?: Boolean;
|
|
778
790
|
}
|
|
779
791
|
export interface RejectResourceShareInvitationRequest {
|
|
780
792
|
/**
|
|
781
|
-
*
|
|
793
|
+
* Specifies the Amazon Resoure Name (ARN) of the invitation that you want to reject.
|
|
782
794
|
*/
|
|
783
795
|
resourceShareInvitationArn: String;
|
|
784
796
|
/**
|
|
785
|
-
*
|
|
797
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
786
798
|
*/
|
|
787
799
|
clientToken?: String;
|
|
788
800
|
}
|
|
789
801
|
export interface RejectResourceShareInvitationResponse {
|
|
790
802
|
/**
|
|
791
|
-
*
|
|
803
|
+
* An object that contains the details about the rejected invitation.
|
|
792
804
|
*/
|
|
793
805
|
resourceShareInvitation?: ResourceShareInvitation;
|
|
794
806
|
/**
|
|
795
|
-
*
|
|
807
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
796
808
|
*/
|
|
797
809
|
clientToken?: String;
|
|
798
810
|
}
|
|
799
811
|
export interface Resource {
|
|
800
812
|
/**
|
|
801
|
-
* The Amazon
|
|
813
|
+
* The Amazon Resoure Name (ARN) of the resource.
|
|
802
814
|
*/
|
|
803
815
|
arn?: String;
|
|
804
816
|
/**
|
|
805
|
-
* The resource type.
|
|
817
|
+
* The resource type. This takes the form of: service-code:resource-code
|
|
806
818
|
*/
|
|
807
819
|
type?: String;
|
|
808
820
|
/**
|
|
809
|
-
* The Amazon
|
|
821
|
+
* The Amazon Resoure Name (ARN) of the resource share this resource is associated with.
|
|
810
822
|
*/
|
|
811
823
|
resourceShareArn?: String;
|
|
812
824
|
/**
|
|
813
|
-
* The Amazon
|
|
825
|
+
* The Amazon Resoure Name (ARN) of the resource group. This value is available only if the resource is part of a resource group.
|
|
814
826
|
*/
|
|
815
827
|
resourceGroupArn?: String;
|
|
816
828
|
/**
|
|
817
|
-
* The status of the resource.
|
|
829
|
+
* The current status of the resource.
|
|
818
830
|
*/
|
|
819
831
|
status?: ResourceStatus;
|
|
820
832
|
/**
|
|
@@ -822,20 +834,26 @@ declare namespace RAM {
|
|
|
822
834
|
*/
|
|
823
835
|
statusMessage?: String;
|
|
824
836
|
/**
|
|
825
|
-
* The time when the resource was associated with the resource share.
|
|
837
|
+
* The date and time when the resource was associated with the resource share.
|
|
826
838
|
*/
|
|
827
839
|
creationTime?: DateTime;
|
|
828
840
|
/**
|
|
829
|
-
* The time when the association was last updated.
|
|
841
|
+
* The date an time when the association was last updated.
|
|
830
842
|
*/
|
|
831
843
|
lastUpdatedTime?: DateTime;
|
|
844
|
+
/**
|
|
845
|
+
* Specifies the scope of visibility of this resource: REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists. GLOBAL – The resource can be accessed from any Amazon Web Services Region.
|
|
846
|
+
*/
|
|
847
|
+
resourceRegionScope?: ResourceRegionScope;
|
|
832
848
|
}
|
|
833
849
|
export type ResourceArnList = String[];
|
|
834
850
|
export type ResourceList = Resource[];
|
|
835
851
|
export type ResourceOwner = "SELF"|"OTHER-ACCOUNTS"|string;
|
|
852
|
+
export type ResourceRegionScope = "REGIONAL"|"GLOBAL"|string;
|
|
853
|
+
export type ResourceRegionScopeFilter = "ALL"|"REGIONAL"|"GLOBAL"|string;
|
|
836
854
|
export interface ResourceShare {
|
|
837
855
|
/**
|
|
838
|
-
* The Amazon
|
|
856
|
+
* The Amazon Resoure Name (ARN) of the resource share
|
|
839
857
|
*/
|
|
840
858
|
resourceShareArn?: String;
|
|
841
859
|
/**
|
|
@@ -851,7 +869,7 @@ declare namespace RAM {
|
|
|
851
869
|
*/
|
|
852
870
|
allowExternalPrincipals?: Boolean;
|
|
853
871
|
/**
|
|
854
|
-
* The status of the resource share.
|
|
872
|
+
* The current status of the resource share.
|
|
855
873
|
*/
|
|
856
874
|
status?: ResourceShareStatus;
|
|
857
875
|
/**
|
|
@@ -859,26 +877,26 @@ declare namespace RAM {
|
|
|
859
877
|
*/
|
|
860
878
|
statusMessage?: String;
|
|
861
879
|
/**
|
|
862
|
-
* The
|
|
880
|
+
* The tag key and value pairs attached to the resource share.
|
|
863
881
|
*/
|
|
864
882
|
tags?: TagList;
|
|
865
883
|
/**
|
|
866
|
-
* The time when the resource share was created.
|
|
884
|
+
* The date and time when the resource share was created.
|
|
867
885
|
*/
|
|
868
886
|
creationTime?: DateTime;
|
|
869
887
|
/**
|
|
870
|
-
* The time when the resource share was last updated.
|
|
888
|
+
* The date and time when the resource share was last updated.
|
|
871
889
|
*/
|
|
872
890
|
lastUpdatedTime?: DateTime;
|
|
873
891
|
/**
|
|
874
|
-
* Indicates how the resource share was created. Possible values include: CREATED_FROM_POLICY - Indicates that the resource share was created from an
|
|
892
|
+
* Indicates how the resource share was created. Possible values include: CREATED_FROM_POLICY - Indicates that the resource share was created from an Identity and Access Management (IAM) resource-based permission policy attached to the resource. This type of resource share is visible only to the Amazon Web Services account that created it. You can't modify it in RAM unless you promote it. For more information, see PromoteResourceShareCreatedFromPolicy. PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more information, see PromoteResourceShareCreatedFromPolicy. STANDARD - Indicates that the resource share was created in RAM using the console or APIs. These resource shares are visible to all principals you share the resource share with. You can modify these resource shares in RAM using the console or APIs.
|
|
875
893
|
*/
|
|
876
894
|
featureSet?: ResourceShareFeatureSet;
|
|
877
895
|
}
|
|
878
896
|
export type ResourceShareArnList = String[];
|
|
879
897
|
export interface ResourceShareAssociation {
|
|
880
898
|
/**
|
|
881
|
-
* The Amazon
|
|
899
|
+
* The Amazon Resoure Name (ARN) of the resource share.
|
|
882
900
|
*/
|
|
883
901
|
resourceShareArn?: String;
|
|
884
902
|
/**
|
|
@@ -886,15 +904,15 @@ declare namespace RAM {
|
|
|
886
904
|
*/
|
|
887
905
|
resourceShareName?: String;
|
|
888
906
|
/**
|
|
889
|
-
* The associated entity. For resource
|
|
907
|
+
* The associated entity. This can be either of the following: For a resource association, this is the Amazon Resoure Name (ARN) of the resource. For principal associations, this is one of the following: The ID of an Amazon Web Services account The Amazon Resoure Name (ARN) of an organization in Organizations The ARN of an organizational unit (OU) in Organizations The ARN of an IAM role The ARN of an IAM user
|
|
890
908
|
*/
|
|
891
909
|
associatedEntity?: String;
|
|
892
910
|
/**
|
|
893
|
-
* The association
|
|
911
|
+
* The type of entity included in this association.
|
|
894
912
|
*/
|
|
895
913
|
associationType?: ResourceShareAssociationType;
|
|
896
914
|
/**
|
|
897
|
-
* The status of the association.
|
|
915
|
+
* The current status of the association.
|
|
898
916
|
*/
|
|
899
917
|
status?: ResourceShareAssociationStatus;
|
|
900
918
|
/**
|
|
@@ -902,11 +920,11 @@ declare namespace RAM {
|
|
|
902
920
|
*/
|
|
903
921
|
statusMessage?: String;
|
|
904
922
|
/**
|
|
905
|
-
* The time when the association was created.
|
|
923
|
+
* The date and time when the association was created.
|
|
906
924
|
*/
|
|
907
925
|
creationTime?: DateTime;
|
|
908
926
|
/**
|
|
909
|
-
* The time when the association was last updated.
|
|
927
|
+
* The date and time when the association was last updated.
|
|
910
928
|
*/
|
|
911
929
|
lastUpdatedTime?: DateTime;
|
|
912
930
|
/**
|
|
@@ -920,7 +938,7 @@ declare namespace RAM {
|
|
|
920
938
|
export type ResourceShareFeatureSet = "CREATED_FROM_POLICY"|"PROMOTING_TO_STANDARD"|"STANDARD"|string;
|
|
921
939
|
export interface ResourceShareInvitation {
|
|
922
940
|
/**
|
|
923
|
-
* The Amazon
|
|
941
|
+
* The Amazon Resoure Name (ARN) of the invitation.
|
|
924
942
|
*/
|
|
925
943
|
resourceShareInvitationArn?: String;
|
|
926
944
|
/**
|
|
@@ -928,7 +946,7 @@ declare namespace RAM {
|
|
|
928
946
|
*/
|
|
929
947
|
resourceShareName?: String;
|
|
930
948
|
/**
|
|
931
|
-
* The Amazon
|
|
949
|
+
* The Amazon Resoure Name (ARN) of the resource share
|
|
932
950
|
*/
|
|
933
951
|
resourceShareArn?: String;
|
|
934
952
|
/**
|
|
@@ -944,15 +962,15 @@ declare namespace RAM {
|
|
|
944
962
|
*/
|
|
945
963
|
invitationTimestamp?: DateTime;
|
|
946
964
|
/**
|
|
947
|
-
* The status of the invitation.
|
|
965
|
+
* The current status of the invitation.
|
|
948
966
|
*/
|
|
949
967
|
status?: ResourceShareInvitationStatus;
|
|
950
968
|
/**
|
|
951
|
-
* To view the resources associated with a pending resource share invitation, use
|
|
969
|
+
* To view the resources associated with a pending resource share invitation, use ListPendingInvitationResources.
|
|
952
970
|
*/
|
|
953
971
|
resourceShareAssociations?: ResourceShareAssociationList;
|
|
954
972
|
/**
|
|
955
|
-
* The Amazon
|
|
973
|
+
* The Amazon Resoure Name (ARN) of the IAM user or role that received the invitation.
|
|
956
974
|
*/
|
|
957
975
|
receiverArn?: String;
|
|
958
976
|
}
|
|
@@ -962,27 +980,27 @@ declare namespace RAM {
|
|
|
962
980
|
export type ResourceShareList = ResourceShare[];
|
|
963
981
|
export interface ResourceSharePermissionDetail {
|
|
964
982
|
/**
|
|
965
|
-
* The Amazon
|
|
983
|
+
* The Amazon Resoure Name (ARN) of this RAM permission.
|
|
966
984
|
*/
|
|
967
985
|
arn?: String;
|
|
968
986
|
/**
|
|
969
|
-
* The
|
|
987
|
+
* The version of the permission represented in this structure.
|
|
970
988
|
*/
|
|
971
989
|
version?: String;
|
|
972
990
|
/**
|
|
973
|
-
* Specifies whether the version of the permission
|
|
991
|
+
* Specifies whether the version of the permission represented in this structure is the default version for this permission.
|
|
974
992
|
*/
|
|
975
993
|
defaultVersion?: Boolean;
|
|
976
994
|
/**
|
|
977
|
-
* The name of
|
|
995
|
+
* The name of this permission.
|
|
978
996
|
*/
|
|
979
997
|
name?: String;
|
|
980
998
|
/**
|
|
981
|
-
* The resource type to which
|
|
999
|
+
* The resource type to which this permission applies.
|
|
982
1000
|
*/
|
|
983
1001
|
resourceType?: String;
|
|
984
1002
|
/**
|
|
985
|
-
* The permission's effect and actions in JSON format. The effect indicates whether the actions are allowed or denied. The actions list the
|
|
1003
|
+
* The permission's effect and actions in JSON format. The effect indicates whether the specified actions are allowed or denied. The actions list the operations to which the principal is granted or denied access.
|
|
986
1004
|
*/
|
|
987
1005
|
permission?: String;
|
|
988
1006
|
/**
|
|
@@ -994,30 +1012,30 @@ declare namespace RAM {
|
|
|
994
1012
|
*/
|
|
995
1013
|
lastUpdatedTime?: DateTime;
|
|
996
1014
|
/**
|
|
997
|
-
* Specifies whether the version of the permission
|
|
1015
|
+
* Specifies whether the version of the permission represented in this structure is the default version for all resources of this resource type.
|
|
998
1016
|
*/
|
|
999
1017
|
isResourceTypeDefault?: Boolean;
|
|
1000
1018
|
}
|
|
1001
1019
|
export type ResourceSharePermissionList = ResourceSharePermissionSummary[];
|
|
1002
1020
|
export interface ResourceSharePermissionSummary {
|
|
1003
1021
|
/**
|
|
1004
|
-
* The Amazon
|
|
1022
|
+
* The Amazon Resoure Name (ARN) of the permission you want information about.
|
|
1005
1023
|
*/
|
|
1006
1024
|
arn?: String;
|
|
1007
1025
|
/**
|
|
1008
|
-
* The
|
|
1026
|
+
* The version of the permission represented in this structure.
|
|
1009
1027
|
*/
|
|
1010
1028
|
version?: String;
|
|
1011
1029
|
/**
|
|
1012
|
-
* Specifies whether the version of the permission
|
|
1030
|
+
* Specifies whether the version of the permission represented in this structure is the default version for this permission.
|
|
1013
1031
|
*/
|
|
1014
1032
|
defaultVersion?: Boolean;
|
|
1015
1033
|
/**
|
|
1016
|
-
* The name of
|
|
1034
|
+
* The name of this permission.
|
|
1017
1035
|
*/
|
|
1018
1036
|
name?: String;
|
|
1019
1037
|
/**
|
|
1020
|
-
* The type of resource to which
|
|
1038
|
+
* The type of resource to which this permission applies.
|
|
1021
1039
|
*/
|
|
1022
1040
|
resourceType?: String;
|
|
1023
1041
|
/**
|
|
@@ -1033,7 +1051,7 @@ declare namespace RAM {
|
|
|
1033
1051
|
*/
|
|
1034
1052
|
lastUpdatedTime?: DateTime;
|
|
1035
1053
|
/**
|
|
1036
|
-
* Specifies whether the version of the permission
|
|
1054
|
+
* Specifies whether the version of the permission represented in this structure is the default version for all resources of this resource type.
|
|
1037
1055
|
*/
|
|
1038
1056
|
isResourceTypeDefault?: Boolean;
|
|
1039
1057
|
}
|
|
@@ -1041,33 +1059,37 @@ declare namespace RAM {
|
|
|
1041
1059
|
export type ResourceStatus = "AVAILABLE"|"ZONAL_RESOURCE_INACCESSIBLE"|"LIMIT_EXCEEDED"|"UNAVAILABLE"|"PENDING"|string;
|
|
1042
1060
|
export interface ServiceNameAndResourceType {
|
|
1043
1061
|
/**
|
|
1044
|
-
* The
|
|
1062
|
+
* The type of the resource.
|
|
1045
1063
|
*/
|
|
1046
1064
|
resourceType?: String;
|
|
1047
1065
|
/**
|
|
1048
|
-
* The name of the Amazon Web Services
|
|
1066
|
+
* The name of the Amazon Web Services service to which resources of this type belong.
|
|
1049
1067
|
*/
|
|
1050
1068
|
serviceName?: String;
|
|
1069
|
+
/**
|
|
1070
|
+
* Specifies the scope of visibility of resources of this type: REGIONAL – The resource can be accessed only by using requests that target the Amazon Web Services Region in which the resource exists. GLOBAL – The resource can be accessed from any Amazon Web Services Region.
|
|
1071
|
+
*/
|
|
1072
|
+
resourceRegionScope?: ResourceRegionScope;
|
|
1051
1073
|
}
|
|
1052
1074
|
export type ServiceNameAndResourceTypeList = ServiceNameAndResourceType[];
|
|
1053
1075
|
export type String = string;
|
|
1054
1076
|
export interface Tag {
|
|
1055
1077
|
/**
|
|
1056
|
-
* The key
|
|
1078
|
+
* The key, or name, attached to the tag. Every tag must have a key. Key names are case sensitive.
|
|
1057
1079
|
*/
|
|
1058
1080
|
key?: TagKey;
|
|
1059
1081
|
/**
|
|
1060
|
-
* The value
|
|
1082
|
+
* The string value attached to the tag. The value can be an empty string. Key values are case sensitive.
|
|
1061
1083
|
*/
|
|
1062
1084
|
value?: TagValue;
|
|
1063
1085
|
}
|
|
1064
1086
|
export interface TagFilter {
|
|
1065
1087
|
/**
|
|
1066
|
-
* The tag key.
|
|
1088
|
+
* The tag key. This must have a valid string value and can't be empty.
|
|
1067
1089
|
*/
|
|
1068
1090
|
tagKey?: TagKey;
|
|
1069
1091
|
/**
|
|
1070
|
-
*
|
|
1092
|
+
* A list of zero or more tag values. If no values are provided, then the filter matches any tag with the specified key, regardless of its value.
|
|
1071
1093
|
*/
|
|
1072
1094
|
tagValues?: TagValueList;
|
|
1073
1095
|
}
|
|
@@ -1077,11 +1099,11 @@ declare namespace RAM {
|
|
|
1077
1099
|
export type TagList = Tag[];
|
|
1078
1100
|
export interface TagResourceRequest {
|
|
1079
1101
|
/**
|
|
1080
|
-
*
|
|
1102
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.
|
|
1081
1103
|
*/
|
|
1082
1104
|
resourceShareArn: String;
|
|
1083
1105
|
/**
|
|
1084
|
-
*
|
|
1106
|
+
* A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.
|
|
1085
1107
|
*/
|
|
1086
1108
|
tags: TagList;
|
|
1087
1109
|
}
|
|
@@ -1091,11 +1113,11 @@ declare namespace RAM {
|
|
|
1091
1113
|
export type TagValueList = TagValue[];
|
|
1092
1114
|
export interface UntagResourceRequest {
|
|
1093
1115
|
/**
|
|
1094
|
-
*
|
|
1116
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share.
|
|
1095
1117
|
*/
|
|
1096
1118
|
resourceShareArn: String;
|
|
1097
1119
|
/**
|
|
1098
|
-
*
|
|
1120
|
+
* Specifies a list of one or more tag keys that you want to remove.
|
|
1099
1121
|
*/
|
|
1100
1122
|
tagKeys: TagKeyList;
|
|
1101
1123
|
}
|
|
@@ -1103,19 +1125,19 @@ declare namespace RAM {
|
|
|
1103
1125
|
}
|
|
1104
1126
|
export interface UpdateResourceShareRequest {
|
|
1105
1127
|
/**
|
|
1106
|
-
*
|
|
1128
|
+
* Specifies the Amazon Resoure Name (ARN) of the resource share that you want to modify.
|
|
1107
1129
|
*/
|
|
1108
1130
|
resourceShareArn: String;
|
|
1109
1131
|
/**
|
|
1110
|
-
*
|
|
1132
|
+
* If specified, the new name that you want to attach to the resource share.
|
|
1111
1133
|
*/
|
|
1112
1134
|
name?: String;
|
|
1113
1135
|
/**
|
|
1114
|
-
*
|
|
1136
|
+
* Specifies whether principals outside your organization in Organizations can be associated with a resource share.
|
|
1115
1137
|
*/
|
|
1116
1138
|
allowExternalPrincipals?: Boolean;
|
|
1117
1139
|
/**
|
|
1118
|
-
*
|
|
1140
|
+
* Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.. If you don't provide this value, then Amazon Web Services generates a random one for you.
|
|
1119
1141
|
*/
|
|
1120
1142
|
clientToken?: String;
|
|
1121
1143
|
}
|
|
@@ -1125,7 +1147,7 @@ declare namespace RAM {
|
|
|
1125
1147
|
*/
|
|
1126
1148
|
resourceShare?: ResourceShare;
|
|
1127
1149
|
/**
|
|
1128
|
-
*
|
|
1150
|
+
* The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
|
|
1129
1151
|
*/
|
|
1130
1152
|
clientToken?: String;
|
|
1131
1153
|
}
|