@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
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
+
"version": "2.0",
|
|
2
3
|
"metadata": {
|
|
3
4
|
"apiVersion": "2020-08-01",
|
|
4
5
|
"endpointPrefix": "nimble",
|
|
5
|
-
"
|
|
6
|
+
"jsonVersion": "1.1",
|
|
7
|
+
"protocol": "rest-json",
|
|
6
8
|
"serviceFullName": "AmazonNimbleStudio",
|
|
7
9
|
"serviceId": "nimble",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"uid": "nimble-2020-08-01"
|
|
11
|
-
"signatureVersion": "v4"
|
|
10
|
+
"signatureVersion": "v4",
|
|
11
|
+
"signingName": "nimble",
|
|
12
|
+
"uid": "nimble-2020-08-01"
|
|
12
13
|
},
|
|
13
14
|
"operations": {
|
|
14
15
|
"AcceptEulas": {
|
|
@@ -18,31 +19,29 @@
|
|
|
18
19
|
},
|
|
19
20
|
"input": {
|
|
20
21
|
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"studioId"
|
|
24
|
+
],
|
|
21
25
|
"members": {
|
|
22
26
|
"clientToken": {
|
|
27
|
+
"idempotencyToken": true,
|
|
23
28
|
"location": "header",
|
|
24
|
-
"locationName": "X-Amz-Client-Token"
|
|
25
|
-
"idempotencyToken": true
|
|
29
|
+
"locationName": "X-Amz-Client-Token"
|
|
26
30
|
},
|
|
27
31
|
"eulaIds": {
|
|
28
|
-
"shape": "S3"
|
|
29
|
-
"locationName": "eulaIds"
|
|
32
|
+
"shape": "S3"
|
|
30
33
|
},
|
|
31
34
|
"studioId": {
|
|
32
35
|
"location": "uri",
|
|
33
36
|
"locationName": "studioId"
|
|
34
37
|
}
|
|
35
|
-
}
|
|
36
|
-
"required": [
|
|
37
|
-
"studioId"
|
|
38
|
-
]
|
|
38
|
+
}
|
|
39
39
|
},
|
|
40
40
|
"output": {
|
|
41
41
|
"type": "structure",
|
|
42
42
|
"members": {
|
|
43
43
|
"eulaAcceptances": {
|
|
44
|
-
"shape": "S6"
|
|
45
|
-
"locationName": "eulaAcceptances"
|
|
44
|
+
"shape": "S6"
|
|
46
45
|
}
|
|
47
46
|
}
|
|
48
47
|
}
|
|
@@ -54,58 +53,52 @@
|
|
|
54
53
|
},
|
|
55
54
|
"input": {
|
|
56
55
|
"type": "structure",
|
|
56
|
+
"required": [
|
|
57
|
+
"ec2SubnetIds",
|
|
58
|
+
"launchProfileProtocolVersions",
|
|
59
|
+
"name",
|
|
60
|
+
"streamConfiguration",
|
|
61
|
+
"studioComponentIds",
|
|
62
|
+
"studioId"
|
|
63
|
+
],
|
|
57
64
|
"members": {
|
|
58
65
|
"clientToken": {
|
|
66
|
+
"idempotencyToken": true,
|
|
59
67
|
"location": "header",
|
|
60
|
-
"locationName": "X-Amz-Client-Token"
|
|
61
|
-
"idempotencyToken": true
|
|
68
|
+
"locationName": "X-Amz-Client-Token"
|
|
62
69
|
},
|
|
63
70
|
"description": {
|
|
64
|
-
"
|
|
71
|
+
"shape": "Sc"
|
|
65
72
|
},
|
|
66
73
|
"ec2SubnetIds": {
|
|
67
|
-
"shape": "Sd"
|
|
68
|
-
"locationName": "ec2SubnetIds"
|
|
74
|
+
"shape": "Sd"
|
|
69
75
|
},
|
|
70
76
|
"launchProfileProtocolVersions": {
|
|
71
|
-
"shape": "Sf"
|
|
72
|
-
"locationName": "launchProfileProtocolVersions"
|
|
77
|
+
"shape": "Sf"
|
|
73
78
|
},
|
|
74
79
|
"name": {
|
|
75
|
-
"
|
|
80
|
+
"shape": "Sh"
|
|
76
81
|
},
|
|
77
82
|
"streamConfiguration": {
|
|
78
|
-
"shape": "Si"
|
|
79
|
-
"locationName": "streamConfiguration"
|
|
83
|
+
"shape": "Si"
|
|
80
84
|
},
|
|
81
85
|
"studioComponentIds": {
|
|
82
|
-
"shape": "
|
|
83
|
-
"locationName": "studioComponentIds"
|
|
86
|
+
"shape": "Sq"
|
|
84
87
|
},
|
|
85
88
|
"studioId": {
|
|
86
89
|
"location": "uri",
|
|
87
90
|
"locationName": "studioId"
|
|
88
91
|
},
|
|
89
92
|
"tags": {
|
|
90
|
-
"shape": "
|
|
91
|
-
"locationName": "tags"
|
|
93
|
+
"shape": "Sr"
|
|
92
94
|
}
|
|
93
|
-
}
|
|
94
|
-
"required": [
|
|
95
|
-
"ec2SubnetIds",
|
|
96
|
-
"studioComponentIds",
|
|
97
|
-
"studioId",
|
|
98
|
-
"launchProfileProtocolVersions",
|
|
99
|
-
"name",
|
|
100
|
-
"streamConfiguration"
|
|
101
|
-
]
|
|
95
|
+
}
|
|
102
96
|
},
|
|
103
97
|
"output": {
|
|
104
98
|
"type": "structure",
|
|
105
99
|
"members": {
|
|
106
100
|
"launchProfile": {
|
|
107
|
-
"shape": "
|
|
108
|
-
"locationName": "launchProfile"
|
|
101
|
+
"shape": "St"
|
|
109
102
|
}
|
|
110
103
|
}
|
|
111
104
|
}
|
|
@@ -117,42 +110,40 @@
|
|
|
117
110
|
},
|
|
118
111
|
"input": {
|
|
119
112
|
"type": "structure",
|
|
113
|
+
"required": [
|
|
114
|
+
"ec2ImageId",
|
|
115
|
+
"name",
|
|
116
|
+
"studioId"
|
|
117
|
+
],
|
|
120
118
|
"members": {
|
|
121
119
|
"clientToken": {
|
|
120
|
+
"idempotencyToken": true,
|
|
122
121
|
"location": "header",
|
|
123
|
-
"locationName": "X-Amz-Client-Token"
|
|
124
|
-
"idempotencyToken": true
|
|
122
|
+
"locationName": "X-Amz-Client-Token"
|
|
125
123
|
},
|
|
126
124
|
"description": {
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
"ec2ImageId": {
|
|
130
|
-
"locationName": "ec2ImageId"
|
|
125
|
+
"type": "string",
|
|
126
|
+
"sensitive": true
|
|
131
127
|
},
|
|
128
|
+
"ec2ImageId": {},
|
|
132
129
|
"name": {
|
|
133
|
-
"
|
|
130
|
+
"type": "string",
|
|
131
|
+
"sensitive": true
|
|
134
132
|
},
|
|
135
133
|
"studioId": {
|
|
136
134
|
"location": "uri",
|
|
137
135
|
"locationName": "studioId"
|
|
138
136
|
},
|
|
139
137
|
"tags": {
|
|
140
|
-
"shape": "
|
|
141
|
-
"locationName": "tags"
|
|
138
|
+
"shape": "Sr"
|
|
142
139
|
}
|
|
143
|
-
}
|
|
144
|
-
"required": [
|
|
145
|
-
"studioId",
|
|
146
|
-
"name",
|
|
147
|
-
"ec2ImageId"
|
|
148
|
-
]
|
|
140
|
+
}
|
|
149
141
|
},
|
|
150
142
|
"output": {
|
|
151
143
|
"type": "structure",
|
|
152
144
|
"members": {
|
|
153
145
|
"streamingImage": {
|
|
154
|
-
"shape": "
|
|
155
|
-
"locationName": "streamingImage"
|
|
146
|
+
"shape": "S13"
|
|
156
147
|
}
|
|
157
148
|
}
|
|
158
149
|
}
|
|
@@ -164,43 +155,33 @@
|
|
|
164
155
|
},
|
|
165
156
|
"input": {
|
|
166
157
|
"type": "structure",
|
|
158
|
+
"required": [
|
|
159
|
+
"studioId"
|
|
160
|
+
],
|
|
167
161
|
"members": {
|
|
168
162
|
"clientToken": {
|
|
163
|
+
"idempotencyToken": true,
|
|
169
164
|
"location": "header",
|
|
170
|
-
"locationName": "X-Amz-Client-Token"
|
|
171
|
-
"idempotencyToken": true
|
|
172
|
-
},
|
|
173
|
-
"ec2InstanceType": {
|
|
174
|
-
"locationName": "ec2InstanceType"
|
|
175
|
-
},
|
|
176
|
-
"launchProfileId": {
|
|
177
|
-
"locationName": "launchProfileId"
|
|
178
|
-
},
|
|
179
|
-
"ownedBy": {
|
|
180
|
-
"locationName": "ownedBy"
|
|
181
|
-
},
|
|
182
|
-
"streamingImageId": {
|
|
183
|
-
"locationName": "streamingImageId"
|
|
165
|
+
"locationName": "X-Amz-Client-Token"
|
|
184
166
|
},
|
|
167
|
+
"ec2InstanceType": {},
|
|
168
|
+
"launchProfileId": {},
|
|
169
|
+
"ownedBy": {},
|
|
170
|
+
"streamingImageId": {},
|
|
185
171
|
"studioId": {
|
|
186
172
|
"location": "uri",
|
|
187
173
|
"locationName": "studioId"
|
|
188
174
|
},
|
|
189
175
|
"tags": {
|
|
190
|
-
"shape": "
|
|
191
|
-
"locationName": "tags"
|
|
176
|
+
"shape": "Sr"
|
|
192
177
|
}
|
|
193
|
-
}
|
|
194
|
-
"required": [
|
|
195
|
-
"studioId"
|
|
196
|
-
]
|
|
178
|
+
}
|
|
197
179
|
},
|
|
198
180
|
"output": {
|
|
199
181
|
"type": "structure",
|
|
200
182
|
"members": {
|
|
201
183
|
"session": {
|
|
202
|
-
"shape": "
|
|
203
|
-
"locationName": "session"
|
|
184
|
+
"shape": "S1f"
|
|
204
185
|
}
|
|
205
186
|
}
|
|
206
187
|
}
|
|
@@ -212,14 +193,17 @@
|
|
|
212
193
|
},
|
|
213
194
|
"input": {
|
|
214
195
|
"type": "structure",
|
|
196
|
+
"required": [
|
|
197
|
+
"sessionId",
|
|
198
|
+
"studioId"
|
|
199
|
+
],
|
|
215
200
|
"members": {
|
|
216
201
|
"clientToken": {
|
|
202
|
+
"idempotencyToken": true,
|
|
217
203
|
"location": "header",
|
|
218
|
-
"locationName": "X-Amz-Client-Token"
|
|
219
|
-
"idempotencyToken": true
|
|
204
|
+
"locationName": "X-Amz-Client-Token"
|
|
220
205
|
},
|
|
221
206
|
"expirationInSeconds": {
|
|
222
|
-
"locationName": "expirationInSeconds",
|
|
223
207
|
"type": "integer"
|
|
224
208
|
},
|
|
225
209
|
"sessionId": {
|
|
@@ -230,21 +214,17 @@
|
|
|
230
214
|
"location": "uri",
|
|
231
215
|
"locationName": "studioId"
|
|
232
216
|
}
|
|
233
|
-
}
|
|
234
|
-
"required": [
|
|
235
|
-
"studioId",
|
|
236
|
-
"sessionId"
|
|
237
|
-
]
|
|
217
|
+
}
|
|
238
218
|
},
|
|
239
219
|
"output": {
|
|
240
220
|
"type": "structure",
|
|
241
221
|
"members": {
|
|
242
222
|
"stream": {
|
|
243
|
-
"shape": "
|
|
244
|
-
"locationName": "stream"
|
|
223
|
+
"shape": "S1m"
|
|
245
224
|
}
|
|
246
225
|
}
|
|
247
|
-
}
|
|
226
|
+
},
|
|
227
|
+
"idempotent": true
|
|
248
228
|
},
|
|
249
229
|
"CreateStudio": {
|
|
250
230
|
"http": {
|
|
@@ -253,46 +233,38 @@
|
|
|
253
233
|
},
|
|
254
234
|
"input": {
|
|
255
235
|
"type": "structure",
|
|
236
|
+
"required": [
|
|
237
|
+
"adminRoleArn",
|
|
238
|
+
"displayName",
|
|
239
|
+
"studioName",
|
|
240
|
+
"userRoleArn"
|
|
241
|
+
],
|
|
256
242
|
"members": {
|
|
257
|
-
"adminRoleArn": {
|
|
258
|
-
"locationName": "adminRoleArn"
|
|
259
|
-
},
|
|
243
|
+
"adminRoleArn": {},
|
|
260
244
|
"clientToken": {
|
|
245
|
+
"idempotencyToken": true,
|
|
261
246
|
"location": "header",
|
|
262
|
-
"locationName": "X-Amz-Client-Token"
|
|
263
|
-
"idempotencyToken": true
|
|
247
|
+
"locationName": "X-Amz-Client-Token"
|
|
264
248
|
},
|
|
265
249
|
"displayName": {
|
|
266
|
-
"
|
|
250
|
+
"type": "string",
|
|
251
|
+
"sensitive": true
|
|
267
252
|
},
|
|
268
253
|
"studioEncryptionConfiguration": {
|
|
269
|
-
"shape": "
|
|
270
|
-
"locationName": "studioEncryptionConfiguration"
|
|
271
|
-
},
|
|
272
|
-
"studioName": {
|
|
273
|
-
"locationName": "studioName"
|
|
254
|
+
"shape": "S1s"
|
|
274
255
|
},
|
|
256
|
+
"studioName": {},
|
|
275
257
|
"tags": {
|
|
276
|
-
"shape": "
|
|
277
|
-
"locationName": "tags"
|
|
258
|
+
"shape": "Sr"
|
|
278
259
|
},
|
|
279
|
-
"userRoleArn": {
|
|
280
|
-
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"required": [
|
|
284
|
-
"displayName",
|
|
285
|
-
"studioName",
|
|
286
|
-
"userRoleArn",
|
|
287
|
-
"adminRoleArn"
|
|
288
|
-
]
|
|
260
|
+
"userRoleArn": {}
|
|
261
|
+
}
|
|
289
262
|
},
|
|
290
263
|
"output": {
|
|
291
264
|
"type": "structure",
|
|
292
265
|
"members": {
|
|
293
266
|
"studio": {
|
|
294
|
-
"shape": "
|
|
295
|
-
"locationName": "studio"
|
|
267
|
+
"shape": "S1x"
|
|
296
268
|
}
|
|
297
269
|
}
|
|
298
270
|
}
|
|
@@ -304,61 +276,51 @@
|
|
|
304
276
|
},
|
|
305
277
|
"input": {
|
|
306
278
|
"type": "structure",
|
|
279
|
+
"required": [
|
|
280
|
+
"name",
|
|
281
|
+
"studioId",
|
|
282
|
+
"type"
|
|
283
|
+
],
|
|
307
284
|
"members": {
|
|
308
285
|
"clientToken": {
|
|
286
|
+
"idempotencyToken": true,
|
|
309
287
|
"location": "header",
|
|
310
|
-
"locationName": "X-Amz-Client-Token"
|
|
311
|
-
"idempotencyToken": true
|
|
288
|
+
"locationName": "X-Amz-Client-Token"
|
|
312
289
|
},
|
|
313
290
|
"configuration": {
|
|
314
|
-
"shape": "
|
|
315
|
-
"locationName": "configuration"
|
|
291
|
+
"shape": "S23"
|
|
316
292
|
},
|
|
317
293
|
"description": {
|
|
318
|
-
"
|
|
294
|
+
"shape": "S2j"
|
|
319
295
|
},
|
|
320
296
|
"ec2SecurityGroupIds": {
|
|
321
|
-
"shape": "
|
|
322
|
-
"locationName": "ec2SecurityGroupIds"
|
|
297
|
+
"shape": "S2k"
|
|
323
298
|
},
|
|
324
299
|
"initializationScripts": {
|
|
325
|
-
"shape": "
|
|
326
|
-
"locationName": "initializationScripts"
|
|
300
|
+
"shape": "S2m"
|
|
327
301
|
},
|
|
328
302
|
"name": {
|
|
329
|
-
"
|
|
303
|
+
"shape": "S2r"
|
|
330
304
|
},
|
|
331
305
|
"scriptParameters": {
|
|
332
|
-
"shape": "
|
|
333
|
-
"locationName": "scriptParameters"
|
|
306
|
+
"shape": "S2s"
|
|
334
307
|
},
|
|
335
308
|
"studioId": {
|
|
336
309
|
"location": "uri",
|
|
337
310
|
"locationName": "studioId"
|
|
338
311
|
},
|
|
339
|
-
"subtype": {
|
|
340
|
-
"locationName": "subtype"
|
|
341
|
-
},
|
|
312
|
+
"subtype": {},
|
|
342
313
|
"tags": {
|
|
343
|
-
"shape": "
|
|
344
|
-
"locationName": "tags"
|
|
314
|
+
"shape": "Sr"
|
|
345
315
|
},
|
|
346
|
-
"type": {
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"required": [
|
|
351
|
-
"studioId",
|
|
352
|
-
"name",
|
|
353
|
-
"type"
|
|
354
|
-
]
|
|
316
|
+
"type": {}
|
|
317
|
+
}
|
|
355
318
|
},
|
|
356
319
|
"output": {
|
|
357
320
|
"type": "structure",
|
|
358
321
|
"members": {
|
|
359
322
|
"studioComponent": {
|
|
360
|
-
"shape": "
|
|
361
|
-
"locationName": "studioComponent"
|
|
323
|
+
"shape": "S2z"
|
|
362
324
|
}
|
|
363
325
|
}
|
|
364
326
|
}
|
|
@@ -371,11 +333,15 @@
|
|
|
371
333
|
},
|
|
372
334
|
"input": {
|
|
373
335
|
"type": "structure",
|
|
336
|
+
"required": [
|
|
337
|
+
"launchProfileId",
|
|
338
|
+
"studioId"
|
|
339
|
+
],
|
|
374
340
|
"members": {
|
|
375
341
|
"clientToken": {
|
|
342
|
+
"idempotencyToken": true,
|
|
376
343
|
"location": "header",
|
|
377
|
-
"locationName": "X-Amz-Client-Token"
|
|
378
|
-
"idempotencyToken": true
|
|
344
|
+
"locationName": "X-Amz-Client-Token"
|
|
379
345
|
},
|
|
380
346
|
"launchProfileId": {
|
|
381
347
|
"location": "uri",
|
|
@@ -385,21 +351,17 @@
|
|
|
385
351
|
"location": "uri",
|
|
386
352
|
"locationName": "studioId"
|
|
387
353
|
}
|
|
388
|
-
}
|
|
389
|
-
"required": [
|
|
390
|
-
"studioId",
|
|
391
|
-
"launchProfileId"
|
|
392
|
-
]
|
|
354
|
+
}
|
|
393
355
|
},
|
|
394
356
|
"output": {
|
|
395
357
|
"type": "structure",
|
|
396
358
|
"members": {
|
|
397
359
|
"launchProfile": {
|
|
398
|
-
"shape": "
|
|
399
|
-
"locationName": "launchProfile"
|
|
360
|
+
"shape": "St"
|
|
400
361
|
}
|
|
401
362
|
}
|
|
402
|
-
}
|
|
363
|
+
},
|
|
364
|
+
"idempotent": true
|
|
403
365
|
},
|
|
404
366
|
"DeleteLaunchProfileMember": {
|
|
405
367
|
"http": {
|
|
@@ -409,11 +371,16 @@
|
|
|
409
371
|
},
|
|
410
372
|
"input": {
|
|
411
373
|
"type": "structure",
|
|
374
|
+
"required": [
|
|
375
|
+
"launchProfileId",
|
|
376
|
+
"principalId",
|
|
377
|
+
"studioId"
|
|
378
|
+
],
|
|
412
379
|
"members": {
|
|
413
380
|
"clientToken": {
|
|
381
|
+
"idempotencyToken": true,
|
|
414
382
|
"location": "header",
|
|
415
|
-
"locationName": "X-Amz-Client-Token"
|
|
416
|
-
"idempotencyToken": true
|
|
383
|
+
"locationName": "X-Amz-Client-Token"
|
|
417
384
|
},
|
|
418
385
|
"launchProfileId": {
|
|
419
386
|
"location": "uri",
|
|
@@ -427,17 +394,13 @@
|
|
|
427
394
|
"location": "uri",
|
|
428
395
|
"locationName": "studioId"
|
|
429
396
|
}
|
|
430
|
-
}
|
|
431
|
-
"required": [
|
|
432
|
-
"studioId",
|
|
433
|
-
"principalId",
|
|
434
|
-
"launchProfileId"
|
|
435
|
-
]
|
|
397
|
+
}
|
|
436
398
|
},
|
|
437
399
|
"output": {
|
|
438
400
|
"type": "structure",
|
|
439
401
|
"members": {}
|
|
440
|
-
}
|
|
402
|
+
},
|
|
403
|
+
"idempotent": true
|
|
441
404
|
},
|
|
442
405
|
"DeleteStreamingImage": {
|
|
443
406
|
"http": {
|
|
@@ -447,11 +410,15 @@
|
|
|
447
410
|
},
|
|
448
411
|
"input": {
|
|
449
412
|
"type": "structure",
|
|
413
|
+
"required": [
|
|
414
|
+
"streamingImageId",
|
|
415
|
+
"studioId"
|
|
416
|
+
],
|
|
450
417
|
"members": {
|
|
451
418
|
"clientToken": {
|
|
419
|
+
"idempotencyToken": true,
|
|
452
420
|
"location": "header",
|
|
453
|
-
"locationName": "X-Amz-Client-Token"
|
|
454
|
-
"idempotencyToken": true
|
|
421
|
+
"locationName": "X-Amz-Client-Token"
|
|
455
422
|
},
|
|
456
423
|
"streamingImageId": {
|
|
457
424
|
"location": "uri",
|
|
@@ -461,21 +428,17 @@
|
|
|
461
428
|
"location": "uri",
|
|
462
429
|
"locationName": "studioId"
|
|
463
430
|
}
|
|
464
|
-
}
|
|
465
|
-
"required": [
|
|
466
|
-
"studioId",
|
|
467
|
-
"streamingImageId"
|
|
468
|
-
]
|
|
431
|
+
}
|
|
469
432
|
},
|
|
470
433
|
"output": {
|
|
471
434
|
"type": "structure",
|
|
472
435
|
"members": {
|
|
473
436
|
"streamingImage": {
|
|
474
|
-
"shape": "
|
|
475
|
-
"locationName": "streamingImage"
|
|
437
|
+
"shape": "S13"
|
|
476
438
|
}
|
|
477
439
|
}
|
|
478
|
-
}
|
|
440
|
+
},
|
|
441
|
+
"idempotent": true
|
|
479
442
|
},
|
|
480
443
|
"DeleteStreamingSession": {
|
|
481
444
|
"http": {
|
|
@@ -485,11 +448,15 @@
|
|
|
485
448
|
},
|
|
486
449
|
"input": {
|
|
487
450
|
"type": "structure",
|
|
451
|
+
"required": [
|
|
452
|
+
"sessionId",
|
|
453
|
+
"studioId"
|
|
454
|
+
],
|
|
488
455
|
"members": {
|
|
489
456
|
"clientToken": {
|
|
457
|
+
"idempotencyToken": true,
|
|
490
458
|
"location": "header",
|
|
491
|
-
"locationName": "X-Amz-Client-Token"
|
|
492
|
-
"idempotencyToken": true
|
|
459
|
+
"locationName": "X-Amz-Client-Token"
|
|
493
460
|
},
|
|
494
461
|
"sessionId": {
|
|
495
462
|
"location": "uri",
|
|
@@ -499,21 +466,17 @@
|
|
|
499
466
|
"location": "uri",
|
|
500
467
|
"locationName": "studioId"
|
|
501
468
|
}
|
|
502
|
-
}
|
|
503
|
-
"required": [
|
|
504
|
-
"studioId",
|
|
505
|
-
"sessionId"
|
|
506
|
-
]
|
|
469
|
+
}
|
|
507
470
|
},
|
|
508
471
|
"output": {
|
|
509
472
|
"type": "structure",
|
|
510
473
|
"members": {
|
|
511
474
|
"session": {
|
|
512
|
-
"shape": "
|
|
513
|
-
"locationName": "session"
|
|
475
|
+
"shape": "S1f"
|
|
514
476
|
}
|
|
515
477
|
}
|
|
516
|
-
}
|
|
478
|
+
},
|
|
479
|
+
"idempotent": true
|
|
517
480
|
},
|
|
518
481
|
"DeleteStudio": {
|
|
519
482
|
"http": {
|
|
@@ -523,30 +486,33 @@
|
|
|
523
486
|
},
|
|
524
487
|
"input": {
|
|
525
488
|
"type": "structure",
|
|
489
|
+
"required": [
|
|
490
|
+
"studioId"
|
|
491
|
+
],
|
|
526
492
|
"members": {
|
|
527
493
|
"clientToken": {
|
|
494
|
+
"idempotencyToken": true,
|
|
528
495
|
"location": "header",
|
|
529
|
-
"locationName": "X-Amz-Client-Token"
|
|
530
|
-
"idempotencyToken": true
|
|
496
|
+
"locationName": "X-Amz-Client-Token"
|
|
531
497
|
},
|
|
532
498
|
"studioId": {
|
|
533
499
|
"location": "uri",
|
|
534
500
|
"locationName": "studioId"
|
|
535
501
|
}
|
|
536
|
-
}
|
|
537
|
-
"required": [
|
|
538
|
-
"studioId"
|
|
539
|
-
]
|
|
502
|
+
}
|
|
540
503
|
},
|
|
541
504
|
"output": {
|
|
542
505
|
"type": "structure",
|
|
506
|
+
"required": [
|
|
507
|
+
"studio"
|
|
508
|
+
],
|
|
543
509
|
"members": {
|
|
544
510
|
"studio": {
|
|
545
|
-
"shape": "
|
|
546
|
-
"locationName": "studio"
|
|
511
|
+
"shape": "S1x"
|
|
547
512
|
}
|
|
548
513
|
}
|
|
549
|
-
}
|
|
514
|
+
},
|
|
515
|
+
"idempotent": true
|
|
550
516
|
},
|
|
551
517
|
"DeleteStudioComponent": {
|
|
552
518
|
"http": {
|
|
@@ -556,11 +522,15 @@
|
|
|
556
522
|
},
|
|
557
523
|
"input": {
|
|
558
524
|
"type": "structure",
|
|
525
|
+
"required": [
|
|
526
|
+
"studioComponentId",
|
|
527
|
+
"studioId"
|
|
528
|
+
],
|
|
559
529
|
"members": {
|
|
560
530
|
"clientToken": {
|
|
531
|
+
"idempotencyToken": true,
|
|
561
532
|
"location": "header",
|
|
562
|
-
"locationName": "X-Amz-Client-Token"
|
|
563
|
-
"idempotencyToken": true
|
|
533
|
+
"locationName": "X-Amz-Client-Token"
|
|
564
534
|
},
|
|
565
535
|
"studioComponentId": {
|
|
566
536
|
"location": "uri",
|
|
@@ -570,21 +540,17 @@
|
|
|
570
540
|
"location": "uri",
|
|
571
541
|
"locationName": "studioId"
|
|
572
542
|
}
|
|
573
|
-
}
|
|
574
|
-
"required": [
|
|
575
|
-
"studioId",
|
|
576
|
-
"studioComponentId"
|
|
577
|
-
]
|
|
543
|
+
}
|
|
578
544
|
},
|
|
579
545
|
"output": {
|
|
580
546
|
"type": "structure",
|
|
581
547
|
"members": {
|
|
582
548
|
"studioComponent": {
|
|
583
|
-
"shape": "
|
|
584
|
-
"locationName": "studioComponent"
|
|
549
|
+
"shape": "S2z"
|
|
585
550
|
}
|
|
586
551
|
}
|
|
587
|
-
}
|
|
552
|
+
},
|
|
553
|
+
"idempotent": true
|
|
588
554
|
},
|
|
589
555
|
"DeleteStudioMember": {
|
|
590
556
|
"http": {
|
|
@@ -594,11 +560,15 @@
|
|
|
594
560
|
},
|
|
595
561
|
"input": {
|
|
596
562
|
"type": "structure",
|
|
563
|
+
"required": [
|
|
564
|
+
"principalId",
|
|
565
|
+
"studioId"
|
|
566
|
+
],
|
|
597
567
|
"members": {
|
|
598
568
|
"clientToken": {
|
|
569
|
+
"idempotencyToken": true,
|
|
599
570
|
"location": "header",
|
|
600
|
-
"locationName": "X-Amz-Client-Token"
|
|
601
|
-
"idempotencyToken": true
|
|
571
|
+
"locationName": "X-Amz-Client-Token"
|
|
602
572
|
},
|
|
603
573
|
"principalId": {
|
|
604
574
|
"location": "uri",
|
|
@@ -608,16 +578,13 @@
|
|
|
608
578
|
"location": "uri",
|
|
609
579
|
"locationName": "studioId"
|
|
610
580
|
}
|
|
611
|
-
}
|
|
612
|
-
"required": [
|
|
613
|
-
"studioId",
|
|
614
|
-
"principalId"
|
|
615
|
-
]
|
|
581
|
+
}
|
|
616
582
|
},
|
|
617
583
|
"output": {
|
|
618
584
|
"type": "structure",
|
|
619
585
|
"members": {}
|
|
620
|
-
}
|
|
586
|
+
},
|
|
587
|
+
"idempotent": true
|
|
621
588
|
},
|
|
622
589
|
"GetEula": {
|
|
623
590
|
"http": {
|
|
@@ -627,22 +594,21 @@
|
|
|
627
594
|
},
|
|
628
595
|
"input": {
|
|
629
596
|
"type": "structure",
|
|
597
|
+
"required": [
|
|
598
|
+
"eulaId"
|
|
599
|
+
],
|
|
630
600
|
"members": {
|
|
631
601
|
"eulaId": {
|
|
632
602
|
"location": "uri",
|
|
633
603
|
"locationName": "eulaId"
|
|
634
604
|
}
|
|
635
|
-
}
|
|
636
|
-
"required": [
|
|
637
|
-
"eulaId"
|
|
638
|
-
]
|
|
605
|
+
}
|
|
639
606
|
},
|
|
640
607
|
"output": {
|
|
641
608
|
"type": "structure",
|
|
642
609
|
"members": {
|
|
643
610
|
"eula": {
|
|
644
|
-
"shape": "
|
|
645
|
-
"locationName": "eula"
|
|
611
|
+
"shape": "S3j"
|
|
646
612
|
}
|
|
647
613
|
}
|
|
648
614
|
}
|
|
@@ -655,6 +621,10 @@
|
|
|
655
621
|
},
|
|
656
622
|
"input": {
|
|
657
623
|
"type": "structure",
|
|
624
|
+
"required": [
|
|
625
|
+
"launchProfileId",
|
|
626
|
+
"studioId"
|
|
627
|
+
],
|
|
658
628
|
"members": {
|
|
659
629
|
"launchProfileId": {
|
|
660
630
|
"location": "uri",
|
|
@@ -664,18 +634,13 @@
|
|
|
664
634
|
"location": "uri",
|
|
665
635
|
"locationName": "studioId"
|
|
666
636
|
}
|
|
667
|
-
}
|
|
668
|
-
"required": [
|
|
669
|
-
"studioId",
|
|
670
|
-
"launchProfileId"
|
|
671
|
-
]
|
|
637
|
+
}
|
|
672
638
|
},
|
|
673
639
|
"output": {
|
|
674
640
|
"type": "structure",
|
|
675
641
|
"members": {
|
|
676
642
|
"launchProfile": {
|
|
677
|
-
"shape": "
|
|
678
|
-
"locationName": "launchProfile"
|
|
643
|
+
"shape": "St"
|
|
679
644
|
}
|
|
680
645
|
}
|
|
681
646
|
}
|
|
@@ -688,6 +653,10 @@
|
|
|
688
653
|
},
|
|
689
654
|
"input": {
|
|
690
655
|
"type": "structure",
|
|
656
|
+
"required": [
|
|
657
|
+
"launchProfileId",
|
|
658
|
+
"studioId"
|
|
659
|
+
],
|
|
691
660
|
"members": {
|
|
692
661
|
"launchProfileId": {
|
|
693
662
|
"location": "uri",
|
|
@@ -697,58 +666,39 @@
|
|
|
697
666
|
"location": "uri",
|
|
698
667
|
"locationName": "studioId"
|
|
699
668
|
}
|
|
700
|
-
}
|
|
701
|
-
"required": [
|
|
702
|
-
"studioId",
|
|
703
|
-
"launchProfileId"
|
|
704
|
-
]
|
|
669
|
+
}
|
|
705
670
|
},
|
|
706
671
|
"output": {
|
|
707
672
|
"type": "structure",
|
|
708
673
|
"members": {
|
|
709
674
|
"launchProfile": {
|
|
710
|
-
"shape": "
|
|
711
|
-
"locationName": "launchProfile"
|
|
675
|
+
"shape": "St"
|
|
712
676
|
},
|
|
713
677
|
"streamingImages": {
|
|
714
|
-
"shape": "
|
|
715
|
-
"locationName": "streamingImages"
|
|
678
|
+
"shape": "S3p"
|
|
716
679
|
},
|
|
717
680
|
"studioComponentSummaries": {
|
|
718
|
-
"locationName": "studioComponentSummaries",
|
|
719
681
|
"type": "list",
|
|
720
682
|
"member": {
|
|
721
683
|
"type": "structure",
|
|
722
684
|
"members": {
|
|
723
685
|
"createdAt": {
|
|
724
|
-
"shape": "S8"
|
|
725
|
-
"locationName": "createdAt"
|
|
726
|
-
},
|
|
727
|
-
"createdBy": {
|
|
728
|
-
"locationName": "createdBy"
|
|
686
|
+
"shape": "S8"
|
|
729
687
|
},
|
|
688
|
+
"createdBy": {},
|
|
730
689
|
"description": {
|
|
731
|
-
"
|
|
690
|
+
"shape": "S2j"
|
|
732
691
|
},
|
|
733
692
|
"name": {
|
|
734
|
-
"
|
|
735
|
-
},
|
|
736
|
-
"studioComponentId": {
|
|
737
|
-
"locationName": "studioComponentId"
|
|
738
|
-
},
|
|
739
|
-
"subtype": {
|
|
740
|
-
"locationName": "subtype"
|
|
741
|
-
},
|
|
742
|
-
"type": {
|
|
743
|
-
"locationName": "type"
|
|
693
|
+
"shape": "S2r"
|
|
744
694
|
},
|
|
695
|
+
"studioComponentId": {},
|
|
696
|
+
"subtype": {},
|
|
697
|
+
"type": {},
|
|
745
698
|
"updatedAt": {
|
|
746
|
-
"shape": "S8"
|
|
747
|
-
"locationName": "updatedAt"
|
|
699
|
+
"shape": "S8"
|
|
748
700
|
},
|
|
749
|
-
"updatedBy": {
|
|
750
|
-
"locationName": "updatedBy"
|
|
751
|
-
}
|
|
701
|
+
"updatedBy": {}
|
|
752
702
|
}
|
|
753
703
|
}
|
|
754
704
|
}
|
|
@@ -763,13 +713,20 @@
|
|
|
763
713
|
},
|
|
764
714
|
"input": {
|
|
765
715
|
"type": "structure",
|
|
716
|
+
"required": [
|
|
717
|
+
"launchProfileId",
|
|
718
|
+
"launchProfileProtocolVersions",
|
|
719
|
+
"launchPurpose",
|
|
720
|
+
"platform",
|
|
721
|
+
"studioId"
|
|
722
|
+
],
|
|
766
723
|
"members": {
|
|
767
724
|
"launchProfileId": {
|
|
768
725
|
"location": "uri",
|
|
769
726
|
"locationName": "launchProfileId"
|
|
770
727
|
},
|
|
771
728
|
"launchProfileProtocolVersions": {
|
|
772
|
-
"shape": "
|
|
729
|
+
"shape": "S3t",
|
|
773
730
|
"location": "querystring",
|
|
774
731
|
"locationName": "launchProfileProtocolVersions"
|
|
775
732
|
},
|
|
@@ -785,79 +742,49 @@
|
|
|
785
742
|
"location": "uri",
|
|
786
743
|
"locationName": "studioId"
|
|
787
744
|
}
|
|
788
|
-
}
|
|
789
|
-
"required": [
|
|
790
|
-
"studioId",
|
|
791
|
-
"launchProfileProtocolVersions",
|
|
792
|
-
"launchPurpose",
|
|
793
|
-
"launchProfileId",
|
|
794
|
-
"platform"
|
|
795
|
-
]
|
|
745
|
+
}
|
|
796
746
|
},
|
|
797
747
|
"output": {
|
|
798
748
|
"type": "structure",
|
|
799
749
|
"members": {
|
|
800
750
|
"launchProfileInitialization": {
|
|
801
|
-
"locationName": "launchProfileInitialization",
|
|
802
751
|
"type": "structure",
|
|
803
752
|
"members": {
|
|
804
753
|
"activeDirectory": {
|
|
805
|
-
"locationName": "activeDirectory",
|
|
806
754
|
"type": "structure",
|
|
807
755
|
"members": {
|
|
808
756
|
"computerAttributes": {
|
|
809
|
-
"shape": "
|
|
810
|
-
"locationName": "computerAttributes"
|
|
811
|
-
},
|
|
812
|
-
"directoryId": {
|
|
813
|
-
"locationName": "directoryId"
|
|
814
|
-
},
|
|
815
|
-
"directoryName": {
|
|
816
|
-
"locationName": "directoryName"
|
|
757
|
+
"shape": "S25"
|
|
817
758
|
},
|
|
759
|
+
"directoryId": {},
|
|
760
|
+
"directoryName": {},
|
|
818
761
|
"dnsIpAddresses": {
|
|
819
|
-
"locationName": "dnsIpAddresses",
|
|
820
762
|
"type": "list",
|
|
821
763
|
"member": {}
|
|
822
764
|
},
|
|
823
|
-
"organizationalUnitDistinguishedName": {
|
|
824
|
-
|
|
825
|
-
},
|
|
826
|
-
"studioComponentId": {
|
|
827
|
-
"locationName": "studioComponentId"
|
|
828
|
-
},
|
|
765
|
+
"organizationalUnitDistinguishedName": {},
|
|
766
|
+
"studioComponentId": {},
|
|
829
767
|
"studioComponentName": {
|
|
830
|
-
"
|
|
768
|
+
"shape": "S2r"
|
|
831
769
|
}
|
|
832
770
|
}
|
|
833
771
|
},
|
|
834
772
|
"ec2SecurityGroupIds": {
|
|
835
|
-
"locationName": "ec2SecurityGroupIds",
|
|
836
773
|
"type": "list",
|
|
837
774
|
"member": {}
|
|
838
775
|
},
|
|
839
|
-
"launchProfileId": {
|
|
840
|
-
|
|
841
|
-
},
|
|
842
|
-
"launchProfileProtocolVersion": {
|
|
843
|
-
"locationName": "launchProfileProtocolVersion"
|
|
844
|
-
},
|
|
845
|
-
"launchPurpose": {
|
|
846
|
-
"locationName": "launchPurpose"
|
|
847
|
-
},
|
|
776
|
+
"launchProfileId": {},
|
|
777
|
+
"launchProfileProtocolVersion": {},
|
|
778
|
+
"launchPurpose": {},
|
|
848
779
|
"name": {
|
|
849
|
-
"
|
|
850
|
-
},
|
|
851
|
-
"platform": {
|
|
852
|
-
"locationName": "platform"
|
|
780
|
+
"shape": "Sh"
|
|
853
781
|
},
|
|
782
|
+
"platform": {},
|
|
854
783
|
"systemInitializationScripts": {
|
|
855
|
-
"shape": "
|
|
856
|
-
"locationName": "systemInitializationScripts"
|
|
784
|
+
"shape": "S41"
|
|
857
785
|
},
|
|
858
786
|
"userInitializationScripts": {
|
|
859
|
-
"shape": "
|
|
860
|
-
"locationName": "userInitializationScripts"
|
|
787
|
+
"shape": "S41"
|
|
861
788
|
}
|
|
862
789
|
}
|
|
863
790
|
}
|
|
@@ -872,6 +799,11 @@
|
|
|
872
799
|
},
|
|
873
800
|
"input": {
|
|
874
801
|
"type": "structure",
|
|
802
|
+
"required": [
|
|
803
|
+
"launchProfileId",
|
|
804
|
+
"principalId",
|
|
805
|
+
"studioId"
|
|
806
|
+
],
|
|
875
807
|
"members": {
|
|
876
808
|
"launchProfileId": {
|
|
877
809
|
"location": "uri",
|
|
@@ -885,19 +817,13 @@
|
|
|
885
817
|
"location": "uri",
|
|
886
818
|
"locationName": "studioId"
|
|
887
819
|
}
|
|
888
|
-
}
|
|
889
|
-
"required": [
|
|
890
|
-
"studioId",
|
|
891
|
-
"principalId",
|
|
892
|
-
"launchProfileId"
|
|
893
|
-
]
|
|
820
|
+
}
|
|
894
821
|
},
|
|
895
822
|
"output": {
|
|
896
823
|
"type": "structure",
|
|
897
824
|
"members": {
|
|
898
825
|
"member": {
|
|
899
|
-
"shape": "
|
|
900
|
-
"locationName": "member"
|
|
826
|
+
"shape": "S45"
|
|
901
827
|
}
|
|
902
828
|
}
|
|
903
829
|
}
|
|
@@ -910,6 +836,10 @@
|
|
|
910
836
|
},
|
|
911
837
|
"input": {
|
|
912
838
|
"type": "structure",
|
|
839
|
+
"required": [
|
|
840
|
+
"streamingImageId",
|
|
841
|
+
"studioId"
|
|
842
|
+
],
|
|
913
843
|
"members": {
|
|
914
844
|
"streamingImageId": {
|
|
915
845
|
"location": "uri",
|
|
@@ -919,18 +849,13 @@
|
|
|
919
849
|
"location": "uri",
|
|
920
850
|
"locationName": "studioId"
|
|
921
851
|
}
|
|
922
|
-
}
|
|
923
|
-
"required": [
|
|
924
|
-
"studioId",
|
|
925
|
-
"streamingImageId"
|
|
926
|
-
]
|
|
852
|
+
}
|
|
927
853
|
},
|
|
928
854
|
"output": {
|
|
929
855
|
"type": "structure",
|
|
930
856
|
"members": {
|
|
931
857
|
"streamingImage": {
|
|
932
|
-
"shape": "
|
|
933
|
-
"locationName": "streamingImage"
|
|
858
|
+
"shape": "S13"
|
|
934
859
|
}
|
|
935
860
|
}
|
|
936
861
|
}
|
|
@@ -943,6 +868,10 @@
|
|
|
943
868
|
},
|
|
944
869
|
"input": {
|
|
945
870
|
"type": "structure",
|
|
871
|
+
"required": [
|
|
872
|
+
"sessionId",
|
|
873
|
+
"studioId"
|
|
874
|
+
],
|
|
946
875
|
"members": {
|
|
947
876
|
"sessionId": {
|
|
948
877
|
"location": "uri",
|
|
@@ -952,18 +881,13 @@
|
|
|
952
881
|
"location": "uri",
|
|
953
882
|
"locationName": "studioId"
|
|
954
883
|
}
|
|
955
|
-
}
|
|
956
|
-
"required": [
|
|
957
|
-
"studioId",
|
|
958
|
-
"sessionId"
|
|
959
|
-
]
|
|
884
|
+
}
|
|
960
885
|
},
|
|
961
886
|
"output": {
|
|
962
887
|
"type": "structure",
|
|
963
888
|
"members": {
|
|
964
889
|
"session": {
|
|
965
|
-
"shape": "
|
|
966
|
-
"locationName": "session"
|
|
890
|
+
"shape": "S1f"
|
|
967
891
|
}
|
|
968
892
|
}
|
|
969
893
|
}
|
|
@@ -976,6 +900,11 @@
|
|
|
976
900
|
},
|
|
977
901
|
"input": {
|
|
978
902
|
"type": "structure",
|
|
903
|
+
"required": [
|
|
904
|
+
"sessionId",
|
|
905
|
+
"streamId",
|
|
906
|
+
"studioId"
|
|
907
|
+
],
|
|
979
908
|
"members": {
|
|
980
909
|
"sessionId": {
|
|
981
910
|
"location": "uri",
|
|
@@ -989,19 +918,13 @@
|
|
|
989
918
|
"location": "uri",
|
|
990
919
|
"locationName": "studioId"
|
|
991
920
|
}
|
|
992
|
-
}
|
|
993
|
-
"required": [
|
|
994
|
-
"studioId",
|
|
995
|
-
"streamId",
|
|
996
|
-
"sessionId"
|
|
997
|
-
]
|
|
921
|
+
}
|
|
998
922
|
},
|
|
999
923
|
"output": {
|
|
1000
924
|
"type": "structure",
|
|
1001
925
|
"members": {
|
|
1002
926
|
"stream": {
|
|
1003
|
-
"shape": "
|
|
1004
|
-
"locationName": "stream"
|
|
927
|
+
"shape": "S1m"
|
|
1005
928
|
}
|
|
1006
929
|
}
|
|
1007
930
|
}
|
|
@@ -1014,22 +937,24 @@
|
|
|
1014
937
|
},
|
|
1015
938
|
"input": {
|
|
1016
939
|
"type": "structure",
|
|
940
|
+
"required": [
|
|
941
|
+
"studioId"
|
|
942
|
+
],
|
|
1017
943
|
"members": {
|
|
1018
944
|
"studioId": {
|
|
1019
945
|
"location": "uri",
|
|
1020
946
|
"locationName": "studioId"
|
|
1021
947
|
}
|
|
1022
|
-
}
|
|
1023
|
-
"required": [
|
|
1024
|
-
"studioId"
|
|
1025
|
-
]
|
|
948
|
+
}
|
|
1026
949
|
},
|
|
1027
950
|
"output": {
|
|
1028
951
|
"type": "structure",
|
|
952
|
+
"required": [
|
|
953
|
+
"studio"
|
|
954
|
+
],
|
|
1029
955
|
"members": {
|
|
1030
956
|
"studio": {
|
|
1031
|
-
"shape": "
|
|
1032
|
-
"locationName": "studio"
|
|
957
|
+
"shape": "S1x"
|
|
1033
958
|
}
|
|
1034
959
|
}
|
|
1035
960
|
}
|
|
@@ -1042,6 +967,10 @@
|
|
|
1042
967
|
},
|
|
1043
968
|
"input": {
|
|
1044
969
|
"type": "structure",
|
|
970
|
+
"required": [
|
|
971
|
+
"studioComponentId",
|
|
972
|
+
"studioId"
|
|
973
|
+
],
|
|
1045
974
|
"members": {
|
|
1046
975
|
"studioComponentId": {
|
|
1047
976
|
"location": "uri",
|
|
@@ -1051,18 +980,13 @@
|
|
|
1051
980
|
"location": "uri",
|
|
1052
981
|
"locationName": "studioId"
|
|
1053
982
|
}
|
|
1054
|
-
}
|
|
1055
|
-
"required": [
|
|
1056
|
-
"studioId",
|
|
1057
|
-
"studioComponentId"
|
|
1058
|
-
]
|
|
983
|
+
}
|
|
1059
984
|
},
|
|
1060
985
|
"output": {
|
|
1061
986
|
"type": "structure",
|
|
1062
987
|
"members": {
|
|
1063
988
|
"studioComponent": {
|
|
1064
|
-
"shape": "
|
|
1065
|
-
"locationName": "studioComponent"
|
|
989
|
+
"shape": "S2z"
|
|
1066
990
|
}
|
|
1067
991
|
}
|
|
1068
992
|
}
|
|
@@ -1075,6 +999,10 @@
|
|
|
1075
999
|
},
|
|
1076
1000
|
"input": {
|
|
1077
1001
|
"type": "structure",
|
|
1002
|
+
"required": [
|
|
1003
|
+
"principalId",
|
|
1004
|
+
"studioId"
|
|
1005
|
+
],
|
|
1078
1006
|
"members": {
|
|
1079
1007
|
"principalId": {
|
|
1080
1008
|
"location": "uri",
|
|
@@ -1084,18 +1012,13 @@
|
|
|
1084
1012
|
"location": "uri",
|
|
1085
1013
|
"locationName": "studioId"
|
|
1086
1014
|
}
|
|
1087
|
-
}
|
|
1088
|
-
"required": [
|
|
1089
|
-
"studioId",
|
|
1090
|
-
"principalId"
|
|
1091
|
-
]
|
|
1015
|
+
}
|
|
1092
1016
|
},
|
|
1093
1017
|
"output": {
|
|
1094
1018
|
"type": "structure",
|
|
1095
1019
|
"members": {
|
|
1096
1020
|
"member": {
|
|
1097
|
-
"shape": "
|
|
1098
|
-
"locationName": "member"
|
|
1021
|
+
"shape": "S4j"
|
|
1099
1022
|
}
|
|
1100
1023
|
}
|
|
1101
1024
|
}
|
|
@@ -1108,9 +1031,12 @@
|
|
|
1108
1031
|
},
|
|
1109
1032
|
"input": {
|
|
1110
1033
|
"type": "structure",
|
|
1034
|
+
"required": [
|
|
1035
|
+
"studioId"
|
|
1036
|
+
],
|
|
1111
1037
|
"members": {
|
|
1112
1038
|
"eulaIds": {
|
|
1113
|
-
"shape": "
|
|
1039
|
+
"shape": "S3t",
|
|
1114
1040
|
"location": "querystring",
|
|
1115
1041
|
"locationName": "eulaIds"
|
|
1116
1042
|
},
|
|
@@ -1122,21 +1048,15 @@
|
|
|
1122
1048
|
"location": "uri",
|
|
1123
1049
|
"locationName": "studioId"
|
|
1124
1050
|
}
|
|
1125
|
-
}
|
|
1126
|
-
"required": [
|
|
1127
|
-
"studioId"
|
|
1128
|
-
]
|
|
1051
|
+
}
|
|
1129
1052
|
},
|
|
1130
1053
|
"output": {
|
|
1131
1054
|
"type": "structure",
|
|
1132
1055
|
"members": {
|
|
1133
1056
|
"eulaAcceptances": {
|
|
1134
|
-
"shape": "S6"
|
|
1135
|
-
"locationName": "eulaAcceptances"
|
|
1057
|
+
"shape": "S6"
|
|
1136
1058
|
},
|
|
1137
|
-
"nextToken": {
|
|
1138
|
-
"locationName": "nextToken"
|
|
1139
|
-
}
|
|
1059
|
+
"nextToken": {}
|
|
1140
1060
|
}
|
|
1141
1061
|
}
|
|
1142
1062
|
},
|
|
@@ -1150,7 +1070,7 @@
|
|
|
1150
1070
|
"type": "structure",
|
|
1151
1071
|
"members": {
|
|
1152
1072
|
"eulaIds": {
|
|
1153
|
-
"shape": "
|
|
1073
|
+
"shape": "S3t",
|
|
1154
1074
|
"location": "querystring",
|
|
1155
1075
|
"locationName": "eulaIds"
|
|
1156
1076
|
},
|
|
@@ -1164,15 +1084,12 @@
|
|
|
1164
1084
|
"type": "structure",
|
|
1165
1085
|
"members": {
|
|
1166
1086
|
"eulas": {
|
|
1167
|
-
"locationName": "eulas",
|
|
1168
1087
|
"type": "list",
|
|
1169
1088
|
"member": {
|
|
1170
|
-
"shape": "
|
|
1089
|
+
"shape": "S3j"
|
|
1171
1090
|
}
|
|
1172
1091
|
},
|
|
1173
|
-
"nextToken": {
|
|
1174
|
-
"locationName": "nextToken"
|
|
1175
|
-
}
|
|
1092
|
+
"nextToken": {}
|
|
1176
1093
|
}
|
|
1177
1094
|
}
|
|
1178
1095
|
},
|
|
@@ -1184,6 +1101,10 @@
|
|
|
1184
1101
|
},
|
|
1185
1102
|
"input": {
|
|
1186
1103
|
"type": "structure",
|
|
1104
|
+
"required": [
|
|
1105
|
+
"launchProfileId",
|
|
1106
|
+
"studioId"
|
|
1107
|
+
],
|
|
1187
1108
|
"members": {
|
|
1188
1109
|
"launchProfileId": {
|
|
1189
1110
|
"location": "uri",
|
|
@@ -1202,25 +1123,18 @@
|
|
|
1202
1123
|
"location": "uri",
|
|
1203
1124
|
"locationName": "studioId"
|
|
1204
1125
|
}
|
|
1205
|
-
}
|
|
1206
|
-
"required": [
|
|
1207
|
-
"studioId",
|
|
1208
|
-
"launchProfileId"
|
|
1209
|
-
]
|
|
1126
|
+
}
|
|
1210
1127
|
},
|
|
1211
1128
|
"output": {
|
|
1212
1129
|
"type": "structure",
|
|
1213
1130
|
"members": {
|
|
1214
1131
|
"members": {
|
|
1215
|
-
"locationName": "members",
|
|
1216
1132
|
"type": "list",
|
|
1217
1133
|
"member": {
|
|
1218
|
-
"shape": "
|
|
1134
|
+
"shape": "S45"
|
|
1219
1135
|
}
|
|
1220
1136
|
},
|
|
1221
|
-
"nextToken": {
|
|
1222
|
-
"locationName": "nextToken"
|
|
1223
|
-
}
|
|
1137
|
+
"nextToken": {}
|
|
1224
1138
|
}
|
|
1225
1139
|
}
|
|
1226
1140
|
},
|
|
@@ -1232,6 +1146,9 @@
|
|
|
1232
1146
|
},
|
|
1233
1147
|
"input": {
|
|
1234
1148
|
"type": "structure",
|
|
1149
|
+
"required": [
|
|
1150
|
+
"studioId"
|
|
1151
|
+
],
|
|
1235
1152
|
"members": {
|
|
1236
1153
|
"maxResults": {
|
|
1237
1154
|
"location": "querystring",
|
|
@@ -1247,7 +1164,7 @@
|
|
|
1247
1164
|
"locationName": "principalId"
|
|
1248
1165
|
},
|
|
1249
1166
|
"states": {
|
|
1250
|
-
"shape": "
|
|
1167
|
+
"shape": "S3t",
|
|
1251
1168
|
"location": "querystring",
|
|
1252
1169
|
"locationName": "states"
|
|
1253
1170
|
},
|
|
@@ -1255,24 +1172,18 @@
|
|
|
1255
1172
|
"location": "uri",
|
|
1256
1173
|
"locationName": "studioId"
|
|
1257
1174
|
}
|
|
1258
|
-
}
|
|
1259
|
-
"required": [
|
|
1260
|
-
"studioId"
|
|
1261
|
-
]
|
|
1175
|
+
}
|
|
1262
1176
|
},
|
|
1263
1177
|
"output": {
|
|
1264
1178
|
"type": "structure",
|
|
1265
1179
|
"members": {
|
|
1266
1180
|
"launchProfiles": {
|
|
1267
|
-
"locationName": "launchProfiles",
|
|
1268
1181
|
"type": "list",
|
|
1269
1182
|
"member": {
|
|
1270
|
-
"shape": "
|
|
1183
|
+
"shape": "St"
|
|
1271
1184
|
}
|
|
1272
1185
|
},
|
|
1273
|
-
"nextToken": {
|
|
1274
|
-
"locationName": "nextToken"
|
|
1275
|
-
}
|
|
1186
|
+
"nextToken": {}
|
|
1276
1187
|
}
|
|
1277
1188
|
}
|
|
1278
1189
|
},
|
|
@@ -1284,6 +1195,9 @@
|
|
|
1284
1195
|
},
|
|
1285
1196
|
"input": {
|
|
1286
1197
|
"type": "structure",
|
|
1198
|
+
"required": [
|
|
1199
|
+
"studioId"
|
|
1200
|
+
],
|
|
1287
1201
|
"members": {
|
|
1288
1202
|
"nextToken": {
|
|
1289
1203
|
"location": "querystring",
|
|
@@ -1297,20 +1211,14 @@
|
|
|
1297
1211
|
"location": "uri",
|
|
1298
1212
|
"locationName": "studioId"
|
|
1299
1213
|
}
|
|
1300
|
-
}
|
|
1301
|
-
"required": [
|
|
1302
|
-
"studioId"
|
|
1303
|
-
]
|
|
1214
|
+
}
|
|
1304
1215
|
},
|
|
1305
1216
|
"output": {
|
|
1306
1217
|
"type": "structure",
|
|
1307
1218
|
"members": {
|
|
1308
|
-
"nextToken": {
|
|
1309
|
-
"locationName": "nextToken"
|
|
1310
|
-
},
|
|
1219
|
+
"nextToken": {},
|
|
1311
1220
|
"streamingImages": {
|
|
1312
|
-
"shape": "
|
|
1313
|
-
"locationName": "streamingImages"
|
|
1221
|
+
"shape": "S3p"
|
|
1314
1222
|
}
|
|
1315
1223
|
}
|
|
1316
1224
|
}
|
|
@@ -1323,6 +1231,9 @@
|
|
|
1323
1231
|
},
|
|
1324
1232
|
"input": {
|
|
1325
1233
|
"type": "structure",
|
|
1234
|
+
"required": [
|
|
1235
|
+
"studioId"
|
|
1236
|
+
],
|
|
1326
1237
|
"members": {
|
|
1327
1238
|
"createdBy": {
|
|
1328
1239
|
"location": "querystring",
|
|
@@ -1344,22 +1255,16 @@
|
|
|
1344
1255
|
"location": "uri",
|
|
1345
1256
|
"locationName": "studioId"
|
|
1346
1257
|
}
|
|
1347
|
-
}
|
|
1348
|
-
"required": [
|
|
1349
|
-
"studioId"
|
|
1350
|
-
]
|
|
1258
|
+
}
|
|
1351
1259
|
},
|
|
1352
1260
|
"output": {
|
|
1353
1261
|
"type": "structure",
|
|
1354
1262
|
"members": {
|
|
1355
|
-
"nextToken": {
|
|
1356
|
-
"locationName": "nextToken"
|
|
1357
|
-
},
|
|
1263
|
+
"nextToken": {},
|
|
1358
1264
|
"sessions": {
|
|
1359
|
-
"locationName": "sessions",
|
|
1360
1265
|
"type": "list",
|
|
1361
1266
|
"member": {
|
|
1362
|
-
"shape": "
|
|
1267
|
+
"shape": "S1f"
|
|
1363
1268
|
}
|
|
1364
1269
|
}
|
|
1365
1270
|
}
|
|
@@ -1373,6 +1278,9 @@
|
|
|
1373
1278
|
},
|
|
1374
1279
|
"input": {
|
|
1375
1280
|
"type": "structure",
|
|
1281
|
+
"required": [
|
|
1282
|
+
"studioId"
|
|
1283
|
+
],
|
|
1376
1284
|
"members": {
|
|
1377
1285
|
"maxResults": {
|
|
1378
1286
|
"location": "querystring",
|
|
@@ -1384,7 +1292,7 @@
|
|
|
1384
1292
|
"locationName": "nextToken"
|
|
1385
1293
|
},
|
|
1386
1294
|
"states": {
|
|
1387
|
-
"shape": "
|
|
1295
|
+
"shape": "S3t",
|
|
1388
1296
|
"location": "querystring",
|
|
1389
1297
|
"locationName": "states"
|
|
1390
1298
|
},
|
|
@@ -1393,26 +1301,20 @@
|
|
|
1393
1301
|
"locationName": "studioId"
|
|
1394
1302
|
},
|
|
1395
1303
|
"types": {
|
|
1396
|
-
"shape": "
|
|
1304
|
+
"shape": "S3t",
|
|
1397
1305
|
"location": "querystring",
|
|
1398
1306
|
"locationName": "types"
|
|
1399
1307
|
}
|
|
1400
|
-
}
|
|
1401
|
-
"required": [
|
|
1402
|
-
"studioId"
|
|
1403
|
-
]
|
|
1308
|
+
}
|
|
1404
1309
|
},
|
|
1405
1310
|
"output": {
|
|
1406
1311
|
"type": "structure",
|
|
1407
1312
|
"members": {
|
|
1408
|
-
"nextToken": {
|
|
1409
|
-
"locationName": "nextToken"
|
|
1410
|
-
},
|
|
1313
|
+
"nextToken": {},
|
|
1411
1314
|
"studioComponents": {
|
|
1412
|
-
"locationName": "studioComponents",
|
|
1413
1315
|
"type": "list",
|
|
1414
1316
|
"member": {
|
|
1415
|
-
"shape": "
|
|
1317
|
+
"shape": "S2z"
|
|
1416
1318
|
}
|
|
1417
1319
|
}
|
|
1418
1320
|
}
|
|
@@ -1426,6 +1328,9 @@
|
|
|
1426
1328
|
},
|
|
1427
1329
|
"input": {
|
|
1428
1330
|
"type": "structure",
|
|
1331
|
+
"required": [
|
|
1332
|
+
"studioId"
|
|
1333
|
+
],
|
|
1429
1334
|
"members": {
|
|
1430
1335
|
"maxResults": {
|
|
1431
1336
|
"location": "querystring",
|
|
@@ -1440,24 +1345,18 @@
|
|
|
1440
1345
|
"location": "uri",
|
|
1441
1346
|
"locationName": "studioId"
|
|
1442
1347
|
}
|
|
1443
|
-
}
|
|
1444
|
-
"required": [
|
|
1445
|
-
"studioId"
|
|
1446
|
-
]
|
|
1348
|
+
}
|
|
1447
1349
|
},
|
|
1448
1350
|
"output": {
|
|
1449
1351
|
"type": "structure",
|
|
1450
1352
|
"members": {
|
|
1451
1353
|
"members": {
|
|
1452
|
-
"locationName": "members",
|
|
1453
1354
|
"type": "list",
|
|
1454
1355
|
"member": {
|
|
1455
|
-
"shape": "
|
|
1356
|
+
"shape": "S4j"
|
|
1456
1357
|
}
|
|
1457
1358
|
},
|
|
1458
|
-
"nextToken": {
|
|
1459
|
-
"locationName": "nextToken"
|
|
1460
|
-
}
|
|
1359
|
+
"nextToken": {}
|
|
1461
1360
|
}
|
|
1462
1361
|
}
|
|
1463
1362
|
},
|
|
@@ -1478,15 +1377,15 @@
|
|
|
1478
1377
|
},
|
|
1479
1378
|
"output": {
|
|
1480
1379
|
"type": "structure",
|
|
1380
|
+
"required": [
|
|
1381
|
+
"studios"
|
|
1382
|
+
],
|
|
1481
1383
|
"members": {
|
|
1482
|
-
"nextToken": {
|
|
1483
|
-
"locationName": "nextToken"
|
|
1484
|
-
},
|
|
1384
|
+
"nextToken": {},
|
|
1485
1385
|
"studios": {
|
|
1486
|
-
"locationName": "studios",
|
|
1487
1386
|
"type": "list",
|
|
1488
1387
|
"member": {
|
|
1489
|
-
"shape": "
|
|
1388
|
+
"shape": "S1x"
|
|
1490
1389
|
}
|
|
1491
1390
|
}
|
|
1492
1391
|
}
|
|
@@ -1500,22 +1399,21 @@
|
|
|
1500
1399
|
},
|
|
1501
1400
|
"input": {
|
|
1502
1401
|
"type": "structure",
|
|
1402
|
+
"required": [
|
|
1403
|
+
"resourceArn"
|
|
1404
|
+
],
|
|
1503
1405
|
"members": {
|
|
1504
1406
|
"resourceArn": {
|
|
1505
1407
|
"location": "uri",
|
|
1506
1408
|
"locationName": "resourceArn"
|
|
1507
1409
|
}
|
|
1508
|
-
}
|
|
1509
|
-
"required": [
|
|
1510
|
-
"resourceArn"
|
|
1511
|
-
]
|
|
1410
|
+
}
|
|
1512
1411
|
},
|
|
1513
1412
|
"output": {
|
|
1514
1413
|
"type": "structure",
|
|
1515
1414
|
"members": {
|
|
1516
1415
|
"tags": {
|
|
1517
|
-
"shape": "
|
|
1518
|
-
"locationName": "tags"
|
|
1416
|
+
"shape": "Sr"
|
|
1519
1417
|
}
|
|
1520
1418
|
}
|
|
1521
1419
|
}
|
|
@@ -1527,49 +1425,42 @@
|
|
|
1527
1425
|
},
|
|
1528
1426
|
"input": {
|
|
1529
1427
|
"type": "structure",
|
|
1428
|
+
"required": [
|
|
1429
|
+
"identityStoreId",
|
|
1430
|
+
"launchProfileId",
|
|
1431
|
+
"members",
|
|
1432
|
+
"studioId"
|
|
1433
|
+
],
|
|
1530
1434
|
"members": {
|
|
1531
1435
|
"clientToken": {
|
|
1436
|
+
"idempotencyToken": true,
|
|
1532
1437
|
"location": "header",
|
|
1533
|
-
"locationName": "X-Amz-Client-Token"
|
|
1534
|
-
"idempotencyToken": true
|
|
1535
|
-
},
|
|
1536
|
-
"identityStoreId": {
|
|
1537
|
-
"locationName": "identityStoreId"
|
|
1438
|
+
"locationName": "X-Amz-Client-Token"
|
|
1538
1439
|
},
|
|
1440
|
+
"identityStoreId": {},
|
|
1539
1441
|
"launchProfileId": {
|
|
1540
1442
|
"location": "uri",
|
|
1541
1443
|
"locationName": "launchProfileId"
|
|
1542
1444
|
},
|
|
1543
1445
|
"members": {
|
|
1544
|
-
"locationName": "members",
|
|
1545
1446
|
"type": "list",
|
|
1546
1447
|
"member": {
|
|
1547
1448
|
"type": "structure",
|
|
1548
|
-
"members": {
|
|
1549
|
-
"persona": {
|
|
1550
|
-
"locationName": "persona"
|
|
1551
|
-
},
|
|
1552
|
-
"principalId": {
|
|
1553
|
-
"locationName": "principalId"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
1449
|
"required": [
|
|
1557
1450
|
"persona",
|
|
1558
1451
|
"principalId"
|
|
1559
|
-
]
|
|
1452
|
+
],
|
|
1453
|
+
"members": {
|
|
1454
|
+
"persona": {},
|
|
1455
|
+
"principalId": {}
|
|
1456
|
+
}
|
|
1560
1457
|
}
|
|
1561
1458
|
},
|
|
1562
1459
|
"studioId": {
|
|
1563
1460
|
"location": "uri",
|
|
1564
1461
|
"locationName": "studioId"
|
|
1565
1462
|
}
|
|
1566
|
-
}
|
|
1567
|
-
"required": [
|
|
1568
|
-
"studioId",
|
|
1569
|
-
"members",
|
|
1570
|
-
"launchProfileId",
|
|
1571
|
-
"identityStoreId"
|
|
1572
|
-
]
|
|
1463
|
+
}
|
|
1573
1464
|
},
|
|
1574
1465
|
"output": {
|
|
1575
1466
|
"type": "structure",
|
|
@@ -1583,50 +1474,80 @@
|
|
|
1583
1474
|
},
|
|
1584
1475
|
"input": {
|
|
1585
1476
|
"type": "structure",
|
|
1477
|
+
"required": [
|
|
1478
|
+
"identityStoreId",
|
|
1479
|
+
"members",
|
|
1480
|
+
"studioId"
|
|
1481
|
+
],
|
|
1586
1482
|
"members": {
|
|
1587
1483
|
"clientToken": {
|
|
1484
|
+
"idempotencyToken": true,
|
|
1588
1485
|
"location": "header",
|
|
1589
|
-
"locationName": "X-Amz-Client-Token"
|
|
1590
|
-
"idempotencyToken": true
|
|
1591
|
-
},
|
|
1592
|
-
"identityStoreId": {
|
|
1593
|
-
"locationName": "identityStoreId"
|
|
1486
|
+
"locationName": "X-Amz-Client-Token"
|
|
1594
1487
|
},
|
|
1488
|
+
"identityStoreId": {},
|
|
1595
1489
|
"members": {
|
|
1596
|
-
"locationName": "members",
|
|
1597
1490
|
"type": "list",
|
|
1598
1491
|
"member": {
|
|
1599
1492
|
"type": "structure",
|
|
1600
|
-
"members": {
|
|
1601
|
-
"persona": {
|
|
1602
|
-
"locationName": "persona"
|
|
1603
|
-
},
|
|
1604
|
-
"principalId": {
|
|
1605
|
-
"locationName": "principalId"
|
|
1606
|
-
}
|
|
1607
|
-
},
|
|
1608
1493
|
"required": [
|
|
1609
1494
|
"persona",
|
|
1610
1495
|
"principalId"
|
|
1611
|
-
]
|
|
1496
|
+
],
|
|
1497
|
+
"members": {
|
|
1498
|
+
"persona": {},
|
|
1499
|
+
"principalId": {}
|
|
1500
|
+
}
|
|
1612
1501
|
}
|
|
1613
1502
|
},
|
|
1614
1503
|
"studioId": {
|
|
1615
1504
|
"location": "uri",
|
|
1616
1505
|
"locationName": "studioId"
|
|
1617
1506
|
}
|
|
1618
|
-
}
|
|
1619
|
-
"required": [
|
|
1620
|
-
"studioId",
|
|
1621
|
-
"members",
|
|
1622
|
-
"identityStoreId"
|
|
1623
|
-
]
|
|
1507
|
+
}
|
|
1624
1508
|
},
|
|
1625
1509
|
"output": {
|
|
1626
1510
|
"type": "structure",
|
|
1627
1511
|
"members": {}
|
|
1628
1512
|
}
|
|
1629
1513
|
},
|
|
1514
|
+
"StartStreamingSession": {
|
|
1515
|
+
"http": {
|
|
1516
|
+
"requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/start",
|
|
1517
|
+
"responseCode": 200
|
|
1518
|
+
},
|
|
1519
|
+
"input": {
|
|
1520
|
+
"type": "structure",
|
|
1521
|
+
"required": [
|
|
1522
|
+
"sessionId",
|
|
1523
|
+
"studioId"
|
|
1524
|
+
],
|
|
1525
|
+
"members": {
|
|
1526
|
+
"clientToken": {
|
|
1527
|
+
"idempotencyToken": true,
|
|
1528
|
+
"location": "header",
|
|
1529
|
+
"locationName": "X-Amz-Client-Token"
|
|
1530
|
+
},
|
|
1531
|
+
"sessionId": {
|
|
1532
|
+
"location": "uri",
|
|
1533
|
+
"locationName": "sessionId"
|
|
1534
|
+
},
|
|
1535
|
+
"studioId": {
|
|
1536
|
+
"location": "uri",
|
|
1537
|
+
"locationName": "studioId"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"output": {
|
|
1542
|
+
"type": "structure",
|
|
1543
|
+
"members": {
|
|
1544
|
+
"session": {
|
|
1545
|
+
"shape": "S1f"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
"idempotent": true
|
|
1550
|
+
},
|
|
1630
1551
|
"StartStudioSSOConfigurationRepair": {
|
|
1631
1552
|
"http": {
|
|
1632
1553
|
"method": "PUT",
|
|
@@ -1635,30 +1556,70 @@
|
|
|
1635
1556
|
},
|
|
1636
1557
|
"input": {
|
|
1637
1558
|
"type": "structure",
|
|
1559
|
+
"required": [
|
|
1560
|
+
"studioId"
|
|
1561
|
+
],
|
|
1638
1562
|
"members": {
|
|
1639
1563
|
"clientToken": {
|
|
1564
|
+
"idempotencyToken": true,
|
|
1640
1565
|
"location": "header",
|
|
1641
|
-
"locationName": "X-Amz-Client-Token"
|
|
1642
|
-
"idempotencyToken": true
|
|
1566
|
+
"locationName": "X-Amz-Client-Token"
|
|
1643
1567
|
},
|
|
1644
1568
|
"studioId": {
|
|
1645
1569
|
"location": "uri",
|
|
1646
1570
|
"locationName": "studioId"
|
|
1647
1571
|
}
|
|
1648
|
-
}
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
"output": {
|
|
1575
|
+
"type": "structure",
|
|
1576
|
+
"required": [
|
|
1577
|
+
"studio"
|
|
1578
|
+
],
|
|
1579
|
+
"members": {
|
|
1580
|
+
"studio": {
|
|
1581
|
+
"shape": "S1x"
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"idempotent": true
|
|
1586
|
+
},
|
|
1587
|
+
"StopStreamingSession": {
|
|
1588
|
+
"http": {
|
|
1589
|
+
"requestUri": "/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/stop",
|
|
1590
|
+
"responseCode": 200
|
|
1591
|
+
},
|
|
1592
|
+
"input": {
|
|
1593
|
+
"type": "structure",
|
|
1649
1594
|
"required": [
|
|
1595
|
+
"sessionId",
|
|
1650
1596
|
"studioId"
|
|
1651
|
-
]
|
|
1597
|
+
],
|
|
1598
|
+
"members": {
|
|
1599
|
+
"clientToken": {
|
|
1600
|
+
"idempotencyToken": true,
|
|
1601
|
+
"location": "header",
|
|
1602
|
+
"locationName": "X-Amz-Client-Token"
|
|
1603
|
+
},
|
|
1604
|
+
"sessionId": {
|
|
1605
|
+
"location": "uri",
|
|
1606
|
+
"locationName": "sessionId"
|
|
1607
|
+
},
|
|
1608
|
+
"studioId": {
|
|
1609
|
+
"location": "uri",
|
|
1610
|
+
"locationName": "studioId"
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1652
1613
|
},
|
|
1653
1614
|
"output": {
|
|
1654
1615
|
"type": "structure",
|
|
1655
1616
|
"members": {
|
|
1656
|
-
"
|
|
1657
|
-
"shape": "
|
|
1658
|
-
"locationName": "studio"
|
|
1617
|
+
"session": {
|
|
1618
|
+
"shape": "S1f"
|
|
1659
1619
|
}
|
|
1660
1620
|
}
|
|
1661
|
-
}
|
|
1621
|
+
},
|
|
1622
|
+
"idempotent": true
|
|
1662
1623
|
},
|
|
1663
1624
|
"TagResource": {
|
|
1664
1625
|
"http": {
|
|
@@ -1667,19 +1628,18 @@
|
|
|
1667
1628
|
},
|
|
1668
1629
|
"input": {
|
|
1669
1630
|
"type": "structure",
|
|
1631
|
+
"required": [
|
|
1632
|
+
"resourceArn"
|
|
1633
|
+
],
|
|
1670
1634
|
"members": {
|
|
1671
1635
|
"resourceArn": {
|
|
1672
1636
|
"location": "uri",
|
|
1673
1637
|
"locationName": "resourceArn"
|
|
1674
1638
|
},
|
|
1675
1639
|
"tags": {
|
|
1676
|
-
"shape": "
|
|
1677
|
-
"locationName": "tags"
|
|
1640
|
+
"shape": "Sr"
|
|
1678
1641
|
}
|
|
1679
|
-
}
|
|
1680
|
-
"required": [
|
|
1681
|
-
"resourceArn"
|
|
1682
|
-
]
|
|
1642
|
+
}
|
|
1683
1643
|
},
|
|
1684
1644
|
"output": {
|
|
1685
1645
|
"type": "structure",
|
|
@@ -1694,26 +1654,27 @@
|
|
|
1694
1654
|
},
|
|
1695
1655
|
"input": {
|
|
1696
1656
|
"type": "structure",
|
|
1657
|
+
"required": [
|
|
1658
|
+
"resourceArn",
|
|
1659
|
+
"tagKeys"
|
|
1660
|
+
],
|
|
1697
1661
|
"members": {
|
|
1698
1662
|
"resourceArn": {
|
|
1699
1663
|
"location": "uri",
|
|
1700
1664
|
"locationName": "resourceArn"
|
|
1701
1665
|
},
|
|
1702
1666
|
"tagKeys": {
|
|
1703
|
-
"shape": "
|
|
1667
|
+
"shape": "S3t",
|
|
1704
1668
|
"location": "querystring",
|
|
1705
1669
|
"locationName": "tagKeys"
|
|
1706
1670
|
}
|
|
1707
|
-
}
|
|
1708
|
-
"required": [
|
|
1709
|
-
"tagKeys",
|
|
1710
|
-
"resourceArn"
|
|
1711
|
-
]
|
|
1671
|
+
}
|
|
1712
1672
|
},
|
|
1713
1673
|
"output": {
|
|
1714
1674
|
"type": "structure",
|
|
1715
1675
|
"members": {}
|
|
1716
|
-
}
|
|
1676
|
+
},
|
|
1677
|
+
"idempotent": true
|
|
1717
1678
|
},
|
|
1718
1679
|
"UpdateLaunchProfile": {
|
|
1719
1680
|
"http": {
|
|
@@ -1723,50 +1684,46 @@
|
|
|
1723
1684
|
},
|
|
1724
1685
|
"input": {
|
|
1725
1686
|
"type": "structure",
|
|
1687
|
+
"required": [
|
|
1688
|
+
"launchProfileId",
|
|
1689
|
+
"studioId"
|
|
1690
|
+
],
|
|
1726
1691
|
"members": {
|
|
1727
1692
|
"clientToken": {
|
|
1693
|
+
"idempotencyToken": true,
|
|
1728
1694
|
"location": "header",
|
|
1729
|
-
"locationName": "X-Amz-Client-Token"
|
|
1730
|
-
"idempotencyToken": true
|
|
1695
|
+
"locationName": "X-Amz-Client-Token"
|
|
1731
1696
|
},
|
|
1732
1697
|
"description": {
|
|
1733
|
-
"
|
|
1698
|
+
"shape": "Sc"
|
|
1734
1699
|
},
|
|
1735
1700
|
"launchProfileId": {
|
|
1736
1701
|
"location": "uri",
|
|
1737
1702
|
"locationName": "launchProfileId"
|
|
1738
1703
|
},
|
|
1739
1704
|
"launchProfileProtocolVersions": {
|
|
1740
|
-
"shape": "Sf"
|
|
1741
|
-
"locationName": "launchProfileProtocolVersions"
|
|
1705
|
+
"shape": "Sf"
|
|
1742
1706
|
},
|
|
1743
1707
|
"name": {
|
|
1744
|
-
"
|
|
1708
|
+
"shape": "Sh"
|
|
1745
1709
|
},
|
|
1746
1710
|
"streamConfiguration": {
|
|
1747
|
-
"shape": "Si"
|
|
1748
|
-
"locationName": "streamConfiguration"
|
|
1711
|
+
"shape": "Si"
|
|
1749
1712
|
},
|
|
1750
1713
|
"studioComponentIds": {
|
|
1751
|
-
"shape": "
|
|
1752
|
-
"locationName": "studioComponentIds"
|
|
1714
|
+
"shape": "Sq"
|
|
1753
1715
|
},
|
|
1754
1716
|
"studioId": {
|
|
1755
1717
|
"location": "uri",
|
|
1756
1718
|
"locationName": "studioId"
|
|
1757
1719
|
}
|
|
1758
|
-
}
|
|
1759
|
-
"required": [
|
|
1760
|
-
"studioId",
|
|
1761
|
-
"launchProfileId"
|
|
1762
|
-
]
|
|
1720
|
+
}
|
|
1763
1721
|
},
|
|
1764
1722
|
"output": {
|
|
1765
1723
|
"type": "structure",
|
|
1766
1724
|
"members": {
|
|
1767
1725
|
"launchProfile": {
|
|
1768
|
-
"shape": "
|
|
1769
|
-
"locationName": "launchProfile"
|
|
1726
|
+
"shape": "St"
|
|
1770
1727
|
}
|
|
1771
1728
|
}
|
|
1772
1729
|
}
|
|
@@ -1779,19 +1736,23 @@
|
|
|
1779
1736
|
},
|
|
1780
1737
|
"input": {
|
|
1781
1738
|
"type": "structure",
|
|
1739
|
+
"required": [
|
|
1740
|
+
"launchProfileId",
|
|
1741
|
+
"persona",
|
|
1742
|
+
"principalId",
|
|
1743
|
+
"studioId"
|
|
1744
|
+
],
|
|
1782
1745
|
"members": {
|
|
1783
1746
|
"clientToken": {
|
|
1747
|
+
"idempotencyToken": true,
|
|
1784
1748
|
"location": "header",
|
|
1785
|
-
"locationName": "X-Amz-Client-Token"
|
|
1786
|
-
"idempotencyToken": true
|
|
1749
|
+
"locationName": "X-Amz-Client-Token"
|
|
1787
1750
|
},
|
|
1788
1751
|
"launchProfileId": {
|
|
1789
1752
|
"location": "uri",
|
|
1790
1753
|
"locationName": "launchProfileId"
|
|
1791
1754
|
},
|
|
1792
|
-
"persona": {
|
|
1793
|
-
"locationName": "persona"
|
|
1794
|
-
},
|
|
1755
|
+
"persona": {},
|
|
1795
1756
|
"principalId": {
|
|
1796
1757
|
"location": "uri",
|
|
1797
1758
|
"locationName": "principalId"
|
|
@@ -1800,20 +1761,13 @@
|
|
|
1800
1761
|
"location": "uri",
|
|
1801
1762
|
"locationName": "studioId"
|
|
1802
1763
|
}
|
|
1803
|
-
}
|
|
1804
|
-
"required": [
|
|
1805
|
-
"studioId",
|
|
1806
|
-
"persona",
|
|
1807
|
-
"principalId",
|
|
1808
|
-
"launchProfileId"
|
|
1809
|
-
]
|
|
1764
|
+
}
|
|
1810
1765
|
},
|
|
1811
1766
|
"output": {
|
|
1812
1767
|
"type": "structure",
|
|
1813
1768
|
"members": {
|
|
1814
1769
|
"member": {
|
|
1815
|
-
"shape": "
|
|
1816
|
-
"locationName": "member"
|
|
1770
|
+
"shape": "S45"
|
|
1817
1771
|
}
|
|
1818
1772
|
}
|
|
1819
1773
|
}
|
|
@@ -1826,17 +1780,23 @@
|
|
|
1826
1780
|
},
|
|
1827
1781
|
"input": {
|
|
1828
1782
|
"type": "structure",
|
|
1783
|
+
"required": [
|
|
1784
|
+
"streamingImageId",
|
|
1785
|
+
"studioId"
|
|
1786
|
+
],
|
|
1829
1787
|
"members": {
|
|
1830
1788
|
"clientToken": {
|
|
1789
|
+
"idempotencyToken": true,
|
|
1831
1790
|
"location": "header",
|
|
1832
|
-
"locationName": "X-Amz-Client-Token"
|
|
1833
|
-
"idempotencyToken": true
|
|
1791
|
+
"locationName": "X-Amz-Client-Token"
|
|
1834
1792
|
},
|
|
1835
1793
|
"description": {
|
|
1836
|
-
"
|
|
1794
|
+
"type": "string",
|
|
1795
|
+
"sensitive": true
|
|
1837
1796
|
},
|
|
1838
1797
|
"name": {
|
|
1839
|
-
"
|
|
1798
|
+
"type": "string",
|
|
1799
|
+
"sensitive": true
|
|
1840
1800
|
},
|
|
1841
1801
|
"streamingImageId": {
|
|
1842
1802
|
"location": "uri",
|
|
@@ -1846,18 +1806,13 @@
|
|
|
1846
1806
|
"location": "uri",
|
|
1847
1807
|
"locationName": "studioId"
|
|
1848
1808
|
}
|
|
1849
|
-
}
|
|
1850
|
-
"required": [
|
|
1851
|
-
"studioId",
|
|
1852
|
-
"streamingImageId"
|
|
1853
|
-
]
|
|
1809
|
+
}
|
|
1854
1810
|
},
|
|
1855
1811
|
"output": {
|
|
1856
1812
|
"type": "structure",
|
|
1857
1813
|
"members": {
|
|
1858
1814
|
"streamingImage": {
|
|
1859
|
-
"shape": "
|
|
1860
|
-
"locationName": "streamingImage"
|
|
1815
|
+
"shape": "S13"
|
|
1861
1816
|
}
|
|
1862
1817
|
}
|
|
1863
1818
|
}
|
|
@@ -1870,36 +1825,35 @@
|
|
|
1870
1825
|
},
|
|
1871
1826
|
"input": {
|
|
1872
1827
|
"type": "structure",
|
|
1828
|
+
"required": [
|
|
1829
|
+
"studioId"
|
|
1830
|
+
],
|
|
1873
1831
|
"members": {
|
|
1874
|
-
"adminRoleArn": {
|
|
1875
|
-
"locationName": "adminRoleArn"
|
|
1876
|
-
},
|
|
1832
|
+
"adminRoleArn": {},
|
|
1877
1833
|
"clientToken": {
|
|
1834
|
+
"idempotencyToken": true,
|
|
1878
1835
|
"location": "header",
|
|
1879
|
-
"locationName": "X-Amz-Client-Token"
|
|
1880
|
-
"idempotencyToken": true
|
|
1836
|
+
"locationName": "X-Amz-Client-Token"
|
|
1881
1837
|
},
|
|
1882
1838
|
"displayName": {
|
|
1883
|
-
"
|
|
1839
|
+
"type": "string",
|
|
1840
|
+
"sensitive": true
|
|
1884
1841
|
},
|
|
1885
1842
|
"studioId": {
|
|
1886
1843
|
"location": "uri",
|
|
1887
1844
|
"locationName": "studioId"
|
|
1888
1845
|
},
|
|
1889
|
-
"userRoleArn": {
|
|
1890
|
-
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
|
-
"required": [
|
|
1894
|
-
"studioId"
|
|
1895
|
-
]
|
|
1846
|
+
"userRoleArn": {}
|
|
1847
|
+
}
|
|
1896
1848
|
},
|
|
1897
1849
|
"output": {
|
|
1898
1850
|
"type": "structure",
|
|
1851
|
+
"required": [
|
|
1852
|
+
"studio"
|
|
1853
|
+
],
|
|
1899
1854
|
"members": {
|
|
1900
1855
|
"studio": {
|
|
1901
|
-
"shape": "
|
|
1902
|
-
"locationName": "studio"
|
|
1856
|
+
"shape": "S1x"
|
|
1903
1857
|
}
|
|
1904
1858
|
}
|
|
1905
1859
|
}
|
|
@@ -1912,33 +1866,33 @@
|
|
|
1912
1866
|
},
|
|
1913
1867
|
"input": {
|
|
1914
1868
|
"type": "structure",
|
|
1869
|
+
"required": [
|
|
1870
|
+
"studioComponentId",
|
|
1871
|
+
"studioId"
|
|
1872
|
+
],
|
|
1915
1873
|
"members": {
|
|
1916
1874
|
"clientToken": {
|
|
1875
|
+
"idempotencyToken": true,
|
|
1917
1876
|
"location": "header",
|
|
1918
|
-
"locationName": "X-Amz-Client-Token"
|
|
1919
|
-
"idempotencyToken": true
|
|
1877
|
+
"locationName": "X-Amz-Client-Token"
|
|
1920
1878
|
},
|
|
1921
1879
|
"configuration": {
|
|
1922
|
-
"shape": "
|
|
1923
|
-
"locationName": "configuration"
|
|
1880
|
+
"shape": "S23"
|
|
1924
1881
|
},
|
|
1925
1882
|
"description": {
|
|
1926
|
-
"
|
|
1883
|
+
"shape": "S2j"
|
|
1927
1884
|
},
|
|
1928
1885
|
"ec2SecurityGroupIds": {
|
|
1929
|
-
"shape": "
|
|
1930
|
-
"locationName": "ec2SecurityGroupIds"
|
|
1886
|
+
"shape": "S2k"
|
|
1931
1887
|
},
|
|
1932
1888
|
"initializationScripts": {
|
|
1933
|
-
"shape": "
|
|
1934
|
-
"locationName": "initializationScripts"
|
|
1889
|
+
"shape": "S2m"
|
|
1935
1890
|
},
|
|
1936
1891
|
"name": {
|
|
1937
|
-
"
|
|
1892
|
+
"shape": "S2r"
|
|
1938
1893
|
},
|
|
1939
1894
|
"scriptParameters": {
|
|
1940
|
-
"shape": "
|
|
1941
|
-
"locationName": "scriptParameters"
|
|
1895
|
+
"shape": "S2s"
|
|
1942
1896
|
},
|
|
1943
1897
|
"studioComponentId": {
|
|
1944
1898
|
"location": "uri",
|
|
@@ -1948,24 +1902,15 @@
|
|
|
1948
1902
|
"location": "uri",
|
|
1949
1903
|
"locationName": "studioId"
|
|
1950
1904
|
},
|
|
1951
|
-
"subtype": {
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
"type": {
|
|
1955
|
-
"locationName": "type"
|
|
1956
|
-
}
|
|
1957
|
-
},
|
|
1958
|
-
"required": [
|
|
1959
|
-
"studioId",
|
|
1960
|
-
"studioComponentId"
|
|
1961
|
-
]
|
|
1905
|
+
"subtype": {},
|
|
1906
|
+
"type": {}
|
|
1907
|
+
}
|
|
1962
1908
|
},
|
|
1963
1909
|
"output": {
|
|
1964
1910
|
"type": "structure",
|
|
1965
1911
|
"members": {
|
|
1966
1912
|
"studioComponent": {
|
|
1967
|
-
"shape": "
|
|
1968
|
-
"locationName": "studioComponent"
|
|
1913
|
+
"shape": "S2z"
|
|
1969
1914
|
}
|
|
1970
1915
|
}
|
|
1971
1916
|
}
|
|
@@ -1982,21 +1927,12 @@
|
|
|
1982
1927
|
"type": "structure",
|
|
1983
1928
|
"members": {
|
|
1984
1929
|
"acceptedAt": {
|
|
1985
|
-
"shape": "S8"
|
|
1986
|
-
"locationName": "acceptedAt"
|
|
1987
|
-
},
|
|
1988
|
-
"acceptedBy": {
|
|
1989
|
-
"locationName": "acceptedBy"
|
|
1990
|
-
},
|
|
1991
|
-
"accepteeId": {
|
|
1992
|
-
"locationName": "accepteeId"
|
|
1930
|
+
"shape": "S8"
|
|
1993
1931
|
},
|
|
1994
|
-
"
|
|
1995
|
-
|
|
1996
|
-
},
|
|
1997
|
-
"eulaId": {
|
|
1998
|
-
"locationName": "eulaId"
|
|
1999
|
-
}
|
|
1932
|
+
"acceptedBy": {},
|
|
1933
|
+
"accepteeId": {},
|
|
1934
|
+
"eulaAcceptanceId": {},
|
|
1935
|
+
"eulaId": {}
|
|
2000
1936
|
}
|
|
2001
1937
|
}
|
|
2002
1938
|
},
|
|
@@ -2004,6 +1940,10 @@
|
|
|
2004
1940
|
"type": "timestamp",
|
|
2005
1941
|
"timestampFormat": "iso8601"
|
|
2006
1942
|
},
|
|
1943
|
+
"Sc": {
|
|
1944
|
+
"type": "string",
|
|
1945
|
+
"sensitive": true
|
|
1946
|
+
},
|
|
2007
1947
|
"Sd": {
|
|
2008
1948
|
"type": "list",
|
|
2009
1949
|
"member": {}
|
|
@@ -2012,596 +1952,451 @@
|
|
|
2012
1952
|
"type": "list",
|
|
2013
1953
|
"member": {}
|
|
2014
1954
|
},
|
|
1955
|
+
"Sh": {
|
|
1956
|
+
"type": "string",
|
|
1957
|
+
"sensitive": true
|
|
1958
|
+
},
|
|
2015
1959
|
"Si": {
|
|
2016
1960
|
"type": "structure",
|
|
1961
|
+
"required": [
|
|
1962
|
+
"clipboardMode",
|
|
1963
|
+
"ec2InstanceTypes",
|
|
1964
|
+
"streamingImageIds"
|
|
1965
|
+
],
|
|
2017
1966
|
"members": {
|
|
2018
|
-
"clipboardMode": {
|
|
2019
|
-
"locationName": "clipboardMode"
|
|
2020
|
-
},
|
|
1967
|
+
"clipboardMode": {},
|
|
2021
1968
|
"ec2InstanceTypes": {
|
|
2022
|
-
"shape": "Sk"
|
|
2023
|
-
"locationName": "ec2InstanceTypes"
|
|
1969
|
+
"shape": "Sk"
|
|
2024
1970
|
},
|
|
2025
1971
|
"maxSessionLengthInMinutes": {
|
|
2026
|
-
"
|
|
1972
|
+
"type": "integer"
|
|
1973
|
+
},
|
|
1974
|
+
"maxStoppedSessionLengthInMinutes": {
|
|
2027
1975
|
"type": "integer"
|
|
2028
1976
|
},
|
|
2029
1977
|
"streamingImageIds": {
|
|
2030
|
-
"shape": "
|
|
2031
|
-
"locationName": "streamingImageIds"
|
|
1978
|
+
"shape": "So"
|
|
2032
1979
|
}
|
|
2033
|
-
}
|
|
2034
|
-
"required": [
|
|
2035
|
-
"clipboardMode",
|
|
2036
|
-
"streamingImageIds",
|
|
2037
|
-
"ec2InstanceTypes"
|
|
2038
|
-
]
|
|
1980
|
+
}
|
|
2039
1981
|
},
|
|
2040
1982
|
"Sk": {
|
|
2041
1983
|
"type": "list",
|
|
2042
1984
|
"member": {}
|
|
2043
1985
|
},
|
|
2044
|
-
"
|
|
1986
|
+
"So": {
|
|
2045
1987
|
"type": "list",
|
|
2046
1988
|
"member": {}
|
|
2047
1989
|
},
|
|
2048
|
-
"
|
|
1990
|
+
"Sq": {
|
|
2049
1991
|
"type": "list",
|
|
2050
1992
|
"member": {}
|
|
2051
1993
|
},
|
|
2052
|
-
"
|
|
1994
|
+
"Sr": {
|
|
2053
1995
|
"type": "map",
|
|
2054
1996
|
"key": {},
|
|
2055
1997
|
"value": {}
|
|
2056
1998
|
},
|
|
2057
|
-
"
|
|
1999
|
+
"St": {
|
|
2058
2000
|
"type": "structure",
|
|
2059
2001
|
"members": {
|
|
2060
|
-
"arn": {
|
|
2061
|
-
"locationName": "arn"
|
|
2062
|
-
},
|
|
2002
|
+
"arn": {},
|
|
2063
2003
|
"createdAt": {
|
|
2064
|
-
"shape": "S8"
|
|
2065
|
-
"locationName": "createdAt"
|
|
2066
|
-
},
|
|
2067
|
-
"createdBy": {
|
|
2068
|
-
"locationName": "createdBy"
|
|
2004
|
+
"shape": "S8"
|
|
2069
2005
|
},
|
|
2006
|
+
"createdBy": {},
|
|
2070
2007
|
"description": {
|
|
2071
|
-
"
|
|
2008
|
+
"shape": "Sc"
|
|
2072
2009
|
},
|
|
2073
2010
|
"ec2SubnetIds": {
|
|
2074
|
-
"shape": "Sd"
|
|
2075
|
-
"locationName": "ec2SubnetIds"
|
|
2076
|
-
},
|
|
2077
|
-
"launchProfileId": {
|
|
2078
|
-
"locationName": "launchProfileId"
|
|
2011
|
+
"shape": "Sd"
|
|
2079
2012
|
},
|
|
2013
|
+
"launchProfileId": {},
|
|
2080
2014
|
"launchProfileProtocolVersions": {
|
|
2081
|
-
"shape": "Sf"
|
|
2082
|
-
"locationName": "launchProfileProtocolVersions"
|
|
2015
|
+
"shape": "Sf"
|
|
2083
2016
|
},
|
|
2084
2017
|
"name": {
|
|
2085
|
-
"
|
|
2086
|
-
},
|
|
2087
|
-
"state": {
|
|
2088
|
-
"locationName": "state"
|
|
2089
|
-
},
|
|
2090
|
-
"statusCode": {
|
|
2091
|
-
"locationName": "statusCode"
|
|
2092
|
-
},
|
|
2093
|
-
"statusMessage": {
|
|
2094
|
-
"locationName": "statusMessage"
|
|
2018
|
+
"shape": "Sh"
|
|
2095
2019
|
},
|
|
2020
|
+
"state": {},
|
|
2021
|
+
"statusCode": {},
|
|
2022
|
+
"statusMessage": {},
|
|
2096
2023
|
"streamConfiguration": {
|
|
2097
|
-
"locationName": "streamConfiguration",
|
|
2098
2024
|
"type": "structure",
|
|
2025
|
+
"required": [
|
|
2026
|
+
"clipboardMode",
|
|
2027
|
+
"ec2InstanceTypes",
|
|
2028
|
+
"streamingImageIds"
|
|
2029
|
+
],
|
|
2099
2030
|
"members": {
|
|
2100
|
-
"clipboardMode": {
|
|
2101
|
-
"locationName": "clipboardMode"
|
|
2102
|
-
},
|
|
2031
|
+
"clipboardMode": {},
|
|
2103
2032
|
"ec2InstanceTypes": {
|
|
2104
|
-
"shape": "Sk"
|
|
2105
|
-
"locationName": "ec2InstanceTypes"
|
|
2033
|
+
"shape": "Sk"
|
|
2106
2034
|
},
|
|
2107
2035
|
"maxSessionLengthInMinutes": {
|
|
2108
|
-
"
|
|
2036
|
+
"type": "integer"
|
|
2037
|
+
},
|
|
2038
|
+
"maxStoppedSessionLengthInMinutes": {
|
|
2109
2039
|
"type": "integer"
|
|
2110
2040
|
},
|
|
2111
2041
|
"streamingImageIds": {
|
|
2112
|
-
"shape": "
|
|
2113
|
-
"locationName": "streamingImageIds"
|
|
2042
|
+
"shape": "So"
|
|
2114
2043
|
}
|
|
2115
2044
|
}
|
|
2116
2045
|
},
|
|
2117
2046
|
"studioComponentIds": {
|
|
2118
|
-
"shape": "
|
|
2119
|
-
"locationName": "studioComponentIds"
|
|
2047
|
+
"shape": "Sq"
|
|
2120
2048
|
},
|
|
2121
2049
|
"tags": {
|
|
2122
|
-
"shape": "
|
|
2123
|
-
"locationName": "tags"
|
|
2050
|
+
"shape": "Sr"
|
|
2124
2051
|
},
|
|
2125
2052
|
"updatedAt": {
|
|
2126
|
-
"shape": "S8"
|
|
2127
|
-
"locationName": "updatedAt"
|
|
2053
|
+
"shape": "S8"
|
|
2128
2054
|
},
|
|
2129
|
-
"updatedBy": {
|
|
2130
|
-
"locationName": "updatedBy"
|
|
2131
|
-
}
|
|
2055
|
+
"updatedBy": {}
|
|
2132
2056
|
}
|
|
2133
2057
|
},
|
|
2134
|
-
"
|
|
2058
|
+
"S13": {
|
|
2135
2059
|
"type": "structure",
|
|
2136
2060
|
"members": {
|
|
2137
|
-
"arn": {
|
|
2138
|
-
"locationName": "arn"
|
|
2139
|
-
},
|
|
2061
|
+
"arn": {},
|
|
2140
2062
|
"description": {
|
|
2141
|
-
"
|
|
2142
|
-
|
|
2143
|
-
"ec2ImageId": {
|
|
2144
|
-
"locationName": "ec2ImageId"
|
|
2063
|
+
"type": "string",
|
|
2064
|
+
"sensitive": true
|
|
2145
2065
|
},
|
|
2066
|
+
"ec2ImageId": {},
|
|
2146
2067
|
"encryptionConfiguration": {
|
|
2147
|
-
"locationName": "encryptionConfiguration",
|
|
2148
2068
|
"type": "structure",
|
|
2149
|
-
"members": {
|
|
2150
|
-
"keyArn": {
|
|
2151
|
-
"locationName": "keyArn"
|
|
2152
|
-
},
|
|
2153
|
-
"keyType": {
|
|
2154
|
-
"locationName": "keyType"
|
|
2155
|
-
}
|
|
2156
|
-
},
|
|
2157
2069
|
"required": [
|
|
2158
2070
|
"keyType"
|
|
2159
|
-
]
|
|
2071
|
+
],
|
|
2072
|
+
"members": {
|
|
2073
|
+
"keyArn": {},
|
|
2074
|
+
"keyType": {}
|
|
2075
|
+
}
|
|
2160
2076
|
},
|
|
2161
2077
|
"eulaIds": {
|
|
2162
|
-
"shape": "S3"
|
|
2163
|
-
"locationName": "eulaIds"
|
|
2078
|
+
"shape": "S3"
|
|
2164
2079
|
},
|
|
2165
2080
|
"name": {
|
|
2166
|
-
"
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
},
|
|
2171
|
-
"
|
|
2172
|
-
|
|
2173
|
-
},
|
|
2174
|
-
"
|
|
2175
|
-
"locationName": "state"
|
|
2176
|
-
},
|
|
2177
|
-
"statusCode": {
|
|
2178
|
-
"locationName": "statusCode"
|
|
2179
|
-
},
|
|
2180
|
-
"statusMessage": {
|
|
2181
|
-
"locationName": "statusMessage"
|
|
2182
|
-
},
|
|
2183
|
-
"streamingImageId": {
|
|
2184
|
-
"locationName": "streamingImageId"
|
|
2185
|
-
},
|
|
2081
|
+
"type": "string",
|
|
2082
|
+
"sensitive": true
|
|
2083
|
+
},
|
|
2084
|
+
"owner": {},
|
|
2085
|
+
"platform": {},
|
|
2086
|
+
"state": {},
|
|
2087
|
+
"statusCode": {},
|
|
2088
|
+
"statusMessage": {},
|
|
2089
|
+
"streamingImageId": {},
|
|
2186
2090
|
"tags": {
|
|
2187
|
-
"shape": "
|
|
2188
|
-
"locationName": "tags"
|
|
2091
|
+
"shape": "Sr"
|
|
2189
2092
|
}
|
|
2190
2093
|
}
|
|
2191
2094
|
},
|
|
2192
|
-
"
|
|
2095
|
+
"S1f": {
|
|
2193
2096
|
"type": "structure",
|
|
2194
2097
|
"members": {
|
|
2195
|
-
"arn": {
|
|
2196
|
-
"locationName": "arn"
|
|
2197
|
-
},
|
|
2098
|
+
"arn": {},
|
|
2198
2099
|
"createdAt": {
|
|
2199
|
-
"shape": "S8"
|
|
2200
|
-
|
|
2201
|
-
},
|
|
2202
|
-
"
|
|
2203
|
-
|
|
2204
|
-
},
|
|
2205
|
-
"
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
},
|
|
2211
|
-
"
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
},
|
|
2220
|
-
"
|
|
2221
|
-
"locationName": "statusCode"
|
|
2222
|
-
},
|
|
2223
|
-
"statusMessage": {
|
|
2224
|
-
"locationName": "statusMessage"
|
|
2225
|
-
},
|
|
2226
|
-
"streamingImageId": {
|
|
2227
|
-
"locationName": "streamingImageId"
|
|
2228
|
-
},
|
|
2100
|
+
"shape": "S8"
|
|
2101
|
+
},
|
|
2102
|
+
"createdBy": {},
|
|
2103
|
+
"ec2InstanceType": {},
|
|
2104
|
+
"launchProfileId": {},
|
|
2105
|
+
"ownedBy": {},
|
|
2106
|
+
"sessionId": {},
|
|
2107
|
+
"startedAt": {
|
|
2108
|
+
"shape": "S8"
|
|
2109
|
+
},
|
|
2110
|
+
"startedBy": {},
|
|
2111
|
+
"state": {},
|
|
2112
|
+
"statusCode": {},
|
|
2113
|
+
"statusMessage": {},
|
|
2114
|
+
"stopAt": {
|
|
2115
|
+
"shape": "S8"
|
|
2116
|
+
},
|
|
2117
|
+
"stoppedAt": {
|
|
2118
|
+
"shape": "S8"
|
|
2119
|
+
},
|
|
2120
|
+
"stoppedBy": {},
|
|
2121
|
+
"streamingImageId": {},
|
|
2229
2122
|
"tags": {
|
|
2230
|
-
"shape": "
|
|
2231
|
-
"locationName": "tags"
|
|
2123
|
+
"shape": "Sr"
|
|
2232
2124
|
},
|
|
2233
2125
|
"terminateAt": {
|
|
2234
|
-
"shape": "S8"
|
|
2235
|
-
"locationName": "terminateAt"
|
|
2126
|
+
"shape": "S8"
|
|
2236
2127
|
},
|
|
2237
2128
|
"updatedAt": {
|
|
2238
|
-
"shape": "S8"
|
|
2239
|
-
"locationName": "updatedAt"
|
|
2129
|
+
"shape": "S8"
|
|
2240
2130
|
},
|
|
2241
|
-
"updatedBy": {
|
|
2242
|
-
"locationName": "updatedBy"
|
|
2243
|
-
}
|
|
2131
|
+
"updatedBy": {}
|
|
2244
2132
|
}
|
|
2245
2133
|
},
|
|
2246
|
-
"
|
|
2134
|
+
"S1m": {
|
|
2247
2135
|
"type": "structure",
|
|
2248
2136
|
"members": {
|
|
2249
2137
|
"createdAt": {
|
|
2250
|
-
"shape": "S8"
|
|
2251
|
-
"locationName": "createdAt"
|
|
2252
|
-
},
|
|
2253
|
-
"createdBy": {
|
|
2254
|
-
"locationName": "createdBy"
|
|
2138
|
+
"shape": "S8"
|
|
2255
2139
|
},
|
|
2140
|
+
"createdBy": {},
|
|
2256
2141
|
"expiresAt": {
|
|
2257
|
-
"shape": "S8"
|
|
2258
|
-
"locationName": "expiresAt"
|
|
2259
|
-
},
|
|
2260
|
-
"ownedBy": {
|
|
2261
|
-
"locationName": "ownedBy"
|
|
2262
|
-
},
|
|
2263
|
-
"state": {
|
|
2264
|
-
"locationName": "state"
|
|
2265
|
-
},
|
|
2266
|
-
"statusCode": {
|
|
2267
|
-
"locationName": "statusCode"
|
|
2268
|
-
},
|
|
2269
|
-
"streamId": {
|
|
2270
|
-
"locationName": "streamId"
|
|
2142
|
+
"shape": "S8"
|
|
2271
2143
|
},
|
|
2144
|
+
"ownedBy": {},
|
|
2145
|
+
"state": {},
|
|
2146
|
+
"statusCode": {},
|
|
2147
|
+
"streamId": {},
|
|
2272
2148
|
"url": {
|
|
2273
|
-
"
|
|
2149
|
+
"type": "string",
|
|
2150
|
+
"sensitive": true
|
|
2274
2151
|
}
|
|
2275
2152
|
}
|
|
2276
2153
|
},
|
|
2277
|
-
"
|
|
2154
|
+
"S1s": {
|
|
2278
2155
|
"type": "structure",
|
|
2279
|
-
"members": {
|
|
2280
|
-
"keyArn": {
|
|
2281
|
-
"locationName": "keyArn"
|
|
2282
|
-
},
|
|
2283
|
-
"keyType": {
|
|
2284
|
-
"locationName": "keyType"
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
2156
|
"required": [
|
|
2288
2157
|
"keyType"
|
|
2289
|
-
]
|
|
2158
|
+
],
|
|
2159
|
+
"members": {
|
|
2160
|
+
"keyArn": {},
|
|
2161
|
+
"keyType": {}
|
|
2162
|
+
}
|
|
2290
2163
|
},
|
|
2291
|
-
"
|
|
2164
|
+
"S1x": {
|
|
2292
2165
|
"type": "structure",
|
|
2293
2166
|
"members": {
|
|
2294
|
-
"adminRoleArn": {
|
|
2295
|
-
|
|
2296
|
-
},
|
|
2297
|
-
"arn": {
|
|
2298
|
-
"locationName": "arn"
|
|
2299
|
-
},
|
|
2167
|
+
"adminRoleArn": {},
|
|
2168
|
+
"arn": {},
|
|
2300
2169
|
"createdAt": {
|
|
2301
|
-
"shape": "S8"
|
|
2302
|
-
"locationName": "createdAt"
|
|
2170
|
+
"shape": "S8"
|
|
2303
2171
|
},
|
|
2304
2172
|
"displayName": {
|
|
2305
|
-
"
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
},
|
|
2310
|
-
"
|
|
2311
|
-
|
|
2312
|
-
},
|
|
2313
|
-
"state": {
|
|
2314
|
-
"locationName": "state"
|
|
2315
|
-
},
|
|
2316
|
-
"statusCode": {
|
|
2317
|
-
"locationName": "statusCode"
|
|
2318
|
-
},
|
|
2319
|
-
"statusMessage": {
|
|
2320
|
-
"locationName": "statusMessage"
|
|
2321
|
-
},
|
|
2173
|
+
"type": "string",
|
|
2174
|
+
"sensitive": true
|
|
2175
|
+
},
|
|
2176
|
+
"homeRegion": {},
|
|
2177
|
+
"ssoClientId": {},
|
|
2178
|
+
"state": {},
|
|
2179
|
+
"statusCode": {},
|
|
2180
|
+
"statusMessage": {},
|
|
2322
2181
|
"studioEncryptionConfiguration": {
|
|
2323
|
-
"shape": "
|
|
2324
|
-
"locationName": "studioEncryptionConfiguration"
|
|
2325
|
-
},
|
|
2326
|
-
"studioId": {
|
|
2327
|
-
"locationName": "studioId"
|
|
2328
|
-
},
|
|
2329
|
-
"studioName": {
|
|
2330
|
-
"locationName": "studioName"
|
|
2331
|
-
},
|
|
2332
|
-
"studioUrl": {
|
|
2333
|
-
"locationName": "studioUrl"
|
|
2182
|
+
"shape": "S1s"
|
|
2334
2183
|
},
|
|
2184
|
+
"studioId": {},
|
|
2185
|
+
"studioName": {},
|
|
2186
|
+
"studioUrl": {},
|
|
2335
2187
|
"tags": {
|
|
2336
|
-
"shape": "
|
|
2337
|
-
"locationName": "tags"
|
|
2188
|
+
"shape": "Sr"
|
|
2338
2189
|
},
|
|
2339
2190
|
"updatedAt": {
|
|
2340
|
-
"shape": "S8"
|
|
2341
|
-
"locationName": "updatedAt"
|
|
2191
|
+
"shape": "S8"
|
|
2342
2192
|
},
|
|
2343
|
-
"userRoleArn": {
|
|
2344
|
-
"locationName": "userRoleArn"
|
|
2345
|
-
}
|
|
2193
|
+
"userRoleArn": {}
|
|
2346
2194
|
}
|
|
2347
2195
|
},
|
|
2348
|
-
"
|
|
2196
|
+
"S23": {
|
|
2349
2197
|
"type": "structure",
|
|
2350
2198
|
"members": {
|
|
2351
2199
|
"activeDirectoryConfiguration": {
|
|
2352
|
-
"locationName": "activeDirectoryConfiguration",
|
|
2353
2200
|
"type": "structure",
|
|
2354
2201
|
"members": {
|
|
2355
2202
|
"computerAttributes": {
|
|
2356
|
-
"shape": "
|
|
2357
|
-
"locationName": "computerAttributes"
|
|
2358
|
-
},
|
|
2359
|
-
"directoryId": {
|
|
2360
|
-
"locationName": "directoryId"
|
|
2203
|
+
"shape": "S25"
|
|
2361
2204
|
},
|
|
2362
|
-
"
|
|
2363
|
-
|
|
2364
|
-
}
|
|
2205
|
+
"directoryId": {},
|
|
2206
|
+
"organizationalUnitDistinguishedName": {}
|
|
2365
2207
|
}
|
|
2366
2208
|
},
|
|
2367
2209
|
"computeFarmConfiguration": {
|
|
2368
|
-
"locationName": "computeFarmConfiguration",
|
|
2369
2210
|
"type": "structure",
|
|
2370
2211
|
"members": {
|
|
2371
|
-
"activeDirectoryUser": {
|
|
2372
|
-
"locationName": "activeDirectoryUser"
|
|
2373
|
-
},
|
|
2212
|
+
"activeDirectoryUser": {},
|
|
2374
2213
|
"endpoint": {
|
|
2375
|
-
"
|
|
2214
|
+
"type": "string",
|
|
2215
|
+
"sensitive": true
|
|
2376
2216
|
}
|
|
2377
2217
|
}
|
|
2378
2218
|
},
|
|
2379
2219
|
"licenseServiceConfiguration": {
|
|
2380
|
-
"locationName": "licenseServiceConfiguration",
|
|
2381
2220
|
"type": "structure",
|
|
2382
2221
|
"members": {
|
|
2383
2222
|
"endpoint": {
|
|
2384
|
-
"
|
|
2223
|
+
"type": "string",
|
|
2224
|
+
"sensitive": true
|
|
2385
2225
|
}
|
|
2386
2226
|
}
|
|
2387
2227
|
},
|
|
2388
2228
|
"sharedFileSystemConfiguration": {
|
|
2389
|
-
"locationName": "sharedFileSystemConfiguration",
|
|
2390
2229
|
"type": "structure",
|
|
2391
2230
|
"members": {
|
|
2392
2231
|
"endpoint": {
|
|
2393
|
-
"
|
|
2394
|
-
},
|
|
2395
|
-
"fileSystemId": {
|
|
2396
|
-
"locationName": "fileSystemId"
|
|
2232
|
+
"shape": "S2g"
|
|
2397
2233
|
},
|
|
2234
|
+
"fileSystemId": {},
|
|
2398
2235
|
"linuxMountPoint": {
|
|
2399
|
-
"
|
|
2236
|
+
"type": "string",
|
|
2237
|
+
"sensitive": true
|
|
2400
2238
|
},
|
|
2401
2239
|
"shareName": {
|
|
2402
|
-
"
|
|
2240
|
+
"shape": "S2g"
|
|
2403
2241
|
},
|
|
2404
|
-
"windowsMountDrive": {
|
|
2405
|
-
"locationName": "windowsMountDrive"
|
|
2406
|
-
}
|
|
2242
|
+
"windowsMountDrive": {}
|
|
2407
2243
|
}
|
|
2408
2244
|
}
|
|
2409
2245
|
},
|
|
2410
2246
|
"union": true
|
|
2411
2247
|
},
|
|
2412
|
-
"
|
|
2248
|
+
"S25": {
|
|
2413
2249
|
"type": "list",
|
|
2414
2250
|
"member": {
|
|
2415
2251
|
"type": "structure",
|
|
2416
2252
|
"members": {
|
|
2417
|
-
"name": {
|
|
2418
|
-
|
|
2419
|
-
},
|
|
2420
|
-
"value": {
|
|
2421
|
-
"locationName": "value"
|
|
2422
|
-
}
|
|
2253
|
+
"name": {},
|
|
2254
|
+
"value": {}
|
|
2423
2255
|
}
|
|
2424
|
-
}
|
|
2256
|
+
},
|
|
2257
|
+
"sensitive": true
|
|
2258
|
+
},
|
|
2259
|
+
"S2g": {
|
|
2260
|
+
"type": "string",
|
|
2261
|
+
"sensitive": true
|
|
2425
2262
|
},
|
|
2426
|
-
"
|
|
2263
|
+
"S2j": {
|
|
2264
|
+
"type": "string",
|
|
2265
|
+
"sensitive": true
|
|
2266
|
+
},
|
|
2267
|
+
"S2k": {
|
|
2427
2268
|
"type": "list",
|
|
2428
2269
|
"member": {}
|
|
2429
2270
|
},
|
|
2430
|
-
"
|
|
2271
|
+
"S2m": {
|
|
2431
2272
|
"type": "list",
|
|
2432
2273
|
"member": {
|
|
2433
2274
|
"type": "structure",
|
|
2434
2275
|
"members": {
|
|
2435
|
-
"launchProfileProtocolVersion": {
|
|
2436
|
-
|
|
2437
|
-
},
|
|
2438
|
-
"platform": {
|
|
2439
|
-
"locationName": "platform"
|
|
2440
|
-
},
|
|
2441
|
-
"runContext": {
|
|
2442
|
-
"locationName": "runContext"
|
|
2443
|
-
},
|
|
2276
|
+
"launchProfileProtocolVersion": {},
|
|
2277
|
+
"platform": {},
|
|
2278
|
+
"runContext": {},
|
|
2444
2279
|
"script": {
|
|
2445
|
-
"
|
|
2280
|
+
"shape": "S2q"
|
|
2446
2281
|
}
|
|
2447
2282
|
}
|
|
2448
2283
|
}
|
|
2449
2284
|
},
|
|
2450
|
-
"
|
|
2285
|
+
"S2q": {
|
|
2286
|
+
"type": "string",
|
|
2287
|
+
"sensitive": true
|
|
2288
|
+
},
|
|
2289
|
+
"S2r": {
|
|
2290
|
+
"type": "string",
|
|
2291
|
+
"sensitive": true
|
|
2292
|
+
},
|
|
2293
|
+
"S2s": {
|
|
2451
2294
|
"type": "list",
|
|
2452
2295
|
"member": {
|
|
2453
2296
|
"type": "structure",
|
|
2454
2297
|
"members": {
|
|
2455
|
-
"key": {
|
|
2456
|
-
|
|
2457
|
-
},
|
|
2458
|
-
"value": {
|
|
2459
|
-
"locationName": "value"
|
|
2460
|
-
}
|
|
2298
|
+
"key": {},
|
|
2299
|
+
"value": {}
|
|
2461
2300
|
}
|
|
2462
|
-
}
|
|
2301
|
+
},
|
|
2302
|
+
"sensitive": true
|
|
2463
2303
|
},
|
|
2464
|
-
"
|
|
2304
|
+
"S2z": {
|
|
2465
2305
|
"type": "structure",
|
|
2466
2306
|
"members": {
|
|
2467
|
-
"arn": {
|
|
2468
|
-
"locationName": "arn"
|
|
2469
|
-
},
|
|
2307
|
+
"arn": {},
|
|
2470
2308
|
"configuration": {
|
|
2471
|
-
"shape": "
|
|
2472
|
-
"locationName": "configuration"
|
|
2309
|
+
"shape": "S23"
|
|
2473
2310
|
},
|
|
2474
2311
|
"createdAt": {
|
|
2475
|
-
"shape": "S8"
|
|
2476
|
-
"locationName": "createdAt"
|
|
2477
|
-
},
|
|
2478
|
-
"createdBy": {
|
|
2479
|
-
"locationName": "createdBy"
|
|
2312
|
+
"shape": "S8"
|
|
2480
2313
|
},
|
|
2314
|
+
"createdBy": {},
|
|
2481
2315
|
"description": {
|
|
2482
|
-
"
|
|
2316
|
+
"shape": "S2j"
|
|
2483
2317
|
},
|
|
2484
2318
|
"ec2SecurityGroupIds": {
|
|
2485
|
-
"shape": "
|
|
2486
|
-
"locationName": "ec2SecurityGroupIds"
|
|
2319
|
+
"shape": "S2k"
|
|
2487
2320
|
},
|
|
2488
2321
|
"initializationScripts": {
|
|
2489
|
-
"shape": "
|
|
2490
|
-
"locationName": "initializationScripts"
|
|
2322
|
+
"shape": "S2m"
|
|
2491
2323
|
},
|
|
2492
2324
|
"name": {
|
|
2493
|
-
"
|
|
2325
|
+
"shape": "S2r"
|
|
2494
2326
|
},
|
|
2495
2327
|
"scriptParameters": {
|
|
2496
|
-
"shape": "
|
|
2497
|
-
"locationName": "scriptParameters"
|
|
2498
|
-
},
|
|
2499
|
-
"state": {
|
|
2500
|
-
"locationName": "state"
|
|
2501
|
-
},
|
|
2502
|
-
"statusCode": {
|
|
2503
|
-
"locationName": "statusCode"
|
|
2504
|
-
},
|
|
2505
|
-
"statusMessage": {
|
|
2506
|
-
"locationName": "statusMessage"
|
|
2507
|
-
},
|
|
2508
|
-
"studioComponentId": {
|
|
2509
|
-
"locationName": "studioComponentId"
|
|
2510
|
-
},
|
|
2511
|
-
"subtype": {
|
|
2512
|
-
"locationName": "subtype"
|
|
2328
|
+
"shape": "S2s"
|
|
2513
2329
|
},
|
|
2330
|
+
"state": {},
|
|
2331
|
+
"statusCode": {},
|
|
2332
|
+
"statusMessage": {},
|
|
2333
|
+
"studioComponentId": {},
|
|
2334
|
+
"subtype": {},
|
|
2514
2335
|
"tags": {
|
|
2515
|
-
"shape": "
|
|
2516
|
-
"locationName": "tags"
|
|
2517
|
-
},
|
|
2518
|
-
"type": {
|
|
2519
|
-
"locationName": "type"
|
|
2336
|
+
"shape": "Sr"
|
|
2520
2337
|
},
|
|
2338
|
+
"type": {},
|
|
2521
2339
|
"updatedAt": {
|
|
2522
|
-
"shape": "S8"
|
|
2523
|
-
"locationName": "updatedAt"
|
|
2340
|
+
"shape": "S8"
|
|
2524
2341
|
},
|
|
2525
|
-
"updatedBy": {
|
|
2526
|
-
"locationName": "updatedBy"
|
|
2527
|
-
}
|
|
2342
|
+
"updatedBy": {}
|
|
2528
2343
|
}
|
|
2529
2344
|
},
|
|
2530
|
-
"
|
|
2345
|
+
"S3j": {
|
|
2531
2346
|
"type": "structure",
|
|
2532
2347
|
"members": {
|
|
2533
|
-
"content": {
|
|
2534
|
-
"locationName": "content"
|
|
2535
|
-
},
|
|
2348
|
+
"content": {},
|
|
2536
2349
|
"createdAt": {
|
|
2537
|
-
"shape": "S8"
|
|
2538
|
-
"locationName": "createdAt"
|
|
2539
|
-
},
|
|
2540
|
-
"eulaId": {
|
|
2541
|
-
"locationName": "eulaId"
|
|
2542
|
-
},
|
|
2543
|
-
"name": {
|
|
2544
|
-
"locationName": "name"
|
|
2350
|
+
"shape": "S8"
|
|
2545
2351
|
},
|
|
2352
|
+
"eulaId": {},
|
|
2353
|
+
"name": {},
|
|
2546
2354
|
"updatedAt": {
|
|
2547
|
-
"shape": "S8"
|
|
2548
|
-
"locationName": "updatedAt"
|
|
2355
|
+
"shape": "S8"
|
|
2549
2356
|
}
|
|
2550
2357
|
}
|
|
2551
2358
|
},
|
|
2552
|
-
"
|
|
2359
|
+
"S3p": {
|
|
2553
2360
|
"type": "list",
|
|
2554
2361
|
"member": {
|
|
2555
|
-
"shape": "
|
|
2362
|
+
"shape": "S13"
|
|
2556
2363
|
}
|
|
2557
2364
|
},
|
|
2558
|
-
"
|
|
2365
|
+
"S3t": {
|
|
2559
2366
|
"type": "list",
|
|
2560
2367
|
"member": {}
|
|
2561
2368
|
},
|
|
2562
|
-
"
|
|
2369
|
+
"S41": {
|
|
2563
2370
|
"type": "list",
|
|
2564
2371
|
"member": {
|
|
2565
2372
|
"type": "structure",
|
|
2566
2373
|
"members": {
|
|
2567
2374
|
"script": {
|
|
2568
|
-
"
|
|
2569
|
-
},
|
|
2570
|
-
"studioComponentId": {
|
|
2571
|
-
"locationName": "studioComponentId"
|
|
2375
|
+
"shape": "S2q"
|
|
2572
2376
|
},
|
|
2377
|
+
"studioComponentId": {},
|
|
2573
2378
|
"studioComponentName": {
|
|
2574
|
-
"
|
|
2379
|
+
"shape": "S2r"
|
|
2575
2380
|
}
|
|
2576
2381
|
}
|
|
2577
2382
|
}
|
|
2578
2383
|
},
|
|
2579
|
-
"
|
|
2384
|
+
"S45": {
|
|
2580
2385
|
"type": "structure",
|
|
2581
2386
|
"members": {
|
|
2582
|
-
"identityStoreId": {
|
|
2583
|
-
|
|
2584
|
-
},
|
|
2585
|
-
"
|
|
2586
|
-
"locationName": "persona"
|
|
2587
|
-
},
|
|
2588
|
-
"principalId": {
|
|
2589
|
-
"locationName": "principalId"
|
|
2590
|
-
}
|
|
2387
|
+
"identityStoreId": {},
|
|
2388
|
+
"persona": {},
|
|
2389
|
+
"principalId": {},
|
|
2390
|
+
"sid": {}
|
|
2591
2391
|
}
|
|
2592
2392
|
},
|
|
2593
|
-
"
|
|
2393
|
+
"S4j": {
|
|
2594
2394
|
"type": "structure",
|
|
2595
2395
|
"members": {
|
|
2596
|
-
"identityStoreId": {
|
|
2597
|
-
|
|
2598
|
-
},
|
|
2599
|
-
"
|
|
2600
|
-
"locationName": "persona"
|
|
2601
|
-
},
|
|
2602
|
-
"principalId": {
|
|
2603
|
-
"locationName": "principalId"
|
|
2604
|
-
}
|
|
2396
|
+
"identityStoreId": {},
|
|
2397
|
+
"persona": {},
|
|
2398
|
+
"principalId": {},
|
|
2399
|
+
"sid": {}
|
|
2605
2400
|
}
|
|
2606
2401
|
}
|
|
2607
2402
|
}
|