@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
|
@@ -2,6 +2,7 @@ import {Request} from '../lib/request';
|
|
|
2
2
|
import {Response} from '../lib/response';
|
|
3
3
|
import {AWSError} from '../lib/error';
|
|
4
4
|
import {Service} from '../lib/service';
|
|
5
|
+
import {WaiterConfiguration} from '../lib/service';
|
|
5
6
|
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
7
|
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
8
|
interface Blob {}
|
|
@@ -172,11 +173,11 @@ declare class Nimble extends Service {
|
|
|
172
173
|
*/
|
|
173
174
|
getStreamingImage(callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
|
174
175
|
/**
|
|
175
|
-
* Gets StreamingSession resource.
|
|
176
|
+
* Gets StreamingSession resource. anvoke this operation to poll for a streaming session state while creating or deleting a session.
|
|
176
177
|
*/
|
|
177
178
|
getStreamingSession(params: Nimble.Types.GetStreamingSessionRequest, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
178
179
|
/**
|
|
179
|
-
* Gets StreamingSession resource.
|
|
180
|
+
* Gets StreamingSession resource. anvoke this operation to poll for a streaming session state while creating or deleting a session.
|
|
180
181
|
*/
|
|
181
182
|
getStreamingSession(callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
182
183
|
/**
|
|
@@ -308,13 +309,29 @@ declare class Nimble extends Service {
|
|
|
308
309
|
*/
|
|
309
310
|
putStudioMembers(callback?: (err: AWSError, data: Nimble.Types.PutStudioMembersResponse) => void): Request<Nimble.Types.PutStudioMembersResponse, AWSError>;
|
|
310
311
|
/**
|
|
311
|
-
*
|
|
312
|
+
* Transitions sessions from the STOPPED state into the READY state. The START_IN_PROGRESS state is the intermediate state between the STOPPED and READY states.
|
|
313
|
+
*/
|
|
314
|
+
startStreamingSession(params: Nimble.Types.StartStreamingSessionRequest, callback?: (err: AWSError, data: Nimble.Types.StartStreamingSessionResponse) => void): Request<Nimble.Types.StartStreamingSessionResponse, AWSError>;
|
|
315
|
+
/**
|
|
316
|
+
* Transitions sessions from the STOPPED state into the READY state. The START_IN_PROGRESS state is the intermediate state between the STOPPED and READY states.
|
|
317
|
+
*/
|
|
318
|
+
startStreamingSession(callback?: (err: AWSError, data: Nimble.Types.StartStreamingSessionResponse) => void): Request<Nimble.Types.StartStreamingSessionResponse, AWSError>;
|
|
319
|
+
/**
|
|
320
|
+
* Repairs the Amazon Web Services SSO configuration for a given studio. If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state. After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
|
312
321
|
*/
|
|
313
322
|
startStudioSSOConfigurationRepair(params: Nimble.Types.StartStudioSSOConfigurationRepairRequest, callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
|
314
323
|
/**
|
|
315
|
-
* Repairs the SSO configuration for a given studio. If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state. After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
|
324
|
+
* Repairs the Amazon Web Services SSO configuration for a given studio. If the studio has a valid Amazon Web Services SSO configuration currently associated with it, this operation will fail with a validation error. If the studio does not have a valid Amazon Web Services SSO configuration currently associated with it, then a new Amazon Web Services SSO application is created for the studio and the studio is changed to the READY state. After the Amazon Web Services SSO application is repaired, you must use the Amazon Nimble Studio console to add administrators and users to your studio.
|
|
316
325
|
*/
|
|
317
326
|
startStudioSSOConfigurationRepair(callback?: (err: AWSError, data: Nimble.Types.StartStudioSSOConfigurationRepairResponse) => void): Request<Nimble.Types.StartStudioSSOConfigurationRepairResponse, AWSError>;
|
|
327
|
+
/**
|
|
328
|
+
* Transitions sessions from the READY state into the STOPPED state. The STOP_IN_PROGRESS state is the intermediate state between the READY and STOPPED states.
|
|
329
|
+
*/
|
|
330
|
+
stopStreamingSession(params: Nimble.Types.StopStreamingSessionRequest, callback?: (err: AWSError, data: Nimble.Types.StopStreamingSessionResponse) => void): Request<Nimble.Types.StopStreamingSessionResponse, AWSError>;
|
|
331
|
+
/**
|
|
332
|
+
* Transitions sessions from the READY state into the STOPPED state. The STOP_IN_PROGRESS state is the intermediate state between the READY and STOPPED states.
|
|
333
|
+
*/
|
|
334
|
+
stopStreamingSession(callback?: (err: AWSError, data: Nimble.Types.StopStreamingSessionResponse) => void): Request<Nimble.Types.StopStreamingSessionResponse, AWSError>;
|
|
318
335
|
/**
|
|
319
336
|
* Creates tags for a resource, given its ARN.
|
|
320
337
|
*/
|
|
@@ -371,11 +388,107 @@ declare class Nimble extends Service {
|
|
|
371
388
|
* Updates a studio component resource.
|
|
372
389
|
*/
|
|
373
390
|
updateStudioComponent(callback?: (err: AWSError, data: Nimble.Types.UpdateStudioComponentResponse) => void): Request<Nimble.Types.UpdateStudioComponentResponse, AWSError>;
|
|
391
|
+
/**
|
|
392
|
+
* Waits for the launchProfileDeleted state by periodically calling the underlying Nimble.getLaunchProfileoperation every 5 seconds (at most 150 times). Wait until a LaunchProfile is Deleted. Use this after invoking DeleteLaunchProfile
|
|
393
|
+
*/
|
|
394
|
+
waitFor(state: "launchProfileDeleted", params: Nimble.Types.GetLaunchProfileRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetLaunchProfileResponse) => void): Request<Nimble.Types.GetLaunchProfileResponse, AWSError>;
|
|
395
|
+
/**
|
|
396
|
+
* Waits for the launchProfileDeleted state by periodically calling the underlying Nimble.getLaunchProfileoperation every 5 seconds (at most 150 times). Wait until a LaunchProfile is Deleted. Use this after invoking DeleteLaunchProfile
|
|
397
|
+
*/
|
|
398
|
+
waitFor(state: "launchProfileDeleted", callback?: (err: AWSError, data: Nimble.Types.GetLaunchProfileResponse) => void): Request<Nimble.Types.GetLaunchProfileResponse, AWSError>;
|
|
399
|
+
/**
|
|
400
|
+
* Waits for the launchProfileReady state by periodically calling the underlying Nimble.getLaunchProfileoperation every 5 seconds (at most 150 times). Wait until a LaunchProfile is Ready. Use this after invoking CreateLaunchProfile or UpdateLaunchProfile
|
|
401
|
+
*/
|
|
402
|
+
waitFor(state: "launchProfileReady", params: Nimble.Types.GetLaunchProfileRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetLaunchProfileResponse) => void): Request<Nimble.Types.GetLaunchProfileResponse, AWSError>;
|
|
403
|
+
/**
|
|
404
|
+
* Waits for the launchProfileReady state by periodically calling the underlying Nimble.getLaunchProfileoperation every 5 seconds (at most 150 times). Wait until a LaunchProfile is Ready. Use this after invoking CreateLaunchProfile or UpdateLaunchProfile
|
|
405
|
+
*/
|
|
406
|
+
waitFor(state: "launchProfileReady", callback?: (err: AWSError, data: Nimble.Types.GetLaunchProfileResponse) => void): Request<Nimble.Types.GetLaunchProfileResponse, AWSError>;
|
|
407
|
+
/**
|
|
408
|
+
* Waits for the streamingImageDeleted state by periodically calling the underlying Nimble.getStreamingImageoperation every 2 seconds (at most 60 times). Wait until a StreamingImage Deleted. Use this after invoking DeleteStreamingImage
|
|
409
|
+
*/
|
|
410
|
+
waitFor(state: "streamingImageDeleted", params: Nimble.Types.GetStreamingImageRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
|
411
|
+
/**
|
|
412
|
+
* Waits for the streamingImageDeleted state by periodically calling the underlying Nimble.getStreamingImageoperation every 2 seconds (at most 60 times). Wait until a StreamingImage Deleted. Use this after invoking DeleteStreamingImage
|
|
413
|
+
*/
|
|
414
|
+
waitFor(state: "streamingImageDeleted", callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
|
415
|
+
/**
|
|
416
|
+
* Waits for the streamingImageReady state by periodically calling the underlying Nimble.getStreamingImageoperation every 2 seconds (at most 60 times). Wait until a StreamingImage is Ready. Use this after invoking CreateStreamingImage or UpdateStreamingImage
|
|
417
|
+
*/
|
|
418
|
+
waitFor(state: "streamingImageReady", params: Nimble.Types.GetStreamingImageRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
|
419
|
+
/**
|
|
420
|
+
* Waits for the streamingImageReady state by periodically calling the underlying Nimble.getStreamingImageoperation every 2 seconds (at most 60 times). Wait until a StreamingImage is Ready. Use this after invoking CreateStreamingImage or UpdateStreamingImage
|
|
421
|
+
*/
|
|
422
|
+
waitFor(state: "streamingImageReady", callback?: (err: AWSError, data: Nimble.Types.GetStreamingImageResponse) => void): Request<Nimble.Types.GetStreamingImageResponse, AWSError>;
|
|
423
|
+
/**
|
|
424
|
+
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking Deletesession
|
|
425
|
+
*/
|
|
426
|
+
waitFor(state: "streamingSessionDeleted", params: Nimble.Types.GetStreamingSessionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
427
|
+
/**
|
|
428
|
+
* Waits for the streamingSessionDeleted state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionDeleted. Use this after invoking Deletesession
|
|
429
|
+
*/
|
|
430
|
+
waitFor(state: "streamingSessionDeleted", callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
431
|
+
/**
|
|
432
|
+
* Waits for the streamingSessionReady state by periodically calling the underlying Nimble.getStreamingSessionoperation every 10 seconds (at most 180 times). Wait until a StreamingSession is ready. Use this after invoking CreateStreamingSession, StartStreamingSession
|
|
433
|
+
*/
|
|
434
|
+
waitFor(state: "streamingSessionReady", params: Nimble.Types.GetStreamingSessionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
435
|
+
/**
|
|
436
|
+
* Waits for the streamingSessionReady state by periodically calling the underlying Nimble.getStreamingSessionoperation every 10 seconds (at most 180 times). Wait until a StreamingSession is ready. Use this after invoking CreateStreamingSession, StartStreamingSession
|
|
437
|
+
*/
|
|
438
|
+
waitFor(state: "streamingSessionReady", callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
439
|
+
/**
|
|
440
|
+
* Waits for the streamingSessionStopped state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionStopped. Use this after invoking StopStreamingSession
|
|
441
|
+
*/
|
|
442
|
+
waitFor(state: "streamingSessionStopped", params: Nimble.Types.GetStreamingSessionRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
443
|
+
/**
|
|
444
|
+
* Waits for the streamingSessionStopped state by periodically calling the underlying Nimble.getStreamingSessionoperation every 5 seconds (at most 180 times). Wait until a StreamingSessionStopped. Use this after invoking StopStreamingSession
|
|
445
|
+
*/
|
|
446
|
+
waitFor(state: "streamingSessionStopped", callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionResponse) => void): Request<Nimble.Types.GetStreamingSessionResponse, AWSError>;
|
|
447
|
+
/**
|
|
448
|
+
* Waits for the streamingSessionStreamReady state by periodically calling the underlying Nimble.getStreamingSessionStreamoperation every 5 seconds (at most 30 times). Wait until a StreamingSessionStream is ready. Use this after invoking CreateStreamingSessionStream
|
|
449
|
+
*/
|
|
450
|
+
waitFor(state: "streamingSessionStreamReady", params: Nimble.Types.GetStreamingSessionStreamRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionStreamResponse) => void): Request<Nimble.Types.GetStreamingSessionStreamResponse, AWSError>;
|
|
451
|
+
/**
|
|
452
|
+
* Waits for the streamingSessionStreamReady state by periodically calling the underlying Nimble.getStreamingSessionStreamoperation every 5 seconds (at most 30 times). Wait until a StreamingSessionStream is ready. Use this after invoking CreateStreamingSessionStream
|
|
453
|
+
*/
|
|
454
|
+
waitFor(state: "streamingSessionStreamReady", callback?: (err: AWSError, data: Nimble.Types.GetStreamingSessionStreamResponse) => void): Request<Nimble.Types.GetStreamingSessionStreamResponse, AWSError>;
|
|
455
|
+
/**
|
|
456
|
+
* Waits for the studioComponentDeleted state by periodically calling the underlying Nimble.getStudioComponentoperation every 1 seconds (at most 120 times). Wait until a StudioComponent Deleted. Use this after invoking DeleteStudioComponent
|
|
457
|
+
*/
|
|
458
|
+
waitFor(state: "studioComponentDeleted", params: Nimble.Types.GetStudioComponentRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStudioComponentResponse) => void): Request<Nimble.Types.GetStudioComponentResponse, AWSError>;
|
|
459
|
+
/**
|
|
460
|
+
* Waits for the studioComponentDeleted state by periodically calling the underlying Nimble.getStudioComponentoperation every 1 seconds (at most 120 times). Wait until a StudioComponent Deleted. Use this after invoking DeleteStudioComponent
|
|
461
|
+
*/
|
|
462
|
+
waitFor(state: "studioComponentDeleted", callback?: (err: AWSError, data: Nimble.Types.GetStudioComponentResponse) => void): Request<Nimble.Types.GetStudioComponentResponse, AWSError>;
|
|
463
|
+
/**
|
|
464
|
+
* Waits for the studioComponentReady state by periodically calling the underlying Nimble.getStudioComponentoperation every 2 seconds (at most 60 times). Wait until a StudioComponent is Ready. Use this after invoking CreateStudioComponent or UpdateStudioComponent
|
|
465
|
+
*/
|
|
466
|
+
waitFor(state: "studioComponentReady", params: Nimble.Types.GetStudioComponentRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStudioComponentResponse) => void): Request<Nimble.Types.GetStudioComponentResponse, AWSError>;
|
|
467
|
+
/**
|
|
468
|
+
* Waits for the studioComponentReady state by periodically calling the underlying Nimble.getStudioComponentoperation every 2 seconds (at most 60 times). Wait until a StudioComponent is Ready. Use this after invoking CreateStudioComponent or UpdateStudioComponent
|
|
469
|
+
*/
|
|
470
|
+
waitFor(state: "studioComponentReady", callback?: (err: AWSError, data: Nimble.Types.GetStudioComponentResponse) => void): Request<Nimble.Types.GetStudioComponentResponse, AWSError>;
|
|
471
|
+
/**
|
|
472
|
+
* Waits for the studioDeleted state by periodically calling the underlying Nimble.getStudiooperation every 2 seconds (at most 60 times). Wait until a Studio is Deleted. Use this after invoking DeleteStudio.
|
|
473
|
+
*/
|
|
474
|
+
waitFor(state: "studioDeleted", params: Nimble.Types.GetStudioRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStudioResponse) => void): Request<Nimble.Types.GetStudioResponse, AWSError>;
|
|
475
|
+
/**
|
|
476
|
+
* Waits for the studioDeleted state by periodically calling the underlying Nimble.getStudiooperation every 2 seconds (at most 60 times). Wait until a Studio is Deleted. Use this after invoking DeleteStudio.
|
|
477
|
+
*/
|
|
478
|
+
waitFor(state: "studioDeleted", callback?: (err: AWSError, data: Nimble.Types.GetStudioResponse) => void): Request<Nimble.Types.GetStudioResponse, AWSError>;
|
|
479
|
+
/**
|
|
480
|
+
* Waits for the studioReady state by periodically calling the underlying Nimble.getStudiooperation every 2 seconds (at most 60 times). Wait until a Studio is Ready. Use this after invoking CreateStudio, UpdateStudio, or StartStudioSSOConfigurationRepair
|
|
481
|
+
*/
|
|
482
|
+
waitFor(state: "studioReady", params: Nimble.Types.GetStudioRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: Nimble.Types.GetStudioResponse) => void): Request<Nimble.Types.GetStudioResponse, AWSError>;
|
|
483
|
+
/**
|
|
484
|
+
* Waits for the studioReady state by periodically calling the underlying Nimble.getStudiooperation every 2 seconds (at most 60 times). Wait until a Studio is Ready. Use this after invoking CreateStudio, UpdateStudio, or StartStudioSSOConfigurationRepair
|
|
485
|
+
*/
|
|
486
|
+
waitFor(state: "studioReady", callback?: (err: AWSError, data: Nimble.Types.GetStudioResponse) => void): Request<Nimble.Types.GetStudioResponse, AWSError>;
|
|
374
487
|
}
|
|
375
488
|
declare namespace Nimble {
|
|
376
489
|
export interface AcceptEulasRequest {
|
|
377
490
|
/**
|
|
378
|
-
*
|
|
491
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
379
492
|
*/
|
|
380
493
|
clientToken?: ClientToken;
|
|
381
494
|
/**
|
|
@@ -383,9 +496,9 @@ declare namespace Nimble {
|
|
|
383
496
|
*/
|
|
384
497
|
eulaIds?: EulaIdList;
|
|
385
498
|
/**
|
|
386
|
-
*
|
|
499
|
+
* A collection of EULA IDs.
|
|
387
500
|
*/
|
|
388
|
-
studioId:
|
|
501
|
+
studioId: String;
|
|
389
502
|
}
|
|
390
503
|
export interface AcceptEulasResponse {
|
|
391
504
|
/**
|
|
@@ -423,25 +536,29 @@ declare namespace Nimble {
|
|
|
423
536
|
export type ActiveDirectoryDnsIpAddress = string;
|
|
424
537
|
export type ActiveDirectoryDnsIpAddressList = ActiveDirectoryDnsIpAddress[];
|
|
425
538
|
export type ActiveDirectoryOrganizationalUnitDistinguishedName = string;
|
|
539
|
+
export type ClientToken = string;
|
|
426
540
|
export interface ComputeFarmConfiguration {
|
|
427
541
|
/**
|
|
428
542
|
* The name of an Active Directory user that is used on ComputeFarm worker instances.
|
|
429
543
|
*/
|
|
430
|
-
activeDirectoryUser?:
|
|
544
|
+
activeDirectoryUser?: String;
|
|
431
545
|
/**
|
|
432
546
|
* The endpoint of the ComputeFarm that is accessed by the studio component resource.
|
|
433
547
|
*/
|
|
434
|
-
endpoint?:
|
|
548
|
+
endpoint?: SyntheticComputeFarmConfigurationString;
|
|
435
549
|
}
|
|
436
550
|
export interface CreateLaunchProfileRequest {
|
|
437
551
|
/**
|
|
438
|
-
*
|
|
552
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
439
553
|
*/
|
|
440
554
|
clientToken?: ClientToken;
|
|
441
555
|
/**
|
|
442
556
|
* The description.
|
|
443
557
|
*/
|
|
444
558
|
description?: LaunchProfileDescription;
|
|
559
|
+
/**
|
|
560
|
+
* Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.
|
|
561
|
+
*/
|
|
445
562
|
ec2SubnetIds: EC2SubnetIdList;
|
|
446
563
|
/**
|
|
447
564
|
* The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
|
|
@@ -460,9 +577,9 @@ declare namespace Nimble {
|
|
|
460
577
|
*/
|
|
461
578
|
studioComponentIds: LaunchProfileStudioComponentIdList;
|
|
462
579
|
/**
|
|
463
|
-
* The studio ID.
|
|
580
|
+
* The studio ID.
|
|
464
581
|
*/
|
|
465
|
-
studioId:
|
|
582
|
+
studioId: String;
|
|
466
583
|
/**
|
|
467
584
|
* A collection of labels, in the form of key:value pairs, that apply to this resource.
|
|
468
585
|
*/
|
|
@@ -476,13 +593,13 @@ declare namespace Nimble {
|
|
|
476
593
|
}
|
|
477
594
|
export interface CreateStreamingImageRequest {
|
|
478
595
|
/**
|
|
479
|
-
*
|
|
596
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
480
597
|
*/
|
|
481
598
|
clientToken?: ClientToken;
|
|
482
599
|
/**
|
|
483
600
|
* A human-readable description of the streaming image.
|
|
484
601
|
*/
|
|
485
|
-
description?:
|
|
602
|
+
description?: SyntheticCreateStreamingImageRequestStreamingImageDescription;
|
|
486
603
|
/**
|
|
487
604
|
* The ID of an EC2 machine image with which to create this streaming image.
|
|
488
605
|
*/
|
|
@@ -490,22 +607,25 @@ declare namespace Nimble {
|
|
|
490
607
|
/**
|
|
491
608
|
* A friendly name for a streaming image resource.
|
|
492
609
|
*/
|
|
493
|
-
name:
|
|
610
|
+
name: SyntheticCreateStreamingImageRequestStreamingImageName;
|
|
494
611
|
/**
|
|
495
|
-
* The studio ID.
|
|
612
|
+
* The studio ID.
|
|
496
613
|
*/
|
|
497
|
-
studioId:
|
|
614
|
+
studioId: String;
|
|
498
615
|
/**
|
|
499
616
|
* A collection of labels, in the form of key:value pairs, that apply to this resource.
|
|
500
617
|
*/
|
|
501
618
|
tags?: Tags;
|
|
502
619
|
}
|
|
503
620
|
export interface CreateStreamingImageResponse {
|
|
621
|
+
/**
|
|
622
|
+
* The streaming image.
|
|
623
|
+
*/
|
|
504
624
|
streamingImage?: StreamingImage;
|
|
505
625
|
}
|
|
506
626
|
export interface CreateStreamingSessionRequest {
|
|
507
627
|
/**
|
|
508
|
-
*
|
|
628
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
509
629
|
*/
|
|
510
630
|
clientToken?: ClientToken;
|
|
511
631
|
/**
|
|
@@ -515,19 +635,19 @@ declare namespace Nimble {
|
|
|
515
635
|
/**
|
|
516
636
|
* The launch profile ID.
|
|
517
637
|
*/
|
|
518
|
-
launchProfileId?:
|
|
638
|
+
launchProfileId?: String;
|
|
519
639
|
/**
|
|
520
640
|
* The user ID of the user that owns the streaming session.
|
|
521
641
|
*/
|
|
522
|
-
ownedBy?:
|
|
642
|
+
ownedBy?: String;
|
|
523
643
|
/**
|
|
524
644
|
* The ID of the streaming image.
|
|
525
645
|
*/
|
|
526
646
|
streamingImageId?: StreamingImageId;
|
|
527
647
|
/**
|
|
528
|
-
* The studio ID.
|
|
648
|
+
* The studio ID.
|
|
529
649
|
*/
|
|
530
|
-
studioId:
|
|
650
|
+
studioId: String;
|
|
531
651
|
/**
|
|
532
652
|
* A collection of labels, in the form of key:value pairs, that apply to this resource.
|
|
533
653
|
*/
|
|
@@ -541,7 +661,7 @@ declare namespace Nimble {
|
|
|
541
661
|
}
|
|
542
662
|
export interface CreateStreamingSessionStreamRequest {
|
|
543
663
|
/**
|
|
544
|
-
*
|
|
664
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
545
665
|
*/
|
|
546
666
|
clientToken?: ClientToken;
|
|
547
667
|
/**
|
|
@@ -549,13 +669,13 @@ declare namespace Nimble {
|
|
|
549
669
|
*/
|
|
550
670
|
expirationInSeconds?: StreamingSessionStreamExpirationInSeconds;
|
|
551
671
|
/**
|
|
552
|
-
* The session ID.
|
|
672
|
+
* The streaming session ID.
|
|
553
673
|
*/
|
|
554
|
-
sessionId:
|
|
674
|
+
sessionId: String;
|
|
555
675
|
/**
|
|
556
|
-
* The studio ID.
|
|
676
|
+
* The studio ID.
|
|
557
677
|
*/
|
|
558
|
-
studioId:
|
|
678
|
+
studioId: String;
|
|
559
679
|
}
|
|
560
680
|
export interface CreateStreamingSessionStreamResponse {
|
|
561
681
|
/**
|
|
@@ -565,7 +685,7 @@ declare namespace Nimble {
|
|
|
565
685
|
}
|
|
566
686
|
export interface CreateStudioComponentRequest {
|
|
567
687
|
/**
|
|
568
|
-
*
|
|
688
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
569
689
|
*/
|
|
570
690
|
clientToken?: ClientToken;
|
|
571
691
|
/**
|
|
@@ -593,9 +713,9 @@ declare namespace Nimble {
|
|
|
593
713
|
*/
|
|
594
714
|
scriptParameters?: StudioComponentScriptParameterKeyValueList;
|
|
595
715
|
/**
|
|
596
|
-
* The studio ID.
|
|
716
|
+
* The studio ID.
|
|
597
717
|
*/
|
|
598
|
-
studioId:
|
|
718
|
+
studioId: String;
|
|
599
719
|
/**
|
|
600
720
|
* The specific subtype of a studio component.
|
|
601
721
|
*/
|
|
@@ -619,15 +739,15 @@ declare namespace Nimble {
|
|
|
619
739
|
/**
|
|
620
740
|
* The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
|
|
621
741
|
*/
|
|
622
|
-
adminRoleArn:
|
|
742
|
+
adminRoleArn: String;
|
|
623
743
|
/**
|
|
624
|
-
*
|
|
744
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
625
745
|
*/
|
|
626
746
|
clientToken?: ClientToken;
|
|
627
747
|
/**
|
|
628
748
|
* A friendly name for the studio.
|
|
629
749
|
*/
|
|
630
|
-
displayName:
|
|
750
|
+
displayName: SyntheticCreateStudioRequestStudioDisplayName;
|
|
631
751
|
/**
|
|
632
752
|
* The studio encryption configuration.
|
|
633
753
|
*/
|
|
@@ -643,7 +763,7 @@ declare namespace Nimble {
|
|
|
643
763
|
/**
|
|
644
764
|
* The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
|
|
645
765
|
*/
|
|
646
|
-
userRoleArn:
|
|
766
|
+
userRoleArn: String;
|
|
647
767
|
}
|
|
648
768
|
export interface CreateStudioResponse {
|
|
649
769
|
/**
|
|
@@ -653,37 +773,37 @@ declare namespace Nimble {
|
|
|
653
773
|
}
|
|
654
774
|
export interface DeleteLaunchProfileMemberRequest {
|
|
655
775
|
/**
|
|
656
|
-
*
|
|
776
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
657
777
|
*/
|
|
658
778
|
clientToken?: ClientToken;
|
|
659
779
|
/**
|
|
660
|
-
* The
|
|
780
|
+
* The Launch Profile ID.
|
|
661
781
|
*/
|
|
662
|
-
launchProfileId:
|
|
782
|
+
launchProfileId: String;
|
|
663
783
|
/**
|
|
664
|
-
* The principal ID.
|
|
784
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
665
785
|
*/
|
|
666
|
-
principalId:
|
|
786
|
+
principalId: String;
|
|
667
787
|
/**
|
|
668
|
-
* The studio ID.
|
|
788
|
+
* The studio ID.
|
|
669
789
|
*/
|
|
670
|
-
studioId:
|
|
790
|
+
studioId: String;
|
|
671
791
|
}
|
|
672
792
|
export interface DeleteLaunchProfileMemberResponse {
|
|
673
793
|
}
|
|
674
794
|
export interface DeleteLaunchProfileRequest {
|
|
675
795
|
/**
|
|
676
|
-
*
|
|
796
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
677
797
|
*/
|
|
678
798
|
clientToken?: ClientToken;
|
|
679
799
|
/**
|
|
680
|
-
* The
|
|
800
|
+
* The Launch Profile ID.
|
|
681
801
|
*/
|
|
682
|
-
launchProfileId:
|
|
802
|
+
launchProfileId: String;
|
|
683
803
|
/**
|
|
684
|
-
* The studio ID.
|
|
804
|
+
* The studio ID.
|
|
685
805
|
*/
|
|
686
|
-
studioId:
|
|
806
|
+
studioId: String;
|
|
687
807
|
}
|
|
688
808
|
export interface DeleteLaunchProfileResponse {
|
|
689
809
|
/**
|
|
@@ -693,17 +813,17 @@ declare namespace Nimble {
|
|
|
693
813
|
}
|
|
694
814
|
export interface DeleteStreamingImageRequest {
|
|
695
815
|
/**
|
|
696
|
-
*
|
|
816
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
697
817
|
*/
|
|
698
818
|
clientToken?: ClientToken;
|
|
699
819
|
/**
|
|
700
820
|
* The streaming image ID.
|
|
701
821
|
*/
|
|
702
|
-
streamingImageId:
|
|
822
|
+
streamingImageId: String;
|
|
703
823
|
/**
|
|
704
|
-
* The studio ID.
|
|
824
|
+
* The studio ID.
|
|
705
825
|
*/
|
|
706
|
-
studioId:
|
|
826
|
+
studioId: String;
|
|
707
827
|
}
|
|
708
828
|
export interface DeleteStreamingImageResponse {
|
|
709
829
|
/**
|
|
@@ -713,17 +833,17 @@ declare namespace Nimble {
|
|
|
713
833
|
}
|
|
714
834
|
export interface DeleteStreamingSessionRequest {
|
|
715
835
|
/**
|
|
716
|
-
*
|
|
836
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
717
837
|
*/
|
|
718
838
|
clientToken?: ClientToken;
|
|
719
839
|
/**
|
|
720
|
-
* The session ID.
|
|
840
|
+
* The streaming session ID.
|
|
721
841
|
*/
|
|
722
|
-
sessionId:
|
|
842
|
+
sessionId: String;
|
|
723
843
|
/**
|
|
724
|
-
* The studio ID.
|
|
844
|
+
* The studio ID.
|
|
725
845
|
*/
|
|
726
|
-
studioId:
|
|
846
|
+
studioId: String;
|
|
727
847
|
}
|
|
728
848
|
export interface DeleteStreamingSessionResponse {
|
|
729
849
|
/**
|
|
@@ -733,17 +853,17 @@ declare namespace Nimble {
|
|
|
733
853
|
}
|
|
734
854
|
export interface DeleteStudioComponentRequest {
|
|
735
855
|
/**
|
|
736
|
-
*
|
|
856
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
737
857
|
*/
|
|
738
858
|
clientToken?: ClientToken;
|
|
739
859
|
/**
|
|
740
860
|
* The studio component ID.
|
|
741
861
|
*/
|
|
742
|
-
studioComponentId:
|
|
862
|
+
studioComponentId: String;
|
|
743
863
|
/**
|
|
744
|
-
* The studio ID.
|
|
864
|
+
* The studio ID.
|
|
745
865
|
*/
|
|
746
|
-
studioId:
|
|
866
|
+
studioId: String;
|
|
747
867
|
}
|
|
748
868
|
export interface DeleteStudioComponentResponse {
|
|
749
869
|
/**
|
|
@@ -753,35 +873,35 @@ declare namespace Nimble {
|
|
|
753
873
|
}
|
|
754
874
|
export interface DeleteStudioMemberRequest {
|
|
755
875
|
/**
|
|
756
|
-
*
|
|
876
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
757
877
|
*/
|
|
758
878
|
clientToken?: ClientToken;
|
|
759
879
|
/**
|
|
760
|
-
* The principal ID.
|
|
880
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
761
881
|
*/
|
|
762
|
-
principalId:
|
|
882
|
+
principalId: String;
|
|
763
883
|
/**
|
|
764
|
-
* The studio ID.
|
|
884
|
+
* The studio ID.
|
|
765
885
|
*/
|
|
766
|
-
studioId:
|
|
886
|
+
studioId: String;
|
|
767
887
|
}
|
|
768
888
|
export interface DeleteStudioMemberResponse {
|
|
769
889
|
}
|
|
770
890
|
export interface DeleteStudioRequest {
|
|
771
891
|
/**
|
|
772
|
-
*
|
|
892
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
773
893
|
*/
|
|
774
894
|
clientToken?: ClientToken;
|
|
775
895
|
/**
|
|
776
|
-
* The studio ID.
|
|
896
|
+
* The studio ID.
|
|
777
897
|
*/
|
|
778
|
-
studioId:
|
|
898
|
+
studioId: String;
|
|
779
899
|
}
|
|
780
900
|
export interface DeleteStudioResponse {
|
|
781
901
|
/**
|
|
782
902
|
* Information about a studio.
|
|
783
903
|
*/
|
|
784
|
-
studio
|
|
904
|
+
studio: Studio;
|
|
785
905
|
}
|
|
786
906
|
export type DirectoryId = string;
|
|
787
907
|
export type EC2ImageId = string;
|
|
@@ -791,7 +911,7 @@ declare namespace Nimble {
|
|
|
791
911
|
/**
|
|
792
912
|
* The EULA content.
|
|
793
913
|
*/
|
|
794
|
-
content?:
|
|
914
|
+
content?: String;
|
|
795
915
|
/**
|
|
796
916
|
* The Unix epoch timestamp in seconds for when the resource was created.
|
|
797
917
|
*/
|
|
@@ -817,11 +937,11 @@ declare namespace Nimble {
|
|
|
817
937
|
/**
|
|
818
938
|
* The ID of the person who accepted the EULA.
|
|
819
939
|
*/
|
|
820
|
-
acceptedBy?:
|
|
940
|
+
acceptedBy?: String;
|
|
821
941
|
/**
|
|
822
942
|
* The ID of the acceptee.
|
|
823
943
|
*/
|
|
824
|
-
accepteeId?:
|
|
944
|
+
accepteeId?: String;
|
|
825
945
|
/**
|
|
826
946
|
* The EULA acceptance ID.
|
|
827
947
|
*/
|
|
@@ -834,14 +954,14 @@ declare namespace Nimble {
|
|
|
834
954
|
export type EulaAcceptanceId = string;
|
|
835
955
|
export type EulaAcceptanceList = EulaAcceptance[];
|
|
836
956
|
export type EulaId = string;
|
|
837
|
-
export type EulaIdList =
|
|
957
|
+
export type EulaIdList = String[];
|
|
838
958
|
export type EulaList = Eula[];
|
|
839
959
|
export type EulaName = string;
|
|
840
960
|
export interface GetEulaRequest {
|
|
841
961
|
/**
|
|
842
962
|
* The EULA ID.
|
|
843
963
|
*/
|
|
844
|
-
eulaId:
|
|
964
|
+
eulaId: String;
|
|
845
965
|
}
|
|
846
966
|
export interface GetEulaResponse {
|
|
847
967
|
/**
|
|
@@ -851,13 +971,13 @@ declare namespace Nimble {
|
|
|
851
971
|
}
|
|
852
972
|
export interface GetLaunchProfileDetailsRequest {
|
|
853
973
|
/**
|
|
854
|
-
* The
|
|
974
|
+
* The Launch Profile ID.
|
|
855
975
|
*/
|
|
856
|
-
launchProfileId:
|
|
976
|
+
launchProfileId: String;
|
|
857
977
|
/**
|
|
858
|
-
* The studio ID.
|
|
978
|
+
* The studio ID.
|
|
859
979
|
*/
|
|
860
|
-
studioId:
|
|
980
|
+
studioId: String;
|
|
861
981
|
}
|
|
862
982
|
export interface GetLaunchProfileDetailsResponse {
|
|
863
983
|
/**
|
|
@@ -875,25 +995,25 @@ declare namespace Nimble {
|
|
|
875
995
|
}
|
|
876
996
|
export interface GetLaunchProfileInitializationRequest {
|
|
877
997
|
/**
|
|
878
|
-
* The
|
|
998
|
+
* The Launch Profile ID.
|
|
879
999
|
*/
|
|
880
|
-
launchProfileId:
|
|
1000
|
+
launchProfileId: String;
|
|
881
1001
|
/**
|
|
882
|
-
*
|
|
1002
|
+
* The launch profile protocol versions supported by the client.
|
|
883
1003
|
*/
|
|
884
|
-
launchProfileProtocolVersions:
|
|
1004
|
+
launchProfileProtocolVersions: StringList;
|
|
885
1005
|
/**
|
|
886
1006
|
* The launch purpose.
|
|
887
1007
|
*/
|
|
888
|
-
launchPurpose:
|
|
1008
|
+
launchPurpose: String;
|
|
889
1009
|
/**
|
|
890
|
-
* The platform.
|
|
1010
|
+
* The platform where this Launch Profile will be used, either WINDOWS or LINUX.
|
|
891
1011
|
*/
|
|
892
|
-
platform:
|
|
1012
|
+
platform: String;
|
|
893
1013
|
/**
|
|
894
|
-
* The studio ID.
|
|
1014
|
+
* The studio ID.
|
|
895
1015
|
*/
|
|
896
|
-
studioId:
|
|
1016
|
+
studioId: String;
|
|
897
1017
|
}
|
|
898
1018
|
export interface GetLaunchProfileInitializationResponse {
|
|
899
1019
|
/**
|
|
@@ -903,17 +1023,17 @@ declare namespace Nimble {
|
|
|
903
1023
|
}
|
|
904
1024
|
export interface GetLaunchProfileMemberRequest {
|
|
905
1025
|
/**
|
|
906
|
-
* The
|
|
1026
|
+
* The Launch Profile ID.
|
|
907
1027
|
*/
|
|
908
|
-
launchProfileId:
|
|
1028
|
+
launchProfileId: String;
|
|
909
1029
|
/**
|
|
910
|
-
* The principal ID.
|
|
1030
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
911
1031
|
*/
|
|
912
|
-
principalId:
|
|
1032
|
+
principalId: String;
|
|
913
1033
|
/**
|
|
914
|
-
* The studio ID.
|
|
1034
|
+
* The studio ID.
|
|
915
1035
|
*/
|
|
916
|
-
studioId:
|
|
1036
|
+
studioId: String;
|
|
917
1037
|
}
|
|
918
1038
|
export interface GetLaunchProfileMemberResponse {
|
|
919
1039
|
/**
|
|
@@ -923,13 +1043,13 @@ declare namespace Nimble {
|
|
|
923
1043
|
}
|
|
924
1044
|
export interface GetLaunchProfileRequest {
|
|
925
1045
|
/**
|
|
926
|
-
* The
|
|
1046
|
+
* The Launch Profile ID.
|
|
927
1047
|
*/
|
|
928
|
-
launchProfileId:
|
|
1048
|
+
launchProfileId: String;
|
|
929
1049
|
/**
|
|
930
|
-
* The studio ID.
|
|
1050
|
+
* The studio ID.
|
|
931
1051
|
*/
|
|
932
|
-
studioId:
|
|
1052
|
+
studioId: String;
|
|
933
1053
|
}
|
|
934
1054
|
export interface GetLaunchProfileResponse {
|
|
935
1055
|
/**
|
|
@@ -941,11 +1061,11 @@ declare namespace Nimble {
|
|
|
941
1061
|
/**
|
|
942
1062
|
* The streaming image ID.
|
|
943
1063
|
*/
|
|
944
|
-
streamingImageId:
|
|
1064
|
+
streamingImageId: String;
|
|
945
1065
|
/**
|
|
946
|
-
* The studio ID.
|
|
1066
|
+
* The studio ID.
|
|
947
1067
|
*/
|
|
948
|
-
studioId:
|
|
1068
|
+
studioId: String;
|
|
949
1069
|
}
|
|
950
1070
|
export interface GetStreamingImageResponse {
|
|
951
1071
|
/**
|
|
@@ -955,13 +1075,13 @@ declare namespace Nimble {
|
|
|
955
1075
|
}
|
|
956
1076
|
export interface GetStreamingSessionRequest {
|
|
957
1077
|
/**
|
|
958
|
-
* The session ID.
|
|
1078
|
+
* The streaming session ID.
|
|
959
1079
|
*/
|
|
960
|
-
sessionId:
|
|
1080
|
+
sessionId: String;
|
|
961
1081
|
/**
|
|
962
|
-
* The studio ID.
|
|
1082
|
+
* The studio ID.
|
|
963
1083
|
*/
|
|
964
|
-
studioId:
|
|
1084
|
+
studioId: String;
|
|
965
1085
|
}
|
|
966
1086
|
export interface GetStreamingSessionResponse {
|
|
967
1087
|
/**
|
|
@@ -971,17 +1091,17 @@ declare namespace Nimble {
|
|
|
971
1091
|
}
|
|
972
1092
|
export interface GetStreamingSessionStreamRequest {
|
|
973
1093
|
/**
|
|
974
|
-
* The session ID.
|
|
1094
|
+
* The streaming session ID.
|
|
975
1095
|
*/
|
|
976
|
-
sessionId:
|
|
1096
|
+
sessionId: String;
|
|
977
1097
|
/**
|
|
978
|
-
* The stream ID.
|
|
1098
|
+
* The streaming session stream ID.
|
|
979
1099
|
*/
|
|
980
|
-
streamId:
|
|
1100
|
+
streamId: String;
|
|
981
1101
|
/**
|
|
982
|
-
* The studio ID.
|
|
1102
|
+
* The studio ID.
|
|
983
1103
|
*/
|
|
984
|
-
studioId:
|
|
1104
|
+
studioId: String;
|
|
985
1105
|
}
|
|
986
1106
|
export interface GetStreamingSessionStreamResponse {
|
|
987
1107
|
/**
|
|
@@ -993,11 +1113,11 @@ declare namespace Nimble {
|
|
|
993
1113
|
/**
|
|
994
1114
|
* The studio component ID.
|
|
995
1115
|
*/
|
|
996
|
-
studioComponentId:
|
|
1116
|
+
studioComponentId: String;
|
|
997
1117
|
/**
|
|
998
|
-
* The studio ID.
|
|
1118
|
+
* The studio ID.
|
|
999
1119
|
*/
|
|
1000
|
-
studioId:
|
|
1120
|
+
studioId: String;
|
|
1001
1121
|
}
|
|
1002
1122
|
export interface GetStudioComponentResponse {
|
|
1003
1123
|
/**
|
|
@@ -1007,13 +1127,13 @@ declare namespace Nimble {
|
|
|
1007
1127
|
}
|
|
1008
1128
|
export interface GetStudioMemberRequest {
|
|
1009
1129
|
/**
|
|
1010
|
-
* The principal ID.
|
|
1130
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
1011
1131
|
*/
|
|
1012
|
-
principalId:
|
|
1132
|
+
principalId: String;
|
|
1013
1133
|
/**
|
|
1014
|
-
* The studio ID.
|
|
1134
|
+
* The studio ID.
|
|
1015
1135
|
*/
|
|
1016
|
-
studioId:
|
|
1136
|
+
studioId: String;
|
|
1017
1137
|
}
|
|
1018
1138
|
export interface GetStudioMemberResponse {
|
|
1019
1139
|
/**
|
|
@@ -1023,21 +1143,21 @@ declare namespace Nimble {
|
|
|
1023
1143
|
}
|
|
1024
1144
|
export interface GetStudioRequest {
|
|
1025
1145
|
/**
|
|
1026
|
-
* The studio ID.
|
|
1146
|
+
* The studio ID.
|
|
1027
1147
|
*/
|
|
1028
|
-
studioId:
|
|
1148
|
+
studioId: String;
|
|
1029
1149
|
}
|
|
1030
1150
|
export interface GetStudioResponse {
|
|
1031
1151
|
/**
|
|
1032
1152
|
* Information about a studio.
|
|
1033
1153
|
*/
|
|
1034
|
-
studio
|
|
1154
|
+
studio: Studio;
|
|
1035
1155
|
}
|
|
1036
1156
|
export interface LaunchProfile {
|
|
1037
1157
|
/**
|
|
1038
1158
|
* The ARN of the resource.
|
|
1039
1159
|
*/
|
|
1040
|
-
arn?:
|
|
1160
|
+
arn?: String;
|
|
1041
1161
|
/**
|
|
1042
1162
|
* The Unix epoch timestamp in seconds for when the resource was created.
|
|
1043
1163
|
*/
|
|
@@ -1045,7 +1165,7 @@ declare namespace Nimble {
|
|
|
1045
1165
|
/**
|
|
1046
1166
|
* The user ID of the user that created the launch profile.
|
|
1047
1167
|
*/
|
|
1048
|
-
createdBy?:
|
|
1168
|
+
createdBy?: String;
|
|
1049
1169
|
/**
|
|
1050
1170
|
* A human-readable description of the launch profile.
|
|
1051
1171
|
*/
|
|
@@ -1077,7 +1197,7 @@ declare namespace Nimble {
|
|
|
1077
1197
|
/**
|
|
1078
1198
|
* The status message for the launch profile.
|
|
1079
1199
|
*/
|
|
1080
|
-
statusMessage?:
|
|
1200
|
+
statusMessage?: String;
|
|
1081
1201
|
/**
|
|
1082
1202
|
* A configuration for a streaming session.
|
|
1083
1203
|
*/
|
|
@@ -1097,7 +1217,7 @@ declare namespace Nimble {
|
|
|
1097
1217
|
/**
|
|
1098
1218
|
* The user ID of the user that most recently updated the resource.
|
|
1099
1219
|
*/
|
|
1100
|
-
updatedBy?:
|
|
1220
|
+
updatedBy?: String;
|
|
1101
1221
|
}
|
|
1102
1222
|
export type LaunchProfileDescription = string;
|
|
1103
1223
|
export type LaunchProfileId = string;
|
|
@@ -1151,7 +1271,7 @@ declare namespace Nimble {
|
|
|
1151
1271
|
/**
|
|
1152
1272
|
* The directory name.
|
|
1153
1273
|
*/
|
|
1154
|
-
directoryName?:
|
|
1274
|
+
directoryName?: String;
|
|
1155
1275
|
/**
|
|
1156
1276
|
* The DNS IP address.
|
|
1157
1277
|
*/
|
|
@@ -1189,7 +1309,7 @@ declare namespace Nimble {
|
|
|
1189
1309
|
/**
|
|
1190
1310
|
* The ID of the identity store.
|
|
1191
1311
|
*/
|
|
1192
|
-
identityStoreId?:
|
|
1312
|
+
identityStoreId?: String;
|
|
1193
1313
|
/**
|
|
1194
1314
|
* The persona.
|
|
1195
1315
|
*/
|
|
@@ -1197,7 +1317,11 @@ declare namespace Nimble {
|
|
|
1197
1317
|
/**
|
|
1198
1318
|
* The principal ID.
|
|
1199
1319
|
*/
|
|
1200
|
-
principalId?:
|
|
1320
|
+
principalId?: String;
|
|
1321
|
+
/**
|
|
1322
|
+
* The Active Directory Security Identifier for this user, if available.
|
|
1323
|
+
*/
|
|
1324
|
+
sid?: String;
|
|
1201
1325
|
}
|
|
1202
1326
|
export type LaunchProfileMembershipList = LaunchProfileMembership[];
|
|
1203
1327
|
export type LaunchProfileName = string;
|
|
@@ -1208,28 +1332,28 @@ declare namespace Nimble {
|
|
|
1208
1332
|
export type LaunchProfileSecurityGroupIdList = SecurityGroupId[];
|
|
1209
1333
|
export type LaunchProfileState = "CREATE_IN_PROGRESS"|"READY"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"DELETED"|"DELETE_FAILED"|"CREATE_FAILED"|"UPDATE_FAILED"|string;
|
|
1210
1334
|
export type LaunchProfileStatusCode = "LAUNCH_PROFILE_CREATED"|"LAUNCH_PROFILE_UPDATED"|"LAUNCH_PROFILE_DELETED"|"LAUNCH_PROFILE_CREATE_IN_PROGRESS"|"LAUNCH_PROFILE_UPDATE_IN_PROGRESS"|"LAUNCH_PROFILE_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"STREAMING_IMAGE_NOT_FOUND"|"STREAMING_IMAGE_NOT_READY"|"LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED"|"ENCRYPTION_KEY_ACCESS_DENIED"|"ENCRYPTION_KEY_NOT_FOUND"|"INVALID_SUBNETS_PROVIDED"|string;
|
|
1211
|
-
export type LaunchProfileStudioComponentIdList =
|
|
1335
|
+
export type LaunchProfileStudioComponentIdList = String[];
|
|
1212
1336
|
export type LaunchPurpose = string;
|
|
1213
1337
|
export interface LicenseServiceConfiguration {
|
|
1214
1338
|
/**
|
|
1215
1339
|
* The endpoint of the license service that is accessed by the studio component resource.
|
|
1216
1340
|
*/
|
|
1217
|
-
endpoint?:
|
|
1341
|
+
endpoint?: SyntheticLicenseServiceConfigurationString;
|
|
1218
1342
|
}
|
|
1219
1343
|
export type LinuxMountPoint = string;
|
|
1220
1344
|
export interface ListEulaAcceptancesRequest {
|
|
1221
1345
|
/**
|
|
1222
|
-
*
|
|
1346
|
+
* The list of EULA IDs that have been previously accepted.
|
|
1223
1347
|
*/
|
|
1224
|
-
eulaIds?:
|
|
1348
|
+
eulaIds?: StringList;
|
|
1225
1349
|
/**
|
|
1226
|
-
* The token
|
|
1350
|
+
* The token to request the next page of results.
|
|
1227
1351
|
*/
|
|
1228
|
-
nextToken?:
|
|
1352
|
+
nextToken?: String;
|
|
1229
1353
|
/**
|
|
1230
|
-
* The studio ID.
|
|
1354
|
+
* The studio ID.
|
|
1231
1355
|
*/
|
|
1232
|
-
studioId:
|
|
1356
|
+
studioId: String;
|
|
1233
1357
|
}
|
|
1234
1358
|
export interface ListEulaAcceptancesResponse {
|
|
1235
1359
|
/**
|
|
@@ -1239,17 +1363,17 @@ declare namespace Nimble {
|
|
|
1239
1363
|
/**
|
|
1240
1364
|
* The token for the next set of results, or null if there are no more results.
|
|
1241
1365
|
*/
|
|
1242
|
-
nextToken?:
|
|
1366
|
+
nextToken?: String;
|
|
1243
1367
|
}
|
|
1244
1368
|
export interface ListEulasRequest {
|
|
1245
1369
|
/**
|
|
1246
|
-
*
|
|
1370
|
+
* The list of EULA IDs that should be returned
|
|
1247
1371
|
*/
|
|
1248
|
-
eulaIds?:
|
|
1372
|
+
eulaIds?: StringList;
|
|
1249
1373
|
/**
|
|
1250
|
-
* The token
|
|
1374
|
+
* The token to request the next page of results.
|
|
1251
1375
|
*/
|
|
1252
|
-
nextToken?:
|
|
1376
|
+
nextToken?: String;
|
|
1253
1377
|
}
|
|
1254
1378
|
export interface ListEulasResponse {
|
|
1255
1379
|
/**
|
|
@@ -1259,25 +1383,25 @@ declare namespace Nimble {
|
|
|
1259
1383
|
/**
|
|
1260
1384
|
* The token for the next set of results, or null if there are no more results.
|
|
1261
1385
|
*/
|
|
1262
|
-
nextToken?:
|
|
1386
|
+
nextToken?: String;
|
|
1263
1387
|
}
|
|
1264
1388
|
export interface ListLaunchProfileMembersRequest {
|
|
1265
1389
|
/**
|
|
1266
|
-
* The
|
|
1390
|
+
* The Launch Profile ID.
|
|
1267
1391
|
*/
|
|
1268
|
-
launchProfileId:
|
|
1392
|
+
launchProfileId: String;
|
|
1269
1393
|
/**
|
|
1270
|
-
* The
|
|
1394
|
+
* The max number of results to return in the response.
|
|
1271
1395
|
*/
|
|
1272
1396
|
maxResults?: MaxResults;
|
|
1273
1397
|
/**
|
|
1274
|
-
* The token
|
|
1398
|
+
* The token to request the next page of results.
|
|
1275
1399
|
*/
|
|
1276
|
-
nextToken?:
|
|
1400
|
+
nextToken?: String;
|
|
1277
1401
|
/**
|
|
1278
|
-
* The studio ID.
|
|
1402
|
+
* The studio ID.
|
|
1279
1403
|
*/
|
|
1280
|
-
studioId:
|
|
1404
|
+
studioId: String;
|
|
1281
1405
|
}
|
|
1282
1406
|
export interface ListLaunchProfileMembersResponse {
|
|
1283
1407
|
/**
|
|
@@ -1287,29 +1411,29 @@ declare namespace Nimble {
|
|
|
1287
1411
|
/**
|
|
1288
1412
|
* The token for the next set of results, or null if there are no more results.
|
|
1289
1413
|
*/
|
|
1290
|
-
nextToken?:
|
|
1414
|
+
nextToken?: String;
|
|
1291
1415
|
}
|
|
1292
1416
|
export interface ListLaunchProfilesRequest {
|
|
1293
1417
|
/**
|
|
1294
|
-
* The
|
|
1418
|
+
* The max number of results to return in the response.
|
|
1295
1419
|
*/
|
|
1296
1420
|
maxResults?: MaxResults;
|
|
1297
1421
|
/**
|
|
1298
|
-
* The token
|
|
1422
|
+
* The token to request the next page of results.
|
|
1299
1423
|
*/
|
|
1300
|
-
nextToken?:
|
|
1424
|
+
nextToken?: String;
|
|
1301
1425
|
/**
|
|
1302
|
-
* The principal ID.
|
|
1426
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
1303
1427
|
*/
|
|
1304
|
-
principalId?:
|
|
1428
|
+
principalId?: String;
|
|
1305
1429
|
/**
|
|
1306
|
-
*
|
|
1430
|
+
* Filter this request to launch profiles in any of the given states.
|
|
1307
1431
|
*/
|
|
1308
|
-
states?:
|
|
1432
|
+
states?: StringList;
|
|
1309
1433
|
/**
|
|
1310
|
-
* The studio ID.
|
|
1434
|
+
* The studio ID.
|
|
1311
1435
|
*/
|
|
1312
|
-
studioId:
|
|
1436
|
+
studioId: String;
|
|
1313
1437
|
}
|
|
1314
1438
|
export interface ListLaunchProfilesResponse {
|
|
1315
1439
|
/**
|
|
@@ -1319,27 +1443,27 @@ declare namespace Nimble {
|
|
|
1319
1443
|
/**
|
|
1320
1444
|
* The token for the next set of results, or null if there are no more results.
|
|
1321
1445
|
*/
|
|
1322
|
-
nextToken?:
|
|
1446
|
+
nextToken?: String;
|
|
1323
1447
|
}
|
|
1324
1448
|
export interface ListStreamingImagesRequest {
|
|
1325
1449
|
/**
|
|
1326
|
-
* The token
|
|
1450
|
+
* The token to request the next page of results.
|
|
1327
1451
|
*/
|
|
1328
|
-
nextToken?:
|
|
1452
|
+
nextToken?: String;
|
|
1329
1453
|
/**
|
|
1330
|
-
*
|
|
1454
|
+
* Filter this request to streaming images with the given owner
|
|
1331
1455
|
*/
|
|
1332
|
-
owner?:
|
|
1456
|
+
owner?: String;
|
|
1333
1457
|
/**
|
|
1334
|
-
* The studio ID.
|
|
1458
|
+
* The studio ID.
|
|
1335
1459
|
*/
|
|
1336
|
-
studioId:
|
|
1460
|
+
studioId: String;
|
|
1337
1461
|
}
|
|
1338
1462
|
export interface ListStreamingImagesResponse {
|
|
1339
1463
|
/**
|
|
1340
1464
|
* The token for the next set of results, or null if there are no more results.
|
|
1341
1465
|
*/
|
|
1342
|
-
nextToken?:
|
|
1466
|
+
nextToken?: String;
|
|
1343
1467
|
/**
|
|
1344
1468
|
* A collection of streaming images.
|
|
1345
1469
|
*/
|
|
@@ -1347,31 +1471,31 @@ declare namespace Nimble {
|
|
|
1347
1471
|
}
|
|
1348
1472
|
export interface ListStreamingSessionsRequest {
|
|
1349
1473
|
/**
|
|
1350
|
-
*
|
|
1474
|
+
* Filters the request to streaming sessions created by the given user.
|
|
1351
1475
|
*/
|
|
1352
|
-
createdBy?:
|
|
1476
|
+
createdBy?: String;
|
|
1353
1477
|
/**
|
|
1354
|
-
* The token
|
|
1478
|
+
* The token to request the next page of results.
|
|
1355
1479
|
*/
|
|
1356
|
-
nextToken?:
|
|
1480
|
+
nextToken?: String;
|
|
1357
1481
|
/**
|
|
1358
|
-
*
|
|
1482
|
+
* Filters the request to streaming session owned by the given user
|
|
1359
1483
|
*/
|
|
1360
|
-
ownedBy?:
|
|
1484
|
+
ownedBy?: String;
|
|
1361
1485
|
/**
|
|
1362
|
-
*
|
|
1486
|
+
* Filters the request to only the provided session IDs.
|
|
1363
1487
|
*/
|
|
1364
|
-
sessionIds?:
|
|
1488
|
+
sessionIds?: String;
|
|
1365
1489
|
/**
|
|
1366
|
-
* The studio ID.
|
|
1490
|
+
* The studio ID.
|
|
1367
1491
|
*/
|
|
1368
|
-
studioId:
|
|
1492
|
+
studioId: String;
|
|
1369
1493
|
}
|
|
1370
1494
|
export interface ListStreamingSessionsResponse {
|
|
1371
1495
|
/**
|
|
1372
1496
|
* The token for the next set of results, or null if there are no more results.
|
|
1373
1497
|
*/
|
|
1374
|
-
nextToken?:
|
|
1498
|
+
nextToken?: String;
|
|
1375
1499
|
/**
|
|
1376
1500
|
* A collection of streaming sessions.
|
|
1377
1501
|
*/
|
|
@@ -1379,31 +1503,31 @@ declare namespace Nimble {
|
|
|
1379
1503
|
}
|
|
1380
1504
|
export interface ListStudioComponentsRequest {
|
|
1381
1505
|
/**
|
|
1382
|
-
* The
|
|
1506
|
+
* The max number of results to return in the response.
|
|
1383
1507
|
*/
|
|
1384
1508
|
maxResults?: MaxResults;
|
|
1385
1509
|
/**
|
|
1386
|
-
* The token
|
|
1510
|
+
* The token to request the next page of results.
|
|
1387
1511
|
*/
|
|
1388
|
-
nextToken?:
|
|
1512
|
+
nextToken?: String;
|
|
1389
1513
|
/**
|
|
1390
|
-
*
|
|
1514
|
+
* Filters the request to studio components that are in one of the given states.
|
|
1391
1515
|
*/
|
|
1392
|
-
states?:
|
|
1516
|
+
states?: StringList;
|
|
1393
1517
|
/**
|
|
1394
|
-
* The studio ID.
|
|
1518
|
+
* The studio ID.
|
|
1395
1519
|
*/
|
|
1396
|
-
studioId:
|
|
1520
|
+
studioId: String;
|
|
1397
1521
|
/**
|
|
1398
|
-
*
|
|
1522
|
+
* Filters the request to studio components that are of one of the given types.
|
|
1399
1523
|
*/
|
|
1400
|
-
types?:
|
|
1524
|
+
types?: StringList;
|
|
1401
1525
|
}
|
|
1402
1526
|
export interface ListStudioComponentsResponse {
|
|
1403
1527
|
/**
|
|
1404
1528
|
* The token for the next set of results, or null if there are no more results.
|
|
1405
1529
|
*/
|
|
1406
|
-
nextToken?:
|
|
1530
|
+
nextToken?: String;
|
|
1407
1531
|
/**
|
|
1408
1532
|
* A collection of studio components.
|
|
1409
1533
|
*/
|
|
@@ -1411,17 +1535,17 @@ declare namespace Nimble {
|
|
|
1411
1535
|
}
|
|
1412
1536
|
export interface ListStudioMembersRequest {
|
|
1413
1537
|
/**
|
|
1414
|
-
* The
|
|
1538
|
+
* The max number of results to return in the response.
|
|
1415
1539
|
*/
|
|
1416
1540
|
maxResults?: MaxResults;
|
|
1417
1541
|
/**
|
|
1418
|
-
* The token
|
|
1542
|
+
* The token to request the next page of results.
|
|
1419
1543
|
*/
|
|
1420
|
-
nextToken?:
|
|
1544
|
+
nextToken?: String;
|
|
1421
1545
|
/**
|
|
1422
|
-
* The studio ID.
|
|
1546
|
+
* The studio ID.
|
|
1423
1547
|
*/
|
|
1424
|
-
studioId:
|
|
1548
|
+
studioId: String;
|
|
1425
1549
|
}
|
|
1426
1550
|
export interface ListStudioMembersResponse {
|
|
1427
1551
|
/**
|
|
@@ -1431,29 +1555,29 @@ declare namespace Nimble {
|
|
|
1431
1555
|
/**
|
|
1432
1556
|
* The token for the next set of results, or null if there are no more results.
|
|
1433
1557
|
*/
|
|
1434
|
-
nextToken?:
|
|
1558
|
+
nextToken?: String;
|
|
1435
1559
|
}
|
|
1436
1560
|
export interface ListStudiosRequest {
|
|
1437
1561
|
/**
|
|
1438
|
-
* The token
|
|
1562
|
+
* The token to request the next page of results.
|
|
1439
1563
|
*/
|
|
1440
|
-
nextToken?:
|
|
1564
|
+
nextToken?: String;
|
|
1441
1565
|
}
|
|
1442
1566
|
export interface ListStudiosResponse {
|
|
1443
1567
|
/**
|
|
1444
1568
|
* The token for the next set of results, or null if there are no more results.
|
|
1445
1569
|
*/
|
|
1446
|
-
nextToken?:
|
|
1570
|
+
nextToken?: String;
|
|
1447
1571
|
/**
|
|
1448
1572
|
* A collection of studios.
|
|
1449
1573
|
*/
|
|
1450
|
-
studios
|
|
1574
|
+
studios: StudioList;
|
|
1451
1575
|
}
|
|
1452
1576
|
export interface ListTagsForResourceRequest {
|
|
1453
1577
|
/**
|
|
1454
|
-
* The ARN of the
|
|
1578
|
+
* The Amazon Resource Name (ARN) of the resource for which you want to list tags.
|
|
1455
1579
|
*/
|
|
1456
|
-
resourceArn:
|
|
1580
|
+
resourceArn: String;
|
|
1457
1581
|
}
|
|
1458
1582
|
export interface ListTagsForResourceResponse {
|
|
1459
1583
|
/**
|
|
@@ -1470,7 +1594,7 @@ declare namespace Nimble {
|
|
|
1470
1594
|
/**
|
|
1471
1595
|
* The principal ID.
|
|
1472
1596
|
*/
|
|
1473
|
-
principalId:
|
|
1597
|
+
principalId: String;
|
|
1474
1598
|
}
|
|
1475
1599
|
export type NewLaunchProfileMemberList = NewLaunchProfileMember[];
|
|
1476
1600
|
export interface NewStudioMember {
|
|
@@ -1481,50 +1605,50 @@ declare namespace Nimble {
|
|
|
1481
1605
|
/**
|
|
1482
1606
|
* The principal ID.
|
|
1483
1607
|
*/
|
|
1484
|
-
principalId:
|
|
1608
|
+
principalId: String;
|
|
1485
1609
|
}
|
|
1486
1610
|
export type NewStudioMemberList = NewStudioMember[];
|
|
1487
1611
|
export interface PutLaunchProfileMembersRequest {
|
|
1488
1612
|
/**
|
|
1489
|
-
*
|
|
1613
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
1490
1614
|
*/
|
|
1491
1615
|
clientToken?: ClientToken;
|
|
1492
1616
|
/**
|
|
1493
1617
|
* The ID of the identity store.
|
|
1494
1618
|
*/
|
|
1495
|
-
identityStoreId:
|
|
1619
|
+
identityStoreId: String;
|
|
1496
1620
|
/**
|
|
1497
|
-
* The
|
|
1621
|
+
* The Launch Profile ID.
|
|
1498
1622
|
*/
|
|
1499
|
-
launchProfileId:
|
|
1623
|
+
launchProfileId: String;
|
|
1500
1624
|
/**
|
|
1501
1625
|
* A list of members.
|
|
1502
1626
|
*/
|
|
1503
1627
|
members: NewLaunchProfileMemberList;
|
|
1504
1628
|
/**
|
|
1505
|
-
* The studio ID.
|
|
1629
|
+
* The studio ID.
|
|
1506
1630
|
*/
|
|
1507
|
-
studioId:
|
|
1631
|
+
studioId: String;
|
|
1508
1632
|
}
|
|
1509
1633
|
export interface PutLaunchProfileMembersResponse {
|
|
1510
1634
|
}
|
|
1511
1635
|
export interface PutStudioMembersRequest {
|
|
1512
1636
|
/**
|
|
1513
|
-
*
|
|
1637
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
1514
1638
|
*/
|
|
1515
1639
|
clientToken?: ClientToken;
|
|
1516
1640
|
/**
|
|
1517
1641
|
* The ID of the identity store.
|
|
1518
1642
|
*/
|
|
1519
|
-
identityStoreId:
|
|
1643
|
+
identityStoreId: String;
|
|
1520
1644
|
/**
|
|
1521
1645
|
* A list of members.
|
|
1522
1646
|
*/
|
|
1523
1647
|
members: NewStudioMemberList;
|
|
1524
1648
|
/**
|
|
1525
|
-
* The studio ID.
|
|
1649
|
+
* The studio ID.
|
|
1526
1650
|
*/
|
|
1527
|
-
studioId:
|
|
1651
|
+
studioId: String;
|
|
1528
1652
|
}
|
|
1529
1653
|
export interface PutStudioMembersResponse {
|
|
1530
1654
|
}
|
|
@@ -1546,11 +1670,11 @@ declare namespace Nimble {
|
|
|
1546
1670
|
/**
|
|
1547
1671
|
* The endpoint of the shared file system that is accessed by the studio component resource.
|
|
1548
1672
|
*/
|
|
1549
|
-
endpoint?:
|
|
1673
|
+
endpoint?: SyntheticSharedFileSystemConfigurationString;
|
|
1550
1674
|
/**
|
|
1551
1675
|
* The unique identifier for a file system.
|
|
1552
1676
|
*/
|
|
1553
|
-
fileSystemId?:
|
|
1677
|
+
fileSystemId?: String;
|
|
1554
1678
|
/**
|
|
1555
1679
|
* The mount location for a shared file system on a Linux virtual workstation.
|
|
1556
1680
|
*/
|
|
@@ -1558,45 +1682,83 @@ declare namespace Nimble {
|
|
|
1558
1682
|
/**
|
|
1559
1683
|
* The name of the file share.
|
|
1560
1684
|
*/
|
|
1561
|
-
shareName?:
|
|
1685
|
+
shareName?: SyntheticSharedFileSystemConfigurationString;
|
|
1562
1686
|
/**
|
|
1563
1687
|
* The mount location for a shared file system on a Windows virtual workstation.
|
|
1564
1688
|
*/
|
|
1565
1689
|
windowsMountDrive?: WindowsMountDrive;
|
|
1566
1690
|
}
|
|
1691
|
+
export interface StartStreamingSessionRequest {
|
|
1692
|
+
/**
|
|
1693
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
1694
|
+
*/
|
|
1695
|
+
clientToken?: ClientToken;
|
|
1696
|
+
/**
|
|
1697
|
+
* The streaming session ID for the StartStreamingSessionRequest.
|
|
1698
|
+
*/
|
|
1699
|
+
sessionId: String;
|
|
1700
|
+
/**
|
|
1701
|
+
* The studio ID for the StartStreamingSessionRequest.
|
|
1702
|
+
*/
|
|
1703
|
+
studioId: String;
|
|
1704
|
+
}
|
|
1705
|
+
export interface StartStreamingSessionResponse {
|
|
1706
|
+
session?: StreamingSession;
|
|
1707
|
+
}
|
|
1567
1708
|
export interface StartStudioSSOConfigurationRepairRequest {
|
|
1568
1709
|
/**
|
|
1569
|
-
*
|
|
1710
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
1570
1711
|
*/
|
|
1571
1712
|
clientToken?: ClientToken;
|
|
1572
1713
|
/**
|
|
1573
|
-
* The studio ID.
|
|
1714
|
+
* The studio ID.
|
|
1574
1715
|
*/
|
|
1575
|
-
studioId:
|
|
1716
|
+
studioId: String;
|
|
1576
1717
|
}
|
|
1577
1718
|
export interface StartStudioSSOConfigurationRepairResponse {
|
|
1578
1719
|
/**
|
|
1579
1720
|
* Information about a studio.
|
|
1580
1721
|
*/
|
|
1581
|
-
studio
|
|
1722
|
+
studio: Studio;
|
|
1723
|
+
}
|
|
1724
|
+
export interface StopStreamingSessionRequest {
|
|
1725
|
+
/**
|
|
1726
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
1727
|
+
*/
|
|
1728
|
+
clientToken?: ClientToken;
|
|
1729
|
+
/**
|
|
1730
|
+
* The streaming session ID for the StopStreamingSessionRequest.
|
|
1731
|
+
*/
|
|
1732
|
+
sessionId: String;
|
|
1733
|
+
/**
|
|
1734
|
+
* The studioId for the StopStreamingSessionRequest.
|
|
1735
|
+
*/
|
|
1736
|
+
studioId: String;
|
|
1737
|
+
}
|
|
1738
|
+
export interface StopStreamingSessionResponse {
|
|
1739
|
+
session?: StreamingSession;
|
|
1582
1740
|
}
|
|
1583
1741
|
export interface StreamConfiguration {
|
|
1584
1742
|
/**
|
|
1585
1743
|
* Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming client.
|
|
1586
1744
|
*/
|
|
1587
|
-
clipboardMode
|
|
1745
|
+
clipboardMode: StreamingClipboardMode;
|
|
1588
1746
|
/**
|
|
1589
1747
|
* The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
|
1590
1748
|
*/
|
|
1591
|
-
ec2InstanceTypes
|
|
1749
|
+
ec2InstanceTypes: StreamingInstanceTypeList;
|
|
1592
1750
|
/**
|
|
1593
|
-
* The length of time, in minutes, that a streaming session can
|
|
1751
|
+
* The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
|
|
1594
1752
|
*/
|
|
1595
1753
|
maxSessionLengthInMinutes?: StreamConfigurationMaxSessionLengthInMinutes;
|
|
1754
|
+
/**
|
|
1755
|
+
* Integer that determines if you can start and stop your sessions and how long a session can stay in the STOPPED state. The default value is 0. The maximum value is 5760. If the value is missing or set to 0, your sessions can’t be stopped. If you then call StopStreamingSession, the session fails. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be terminated by AWS (instead of stopped). If the value is set to a positive number, the session can be stopped. You can call StopStreamingSession to stop sessions in the READY state. If the time that a session stays in the READY state exceeds the maxSessionLengthInMinutes value, the session will automatically be stopped by AWS (instead of terminated).
|
|
1756
|
+
*/
|
|
1757
|
+
maxStoppedSessionLengthInMinutes?: StreamConfigurationMaxStoppedSessionLengthInMinutes;
|
|
1596
1758
|
/**
|
|
1597
1759
|
* The streaming images that users can select from when launching a streaming session with this launch profile.
|
|
1598
1760
|
*/
|
|
1599
|
-
streamingImageIds
|
|
1761
|
+
streamingImageIds: StreamingImageIdList;
|
|
1600
1762
|
}
|
|
1601
1763
|
export interface StreamConfigurationCreate {
|
|
1602
1764
|
/**
|
|
@@ -1608,25 +1770,30 @@ declare namespace Nimble {
|
|
|
1608
1770
|
*/
|
|
1609
1771
|
ec2InstanceTypes: StreamingInstanceTypeList;
|
|
1610
1772
|
/**
|
|
1611
|
-
* The length of time, in minutes, that a streaming session can
|
|
1773
|
+
* The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
|
|
1612
1774
|
*/
|
|
1613
1775
|
maxSessionLengthInMinutes?: StreamConfigurationMaxSessionLengthInMinutes;
|
|
1776
|
+
/**
|
|
1777
|
+
* The length of time, in minutes, that a streaming session can be active before it is stopped or terminated. After this point, Nimble Studio automatically terminates or stops the session. The default length of time is 690 minutes, and the maximum length of time is 30 days.
|
|
1778
|
+
*/
|
|
1779
|
+
maxStoppedSessionLengthInMinutes?: StreamConfigurationMaxStoppedSessionLengthInMinutes;
|
|
1614
1780
|
/**
|
|
1615
1781
|
* The streaming images that users can select from when launching a streaming session with this launch profile.
|
|
1616
1782
|
*/
|
|
1617
1783
|
streamingImageIds: StreamingImageIdList;
|
|
1618
1784
|
}
|
|
1619
1785
|
export type StreamConfigurationMaxSessionLengthInMinutes = number;
|
|
1786
|
+
export type StreamConfigurationMaxStoppedSessionLengthInMinutes = number;
|
|
1620
1787
|
export type StreamingClipboardMode = "ENABLED"|"DISABLED"|string;
|
|
1621
1788
|
export interface StreamingImage {
|
|
1622
1789
|
/**
|
|
1623
1790
|
* The ARN of the resource.
|
|
1624
1791
|
*/
|
|
1625
|
-
arn?:
|
|
1792
|
+
arn?: String;
|
|
1626
1793
|
/**
|
|
1627
1794
|
* A human-readable description of the streaming image.
|
|
1628
1795
|
*/
|
|
1629
|
-
description?:
|
|
1796
|
+
description?: SyntheticStreamingImageStreamingImageDescription;
|
|
1630
1797
|
/**
|
|
1631
1798
|
* The ID of an EC2 machine image with which to create the streaming image.
|
|
1632
1799
|
*/
|
|
@@ -1642,7 +1809,7 @@ declare namespace Nimble {
|
|
|
1642
1809
|
/**
|
|
1643
1810
|
* A friendly name for a streaming image resource.
|
|
1644
1811
|
*/
|
|
1645
|
-
name?:
|
|
1812
|
+
name?: SyntheticStreamingImageStreamingImageName;
|
|
1646
1813
|
/**
|
|
1647
1814
|
* The owner of the streaming image, either the studioId that contains the streaming image, or 'amazon' for images that are provided by Amazon Nimble Studio.
|
|
1648
1815
|
*/
|
|
@@ -1662,7 +1829,7 @@ declare namespace Nimble {
|
|
|
1662
1829
|
/**
|
|
1663
1830
|
* The status message for the streaming image.
|
|
1664
1831
|
*/
|
|
1665
|
-
statusMessage?:
|
|
1832
|
+
statusMessage?: String;
|
|
1666
1833
|
/**
|
|
1667
1834
|
* The ID of the streaming image.
|
|
1668
1835
|
*/
|
|
@@ -1672,7 +1839,6 @@ declare namespace Nimble {
|
|
|
1672
1839
|
*/
|
|
1673
1840
|
tags?: Tags;
|
|
1674
1841
|
}
|
|
1675
|
-
export type StreamingImageDescription = string;
|
|
1676
1842
|
export interface StreamingImageEncryptionConfiguration {
|
|
1677
1843
|
/**
|
|
1678
1844
|
* The ARN for a KMS key that is used to encrypt studio data.
|
|
@@ -1688,7 +1854,6 @@ declare namespace Nimble {
|
|
|
1688
1854
|
export type StreamingImageId = string;
|
|
1689
1855
|
export type StreamingImageIdList = StreamingImageId[];
|
|
1690
1856
|
export type StreamingImageList = StreamingImage[];
|
|
1691
|
-
export type StreamingImageName = string;
|
|
1692
1857
|
export type StreamingImageOwner = string;
|
|
1693
1858
|
export type StreamingImagePlatform = string;
|
|
1694
1859
|
export type StreamingImageState = "CREATE_IN_PROGRESS"|"READY"|"DELETE_IN_PROGRESS"|"DELETED"|"UPDATE_IN_PROGRESS"|"UPDATE_FAILED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
|
@@ -1699,7 +1864,7 @@ declare namespace Nimble {
|
|
|
1699
1864
|
/**
|
|
1700
1865
|
* The ARN of the resource.
|
|
1701
1866
|
*/
|
|
1702
|
-
arn?:
|
|
1867
|
+
arn?: String;
|
|
1703
1868
|
/**
|
|
1704
1869
|
* The Unix epoch timestamp in seconds for when the resource was created.
|
|
1705
1870
|
*/
|
|
@@ -1707,23 +1872,31 @@ declare namespace Nimble {
|
|
|
1707
1872
|
/**
|
|
1708
1873
|
* The user ID of the user that created the streaming session.
|
|
1709
1874
|
*/
|
|
1710
|
-
createdBy?:
|
|
1875
|
+
createdBy?: String;
|
|
1711
1876
|
/**
|
|
1712
1877
|
* The EC2 Instance type used for the streaming session.
|
|
1713
1878
|
*/
|
|
1714
|
-
ec2InstanceType?:
|
|
1879
|
+
ec2InstanceType?: String;
|
|
1715
1880
|
/**
|
|
1716
1881
|
* The ID of the launch profile used to control access from the streaming session.
|
|
1717
1882
|
*/
|
|
1718
|
-
launchProfileId?:
|
|
1883
|
+
launchProfileId?: String;
|
|
1719
1884
|
/**
|
|
1720
1885
|
* The user ID of the user that owns the streaming session.
|
|
1721
1886
|
*/
|
|
1722
|
-
ownedBy?:
|
|
1887
|
+
ownedBy?: String;
|
|
1723
1888
|
/**
|
|
1724
1889
|
* The session ID.
|
|
1725
1890
|
*/
|
|
1726
1891
|
sessionId?: StreamingSessionId;
|
|
1892
|
+
/**
|
|
1893
|
+
* The time the session entered START_IN_PROGRESS state.
|
|
1894
|
+
*/
|
|
1895
|
+
startedAt?: Timestamp;
|
|
1896
|
+
/**
|
|
1897
|
+
* The user ID of the user that started the streaming session.
|
|
1898
|
+
*/
|
|
1899
|
+
startedBy?: String;
|
|
1727
1900
|
/**
|
|
1728
1901
|
* The current state.
|
|
1729
1902
|
*/
|
|
@@ -1735,7 +1908,19 @@ declare namespace Nimble {
|
|
|
1735
1908
|
/**
|
|
1736
1909
|
* The status message for the streaming session.
|
|
1737
1910
|
*/
|
|
1738
|
-
statusMessage?:
|
|
1911
|
+
statusMessage?: String;
|
|
1912
|
+
/**
|
|
1913
|
+
* The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.
|
|
1914
|
+
*/
|
|
1915
|
+
stopAt?: Timestamp;
|
|
1916
|
+
/**
|
|
1917
|
+
* The time the session entered STOP_IN_PROGRESS state.
|
|
1918
|
+
*/
|
|
1919
|
+
stoppedAt?: Timestamp;
|
|
1920
|
+
/**
|
|
1921
|
+
* The user ID of the user that stopped the streaming session.
|
|
1922
|
+
*/
|
|
1923
|
+
stoppedBy?: String;
|
|
1739
1924
|
/**
|
|
1740
1925
|
* The ID of the streaming image.
|
|
1741
1926
|
*/
|
|
@@ -1755,12 +1940,12 @@ declare namespace Nimble {
|
|
|
1755
1940
|
/**
|
|
1756
1941
|
* The user ID of the user that most recently updated the resource.
|
|
1757
1942
|
*/
|
|
1758
|
-
updatedBy?:
|
|
1943
|
+
updatedBy?: String;
|
|
1759
1944
|
}
|
|
1760
1945
|
export type StreamingSessionId = string;
|
|
1761
1946
|
export type StreamingSessionList = StreamingSession[];
|
|
1762
|
-
export type StreamingSessionState = "CREATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"READY"|"DELETED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
|
1763
|
-
export type StreamingSessionStatusCode = "STREAMING_SESSION_READY"|"STREAMING_SESSION_DELETED"|"STREAMING_SESSION_CREATE_IN_PROGRESS"|"STREAMING_SESSION_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"INSUFFICIENT_CAPACITY"|"ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR"|"NETWORK_CONNECTION_ERROR"|"INITIALIZATION_SCRIPT_ERROR"|"DECRYPT_STREAMING_IMAGE_ERROR"|"NETWORK_INTERFACE_ERROR"|string;
|
|
1947
|
+
export type StreamingSessionState = "CREATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"READY"|"DELETED"|"CREATE_FAILED"|"DELETE_FAILED"|"STOP_IN_PROGRESS"|"START_IN_PROGRESS"|"STOPPED"|"STOP_FAILED"|"START_FAILED"|string;
|
|
1948
|
+
export type StreamingSessionStatusCode = "STREAMING_SESSION_READY"|"STREAMING_SESSION_DELETED"|"STREAMING_SESSION_CREATE_IN_PROGRESS"|"STREAMING_SESSION_DELETE_IN_PROGRESS"|"INTERNAL_ERROR"|"INSUFFICIENT_CAPACITY"|"ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR"|"NETWORK_CONNECTION_ERROR"|"INITIALIZATION_SCRIPT_ERROR"|"DECRYPT_STREAMING_IMAGE_ERROR"|"NETWORK_INTERFACE_ERROR"|"STREAMING_SESSION_STOPPED"|"STREAMING_SESSION_STARTED"|"STREAMING_SESSION_STOP_IN_PROGRESS"|"STREAMING_SESSION_START_IN_PROGRESS"|string;
|
|
1764
1949
|
export interface StreamingSessionStream {
|
|
1765
1950
|
/**
|
|
1766
1951
|
* The Unix epoch timestamp in seconds for when the resource was created.
|
|
@@ -1769,7 +1954,7 @@ declare namespace Nimble {
|
|
|
1769
1954
|
/**
|
|
1770
1955
|
* The user ID of the user that created the streaming session stream.
|
|
1771
1956
|
*/
|
|
1772
|
-
createdBy?:
|
|
1957
|
+
createdBy?: String;
|
|
1773
1958
|
/**
|
|
1774
1959
|
* The Unix epoch timestamp in seconds for when the resource expires.
|
|
1775
1960
|
*/
|
|
@@ -1777,7 +1962,7 @@ declare namespace Nimble {
|
|
|
1777
1962
|
/**
|
|
1778
1963
|
* The user ID of the user that owns the streaming session.
|
|
1779
1964
|
*/
|
|
1780
|
-
ownedBy?:
|
|
1965
|
+
ownedBy?: String;
|
|
1781
1966
|
/**
|
|
1782
1967
|
* The current state.
|
|
1783
1968
|
*/
|
|
@@ -1789,24 +1974,26 @@ declare namespace Nimble {
|
|
|
1789
1974
|
/**
|
|
1790
1975
|
* The stream ID.
|
|
1791
1976
|
*/
|
|
1792
|
-
streamId?:
|
|
1977
|
+
streamId?: String;
|
|
1793
1978
|
/**
|
|
1794
1979
|
* The URL to connect to this stream using the DCV client.
|
|
1795
1980
|
*/
|
|
1796
|
-
url?:
|
|
1981
|
+
url?: SyntheticStreamingSessionStreamString;
|
|
1797
1982
|
}
|
|
1798
1983
|
export type StreamingSessionStreamExpirationInSeconds = number;
|
|
1799
1984
|
export type StreamingSessionStreamState = "READY"|"CREATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"DELETED"|"CREATE_FAILED"|"DELETE_FAILED"|string;
|
|
1800
1985
|
export type StreamingSessionStreamStatusCode = "STREAM_CREATE_IN_PROGRESS"|"STREAM_READY"|"STREAM_DELETE_IN_PROGRESS"|"STREAM_DELETED"|"INTERNAL_ERROR"|"NETWORK_CONNECTION_ERROR"|string;
|
|
1986
|
+
export type String = string;
|
|
1987
|
+
export type StringList = String[];
|
|
1801
1988
|
export interface Studio {
|
|
1802
1989
|
/**
|
|
1803
1990
|
* The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
|
1804
1991
|
*/
|
|
1805
|
-
adminRoleArn?:
|
|
1992
|
+
adminRoleArn?: String;
|
|
1806
1993
|
/**
|
|
1807
1994
|
* The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.
|
|
1808
1995
|
*/
|
|
1809
|
-
arn?:
|
|
1996
|
+
arn?: String;
|
|
1810
1997
|
/**
|
|
1811
1998
|
* The Unix epoch timestamp in seconds for when the resource was created.
|
|
1812
1999
|
*/
|
|
@@ -1814,15 +2001,15 @@ declare namespace Nimble {
|
|
|
1814
2001
|
/**
|
|
1815
2002
|
* A friendly name for the studio.
|
|
1816
2003
|
*/
|
|
1817
|
-
displayName?:
|
|
2004
|
+
displayName?: SyntheticStudioStudioDisplayName;
|
|
1818
2005
|
/**
|
|
1819
2006
|
* The Amazon Web Services Region where the studio resource is located.
|
|
1820
2007
|
*/
|
|
1821
2008
|
homeRegion?: Region;
|
|
1822
2009
|
/**
|
|
1823
|
-
* The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble portal.
|
|
2010
|
+
* The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble Studio portal.
|
|
1824
2011
|
*/
|
|
1825
|
-
ssoClientId?:
|
|
2012
|
+
ssoClientId?: String;
|
|
1826
2013
|
/**
|
|
1827
2014
|
* The current state of the studio resource.
|
|
1828
2015
|
*/
|
|
@@ -1834,7 +2021,7 @@ declare namespace Nimble {
|
|
|
1834
2021
|
/**
|
|
1835
2022
|
* Additional detail on the studio state.
|
|
1836
2023
|
*/
|
|
1837
|
-
statusMessage?:
|
|
2024
|
+
statusMessage?: String;
|
|
1838
2025
|
/**
|
|
1839
2026
|
* Configuration of the encryption method that is used for the studio.
|
|
1840
2027
|
*/
|
|
@@ -1842,7 +2029,7 @@ declare namespace Nimble {
|
|
|
1842
2029
|
/**
|
|
1843
2030
|
* The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.
|
|
1844
2031
|
*/
|
|
1845
|
-
studioId?:
|
|
2032
|
+
studioId?: String;
|
|
1846
2033
|
/**
|
|
1847
2034
|
* The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
|
1848
2035
|
*/
|
|
@@ -1850,7 +2037,7 @@ declare namespace Nimble {
|
|
|
1850
2037
|
/**
|
|
1851
2038
|
* The address of the web page for the studio.
|
|
1852
2039
|
*/
|
|
1853
|
-
studioUrl?:
|
|
2040
|
+
studioUrl?: String;
|
|
1854
2041
|
/**
|
|
1855
2042
|
* A collection of labels, in the form of key:value pairs, that apply to this resource.
|
|
1856
2043
|
*/
|
|
@@ -1862,13 +2049,13 @@ declare namespace Nimble {
|
|
|
1862
2049
|
/**
|
|
1863
2050
|
* The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
|
1864
2051
|
*/
|
|
1865
|
-
userRoleArn?:
|
|
2052
|
+
userRoleArn?: String;
|
|
1866
2053
|
}
|
|
1867
2054
|
export interface StudioComponent {
|
|
1868
2055
|
/**
|
|
1869
2056
|
* The ARN of the resource.
|
|
1870
2057
|
*/
|
|
1871
|
-
arn?:
|
|
2058
|
+
arn?: String;
|
|
1872
2059
|
/**
|
|
1873
2060
|
* The configuration of the studio component, based on component type.
|
|
1874
2061
|
*/
|
|
@@ -1880,7 +2067,7 @@ declare namespace Nimble {
|
|
|
1880
2067
|
/**
|
|
1881
2068
|
* The user ID of the user that created the studio component.
|
|
1882
2069
|
*/
|
|
1883
|
-
createdBy?:
|
|
2070
|
+
createdBy?: String;
|
|
1884
2071
|
/**
|
|
1885
2072
|
* A human-readable description for the studio component resource.
|
|
1886
2073
|
*/
|
|
@@ -1912,7 +2099,7 @@ declare namespace Nimble {
|
|
|
1912
2099
|
/**
|
|
1913
2100
|
* The status message for the studio component.
|
|
1914
2101
|
*/
|
|
1915
|
-
statusMessage?:
|
|
2102
|
+
statusMessage?: String;
|
|
1916
2103
|
/**
|
|
1917
2104
|
* The unique identifier for a studio component resource.
|
|
1918
2105
|
*/
|
|
@@ -1936,7 +2123,7 @@ declare namespace Nimble {
|
|
|
1936
2123
|
/**
|
|
1937
2124
|
* The user ID of the user that most recently updated the resource.
|
|
1938
2125
|
*/
|
|
1939
|
-
updatedBy?:
|
|
2126
|
+
updatedBy?: String;
|
|
1940
2127
|
}
|
|
1941
2128
|
export interface StudioComponentConfiguration {
|
|
1942
2129
|
/**
|
|
@@ -1994,7 +2181,7 @@ declare namespace Nimble {
|
|
|
1994
2181
|
/**
|
|
1995
2182
|
* The user ID of the user that created the studio component.
|
|
1996
2183
|
*/
|
|
1997
|
-
createdBy?:
|
|
2184
|
+
createdBy?: String;
|
|
1998
2185
|
/**
|
|
1999
2186
|
* The description.
|
|
2000
2187
|
*/
|
|
@@ -2022,11 +2209,10 @@ declare namespace Nimble {
|
|
|
2022
2209
|
/**
|
|
2023
2210
|
* The user ID of the user that most recently updated the resource.
|
|
2024
2211
|
*/
|
|
2025
|
-
updatedBy?:
|
|
2212
|
+
updatedBy?: String;
|
|
2026
2213
|
}
|
|
2027
2214
|
export type StudioComponentSummaryList = StudioComponentSummary[];
|
|
2028
2215
|
export type StudioComponentType = "ACTIVE_DIRECTORY"|"SHARED_FILE_SYSTEM"|"COMPUTE_FARM"|"LICENSE_SERVICE"|"CUSTOM"|string;
|
|
2029
|
-
export type StudioDisplayName = string;
|
|
2030
2216
|
export interface StudioEncryptionConfiguration {
|
|
2031
2217
|
/**
|
|
2032
2218
|
* The ARN for a KMS key that is used to encrypt studio data.
|
|
@@ -2044,7 +2230,7 @@ declare namespace Nimble {
|
|
|
2044
2230
|
/**
|
|
2045
2231
|
* The ID of the identity store.
|
|
2046
2232
|
*/
|
|
2047
|
-
identityStoreId?:
|
|
2233
|
+
identityStoreId?: String;
|
|
2048
2234
|
/**
|
|
2049
2235
|
* The persona.
|
|
2050
2236
|
*/
|
|
@@ -2052,18 +2238,35 @@ declare namespace Nimble {
|
|
|
2052
2238
|
/**
|
|
2053
2239
|
* The principal ID.
|
|
2054
2240
|
*/
|
|
2055
|
-
principalId?:
|
|
2241
|
+
principalId?: String;
|
|
2242
|
+
/**
|
|
2243
|
+
* The Active Directory Security Identifier for this user, if available.
|
|
2244
|
+
*/
|
|
2245
|
+
sid?: String;
|
|
2056
2246
|
}
|
|
2057
2247
|
export type StudioMembershipList = StudioMembership[];
|
|
2058
2248
|
export type StudioName = string;
|
|
2059
2249
|
export type StudioPersona = "ADMINISTRATOR"|string;
|
|
2060
2250
|
export type StudioState = "CREATE_IN_PROGRESS"|"READY"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"DELETED"|"DELETE_FAILED"|"CREATE_FAILED"|"UPDATE_FAILED"|string;
|
|
2061
2251
|
export type StudioStatusCode = "STUDIO_CREATED"|"STUDIO_DELETED"|"STUDIO_UPDATED"|"STUDIO_CREATE_IN_PROGRESS"|"STUDIO_UPDATE_IN_PROGRESS"|"STUDIO_DELETE_IN_PROGRESS"|"STUDIO_WITH_LAUNCH_PROFILES_NOT_DELETED"|"STUDIO_WITH_STUDIO_COMPONENTS_NOT_DELETED"|"STUDIO_WITH_STREAMING_IMAGES_NOT_DELETED"|"AWS_SSO_NOT_ENABLED"|"AWS_SSO_ACCESS_DENIED"|"ROLE_NOT_OWNED_BY_STUDIO_OWNER"|"ROLE_COULD_NOT_BE_ASSUMED"|"INTERNAL_ERROR"|"ENCRYPTION_KEY_NOT_FOUND"|"ENCRYPTION_KEY_ACCESS_DENIED"|"AWS_SSO_CONFIGURATION_REPAIRED"|"AWS_SSO_CONFIGURATION_REPAIR_IN_PROGRESS"|string;
|
|
2252
|
+
export type SyntheticComputeFarmConfigurationString = string;
|
|
2253
|
+
export type SyntheticCreateStreamingImageRequestStreamingImageDescription = string;
|
|
2254
|
+
export type SyntheticCreateStreamingImageRequestStreamingImageName = string;
|
|
2255
|
+
export type SyntheticCreateStudioRequestStudioDisplayName = string;
|
|
2256
|
+
export type SyntheticLicenseServiceConfigurationString = string;
|
|
2257
|
+
export type SyntheticSharedFileSystemConfigurationString = string;
|
|
2258
|
+
export type SyntheticStreamingImageStreamingImageDescription = string;
|
|
2259
|
+
export type SyntheticStreamingImageStreamingImageName = string;
|
|
2260
|
+
export type SyntheticStreamingSessionStreamString = string;
|
|
2261
|
+
export type SyntheticStudioStudioDisplayName = string;
|
|
2262
|
+
export type SyntheticUpdateStreamingImageRequestStreamingImageDescription = string;
|
|
2263
|
+
export type SyntheticUpdateStreamingImageRequestStreamingImageName = string;
|
|
2264
|
+
export type SyntheticUpdateStudioRequestStudioDisplayName = string;
|
|
2062
2265
|
export interface TagResourceRequest {
|
|
2063
2266
|
/**
|
|
2064
|
-
*
|
|
2267
|
+
* The Amazon Resource Name (ARN) of the resource you want to add tags to.
|
|
2065
2268
|
*/
|
|
2066
|
-
resourceArn:
|
|
2269
|
+
resourceArn: String;
|
|
2067
2270
|
/**
|
|
2068
2271
|
* A collection of labels, in the form of key:value pairs, that apply to this resource.
|
|
2069
2272
|
*/
|
|
@@ -2071,51 +2274,51 @@ declare namespace Nimble {
|
|
|
2071
2274
|
}
|
|
2072
2275
|
export interface TagResourceResponse {
|
|
2073
2276
|
}
|
|
2074
|
-
export type Tags = {[key: string]:
|
|
2277
|
+
export type Tags = {[key: string]: String};
|
|
2075
2278
|
export type Timestamp = Date;
|
|
2076
2279
|
export interface UntagResourceRequest {
|
|
2077
2280
|
/**
|
|
2078
|
-
*
|
|
2281
|
+
* Identifies the Amazon Resource Name(ARN) key from which you are removing tags.
|
|
2079
2282
|
*/
|
|
2080
|
-
resourceArn:
|
|
2283
|
+
resourceArn: String;
|
|
2081
2284
|
/**
|
|
2082
|
-
*
|
|
2285
|
+
* One or more tag keys. Specify only the tag keys, not the tag values.
|
|
2083
2286
|
*/
|
|
2084
|
-
tagKeys:
|
|
2287
|
+
tagKeys: StringList;
|
|
2085
2288
|
}
|
|
2086
2289
|
export interface UntagResourceResponse {
|
|
2087
2290
|
}
|
|
2088
2291
|
export interface UpdateLaunchProfileMemberRequest {
|
|
2089
2292
|
/**
|
|
2090
|
-
*
|
|
2293
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
2091
2294
|
*/
|
|
2092
2295
|
clientToken?: ClientToken;
|
|
2093
2296
|
/**
|
|
2094
|
-
* The
|
|
2297
|
+
* The Launch Profile ID.
|
|
2095
2298
|
*/
|
|
2096
|
-
launchProfileId:
|
|
2299
|
+
launchProfileId: String;
|
|
2097
2300
|
/**
|
|
2098
2301
|
* The persona.
|
|
2099
2302
|
*/
|
|
2100
2303
|
persona: LaunchProfilePersona;
|
|
2101
2304
|
/**
|
|
2102
|
-
* The principal ID.
|
|
2305
|
+
* The principal ID. This currently supports a Amazon Web Services SSO UserId.
|
|
2103
2306
|
*/
|
|
2104
|
-
principalId:
|
|
2307
|
+
principalId: String;
|
|
2105
2308
|
/**
|
|
2106
|
-
* The studio ID.
|
|
2309
|
+
* The studio ID.
|
|
2107
2310
|
*/
|
|
2108
|
-
studioId:
|
|
2311
|
+
studioId: String;
|
|
2109
2312
|
}
|
|
2110
2313
|
export interface UpdateLaunchProfileMemberResponse {
|
|
2111
2314
|
/**
|
|
2112
|
-
* The member.
|
|
2315
|
+
* The updated member.
|
|
2113
2316
|
*/
|
|
2114
2317
|
member?: LaunchProfileMembership;
|
|
2115
2318
|
}
|
|
2116
2319
|
export interface UpdateLaunchProfileRequest {
|
|
2117
2320
|
/**
|
|
2118
|
-
*
|
|
2321
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
2119
2322
|
*/
|
|
2120
2323
|
clientToken?: ClientToken;
|
|
2121
2324
|
/**
|
|
@@ -2123,9 +2326,9 @@ declare namespace Nimble {
|
|
|
2123
2326
|
*/
|
|
2124
2327
|
description?: LaunchProfileDescription;
|
|
2125
2328
|
/**
|
|
2126
|
-
* The
|
|
2329
|
+
* The Launch Profile ID.
|
|
2127
2330
|
*/
|
|
2128
|
-
launchProfileId:
|
|
2331
|
+
launchProfileId: String;
|
|
2129
2332
|
/**
|
|
2130
2333
|
* The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
|
|
2131
2334
|
*/
|
|
@@ -2143,9 +2346,9 @@ declare namespace Nimble {
|
|
|
2143
2346
|
*/
|
|
2144
2347
|
studioComponentIds?: LaunchProfileStudioComponentIdList;
|
|
2145
2348
|
/**
|
|
2146
|
-
* The studio ID.
|
|
2349
|
+
* The studio ID.
|
|
2147
2350
|
*/
|
|
2148
|
-
studioId:
|
|
2351
|
+
studioId: String;
|
|
2149
2352
|
}
|
|
2150
2353
|
export interface UpdateLaunchProfileResponse {
|
|
2151
2354
|
/**
|
|
@@ -2155,25 +2358,25 @@ declare namespace Nimble {
|
|
|
2155
2358
|
}
|
|
2156
2359
|
export interface UpdateStreamingImageRequest {
|
|
2157
2360
|
/**
|
|
2158
|
-
*
|
|
2361
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
2159
2362
|
*/
|
|
2160
2363
|
clientToken?: ClientToken;
|
|
2161
2364
|
/**
|
|
2162
2365
|
* The description.
|
|
2163
2366
|
*/
|
|
2164
|
-
description?:
|
|
2367
|
+
description?: SyntheticUpdateStreamingImageRequestStreamingImageDescription;
|
|
2165
2368
|
/**
|
|
2166
2369
|
* The name for the streaming image.
|
|
2167
2370
|
*/
|
|
2168
|
-
name?:
|
|
2371
|
+
name?: SyntheticUpdateStreamingImageRequestStreamingImageName;
|
|
2169
2372
|
/**
|
|
2170
2373
|
* The streaming image ID.
|
|
2171
2374
|
*/
|
|
2172
|
-
streamingImageId:
|
|
2375
|
+
streamingImageId: String;
|
|
2173
2376
|
/**
|
|
2174
|
-
* The studio ID.
|
|
2377
|
+
* The studio ID.
|
|
2175
2378
|
*/
|
|
2176
|
-
studioId:
|
|
2379
|
+
studioId: String;
|
|
2177
2380
|
}
|
|
2178
2381
|
export interface UpdateStreamingImageResponse {
|
|
2179
2382
|
/**
|
|
@@ -2183,7 +2386,7 @@ declare namespace Nimble {
|
|
|
2183
2386
|
}
|
|
2184
2387
|
export interface UpdateStudioComponentRequest {
|
|
2185
2388
|
/**
|
|
2186
|
-
*
|
|
2389
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
2187
2390
|
*/
|
|
2188
2391
|
clientToken?: ClientToken;
|
|
2189
2392
|
/**
|
|
@@ -2213,11 +2416,11 @@ declare namespace Nimble {
|
|
|
2213
2416
|
/**
|
|
2214
2417
|
* The studio component ID.
|
|
2215
2418
|
*/
|
|
2216
|
-
studioComponentId:
|
|
2419
|
+
studioComponentId: String;
|
|
2217
2420
|
/**
|
|
2218
|
-
* The studio ID.
|
|
2421
|
+
* The studio ID.
|
|
2219
2422
|
*/
|
|
2220
|
-
studioId:
|
|
2423
|
+
studioId: String;
|
|
2221
2424
|
/**
|
|
2222
2425
|
* The specific subtype of a studio component.
|
|
2223
2426
|
*/
|
|
@@ -2237,34 +2440,31 @@ declare namespace Nimble {
|
|
|
2237
2440
|
/**
|
|
2238
2441
|
* The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
|
|
2239
2442
|
*/
|
|
2240
|
-
adminRoleArn?:
|
|
2443
|
+
adminRoleArn?: String;
|
|
2241
2444
|
/**
|
|
2242
|
-
*
|
|
2445
|
+
* Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
|
|
2243
2446
|
*/
|
|
2244
2447
|
clientToken?: ClientToken;
|
|
2245
2448
|
/**
|
|
2246
2449
|
* A friendly name for the studio.
|
|
2247
2450
|
*/
|
|
2248
|
-
displayName?:
|
|
2451
|
+
displayName?: SyntheticUpdateStudioRequestStudioDisplayName;
|
|
2249
2452
|
/**
|
|
2250
|
-
* The studio ID.
|
|
2453
|
+
* The studio ID.
|
|
2251
2454
|
*/
|
|
2252
|
-
studioId:
|
|
2455
|
+
studioId: String;
|
|
2253
2456
|
/**
|
|
2254
2457
|
* The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
|
|
2255
2458
|
*/
|
|
2256
|
-
userRoleArn?:
|
|
2459
|
+
userRoleArn?: String;
|
|
2257
2460
|
}
|
|
2258
2461
|
export interface UpdateStudioResponse {
|
|
2259
2462
|
/**
|
|
2260
2463
|
* Information about a studio.
|
|
2261
2464
|
*/
|
|
2262
|
-
studio
|
|
2465
|
+
studio: Studio;
|
|
2263
2466
|
}
|
|
2264
2467
|
export type WindowsMountDrive = string;
|
|
2265
|
-
export type __string = string;
|
|
2266
|
-
export type ClientToken = string;
|
|
2267
|
-
export type multiValueQueryStringList = __string[];
|
|
2268
2468
|
/**
|
|
2269
2469
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
2270
2470
|
*/
|