@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -12,6 +12,14 @@ declare class AppStream extends Service {
|
|
|
12
12
|
*/
|
|
13
13
|
constructor(options?: AppStream.Types.ClientConfiguration)
|
|
14
14
|
config: Config & AppStream.Types.ClientConfiguration;
|
|
15
|
+
/**
|
|
16
|
+
* Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
|
|
17
|
+
*/
|
|
18
|
+
associateApplicationFleet(params: AppStream.Types.AssociateApplicationFleetRequest, callback?: (err: AWSError, data: AppStream.Types.AssociateApplicationFleetResult) => void): Request<AppStream.Types.AssociateApplicationFleetResult, AWSError>;
|
|
19
|
+
/**
|
|
20
|
+
* Associates the specified application with the specified fleet. This is only supported for Elastic fleets.
|
|
21
|
+
*/
|
|
22
|
+
associateApplicationFleet(callback?: (err: AWSError, data: AppStream.Types.AssociateApplicationFleetResult) => void): Request<AppStream.Types.AssociateApplicationFleetResult, AWSError>;
|
|
15
23
|
/**
|
|
16
24
|
* Associates the specified fleet with the specified stack.
|
|
17
25
|
*/
|
|
@@ -44,6 +52,22 @@ declare class AppStream extends Service {
|
|
|
44
52
|
* Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.
|
|
45
53
|
*/
|
|
46
54
|
copyImage(callback?: (err: AWSError, data: AppStream.Types.CopyImageResponse) => void): Request<AppStream.Types.CopyImageResponse, AWSError>;
|
|
55
|
+
/**
|
|
56
|
+
* Creates an app block. App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block. This is only supported for Elastic fleets.
|
|
57
|
+
*/
|
|
58
|
+
createAppBlock(params: AppStream.Types.CreateAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockResult) => void): Request<AppStream.Types.CreateAppBlockResult, AWSError>;
|
|
59
|
+
/**
|
|
60
|
+
* Creates an app block. App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block. This is only supported for Elastic fleets.
|
|
61
|
+
*/
|
|
62
|
+
createAppBlock(callback?: (err: AWSError, data: AppStream.Types.CreateAppBlockResult) => void): Request<AppStream.Types.CreateAppBlockResult, AWSError>;
|
|
63
|
+
/**
|
|
64
|
+
* Creates an application. Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch. This is only supported for Elastic fleets.
|
|
65
|
+
*/
|
|
66
|
+
createApplication(params: AppStream.Types.CreateApplicationRequest, callback?: (err: AWSError, data: AppStream.Types.CreateApplicationResult) => void): Request<AppStream.Types.CreateApplicationResult, AWSError>;
|
|
67
|
+
/**
|
|
68
|
+
* Creates an application. Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch. This is only supported for Elastic fleets.
|
|
69
|
+
*/
|
|
70
|
+
createApplication(callback?: (err: AWSError, data: AppStream.Types.CreateApplicationResult) => void): Request<AppStream.Types.CreateApplicationResult, AWSError>;
|
|
47
71
|
/**
|
|
48
72
|
* Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
|
|
49
73
|
*/
|
|
@@ -53,11 +77,11 @@ declare class AppStream extends Service {
|
|
|
53
77
|
*/
|
|
54
78
|
createDirectoryConfig(callback?: (err: AWSError, data: AppStream.Types.CreateDirectoryConfigResult) => void): Request<AppStream.Types.CreateDirectoryConfigResult, AWSError>;
|
|
55
79
|
/**
|
|
56
|
-
* Creates a fleet. A fleet consists of streaming instances that run a specified image.
|
|
80
|
+
* Creates a fleet. A fleet consists of streaming instances that run a specified image when using Always-On or On-Demand.
|
|
57
81
|
*/
|
|
58
82
|
createFleet(params: AppStream.Types.CreateFleetRequest, callback?: (err: AWSError, data: AppStream.Types.CreateFleetResult) => void): Request<AppStream.Types.CreateFleetResult, AWSError>;
|
|
59
83
|
/**
|
|
60
|
-
* Creates a fleet. A fleet consists of streaming instances that run a specified image.
|
|
84
|
+
* Creates a fleet. A fleet consists of streaming instances that run a specified image when using Always-On or On-Demand.
|
|
61
85
|
*/
|
|
62
86
|
createFleet(callback?: (err: AWSError, data: AppStream.Types.CreateFleetResult) => void): Request<AppStream.Types.CreateFleetResult, AWSError>;
|
|
63
87
|
/**
|
|
@@ -116,6 +140,22 @@ declare class AppStream extends Service {
|
|
|
116
140
|
* Creates a new user in the user pool.
|
|
117
141
|
*/
|
|
118
142
|
createUser(callback?: (err: AWSError, data: AppStream.Types.CreateUserResult) => void): Request<AppStream.Types.CreateUserResult, AWSError>;
|
|
143
|
+
/**
|
|
144
|
+
* Deletes an app block.
|
|
145
|
+
*/
|
|
146
|
+
deleteAppBlock(params: AppStream.Types.DeleteAppBlockRequest, callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockResult) => void): Request<AppStream.Types.DeleteAppBlockResult, AWSError>;
|
|
147
|
+
/**
|
|
148
|
+
* Deletes an app block.
|
|
149
|
+
*/
|
|
150
|
+
deleteAppBlock(callback?: (err: AWSError, data: AppStream.Types.DeleteAppBlockResult) => void): Request<AppStream.Types.DeleteAppBlockResult, AWSError>;
|
|
151
|
+
/**
|
|
152
|
+
* Deletes an application.
|
|
153
|
+
*/
|
|
154
|
+
deleteApplication(params: AppStream.Types.DeleteApplicationRequest, callback?: (err: AWSError, data: AppStream.Types.DeleteApplicationResult) => void): Request<AppStream.Types.DeleteApplicationResult, AWSError>;
|
|
155
|
+
/**
|
|
156
|
+
* Deletes an application.
|
|
157
|
+
*/
|
|
158
|
+
deleteApplication(callback?: (err: AWSError, data: AppStream.Types.DeleteApplicationResult) => void): Request<AppStream.Types.DeleteApplicationResult, AWSError>;
|
|
119
159
|
/**
|
|
120
160
|
* Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.
|
|
121
161
|
*/
|
|
@@ -180,6 +220,30 @@ declare class AppStream extends Service {
|
|
|
180
220
|
* Deletes a user from the user pool.
|
|
181
221
|
*/
|
|
182
222
|
deleteUser(callback?: (err: AWSError, data: AppStream.Types.DeleteUserResult) => void): Request<AppStream.Types.DeleteUserResult, AWSError>;
|
|
223
|
+
/**
|
|
224
|
+
* Retrieves a list that describes one or more app blocks.
|
|
225
|
+
*/
|
|
226
|
+
describeAppBlocks(params: AppStream.Types.DescribeAppBlocksRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlocksResult) => void): Request<AppStream.Types.DescribeAppBlocksResult, AWSError>;
|
|
227
|
+
/**
|
|
228
|
+
* Retrieves a list that describes one or more app blocks.
|
|
229
|
+
*/
|
|
230
|
+
describeAppBlocks(callback?: (err: AWSError, data: AppStream.Types.DescribeAppBlocksResult) => void): Request<AppStream.Types.DescribeAppBlocksResult, AWSError>;
|
|
231
|
+
/**
|
|
232
|
+
* Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
|
|
233
|
+
*/
|
|
234
|
+
describeApplicationFleetAssociations(params: AppStream.Types.DescribeApplicationFleetAssociationsRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeApplicationFleetAssociationsResult) => void): Request<AppStream.Types.DescribeApplicationFleetAssociationsResult, AWSError>;
|
|
235
|
+
/**
|
|
236
|
+
* Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
|
|
237
|
+
*/
|
|
238
|
+
describeApplicationFleetAssociations(callback?: (err: AWSError, data: AppStream.Types.DescribeApplicationFleetAssociationsResult) => void): Request<AppStream.Types.DescribeApplicationFleetAssociationsResult, AWSError>;
|
|
239
|
+
/**
|
|
240
|
+
* Retrieves a list that describes one or more applications.
|
|
241
|
+
*/
|
|
242
|
+
describeApplications(params: AppStream.Types.DescribeApplicationsRequest, callback?: (err: AWSError, data: AppStream.Types.DescribeApplicationsResult) => void): Request<AppStream.Types.DescribeApplicationsResult, AWSError>;
|
|
243
|
+
/**
|
|
244
|
+
* Retrieves a list that describes one or more applications.
|
|
245
|
+
*/
|
|
246
|
+
describeApplications(callback?: (err: AWSError, data: AppStream.Types.DescribeApplicationsResult) => void): Request<AppStream.Types.DescribeApplicationsResult, AWSError>;
|
|
183
247
|
/**
|
|
184
248
|
* Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains. Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
|
|
185
249
|
*/
|
|
@@ -268,6 +332,14 @@ declare class AppStream extends Service {
|
|
|
268
332
|
* Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
|
|
269
333
|
*/
|
|
270
334
|
disableUser(callback?: (err: AWSError, data: AppStream.Types.DisableUserResult) => void): Request<AppStream.Types.DisableUserResult, AWSError>;
|
|
335
|
+
/**
|
|
336
|
+
* Disassociates the specified application from the fleet.
|
|
337
|
+
*/
|
|
338
|
+
disassociateApplicationFleet(params: AppStream.Types.DisassociateApplicationFleetRequest, callback?: (err: AWSError, data: AppStream.Types.DisassociateApplicationFleetResult) => void): Request<AppStream.Types.DisassociateApplicationFleetResult, AWSError>;
|
|
339
|
+
/**
|
|
340
|
+
* Disassociates the specified application from the fleet.
|
|
341
|
+
*/
|
|
342
|
+
disassociateApplicationFleet(callback?: (err: AWSError, data: AppStream.Types.DisassociateApplicationFleetResult) => void): Request<AppStream.Types.DisassociateApplicationFleetResult, AWSError>;
|
|
271
343
|
/**
|
|
272
344
|
* Disassociates the specified fleet from the specified stack.
|
|
273
345
|
*/
|
|
@@ -364,6 +436,14 @@ declare class AppStream extends Service {
|
|
|
364
436
|
* Disassociates one or more specified tags from the specified AppStream 2.0 resource. To list the current tags for your resources, use ListTagsForResource. For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
|
|
365
437
|
*/
|
|
366
438
|
untagResource(callback?: (err: AWSError, data: AppStream.Types.UntagResourceResponse) => void): Request<AppStream.Types.UntagResourceResponse, AWSError>;
|
|
439
|
+
/**
|
|
440
|
+
* Updates the specified application.
|
|
441
|
+
*/
|
|
442
|
+
updateApplication(params: AppStream.Types.UpdateApplicationRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateApplicationResult) => void): Request<AppStream.Types.UpdateApplicationResult, AWSError>;
|
|
443
|
+
/**
|
|
444
|
+
* Updates the specified application.
|
|
445
|
+
*/
|
|
446
|
+
updateApplication(callback?: (err: AWSError, data: AppStream.Types.UpdateApplicationResult) => void): Request<AppStream.Types.UpdateApplicationResult, AWSError>;
|
|
367
447
|
/**
|
|
368
448
|
* Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
|
|
369
449
|
*/
|
|
@@ -373,11 +453,11 @@ declare class AppStream extends Service {
|
|
|
373
453
|
*/
|
|
374
454
|
updateDirectoryConfig(callback?: (err: AWSError, data: AppStream.Types.UpdateDirectoryConfigResult) => void): Request<AppStream.Types.UpdateDirectoryConfigResult, AWSError>;
|
|
375
455
|
/**
|
|
376
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. If the fleet is in the STARTING or
|
|
456
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
|
377
457
|
*/
|
|
378
458
|
updateFleet(params: AppStream.Types.UpdateFleetRequest, callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
|
379
459
|
/**
|
|
380
|
-
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. If the fleet is in the STARTING or
|
|
460
|
+
* Updates the specified fleet. If the fleet is in the STOPPED state, you can update any attribute except the fleet name. If the fleet is in the RUNNING state, you can update the following based on the fleet type: Always-On and On-Demand fleet types You can update the DisplayName, ComputeCapacity, ImageARN, ImageName, IdleDisconnectTimeoutInSeconds, and DisconnectTimeoutInSeconds attributes. Elastic fleet type You can update the DisplayName, IdleDisconnectTimeoutInSeconds, DisconnectTimeoutInSeconds, MaxConcurrentSessions, and UsbDeviceFilterStrings attributes. If the fleet is in the STARTING or STOPPED state, you can't update it.
|
|
381
461
|
*/
|
|
382
462
|
updateFleet(callback?: (err: AWSError, data: AppStream.Types.UpdateFleetResult) => void): Request<AppStream.Types.UpdateFleetResult, AWSError>;
|
|
383
463
|
/**
|
|
@@ -429,6 +509,37 @@ declare namespace AppStream {
|
|
|
429
509
|
export type AccountName = string;
|
|
430
510
|
export type AccountPassword = string;
|
|
431
511
|
export type Action = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE"|"CLIPBOARD_COPY_TO_LOCAL_DEVICE"|"FILE_UPLOAD"|"FILE_DOWNLOAD"|"PRINTING_TO_LOCAL_DEVICE"|"DOMAIN_PASSWORD_SIGNIN"|"DOMAIN_SMART_CARD_SIGNIN"|string;
|
|
512
|
+
export interface AppBlock {
|
|
513
|
+
/**
|
|
514
|
+
* The name of the app block.
|
|
515
|
+
*/
|
|
516
|
+
Name: String;
|
|
517
|
+
/**
|
|
518
|
+
* The ARN of the app block.
|
|
519
|
+
*/
|
|
520
|
+
Arn: Arn;
|
|
521
|
+
/**
|
|
522
|
+
* The description of the app block.
|
|
523
|
+
*/
|
|
524
|
+
Description?: String;
|
|
525
|
+
/**
|
|
526
|
+
* The display name of the app block.
|
|
527
|
+
*/
|
|
528
|
+
DisplayName?: String;
|
|
529
|
+
/**
|
|
530
|
+
* The source S3 location of the app block.
|
|
531
|
+
*/
|
|
532
|
+
SourceS3Location?: S3Location;
|
|
533
|
+
/**
|
|
534
|
+
* The setup script details of the app block.
|
|
535
|
+
*/
|
|
536
|
+
SetupScriptDetails: ScriptDetails;
|
|
537
|
+
/**
|
|
538
|
+
* The created time of the app block.
|
|
539
|
+
*/
|
|
540
|
+
CreatedTime?: Timestamp;
|
|
541
|
+
}
|
|
542
|
+
export type AppBlocks = AppBlock[];
|
|
432
543
|
export interface Application {
|
|
433
544
|
/**
|
|
434
545
|
* The name of the application.
|
|
@@ -458,7 +569,52 @@ declare namespace AppStream {
|
|
|
458
569
|
* Additional attributes that describe the application.
|
|
459
570
|
*/
|
|
460
571
|
Metadata?: Metadata;
|
|
572
|
+
/**
|
|
573
|
+
* The working directory for the application.
|
|
574
|
+
*/
|
|
575
|
+
WorkingDirectory?: String;
|
|
576
|
+
/**
|
|
577
|
+
* The description of the application.
|
|
578
|
+
*/
|
|
579
|
+
Description?: String;
|
|
580
|
+
/**
|
|
581
|
+
* The ARN of the application.
|
|
582
|
+
*/
|
|
583
|
+
Arn?: Arn;
|
|
584
|
+
/**
|
|
585
|
+
* The app block ARN of the application.
|
|
586
|
+
*/
|
|
587
|
+
AppBlockArn?: Arn;
|
|
588
|
+
/**
|
|
589
|
+
* The S3 location of the application icon.
|
|
590
|
+
*/
|
|
591
|
+
IconS3Location?: S3Location;
|
|
592
|
+
/**
|
|
593
|
+
* The platforms on which the application can run.
|
|
594
|
+
*/
|
|
595
|
+
Platforms?: Platforms;
|
|
596
|
+
/**
|
|
597
|
+
* The instance families for the application.
|
|
598
|
+
*/
|
|
599
|
+
InstanceFamilies?: StringList;
|
|
600
|
+
/**
|
|
601
|
+
* The time at which the application was created within the app block.
|
|
602
|
+
*/
|
|
603
|
+
CreatedTime?: Timestamp;
|
|
604
|
+
}
|
|
605
|
+
export type ApplicationAttribute = "LAUNCH_PARAMETERS"|"WORKING_DIRECTORY"|string;
|
|
606
|
+
export type ApplicationAttributes = ApplicationAttribute[];
|
|
607
|
+
export interface ApplicationFleetAssociation {
|
|
608
|
+
/**
|
|
609
|
+
* The name of the fleet associated with the application.
|
|
610
|
+
*/
|
|
611
|
+
FleetName: String;
|
|
612
|
+
/**
|
|
613
|
+
* The ARN of the application associated with the fleet.
|
|
614
|
+
*/
|
|
615
|
+
ApplicationArn: Arn;
|
|
461
616
|
}
|
|
617
|
+
export type ApplicationFleetAssociationList = ApplicationFleetAssociation[];
|
|
462
618
|
export interface ApplicationSettings {
|
|
463
619
|
/**
|
|
464
620
|
* Enables or disables persistent application settings for users during their streaming sessions.
|
|
@@ -487,6 +643,22 @@ declare namespace AppStream {
|
|
|
487
643
|
export type AppstreamAgentVersion = string;
|
|
488
644
|
export type Arn = string;
|
|
489
645
|
export type ArnList = Arn[];
|
|
646
|
+
export interface AssociateApplicationFleetRequest {
|
|
647
|
+
/**
|
|
648
|
+
* The name of the fleet.
|
|
649
|
+
*/
|
|
650
|
+
FleetName: Name;
|
|
651
|
+
/**
|
|
652
|
+
* The ARN of the application.
|
|
653
|
+
*/
|
|
654
|
+
ApplicationArn: Arn;
|
|
655
|
+
}
|
|
656
|
+
export interface AssociateApplicationFleetResult {
|
|
657
|
+
/**
|
|
658
|
+
* If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
|
|
659
|
+
*/
|
|
660
|
+
ApplicationFleetAssociation?: ApplicationFleetAssociation;
|
|
661
|
+
}
|
|
490
662
|
export interface AssociateFleetRequest {
|
|
491
663
|
/**
|
|
492
664
|
* The name of the fleet.
|
|
@@ -576,6 +748,87 @@ declare namespace AppStream {
|
|
|
576
748
|
*/
|
|
577
749
|
DestinationImageName?: Name;
|
|
578
750
|
}
|
|
751
|
+
export interface CreateAppBlockRequest {
|
|
752
|
+
/**
|
|
753
|
+
* The name of the app block.
|
|
754
|
+
*/
|
|
755
|
+
Name: Name;
|
|
756
|
+
/**
|
|
757
|
+
* The description of the app block.
|
|
758
|
+
*/
|
|
759
|
+
Description?: Description;
|
|
760
|
+
/**
|
|
761
|
+
* The display name of the app block. This is not displayed to the user.
|
|
762
|
+
*/
|
|
763
|
+
DisplayName?: DisplayName;
|
|
764
|
+
/**
|
|
765
|
+
* The source S3 location of the app block.
|
|
766
|
+
*/
|
|
767
|
+
SourceS3Location: S3Location;
|
|
768
|
+
/**
|
|
769
|
+
* The setup script details of the app block.
|
|
770
|
+
*/
|
|
771
|
+
SetupScriptDetails: ScriptDetails;
|
|
772
|
+
/**
|
|
773
|
+
* The tags assigned to the app block.
|
|
774
|
+
*/
|
|
775
|
+
Tags?: Tags;
|
|
776
|
+
}
|
|
777
|
+
export interface CreateAppBlockResult {
|
|
778
|
+
/**
|
|
779
|
+
* The app block.
|
|
780
|
+
*/
|
|
781
|
+
AppBlock?: AppBlock;
|
|
782
|
+
}
|
|
783
|
+
export interface CreateApplicationRequest {
|
|
784
|
+
/**
|
|
785
|
+
* The name of the application. This name is visible to users when display name is not specified.
|
|
786
|
+
*/
|
|
787
|
+
Name: Name;
|
|
788
|
+
/**
|
|
789
|
+
* The display name of the application. This name is visible to users in the application catalog.
|
|
790
|
+
*/
|
|
791
|
+
DisplayName?: DisplayName;
|
|
792
|
+
/**
|
|
793
|
+
* The description of the application.
|
|
794
|
+
*/
|
|
795
|
+
Description?: Description;
|
|
796
|
+
/**
|
|
797
|
+
* The location in S3 of the application icon.
|
|
798
|
+
*/
|
|
799
|
+
IconS3Location: S3Location;
|
|
800
|
+
/**
|
|
801
|
+
* The launch path of the application.
|
|
802
|
+
*/
|
|
803
|
+
LaunchPath: String;
|
|
804
|
+
/**
|
|
805
|
+
* The working directory of the application.
|
|
806
|
+
*/
|
|
807
|
+
WorkingDirectory?: String;
|
|
808
|
+
/**
|
|
809
|
+
* The launch parameters of the application.
|
|
810
|
+
*/
|
|
811
|
+
LaunchParameters?: String;
|
|
812
|
+
/**
|
|
813
|
+
* The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
|
|
814
|
+
*/
|
|
815
|
+
Platforms: Platforms;
|
|
816
|
+
/**
|
|
817
|
+
* The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.
|
|
818
|
+
*/
|
|
819
|
+
InstanceFamilies: StringList;
|
|
820
|
+
/**
|
|
821
|
+
* The app block ARN to which the application should be associated
|
|
822
|
+
*/
|
|
823
|
+
AppBlockArn: Arn;
|
|
824
|
+
/**
|
|
825
|
+
* The tags assigned to the application.
|
|
826
|
+
*/
|
|
827
|
+
Tags?: Tags;
|
|
828
|
+
}
|
|
829
|
+
export interface CreateApplicationResult {
|
|
830
|
+
Application?: Application;
|
|
831
|
+
}
|
|
579
832
|
export interface CreateDirectoryConfigRequest {
|
|
580
833
|
/**
|
|
581
834
|
* The fully qualified name of the directory (for example, corp.example.com).
|
|
@@ -610,7 +863,7 @@ declare namespace AppStream {
|
|
|
610
863
|
*/
|
|
611
864
|
ImageArn?: Arn;
|
|
612
865
|
/**
|
|
613
|
-
* The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge
|
|
866
|
+
* The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: stream.standard.small stream.standard.medium
|
|
614
867
|
*/
|
|
615
868
|
InstanceType: String;
|
|
616
869
|
/**
|
|
@@ -618,11 +871,11 @@ declare namespace AppStream {
|
|
|
618
871
|
*/
|
|
619
872
|
FleetType?: FleetType;
|
|
620
873
|
/**
|
|
621
|
-
* The desired capacity for the fleet.
|
|
874
|
+
* The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.
|
|
622
875
|
*/
|
|
623
|
-
ComputeCapacity
|
|
876
|
+
ComputeCapacity?: ComputeCapacity;
|
|
624
877
|
/**
|
|
625
|
-
* The VPC configuration for the fleet.
|
|
878
|
+
* The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.
|
|
626
879
|
*/
|
|
627
880
|
VpcConfig?: VpcConfig;
|
|
628
881
|
/**
|
|
@@ -646,7 +899,7 @@ declare namespace AppStream {
|
|
|
646
899
|
*/
|
|
647
900
|
EnableDefaultInternetAccess?: BooleanObject;
|
|
648
901
|
/**
|
|
649
|
-
* The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
|
|
902
|
+
* The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets.
|
|
650
903
|
*/
|
|
651
904
|
DomainJoinInfo?: DomainJoinInfo;
|
|
652
905
|
/**
|
|
@@ -665,6 +918,18 @@ declare namespace AppStream {
|
|
|
665
918
|
* The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays. The default value is APP.
|
|
666
919
|
*/
|
|
667
920
|
StreamView?: StreamView;
|
|
921
|
+
/**
|
|
922
|
+
* The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
|
|
923
|
+
*/
|
|
924
|
+
Platform?: PlatformType;
|
|
925
|
+
/**
|
|
926
|
+
* The maximum concurrent sessions of the Elastic fleet. This is required for Elastic fleets, and not allowed for other fleet types.
|
|
927
|
+
*/
|
|
928
|
+
MaxConcurrentSessions?: Integer;
|
|
929
|
+
/**
|
|
930
|
+
* The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.
|
|
931
|
+
*/
|
|
932
|
+
UsbDeviceFilterStrings?: UsbDeviceFilterStrings;
|
|
668
933
|
}
|
|
669
934
|
export interface CreateFleetResult {
|
|
670
935
|
/**
|
|
@@ -909,6 +1174,22 @@ declare namespace AppStream {
|
|
|
909
1174
|
}
|
|
910
1175
|
export interface CreateUserResult {
|
|
911
1176
|
}
|
|
1177
|
+
export interface DeleteAppBlockRequest {
|
|
1178
|
+
/**
|
|
1179
|
+
* The name of the app block.
|
|
1180
|
+
*/
|
|
1181
|
+
Name: Name;
|
|
1182
|
+
}
|
|
1183
|
+
export interface DeleteAppBlockResult {
|
|
1184
|
+
}
|
|
1185
|
+
export interface DeleteApplicationRequest {
|
|
1186
|
+
/**
|
|
1187
|
+
* The name of the application.
|
|
1188
|
+
*/
|
|
1189
|
+
Name: Name;
|
|
1190
|
+
}
|
|
1191
|
+
export interface DeleteApplicationResult {
|
|
1192
|
+
}
|
|
912
1193
|
export interface DeleteDirectoryConfigRequest {
|
|
913
1194
|
/**
|
|
914
1195
|
* The name of the directory configuration.
|
|
@@ -985,6 +1266,82 @@ declare namespace AppStream {
|
|
|
985
1266
|
}
|
|
986
1267
|
export interface DeleteUserResult {
|
|
987
1268
|
}
|
|
1269
|
+
export interface DescribeAppBlocksRequest {
|
|
1270
|
+
/**
|
|
1271
|
+
* The ARNs of the app blocks.
|
|
1272
|
+
*/
|
|
1273
|
+
Arns?: ArnList;
|
|
1274
|
+
/**
|
|
1275
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1276
|
+
*/
|
|
1277
|
+
NextToken?: String;
|
|
1278
|
+
/**
|
|
1279
|
+
* The maximum size of each page of results.
|
|
1280
|
+
*/
|
|
1281
|
+
MaxResults?: Integer;
|
|
1282
|
+
}
|
|
1283
|
+
export interface DescribeAppBlocksResult {
|
|
1284
|
+
/**
|
|
1285
|
+
* The app blocks in the list.
|
|
1286
|
+
*/
|
|
1287
|
+
AppBlocks?: AppBlocks;
|
|
1288
|
+
/**
|
|
1289
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1290
|
+
*/
|
|
1291
|
+
NextToken?: String;
|
|
1292
|
+
}
|
|
1293
|
+
export interface DescribeApplicationFleetAssociationsRequest {
|
|
1294
|
+
/**
|
|
1295
|
+
* The name of the fleet.
|
|
1296
|
+
*/
|
|
1297
|
+
FleetName?: Name;
|
|
1298
|
+
/**
|
|
1299
|
+
* The ARN of the application.
|
|
1300
|
+
*/
|
|
1301
|
+
ApplicationArn?: Arn;
|
|
1302
|
+
/**
|
|
1303
|
+
* The maximum size of each page of results.
|
|
1304
|
+
*/
|
|
1305
|
+
MaxResults?: Integer;
|
|
1306
|
+
/**
|
|
1307
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1308
|
+
*/
|
|
1309
|
+
NextToken?: String;
|
|
1310
|
+
}
|
|
1311
|
+
export interface DescribeApplicationFleetAssociationsResult {
|
|
1312
|
+
/**
|
|
1313
|
+
* The application fleet associations in the list.
|
|
1314
|
+
*/
|
|
1315
|
+
ApplicationFleetAssociations?: ApplicationFleetAssociationList;
|
|
1316
|
+
/**
|
|
1317
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1318
|
+
*/
|
|
1319
|
+
NextToken?: String;
|
|
1320
|
+
}
|
|
1321
|
+
export interface DescribeApplicationsRequest {
|
|
1322
|
+
/**
|
|
1323
|
+
* The ARNs for the applications.
|
|
1324
|
+
*/
|
|
1325
|
+
Arns?: ArnList;
|
|
1326
|
+
/**
|
|
1327
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1328
|
+
*/
|
|
1329
|
+
NextToken?: String;
|
|
1330
|
+
/**
|
|
1331
|
+
* The maximum size of each page of results.
|
|
1332
|
+
*/
|
|
1333
|
+
MaxResults?: Integer;
|
|
1334
|
+
}
|
|
1335
|
+
export interface DescribeApplicationsResult {
|
|
1336
|
+
/**
|
|
1337
|
+
* The applications in the list.
|
|
1338
|
+
*/
|
|
1339
|
+
Applications?: Applications;
|
|
1340
|
+
/**
|
|
1341
|
+
* The pagination token used to retrieve the next page of results for this operation.
|
|
1342
|
+
*/
|
|
1343
|
+
NextToken?: String;
|
|
1344
|
+
}
|
|
988
1345
|
export interface DescribeDirectoryConfigsRequest {
|
|
989
1346
|
/**
|
|
990
1347
|
* The directory names.
|
|
@@ -1284,6 +1641,18 @@ declare namespace AppStream {
|
|
|
1284
1641
|
}
|
|
1285
1642
|
export interface DisableUserResult {
|
|
1286
1643
|
}
|
|
1644
|
+
export interface DisassociateApplicationFleetRequest {
|
|
1645
|
+
/**
|
|
1646
|
+
* The name of the fleet.
|
|
1647
|
+
*/
|
|
1648
|
+
FleetName: Name;
|
|
1649
|
+
/**
|
|
1650
|
+
* The ARN of the application.
|
|
1651
|
+
*/
|
|
1652
|
+
ApplicationArn: Arn;
|
|
1653
|
+
}
|
|
1654
|
+
export interface DisassociateApplicationFleetResult {
|
|
1655
|
+
}
|
|
1287
1656
|
export interface DisassociateFleetRequest {
|
|
1288
1657
|
/**
|
|
1289
1658
|
* The name of the fleet.
|
|
@@ -1413,8 +1782,20 @@ declare namespace AppStream {
|
|
|
1413
1782
|
* The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays. The default value is APP.
|
|
1414
1783
|
*/
|
|
1415
1784
|
StreamView?: StreamView;
|
|
1785
|
+
/**
|
|
1786
|
+
* The platform of the fleet.
|
|
1787
|
+
*/
|
|
1788
|
+
Platform?: PlatformType;
|
|
1789
|
+
/**
|
|
1790
|
+
* The maximum number of concurrent sessions for the fleet.
|
|
1791
|
+
*/
|
|
1792
|
+
MaxConcurrentSessions?: Integer;
|
|
1793
|
+
/**
|
|
1794
|
+
* The USB device filter strings associated with the fleet.
|
|
1795
|
+
*/
|
|
1796
|
+
UsbDeviceFilterStrings?: UsbDeviceFilterStrings;
|
|
1416
1797
|
}
|
|
1417
|
-
export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|string;
|
|
1798
|
+
export type FleetAttribute = "VPC_CONFIGURATION"|"VPC_CONFIGURATION_SECURITY_GROUP_IDS"|"DOMAIN_JOIN_INFO"|"IAM_ROLE_ARN"|"USB_DEVICE_FILTER_STRINGS"|string;
|
|
1418
1799
|
export type FleetAttributes = FleetAttribute[];
|
|
1419
1800
|
export interface FleetError {
|
|
1420
1801
|
/**
|
|
@@ -1430,7 +1811,7 @@ declare namespace AppStream {
|
|
|
1430
1811
|
export type FleetErrors = FleetError[];
|
|
1431
1812
|
export type FleetList = Fleet[];
|
|
1432
1813
|
export type FleetState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|string;
|
|
1433
|
-
export type FleetType = "ALWAYS_ON"|"ON_DEMAND"|string;
|
|
1814
|
+
export type FleetType = "ALWAYS_ON"|"ON_DEMAND"|"ELASTIC"|string;
|
|
1434
1815
|
export interface Image {
|
|
1435
1816
|
/**
|
|
1436
1817
|
* The name of the image.
|
|
@@ -1690,7 +2071,8 @@ declare namespace AppStream {
|
|
|
1690
2071
|
export type OrganizationalUnitDistinguishedName = string;
|
|
1691
2072
|
export type OrganizationalUnitDistinguishedNamesList = OrganizationalUnitDistinguishedName[];
|
|
1692
2073
|
export type Permission = "ENABLED"|"DISABLED"|string;
|
|
1693
|
-
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|string;
|
|
2074
|
+
export type PlatformType = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"AMAZON_LINUX2"|string;
|
|
2075
|
+
export type Platforms = PlatformType[];
|
|
1694
2076
|
export type RedirectURL = string;
|
|
1695
2077
|
export type RegionName = string;
|
|
1696
2078
|
export interface ResourceError {
|
|
@@ -1709,6 +2091,36 @@ declare namespace AppStream {
|
|
|
1709
2091
|
}
|
|
1710
2092
|
export type ResourceErrors = ResourceError[];
|
|
1711
2093
|
export type ResourceIdentifier = string;
|
|
2094
|
+
export type S3Bucket = string;
|
|
2095
|
+
export type S3Key = string;
|
|
2096
|
+
export interface S3Location {
|
|
2097
|
+
/**
|
|
2098
|
+
* The S3 bucket of the S3 object.
|
|
2099
|
+
*/
|
|
2100
|
+
S3Bucket: S3Bucket;
|
|
2101
|
+
/**
|
|
2102
|
+
* The S3 key of the S3 object.
|
|
2103
|
+
*/
|
|
2104
|
+
S3Key: S3Key;
|
|
2105
|
+
}
|
|
2106
|
+
export interface ScriptDetails {
|
|
2107
|
+
/**
|
|
2108
|
+
* The S3 object location for the script.
|
|
2109
|
+
*/
|
|
2110
|
+
ScriptS3Location: S3Location;
|
|
2111
|
+
/**
|
|
2112
|
+
* The run path for the script.
|
|
2113
|
+
*/
|
|
2114
|
+
ExecutablePath: String;
|
|
2115
|
+
/**
|
|
2116
|
+
* The runtime parameters passed to the run path for the script.
|
|
2117
|
+
*/
|
|
2118
|
+
ExecutableParameters?: String;
|
|
2119
|
+
/**
|
|
2120
|
+
* The run timeout, in seconds, for the script.
|
|
2121
|
+
*/
|
|
2122
|
+
TimeoutInSeconds: Integer;
|
|
2123
|
+
}
|
|
1712
2124
|
export type SecurityGroupIdList = String[];
|
|
1713
2125
|
export interface ServiceAccountCredentials {
|
|
1714
2126
|
/**
|
|
@@ -1940,6 +2352,47 @@ declare namespace AppStream {
|
|
|
1940
2352
|
}
|
|
1941
2353
|
export interface UntagResourceResponse {
|
|
1942
2354
|
}
|
|
2355
|
+
export interface UpdateApplicationRequest {
|
|
2356
|
+
/**
|
|
2357
|
+
* The name of the application. This name is visible to users when display name is not specified.
|
|
2358
|
+
*/
|
|
2359
|
+
Name: Name;
|
|
2360
|
+
/**
|
|
2361
|
+
* The display name of the application. This name is visible to users in the application catalog.
|
|
2362
|
+
*/
|
|
2363
|
+
DisplayName?: DisplayName;
|
|
2364
|
+
/**
|
|
2365
|
+
* The description of the application.
|
|
2366
|
+
*/
|
|
2367
|
+
Description?: Description;
|
|
2368
|
+
/**
|
|
2369
|
+
* The icon S3 location of the application.
|
|
2370
|
+
*/
|
|
2371
|
+
IconS3Location?: S3Location;
|
|
2372
|
+
/**
|
|
2373
|
+
* The launch path of the application.
|
|
2374
|
+
*/
|
|
2375
|
+
LaunchPath?: String;
|
|
2376
|
+
/**
|
|
2377
|
+
* The working directory of the application.
|
|
2378
|
+
*/
|
|
2379
|
+
WorkingDirectory?: String;
|
|
2380
|
+
/**
|
|
2381
|
+
* The launch parameters of the application.
|
|
2382
|
+
*/
|
|
2383
|
+
LaunchParameters?: String;
|
|
2384
|
+
/**
|
|
2385
|
+
* The ARN of the app block.
|
|
2386
|
+
*/
|
|
2387
|
+
AppBlockArn?: Arn;
|
|
2388
|
+
/**
|
|
2389
|
+
* The attributes to delete for an application.
|
|
2390
|
+
*/
|
|
2391
|
+
AttributesToDelete?: ApplicationAttributes;
|
|
2392
|
+
}
|
|
2393
|
+
export interface UpdateApplicationResult {
|
|
2394
|
+
Application?: Application;
|
|
2395
|
+
}
|
|
1943
2396
|
export interface UpdateDirectoryConfigRequest {
|
|
1944
2397
|
/**
|
|
1945
2398
|
* The name of the Directory Config object.
|
|
@@ -1974,15 +2427,15 @@ declare namespace AppStream {
|
|
|
1974
2427
|
*/
|
|
1975
2428
|
Name?: String;
|
|
1976
2429
|
/**
|
|
1977
|
-
* The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge
|
|
2430
|
+
* The instance type to use when launching fleet instances. The following instance types are available: stream.standard.small stream.standard.medium stream.standard.large stream.compute.large stream.compute.xlarge stream.compute.2xlarge stream.compute.4xlarge stream.compute.8xlarge stream.memory.large stream.memory.xlarge stream.memory.2xlarge stream.memory.4xlarge stream.memory.8xlarge stream.memory.z1d.large stream.memory.z1d.xlarge stream.memory.z1d.2xlarge stream.memory.z1d.3xlarge stream.memory.z1d.6xlarge stream.memory.z1d.12xlarge stream.graphics-design.large stream.graphics-design.xlarge stream.graphics-design.2xlarge stream.graphics-design.4xlarge stream.graphics-desktop.2xlarge stream.graphics.g4dn.xlarge stream.graphics.g4dn.2xlarge stream.graphics.g4dn.4xlarge stream.graphics.g4dn.8xlarge stream.graphics.g4dn.12xlarge stream.graphics.g4dn.16xlarge stream.graphics-pro.4xlarge stream.graphics-pro.8xlarge stream.graphics-pro.16xlarge The following instance types are available for Elastic fleets: stream.standard.small stream.standard.medium
|
|
1978
2431
|
*/
|
|
1979
2432
|
InstanceType?: String;
|
|
1980
2433
|
/**
|
|
1981
|
-
* The desired capacity for the fleet.
|
|
2434
|
+
* The desired capacity for the fleet. This is not allowed for Elastic fleets.
|
|
1982
2435
|
*/
|
|
1983
2436
|
ComputeCapacity?: ComputeCapacity;
|
|
1984
2437
|
/**
|
|
1985
|
-
* The VPC configuration for the fleet.
|
|
2438
|
+
* The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.
|
|
1986
2439
|
*/
|
|
1987
2440
|
VpcConfig?: VpcConfig;
|
|
1988
2441
|
/**
|
|
@@ -2029,6 +2482,18 @@ declare namespace AppStream {
|
|
|
2029
2482
|
* The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays. The default value is APP.
|
|
2030
2483
|
*/
|
|
2031
2484
|
StreamView?: StreamView;
|
|
2485
|
+
/**
|
|
2486
|
+
* The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
|
|
2487
|
+
*/
|
|
2488
|
+
Platform?: PlatformType;
|
|
2489
|
+
/**
|
|
2490
|
+
* The maximum number of concurrent sessions for a fleet.
|
|
2491
|
+
*/
|
|
2492
|
+
MaxConcurrentSessions?: Integer;
|
|
2493
|
+
/**
|
|
2494
|
+
* The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.
|
|
2495
|
+
*/
|
|
2496
|
+
UsbDeviceFilterStrings?: UsbDeviceFilterStrings;
|
|
2032
2497
|
}
|
|
2033
2498
|
export interface UpdateFleetResult {
|
|
2034
2499
|
/**
|
|
@@ -2129,6 +2594,8 @@ declare namespace AppStream {
|
|
|
2129
2594
|
SubscriptionErrors?: LastReportGenerationExecutionErrors;
|
|
2130
2595
|
}
|
|
2131
2596
|
export type UsageReportSubscriptionList = UsageReportSubscription[];
|
|
2597
|
+
export type UsbDeviceFilterString = string;
|
|
2598
|
+
export type UsbDeviceFilterStrings = UsbDeviceFilterString[];
|
|
2132
2599
|
export interface User {
|
|
2133
2600
|
/**
|
|
2134
2601
|
* The ARN of the user.
|