@aws-sdk/client-appstream 3.34.0 → 3.37.0
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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/AppStream.js +1 -25
- package/dist-cjs/AppStreamClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchAssociateUserStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchDisassociateUserStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CopyImageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateImageBuilderStreamingURLCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateStreamingURLCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateUpdatedImageCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CreateUsageReportSubscriptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteImageBuilderCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteImageCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteUsageReportSubscriptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectoryConfigsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeFleetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImageBuildersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSessionsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeStacksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeUserStackAssociationsCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/DescribeUsersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisableUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisassociateFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableUserCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ExpireSessionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedFleetsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAssociatedStacksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartImageBuilderCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopFleetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopImageBuilderCommand.js +2 -27
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateDirectoryConfigCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateFleetCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/UpdateImagePermissionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateStackCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -415
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagePermissionsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/cjs → dist-cjs}/waiters/waitForFleetStarted.js +14 -24
- package/{dist/cjs → dist-cjs}/waiters/waitForFleetStopped.js +14 -24
- package/{dist/es → dist-es}/AppStream.js +1 -2
- package/{dist/es → dist-es}/AppStreamClient.js +1 -2
- package/{dist/es → dist-es}/commands/AssociateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchAssociateUserStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchDisassociateUserStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CopyImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateImageBuilderStreamingURLCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateStreamingURLCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUpdatedImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUsageReportSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteStackCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUsageReportSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDirectoryConfigsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeFleetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImageBuildersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSessionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUsageReportSubscriptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUserStackAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeUsersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableUserCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ExpireSessionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAssociatedFleetsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAssociatedStacksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopImageBuilderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDirectoryConfigCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateFleetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateImagePermissionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateStackCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImagePermissionsPaginator.js +0 -1
- package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForFleetStarted.js +1 -2
- package/{dist/es → dist-es}/waiters/waitForFleetStopped.js +1 -2
- package/{dist/types → dist-types}/AppStream.d.ts +2 -2
- package/{dist/types → dist-types}/AppStreamClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AssociateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchAssociateUserStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDisassociateUserStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CopyImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateStreamingURLCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUpdatedImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFleetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImageBuildersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSessionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUserStackAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeUsersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableUserCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ExpireSessionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociatedFleetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssociatedStacksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopImageBuilderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDirectoryConfigCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFleetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateImagePermissionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateStackCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AppStream.d.ts +51 -198
- package/{dist/types → dist-types}/ts3.4/AppStreamClient.d.ts +33 -118
- package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateFleetCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedStacksCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StartImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StopImageBuilderCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1830 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagePermissionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStarted.d.ts +3 -10
- package/{dist/types → dist-types}/ts3.4/waiters/waitForFleetStopped.d.ts +3 -10
- package/{dist/types → dist-types}/waiters/waitForFleetStarted.d.ts +1 -1
- package/{dist/types → dist-types}/waiters/waitForFleetStopped.d.ts +1 -1
- package/package.json +46 -43
- package/AppStream.ts +0 -1682
- package/AppStreamClient.ts +0 -453
- package/commands/AssociateFleetCommand.ts +0 -94
- package/commands/BatchAssociateUserStackCommand.ts +0 -94
- package/commands/BatchDisassociateUserStackCommand.ts +0 -97
- package/commands/CopyImageCommand.ts +0 -91
- package/commands/CreateDirectoryConfigCommand.ts +0 -94
- package/commands/CreateFleetCommand.ts +0 -94
- package/commands/CreateImageBuilderCommand.ts +0 -95
- package/commands/CreateImageBuilderStreamingURLCommand.ts +0 -102
- package/commands/CreateStackCommand.ts +0 -94
- package/commands/CreateStreamingURLCommand.ts +0 -94
- package/commands/CreateUpdatedImageCommand.ts +0 -97
- package/commands/CreateUsageReportSubscriptionCommand.ts +0 -99
- package/commands/CreateUserCommand.ts +0 -94
- package/commands/DeleteDirectoryConfigCommand.ts +0 -94
- package/commands/DeleteFleetCommand.ts +0 -94
- package/commands/DeleteImageBuilderCommand.ts +0 -94
- package/commands/DeleteImageCommand.ts +0 -95
- package/commands/DeleteImagePermissionsCommand.ts +0 -94
- package/commands/DeleteStackCommand.ts +0 -94
- package/commands/DeleteUsageReportSubscriptionCommand.ts +0 -99
- package/commands/DeleteUserCommand.ts +0 -94
- package/commands/DescribeDirectoryConfigsCommand.ts +0 -96
- package/commands/DescribeFleetsCommand.ts +0 -94
- package/commands/DescribeImageBuildersCommand.ts +0 -94
- package/commands/DescribeImagePermissionsCommand.ts +0 -94
- package/commands/DescribeImagesCommand.ts +0 -94
- package/commands/DescribeSessionsCommand.ts +0 -96
- package/commands/DescribeStacksCommand.ts +0 -94
- package/commands/DescribeUsageReportSubscriptionsCommand.ts +0 -102
- package/commands/DescribeUserStackAssociationsCommand.ts +0 -107
- package/commands/DescribeUsersCommand.ts +0 -94
- package/commands/DisableUserCommand.ts +0 -94
- package/commands/DisassociateFleetCommand.ts +0 -94
- package/commands/EnableUserCommand.ts +0 -94
- package/commands/ExpireSessionCommand.ts +0 -94
- package/commands/ListAssociatedFleetsCommand.ts +0 -94
- package/commands/ListAssociatedStacksCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/StartFleetCommand.ts +0 -94
- package/commands/StartImageBuilderCommand.ts +0 -94
- package/commands/StopFleetCommand.ts +0 -91
- package/commands/StopImageBuilderCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -100
- package/commands/UntagResourceCommand.ts +0 -96
- package/commands/UpdateDirectoryConfigCommand.ts +0 -94
- package/commands/UpdateFleetCommand.ts +0 -97
- package/commands/UpdateImagePermissionsCommand.ts +0 -94
- package/commands/UpdateStackCommand.ts +0 -94
- package/dist/cjs/AppStream.js.map +0 -1
- package/dist/cjs/AppStreamClient.js +0 -64
- package/dist/cjs/AppStreamClient.js.map +0 -1
- package/dist/cjs/commands/AssociateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateUserStackCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateUserStackCommand.js.map +0 -1
- package/dist/cjs/commands/CopyImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateStreamingURLCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUpdatedImageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImageCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteStackCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImageBuildersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/cjs/commands/DisableUserCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/EnableUserCommand.js.map +0 -1
- package/dist/cjs/commands/ExpireSessionCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedFleetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssociatedStacksCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartFleetCommand.js.map +0 -1
- package/dist/cjs/commands/StartImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/StopFleetCommand.js.map +0 -1
- package/dist/cjs/commands/StopImageBuilderCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -67
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDirectoryConfigCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFleetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateImagePermissionsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateStackCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -92
- package/dist/cjs/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForFleetStarted.js.map +0 -1
- package/dist/cjs/waiters/waitForFleetStopped.js.map +0 -1
- package/dist/es/AppStream.js.map +0 -1
- package/dist/es/AppStreamClient.js.map +0 -1
- package/dist/es/commands/AssociateFleetCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateUserStackCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateUserStackCommand.js.map +0 -1
- package/dist/es/commands/CopyImageCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateFleetCommand.js.map +0 -1
- package/dist/es/commands/CreateImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/CreateImageBuilderStreamingURLCommand.js.map +0 -1
- package/dist/es/commands/CreateStackCommand.js.map +0 -1
- package/dist/es/commands/CreateStreamingURLCommand.js.map +0 -1
- package/dist/es/commands/CreateUpdatedImageCommand.js.map +0 -1
- package/dist/es/commands/CreateUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteFleetCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/DeleteImageCommand.js.map +0 -1
- package/dist/es/commands/DeleteImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DeleteStackCommand.js.map +0 -1
- package/dist/es/commands/DeleteUsageReportSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectoryConfigsCommand.js.map +0 -1
- package/dist/es/commands/DescribeFleetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImageBuildersCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSessionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeStacksCommand.js.map +0 -1
- package/dist/es/commands/DescribeUsageReportSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserStackAssociationsCommand.js.map +0 -1
- package/dist/es/commands/DescribeUsersCommand.js.map +0 -1
- package/dist/es/commands/DisableUserCommand.js.map +0 -1
- package/dist/es/commands/DisassociateFleetCommand.js.map +0 -1
- package/dist/es/commands/EnableUserCommand.js.map +0 -1
- package/dist/es/commands/ExpireSessionCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedFleetsCommand.js.map +0 -1
- package/dist/es/commands/ListAssociatedStacksCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartFleetCommand.js.map +0 -1
- package/dist/es/commands/StartImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/StopFleetCommand.js.map +0 -1
- package/dist/es/commands/StopImageBuilderCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDirectoryConfigCommand.js.map +0 -1
- package/dist/es/commands/UpdateFleetCommand.js.map +0 -1
- package/dist/es/commands/UpdateImagePermissionsCommand.js.map +0 -1
- package/dist/es/commands/UpdateStackCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -57
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -92
- package/dist/es/pagination/DescribeImagePermissionsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForFleetStarted.js.map +0 -1
- package/dist/es/waiters/waitForFleetStopped.js.map +0 -1
- package/dist/types/ts3.4/commands/AssociateFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CopyImageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateImageBuilderCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateStreamingURLCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteImageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeSessionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeStacksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ExpireSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopFleetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFleetCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateStackCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -3653
- package/endpoints.ts +0 -63
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -4501
- package/pagination/DescribeImagePermissionsPaginator.ts +0 -58
- package/pagination/DescribeImagesPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -6845
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
- package/waiters/waitForFleetStarted.ts +0 -82
- package/waiters/waitForFleetStopped.ts +0 -82
package/models/models_0.ts
DELETED
|
@@ -1,4501 +0,0 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
export enum AccessEndpointType {
|
|
5
|
-
STREAMING = "STREAMING",
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* <p>Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.</p>
|
|
10
|
-
*/
|
|
11
|
-
export interface AccessEndpoint {
|
|
12
|
-
/**
|
|
13
|
-
* <p>The type of interface endpoint.</p>
|
|
14
|
-
*/
|
|
15
|
-
EndpointType: AccessEndpointType | string | undefined;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* <p>The identifier (ID) of the VPC in which the interface endpoint is used.</p>
|
|
19
|
-
*/
|
|
20
|
-
VpceId?: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export namespace AccessEndpoint {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
|
-
export const filterSensitiveLog = (obj: AccessEndpoint): any => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export enum Action {
|
|
33
|
-
CLIPBOARD_COPY_FROM_LOCAL_DEVICE = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
34
|
-
CLIPBOARD_COPY_TO_LOCAL_DEVICE = "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
35
|
-
DOMAIN_PASSWORD_SIGNIN = "DOMAIN_PASSWORD_SIGNIN",
|
|
36
|
-
DOMAIN_SMART_CARD_SIGNIN = "DOMAIN_SMART_CARD_SIGNIN",
|
|
37
|
-
FILE_DOWNLOAD = "FILE_DOWNLOAD",
|
|
38
|
-
FILE_UPLOAD = "FILE_UPLOAD",
|
|
39
|
-
PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE",
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* <p>Describes an application in the application catalog.</p>
|
|
44
|
-
*/
|
|
45
|
-
export interface Application {
|
|
46
|
-
/**
|
|
47
|
-
* <p>The name of the application.</p>
|
|
48
|
-
*/
|
|
49
|
-
Name?: string;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* <p>The application name to display.</p>
|
|
53
|
-
*/
|
|
54
|
-
DisplayName?: string;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* <p>The URL for the application icon. This URL might be time-limited.</p>
|
|
58
|
-
*/
|
|
59
|
-
IconURL?: string;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* <p>The path to the application executable in the instance.</p>
|
|
63
|
-
*/
|
|
64
|
-
LaunchPath?: string;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* <p>The arguments that are passed to the application at launch.</p>
|
|
68
|
-
*/
|
|
69
|
-
LaunchParameters?: string;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* <p>If there is a problem, the application can be disabled after image creation.</p>
|
|
73
|
-
*/
|
|
74
|
-
Enabled?: boolean;
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* <p>Additional attributes that describe the application.</p>
|
|
78
|
-
*/
|
|
79
|
-
Metadata?: { [key: string]: string };
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export namespace Application {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
export const filterSensitiveLog = (obj: Application): any => ({
|
|
87
|
-
...obj,
|
|
88
|
-
});
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* <p>The persistent application settings for users of a stack.</p>
|
|
93
|
-
*/
|
|
94
|
-
export interface ApplicationSettings {
|
|
95
|
-
/**
|
|
96
|
-
* <p>Enables or disables persistent application settings for users during their streaming sessions. </p>
|
|
97
|
-
*/
|
|
98
|
-
Enabled: boolean | undefined;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* <p>The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack. </p>
|
|
102
|
-
*/
|
|
103
|
-
SettingsGroup?: string;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export namespace ApplicationSettings {
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
export const filterSensitiveLog = (obj: ApplicationSettings): any => ({
|
|
111
|
-
...obj,
|
|
112
|
-
});
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* <p>Describes the persistent application settings for users of a stack.</p>
|
|
117
|
-
*/
|
|
118
|
-
export interface ApplicationSettingsResponse {
|
|
119
|
-
/**
|
|
120
|
-
* <p>Specifies whether persistent application settings are enabled for users during their streaming sessions.</p>
|
|
121
|
-
*/
|
|
122
|
-
Enabled?: boolean;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* <p>The path prefix for the S3 bucket where users’ persistent application settings are stored.</p>
|
|
126
|
-
*/
|
|
127
|
-
SettingsGroup?: string;
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* <p>The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
|
|
131
|
-
* </p>
|
|
132
|
-
*/
|
|
133
|
-
S3BucketName?: string;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
export namespace ApplicationSettingsResponse {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
export const filterSensitiveLog = (obj: ApplicationSettingsResponse): any => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
export interface AssociateFleetRequest {
|
|
146
|
-
/**
|
|
147
|
-
* <p>The name of the fleet. </p>
|
|
148
|
-
*/
|
|
149
|
-
FleetName: string | undefined;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* <p>The name of the stack.</p>
|
|
153
|
-
*/
|
|
154
|
-
StackName: string | undefined;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
export namespace AssociateFleetRequest {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
export const filterSensitiveLog = (obj: AssociateFleetRequest): any => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export interface AssociateFleetResult {}
|
|
167
|
-
|
|
168
|
-
export namespace AssociateFleetResult {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
export const filterSensitiveLog = (obj: AssociateFleetResult): any => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
179
|
-
*/
|
|
180
|
-
export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
|
|
181
|
-
name: "ConcurrentModificationException";
|
|
182
|
-
$fault: "client";
|
|
183
|
-
/**
|
|
184
|
-
* <p>The error message in the exception.</p>
|
|
185
|
-
*/
|
|
186
|
-
Message?: string;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export namespace ConcurrentModificationException {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
export const filterSensitiveLog = (obj: ConcurrentModificationException): any => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
200
|
-
*/
|
|
201
|
-
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
202
|
-
name: "IncompatibleImageException";
|
|
203
|
-
$fault: "client";
|
|
204
|
-
/**
|
|
205
|
-
* <p>The error message in the exception.</p>
|
|
206
|
-
*/
|
|
207
|
-
Message?: string;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
export namespace IncompatibleImageException {
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
export const filterSensitiveLog = (obj: IncompatibleImageException): any => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
221
|
-
*/
|
|
222
|
-
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
223
|
-
name: "InvalidAccountStatusException";
|
|
224
|
-
$fault: "client";
|
|
225
|
-
/**
|
|
226
|
-
* <p>The error message in the exception.</p>
|
|
227
|
-
*/
|
|
228
|
-
Message?: string;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
export namespace InvalidAccountStatusException {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
export const filterSensitiveLog = (obj: InvalidAccountStatusException): any => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
242
|
-
*/
|
|
243
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
244
|
-
name: "LimitExceededException";
|
|
245
|
-
$fault: "client";
|
|
246
|
-
/**
|
|
247
|
-
* <p>The error message in the exception.</p>
|
|
248
|
-
*/
|
|
249
|
-
Message?: string;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export namespace LimitExceededException {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
|
-
export const filterSensitiveLog = (obj: LimitExceededException): any => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
/**
|
|
262
|
-
* <p>The attempted operation is not permitted.</p>
|
|
263
|
-
*/
|
|
264
|
-
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
265
|
-
name: "OperationNotPermittedException";
|
|
266
|
-
$fault: "client";
|
|
267
|
-
/**
|
|
268
|
-
* <p>The error message in the exception.</p>
|
|
269
|
-
*/
|
|
270
|
-
Message?: string;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
export namespace OperationNotPermittedException {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
export const filterSensitiveLog = (obj: OperationNotPermittedException): any => ({
|
|
278
|
-
...obj,
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
* <p>The specified resource was not found.</p>
|
|
284
|
-
*/
|
|
285
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
286
|
-
name: "ResourceNotFoundException";
|
|
287
|
-
$fault: "client";
|
|
288
|
-
/**
|
|
289
|
-
* <p>The error message in the exception.</p>
|
|
290
|
-
*/
|
|
291
|
-
Message?: string;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
export namespace ResourceNotFoundException {
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
export enum AuthenticationType {
|
|
304
|
-
API = "API",
|
|
305
|
-
SAML = "SAML",
|
|
306
|
-
USERPOOL = "USERPOOL",
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
/**
|
|
310
|
-
* <p>Describes a user in the user pool and the associated stack.</p>
|
|
311
|
-
*/
|
|
312
|
-
export interface UserStackAssociation {
|
|
313
|
-
/**
|
|
314
|
-
* <p>The name of the stack that is associated with the user.</p>
|
|
315
|
-
*/
|
|
316
|
-
StackName: string | undefined;
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* <p>The email address of the user who is associated with the stack.</p>
|
|
320
|
-
*
|
|
321
|
-
* <note>
|
|
322
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
323
|
-
* </note>
|
|
324
|
-
*/
|
|
325
|
-
UserName: string | undefined;
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* <p>The authentication type for the user.</p>
|
|
329
|
-
*/
|
|
330
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* <p>Specifies whether a welcome email is sent to a user after the user is created in the user pool.</p>
|
|
334
|
-
*/
|
|
335
|
-
SendEmailNotification?: boolean;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
export namespace UserStackAssociation {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
|
-
export const filterSensitiveLog = (obj: UserStackAssociation): any => ({
|
|
343
|
-
...obj,
|
|
344
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
345
|
-
});
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
export interface BatchAssociateUserStackRequest {
|
|
349
|
-
/**
|
|
350
|
-
* <p>The list of UserStackAssociation objects.</p>
|
|
351
|
-
*/
|
|
352
|
-
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
export namespace BatchAssociateUserStackRequest {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
|
-
export const filterSensitiveLog = (obj: BatchAssociateUserStackRequest): any => ({
|
|
360
|
-
...obj,
|
|
361
|
-
...(obj.UserStackAssociations && {
|
|
362
|
-
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociation.filterSensitiveLog(item)),
|
|
363
|
-
}),
|
|
364
|
-
});
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
export enum UserStackAssociationErrorCode {
|
|
368
|
-
DIRECTORY_NOT_FOUND = "DIRECTORY_NOT_FOUND",
|
|
369
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
370
|
-
STACK_NOT_FOUND = "STACK_NOT_FOUND",
|
|
371
|
-
USER_NAME_NOT_FOUND = "USER_NAME_NOT_FOUND",
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* <p>Describes the error that is returned when a user can’t be associated with or disassociated from a stack. </p>
|
|
376
|
-
*/
|
|
377
|
-
export interface UserStackAssociationError {
|
|
378
|
-
/**
|
|
379
|
-
* <p>Information about the user and associated stack.</p>
|
|
380
|
-
*/
|
|
381
|
-
UserStackAssociation?: UserStackAssociation;
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* <p>The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
|
|
385
|
-
*/
|
|
386
|
-
ErrorCode?: UserStackAssociationErrorCode | string;
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* <p>The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
|
|
390
|
-
*/
|
|
391
|
-
ErrorMessage?: string;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
export namespace UserStackAssociationError {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
export const filterSensitiveLog = (obj: UserStackAssociationError): any => ({
|
|
399
|
-
...obj,
|
|
400
|
-
...(obj.UserStackAssociation && {
|
|
401
|
-
UserStackAssociation: UserStackAssociation.filterSensitiveLog(obj.UserStackAssociation),
|
|
402
|
-
}),
|
|
403
|
-
});
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
export interface BatchAssociateUserStackResult {
|
|
407
|
-
/**
|
|
408
|
-
* <p>The list of UserStackAssociationError objects.</p>
|
|
409
|
-
*/
|
|
410
|
-
errors?: UserStackAssociationError[];
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
export namespace BatchAssociateUserStackResult {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
export const filterSensitiveLog = (obj: BatchAssociateUserStackResult): any => ({
|
|
418
|
-
...obj,
|
|
419
|
-
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationError.filterSensitiveLog(item)) }),
|
|
420
|
-
});
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/**
|
|
424
|
-
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
425
|
-
*/
|
|
426
|
-
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
427
|
-
name: "InvalidParameterCombinationException";
|
|
428
|
-
$fault: "client";
|
|
429
|
-
/**
|
|
430
|
-
* <p>The error message in the exception.</p>
|
|
431
|
-
*/
|
|
432
|
-
Message?: string;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
export namespace InvalidParameterCombinationException {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
export const filterSensitiveLog = (obj: InvalidParameterCombinationException): any => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
export interface BatchDisassociateUserStackRequest {
|
|
445
|
-
/**
|
|
446
|
-
* <p>The list of UserStackAssociation objects.</p>
|
|
447
|
-
*/
|
|
448
|
-
UserStackAssociations: UserStackAssociation[] | undefined;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
export namespace BatchDisassociateUserStackRequest {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
|
-
export const filterSensitiveLog = (obj: BatchDisassociateUserStackRequest): any => ({
|
|
456
|
-
...obj,
|
|
457
|
-
...(obj.UserStackAssociations && {
|
|
458
|
-
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociation.filterSensitiveLog(item)),
|
|
459
|
-
}),
|
|
460
|
-
});
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
export interface BatchDisassociateUserStackResult {
|
|
464
|
-
/**
|
|
465
|
-
* <p>The list of UserStackAssociationError objects.</p>
|
|
466
|
-
*/
|
|
467
|
-
errors?: UserStackAssociationError[];
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
export namespace BatchDisassociateUserStackResult {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
export const filterSensitiveLog = (obj: BatchDisassociateUserStackResult): any => ({
|
|
475
|
-
...obj,
|
|
476
|
-
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationError.filterSensitiveLog(item)) }),
|
|
477
|
-
});
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
/**
|
|
481
|
-
* <p>Describes the capacity for a fleet.</p>
|
|
482
|
-
*/
|
|
483
|
-
export interface ComputeCapacity {
|
|
484
|
-
/**
|
|
485
|
-
* <p>The desired number of streaming instances.</p>
|
|
486
|
-
*/
|
|
487
|
-
DesiredInstances: number | undefined;
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
export namespace ComputeCapacity {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
export const filterSensitiveLog = (obj: ComputeCapacity): any => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
/**
|
|
500
|
-
* <p>Describes the capacity status for a fleet.</p>
|
|
501
|
-
*/
|
|
502
|
-
export interface ComputeCapacityStatus {
|
|
503
|
-
/**
|
|
504
|
-
* <p>The desired number of streaming instances.</p>
|
|
505
|
-
*/
|
|
506
|
-
Desired: number | undefined;
|
|
507
|
-
|
|
508
|
-
/**
|
|
509
|
-
* <p>The total number of simultaneous streaming instances that are running.</p>
|
|
510
|
-
*/
|
|
511
|
-
Running?: number;
|
|
512
|
-
|
|
513
|
-
/**
|
|
514
|
-
* <p>The number of instances in use for streaming.</p>
|
|
515
|
-
*/
|
|
516
|
-
InUse?: number;
|
|
517
|
-
|
|
518
|
-
/**
|
|
519
|
-
* <p>The number of currently available instances that can be used to stream
|
|
520
|
-
* sessions.</p>
|
|
521
|
-
*/
|
|
522
|
-
Available?: number;
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
export namespace ComputeCapacityStatus {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
export const filterSensitiveLog = (obj: ComputeCapacityStatus): any => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
export interface CopyImageRequest {
|
|
535
|
-
/**
|
|
536
|
-
* <p>The name of the image to copy.</p>
|
|
537
|
-
*/
|
|
538
|
-
SourceImageName: string | undefined;
|
|
539
|
-
|
|
540
|
-
/**
|
|
541
|
-
* <p>The name that the image will have when it is copied to the destination.</p>
|
|
542
|
-
*/
|
|
543
|
-
DestinationImageName: string | undefined;
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* <p>The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.</p>
|
|
547
|
-
*/
|
|
548
|
-
DestinationRegion: string | undefined;
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
* <p>The description that the image will have when it is copied to the destination.</p>
|
|
552
|
-
*/
|
|
553
|
-
DestinationImageDescription?: string;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
export namespace CopyImageRequest {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
export const filterSensitiveLog = (obj: CopyImageRequest): any => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
export interface CopyImageResponse {
|
|
566
|
-
/**
|
|
567
|
-
* <p>The name of the destination image.</p>
|
|
568
|
-
*/
|
|
569
|
-
DestinationImageName?: string;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
export namespace CopyImageResponse {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
|
-
export const filterSensitiveLog = (obj: CopyImageResponse): any => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
* <p>The specified resource already exists.</p>
|
|
583
|
-
*/
|
|
584
|
-
export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
585
|
-
name: "ResourceAlreadyExistsException";
|
|
586
|
-
$fault: "client";
|
|
587
|
-
/**
|
|
588
|
-
* <p>The error message in the exception.</p>
|
|
589
|
-
*/
|
|
590
|
-
Message?: string;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
export namespace ResourceAlreadyExistsException {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
|
-
export const filterSensitiveLog = (obj: ResourceAlreadyExistsException): any => ({
|
|
598
|
-
...obj,
|
|
599
|
-
});
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
/**
|
|
603
|
-
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
604
|
-
*/
|
|
605
|
-
export interface ResourceNotAvailableException extends __SmithyException, $MetadataBearer {
|
|
606
|
-
name: "ResourceNotAvailableException";
|
|
607
|
-
$fault: "client";
|
|
608
|
-
/**
|
|
609
|
-
* <p>The error message in the exception.</p>
|
|
610
|
-
*/
|
|
611
|
-
Message?: string;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
export namespace ResourceNotAvailableException {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
export const filterSensitiveLog = (obj: ResourceNotAvailableException): any => ({
|
|
619
|
-
...obj,
|
|
620
|
-
});
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
/**
|
|
624
|
-
* <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
625
|
-
*/
|
|
626
|
-
export interface ServiceAccountCredentials {
|
|
627
|
-
/**
|
|
628
|
-
* <p>The user name of the account. This account must have the following privileges: create computer objects,
|
|
629
|
-
* join computers to the domain, and change/reset the password on descendant computer objects for the
|
|
630
|
-
* organizational units specified.</p>
|
|
631
|
-
*/
|
|
632
|
-
AccountName: string | undefined;
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* <p>The password for the account.</p>
|
|
636
|
-
*/
|
|
637
|
-
AccountPassword: string | undefined;
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
export namespace ServiceAccountCredentials {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
export const filterSensitiveLog = (obj: ServiceAccountCredentials): any => ({
|
|
645
|
-
...obj,
|
|
646
|
-
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
647
|
-
...(obj.AccountPassword && { AccountPassword: SENSITIVE_STRING }),
|
|
648
|
-
});
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
export interface CreateDirectoryConfigRequest {
|
|
652
|
-
/**
|
|
653
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
654
|
-
*/
|
|
655
|
-
DirectoryName: string | undefined;
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
659
|
-
*/
|
|
660
|
-
OrganizationalUnitDistinguishedNames: string[] | undefined;
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
664
|
-
*/
|
|
665
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
export namespace CreateDirectoryConfigRequest {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
|
-
export const filterSensitiveLog = (obj: CreateDirectoryConfigRequest): any => ({
|
|
673
|
-
...obj,
|
|
674
|
-
...(obj.ServiceAccountCredentials && {
|
|
675
|
-
ServiceAccountCredentials: ServiceAccountCredentials.filterSensitiveLog(obj.ServiceAccountCredentials),
|
|
676
|
-
}),
|
|
677
|
-
});
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
/**
|
|
681
|
-
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
682
|
-
*/
|
|
683
|
-
export interface DirectoryConfig {
|
|
684
|
-
/**
|
|
685
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
686
|
-
*/
|
|
687
|
-
DirectoryName: string | undefined;
|
|
688
|
-
|
|
689
|
-
/**
|
|
690
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
691
|
-
*/
|
|
692
|
-
OrganizationalUnitDistinguishedNames?: string[];
|
|
693
|
-
|
|
694
|
-
/**
|
|
695
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
696
|
-
*/
|
|
697
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
* <p>The time the directory configuration was created.</p>
|
|
701
|
-
*/
|
|
702
|
-
CreatedTime?: Date;
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
export namespace DirectoryConfig {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
export const filterSensitiveLog = (obj: DirectoryConfig): any => ({
|
|
710
|
-
...obj,
|
|
711
|
-
...(obj.ServiceAccountCredentials && {
|
|
712
|
-
ServiceAccountCredentials: ServiceAccountCredentials.filterSensitiveLog(obj.ServiceAccountCredentials),
|
|
713
|
-
}),
|
|
714
|
-
});
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
export interface CreateDirectoryConfigResult {
|
|
718
|
-
/**
|
|
719
|
-
* <p>Information about the directory configuration.</p>
|
|
720
|
-
*/
|
|
721
|
-
DirectoryConfig?: DirectoryConfig;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
export namespace CreateDirectoryConfigResult {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
|
-
export const filterSensitiveLog = (obj: CreateDirectoryConfigResult): any => ({
|
|
729
|
-
...obj,
|
|
730
|
-
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }),
|
|
731
|
-
});
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
/**
|
|
735
|
-
* <p>The specified role is invalid.</p>
|
|
736
|
-
*/
|
|
737
|
-
export interface InvalidRoleException extends __SmithyException, $MetadataBearer {
|
|
738
|
-
name: "InvalidRoleException";
|
|
739
|
-
$fault: "client";
|
|
740
|
-
/**
|
|
741
|
-
* <p>The error message in the exception.</p>
|
|
742
|
-
*/
|
|
743
|
-
Message?: string;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
export namespace InvalidRoleException {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
export const filterSensitiveLog = (obj: InvalidRoleException): any => ({
|
|
751
|
-
...obj,
|
|
752
|
-
});
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/**
|
|
756
|
-
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
757
|
-
*/
|
|
758
|
-
export interface DomainJoinInfo {
|
|
759
|
-
/**
|
|
760
|
-
* <p>The fully qualified name of the directory (for example, corp.example.com).</p>
|
|
761
|
-
*/
|
|
762
|
-
DirectoryName?: string;
|
|
763
|
-
|
|
764
|
-
/**
|
|
765
|
-
* <p>The distinguished name of the organizational unit for computer accounts.</p>
|
|
766
|
-
*/
|
|
767
|
-
OrganizationalUnitDistinguishedName?: string;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
export namespace DomainJoinInfo {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
export const filterSensitiveLog = (obj: DomainJoinInfo): any => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
export enum FleetType {
|
|
780
|
-
ALWAYS_ON = "ALWAYS_ON",
|
|
781
|
-
ON_DEMAND = "ON_DEMAND",
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export enum StreamView {
|
|
785
|
-
APP = "APP",
|
|
786
|
-
DESKTOP = "DESKTOP",
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/**
|
|
790
|
-
* <p>Describes VPC configuration information for fleets and image builders.</p>
|
|
791
|
-
*/
|
|
792
|
-
export interface VpcConfig {
|
|
793
|
-
/**
|
|
794
|
-
* <p>The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.</p>
|
|
795
|
-
*/
|
|
796
|
-
SubnetIds?: string[];
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
* <p>The identifiers of the security groups for the fleet or image builder.</p>
|
|
800
|
-
*/
|
|
801
|
-
SecurityGroupIds?: string[];
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
export namespace VpcConfig {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
|
-
export const filterSensitiveLog = (obj: VpcConfig): any => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
export interface CreateFleetRequest {
|
|
814
|
-
/**
|
|
815
|
-
* <p>A unique name for the fleet.</p>
|
|
816
|
-
*/
|
|
817
|
-
Name: string | undefined;
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
821
|
-
*/
|
|
822
|
-
ImageName?: string;
|
|
823
|
-
|
|
824
|
-
/**
|
|
825
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
826
|
-
*/
|
|
827
|
-
ImageArn?: string;
|
|
828
|
-
|
|
829
|
-
/**
|
|
830
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
831
|
-
* <ul>
|
|
832
|
-
* <li>
|
|
833
|
-
* <p>stream.standard.small</p>
|
|
834
|
-
* </li>
|
|
835
|
-
* <li>
|
|
836
|
-
* <p>stream.standard.medium</p>
|
|
837
|
-
* </li>
|
|
838
|
-
* <li>
|
|
839
|
-
* <p>stream.standard.large</p>
|
|
840
|
-
* </li>
|
|
841
|
-
* <li>
|
|
842
|
-
* <p>stream.compute.large</p>
|
|
843
|
-
* </li>
|
|
844
|
-
* <li>
|
|
845
|
-
* <p>stream.compute.xlarge</p>
|
|
846
|
-
* </li>
|
|
847
|
-
* <li>
|
|
848
|
-
* <p>stream.compute.2xlarge</p>
|
|
849
|
-
* </li>
|
|
850
|
-
* <li>
|
|
851
|
-
* <p>stream.compute.4xlarge</p>
|
|
852
|
-
* </li>
|
|
853
|
-
* <li>
|
|
854
|
-
* <p>stream.compute.8xlarge</p>
|
|
855
|
-
* </li>
|
|
856
|
-
* <li>
|
|
857
|
-
* <p>stream.memory.large</p>
|
|
858
|
-
* </li>
|
|
859
|
-
* <li>
|
|
860
|
-
* <p>stream.memory.xlarge</p>
|
|
861
|
-
* </li>
|
|
862
|
-
* <li>
|
|
863
|
-
* <p>stream.memory.2xlarge</p>
|
|
864
|
-
* </li>
|
|
865
|
-
* <li>
|
|
866
|
-
* <p>stream.memory.4xlarge</p>
|
|
867
|
-
* </li>
|
|
868
|
-
* <li>
|
|
869
|
-
* <p>stream.memory.8xlarge</p>
|
|
870
|
-
* </li>
|
|
871
|
-
* <li>
|
|
872
|
-
* <p>stream.memory.z1d.large</p>
|
|
873
|
-
* </li>
|
|
874
|
-
* <li>
|
|
875
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
876
|
-
* </li>
|
|
877
|
-
* <li>
|
|
878
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
879
|
-
* </li>
|
|
880
|
-
* <li>
|
|
881
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
882
|
-
* </li>
|
|
883
|
-
* <li>
|
|
884
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
885
|
-
* </li>
|
|
886
|
-
* <li>
|
|
887
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
888
|
-
* </li>
|
|
889
|
-
* <li>
|
|
890
|
-
* <p>stream.graphics-design.large</p>
|
|
891
|
-
* </li>
|
|
892
|
-
* <li>
|
|
893
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
894
|
-
* </li>
|
|
895
|
-
* <li>
|
|
896
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
897
|
-
* </li>
|
|
898
|
-
* <li>
|
|
899
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
900
|
-
* </li>
|
|
901
|
-
* <li>
|
|
902
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
903
|
-
* </li>
|
|
904
|
-
* <li>
|
|
905
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
906
|
-
* </li>
|
|
907
|
-
* <li>
|
|
908
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
909
|
-
* </li>
|
|
910
|
-
* <li>
|
|
911
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
912
|
-
* </li>
|
|
913
|
-
* <li>
|
|
914
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
915
|
-
* </li>
|
|
916
|
-
* <li>
|
|
917
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
918
|
-
* </li>
|
|
919
|
-
* <li>
|
|
920
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
921
|
-
* </li>
|
|
922
|
-
* <li>
|
|
923
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
924
|
-
* </li>
|
|
925
|
-
* <li>
|
|
926
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
927
|
-
* </li>
|
|
928
|
-
* <li>
|
|
929
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
930
|
-
* </li>
|
|
931
|
-
* </ul>
|
|
932
|
-
*/
|
|
933
|
-
InstanceType: string | undefined;
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* <p>The fleet type.</p>
|
|
937
|
-
* <dl>
|
|
938
|
-
* <dt>ALWAYS_ON</dt>
|
|
939
|
-
* <dd>
|
|
940
|
-
* <p>Provides users with instant-on access to their apps.
|
|
941
|
-
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
942
|
-
* </dd>
|
|
943
|
-
* <dt>ON_DEMAND</dt>
|
|
944
|
-
* <dd>
|
|
945
|
-
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
946
|
-
* You are charged for instance streaming when users are connected and a
|
|
947
|
-
* small hourly fee for instances that are not streaming apps.</p>
|
|
948
|
-
* </dd>
|
|
949
|
-
* </dl>
|
|
950
|
-
*/
|
|
951
|
-
FleetType?: FleetType | string;
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* <p>The desired capacity for the fleet.</p>
|
|
955
|
-
*/
|
|
956
|
-
ComputeCapacity: ComputeCapacity | undefined;
|
|
957
|
-
|
|
958
|
-
/**
|
|
959
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
960
|
-
*/
|
|
961
|
-
VpcConfig?: VpcConfig;
|
|
962
|
-
|
|
963
|
-
/**
|
|
964
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
|
|
965
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
966
|
-
*/
|
|
967
|
-
MaxUserDurationInSeconds?: number;
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
|
|
971
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
972
|
-
*/
|
|
973
|
-
DisconnectTimeoutInSeconds?: number;
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
* <p>The description to display.</p>
|
|
977
|
-
*/
|
|
978
|
-
Description?: string;
|
|
979
|
-
|
|
980
|
-
/**
|
|
981
|
-
* <p>The fleet name to display.</p>
|
|
982
|
-
*/
|
|
983
|
-
DisplayName?: string;
|
|
984
|
-
|
|
985
|
-
/**
|
|
986
|
-
* <p>Enables or disables default internet access for the fleet.</p>
|
|
987
|
-
*/
|
|
988
|
-
EnableDefaultInternetAccess?: boolean;
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
992
|
-
*/
|
|
993
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
994
|
-
|
|
995
|
-
/**
|
|
996
|
-
* <p>The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
997
|
-
*
|
|
998
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
999
|
-
*
|
|
1000
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1001
|
-
* <p>_ . : / = + \ - @</p>
|
|
1002
|
-
*
|
|
1003
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
Tags?: { [key: string]: string };
|
|
1006
|
-
|
|
1007
|
-
/**
|
|
1008
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
1009
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
1010
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
1011
|
-
* they try to reconnect to the streaming session before the time interval specified in
|
|
1012
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
1013
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
1014
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
1015
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1016
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1017
|
-
* disconnected.</p>
|
|
1018
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
1019
|
-
* <note>
|
|
1020
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
1021
|
-
* </note>
|
|
1022
|
-
*/
|
|
1023
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1027
|
-
*
|
|
1028
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1029
|
-
*/
|
|
1030
|
-
IamRoleArn?: string;
|
|
1031
|
-
|
|
1032
|
-
/**
|
|
1033
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
1034
|
-
*
|
|
1035
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
1036
|
-
*/
|
|
1037
|
-
StreamView?: StreamView | string;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
export namespace CreateFleetRequest {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
|
-
export const filterSensitiveLog = (obj: CreateFleetRequest): any => ({
|
|
1045
|
-
...obj,
|
|
1046
|
-
});
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
export enum FleetErrorCode {
|
|
1050
|
-
DOMAIN_JOIN_ERROR_ACCESS_DENIED = "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
1051
|
-
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
1052
|
-
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND = "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
1053
|
-
DOMAIN_JOIN_ERROR_INVALID_PARAMETER = "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
1054
|
-
DOMAIN_JOIN_ERROR_LOGON_FAILURE = "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
1055
|
-
DOMAIN_JOIN_ERROR_MORE_DATA = "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
1056
|
-
DOMAIN_JOIN_ERROR_NOT_SUPPORTED = "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
1057
|
-
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN = "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
1058
|
-
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR = "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
1059
|
-
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME = "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
1060
|
-
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED = "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
1061
|
-
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED = "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
1062
|
-
FLEET_INSTANCE_PROVISIONING_FAILURE = "FLEET_INSTANCE_PROVISIONING_FAILURE",
|
|
1063
|
-
FLEET_STOPPED = "FLEET_STOPPED",
|
|
1064
|
-
IAM_SERVICE_ROLE_IS_MISSING = "IAM_SERVICE_ROLE_IS_MISSING",
|
|
1065
|
-
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
1066
|
-
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
1067
|
-
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
1068
|
-
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
1069
|
-
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION = "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
1070
|
-
IGW_NOT_ATTACHED = "IGW_NOT_ATTACHED",
|
|
1071
|
-
IMAGE_NOT_FOUND = "IMAGE_NOT_FOUND",
|
|
1072
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
1073
|
-
INVALID_SUBNET_CONFIGURATION = "INVALID_SUBNET_CONFIGURATION",
|
|
1074
|
-
MACHINE_ROLE_IS_MISSING = "MACHINE_ROLE_IS_MISSING",
|
|
1075
|
-
NETWORK_INTERFACE_LIMIT_EXCEEDED = "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
1076
|
-
SECURITY_GROUPS_NOT_FOUND = "SECURITY_GROUPS_NOT_FOUND",
|
|
1077
|
-
STS_DISABLED_IN_REGION = "STS_DISABLED_IN_REGION",
|
|
1078
|
-
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES = "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
1079
|
-
SUBNET_NOT_FOUND = "SUBNET_NOT_FOUND",
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>Describes a fleet error.</p>
|
|
1084
|
-
*/
|
|
1085
|
-
export interface FleetError {
|
|
1086
|
-
/**
|
|
1087
|
-
* <p>The error code.</p>
|
|
1088
|
-
*/
|
|
1089
|
-
ErrorCode?: FleetErrorCode | string;
|
|
1090
|
-
|
|
1091
|
-
/**
|
|
1092
|
-
* <p>The error message.</p>
|
|
1093
|
-
*/
|
|
1094
|
-
ErrorMessage?: string;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
export namespace FleetError {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
export const filterSensitiveLog = (obj: FleetError): any => ({
|
|
1102
|
-
...obj,
|
|
1103
|
-
});
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
export enum FleetState {
|
|
1107
|
-
RUNNING = "RUNNING",
|
|
1108
|
-
STARTING = "STARTING",
|
|
1109
|
-
STOPPED = "STOPPED",
|
|
1110
|
-
STOPPING = "STOPPING",
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
/**
|
|
1114
|
-
* <p>Describes a fleet.</p>
|
|
1115
|
-
*/
|
|
1116
|
-
export interface Fleet {
|
|
1117
|
-
/**
|
|
1118
|
-
* <p>The Amazon Resource Name (ARN) for the fleet.</p>
|
|
1119
|
-
*/
|
|
1120
|
-
Arn: string | undefined;
|
|
1121
|
-
|
|
1122
|
-
/**
|
|
1123
|
-
* <p>The name of the fleet.</p>
|
|
1124
|
-
*/
|
|
1125
|
-
Name: string | undefined;
|
|
1126
|
-
|
|
1127
|
-
/**
|
|
1128
|
-
* <p>The fleet name to display.</p>
|
|
1129
|
-
*/
|
|
1130
|
-
DisplayName?: string;
|
|
1131
|
-
|
|
1132
|
-
/**
|
|
1133
|
-
* <p>The description to display.</p>
|
|
1134
|
-
*/
|
|
1135
|
-
Description?: string;
|
|
1136
|
-
|
|
1137
|
-
/**
|
|
1138
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
1139
|
-
*/
|
|
1140
|
-
ImageName?: string;
|
|
1141
|
-
|
|
1142
|
-
/**
|
|
1143
|
-
* <p>The ARN for the public, private, or shared image.</p>
|
|
1144
|
-
*/
|
|
1145
|
-
ImageArn?: string;
|
|
1146
|
-
|
|
1147
|
-
/**
|
|
1148
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
1149
|
-
* <ul>
|
|
1150
|
-
* <li>
|
|
1151
|
-
* <p>stream.standard.small</p>
|
|
1152
|
-
* </li>
|
|
1153
|
-
* <li>
|
|
1154
|
-
* <p>stream.standard.medium</p>
|
|
1155
|
-
* </li>
|
|
1156
|
-
* <li>
|
|
1157
|
-
* <p>stream.standard.large</p>
|
|
1158
|
-
* </li>
|
|
1159
|
-
* <li>
|
|
1160
|
-
* <p>stream.compute.large</p>
|
|
1161
|
-
* </li>
|
|
1162
|
-
* <li>
|
|
1163
|
-
* <p>stream.compute.xlarge</p>
|
|
1164
|
-
* </li>
|
|
1165
|
-
* <li>
|
|
1166
|
-
* <p>stream.compute.2xlarge</p>
|
|
1167
|
-
* </li>
|
|
1168
|
-
* <li>
|
|
1169
|
-
* <p>stream.compute.4xlarge</p>
|
|
1170
|
-
* </li>
|
|
1171
|
-
* <li>
|
|
1172
|
-
* <p>stream.compute.8xlarge</p>
|
|
1173
|
-
* </li>
|
|
1174
|
-
* <li>
|
|
1175
|
-
* <p>stream.memory.large</p>
|
|
1176
|
-
* </li>
|
|
1177
|
-
* <li>
|
|
1178
|
-
* <p>stream.memory.xlarge</p>
|
|
1179
|
-
* </li>
|
|
1180
|
-
* <li>
|
|
1181
|
-
* <p>stream.memory.2xlarge</p>
|
|
1182
|
-
* </li>
|
|
1183
|
-
* <li>
|
|
1184
|
-
* <p>stream.memory.4xlarge</p>
|
|
1185
|
-
* </li>
|
|
1186
|
-
* <li>
|
|
1187
|
-
* <p>stream.memory.8xlarge</p>
|
|
1188
|
-
* </li>
|
|
1189
|
-
* <li>
|
|
1190
|
-
* <p>stream.memory.z1d.large</p>
|
|
1191
|
-
* </li>
|
|
1192
|
-
* <li>
|
|
1193
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
1194
|
-
* </li>
|
|
1195
|
-
* <li>
|
|
1196
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
1197
|
-
* </li>
|
|
1198
|
-
* <li>
|
|
1199
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
1200
|
-
* </li>
|
|
1201
|
-
* <li>
|
|
1202
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
1203
|
-
* </li>
|
|
1204
|
-
* <li>
|
|
1205
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
1206
|
-
* </li>
|
|
1207
|
-
* <li>
|
|
1208
|
-
* <p>stream.graphics-design.large</p>
|
|
1209
|
-
* </li>
|
|
1210
|
-
* <li>
|
|
1211
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
1212
|
-
* </li>
|
|
1213
|
-
* <li>
|
|
1214
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1215
|
-
* </li>
|
|
1216
|
-
* <li>
|
|
1217
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1218
|
-
* </li>
|
|
1219
|
-
* <li>
|
|
1220
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1221
|
-
* </li>
|
|
1222
|
-
* <li>
|
|
1223
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1224
|
-
* </li>
|
|
1225
|
-
* <li>
|
|
1226
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1227
|
-
* </li>
|
|
1228
|
-
* <li>
|
|
1229
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1230
|
-
* </li>
|
|
1231
|
-
* <li>
|
|
1232
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1233
|
-
* </li>
|
|
1234
|
-
* <li>
|
|
1235
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1236
|
-
* </li>
|
|
1237
|
-
* <li>
|
|
1238
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1239
|
-
* </li>
|
|
1240
|
-
* <li>
|
|
1241
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1242
|
-
* </li>
|
|
1243
|
-
* <li>
|
|
1244
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1245
|
-
* </li>
|
|
1246
|
-
* <li>
|
|
1247
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1248
|
-
* </li>
|
|
1249
|
-
* </ul>
|
|
1250
|
-
*/
|
|
1251
|
-
InstanceType: string | undefined;
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* <p>The fleet type.</p>
|
|
1255
|
-
* <dl>
|
|
1256
|
-
* <dt>ALWAYS_ON</dt>
|
|
1257
|
-
* <dd>
|
|
1258
|
-
* <p>Provides users with instant-on access to their apps.
|
|
1259
|
-
* You are charged for all running instances in your fleet, even if no users are streaming apps.</p>
|
|
1260
|
-
* </dd>
|
|
1261
|
-
* <dt>ON_DEMAND</dt>
|
|
1262
|
-
* <dd>
|
|
1263
|
-
* <p>Provide users with access to applications after they connect, which takes one to two minutes.
|
|
1264
|
-
* You are charged for instance streaming when users are connected and a
|
|
1265
|
-
* small hourly fee for instances that are not streaming apps.</p>
|
|
1266
|
-
* </dd>
|
|
1267
|
-
* </dl>
|
|
1268
|
-
*/
|
|
1269
|
-
FleetType?: FleetType | string;
|
|
1270
|
-
|
|
1271
|
-
/**
|
|
1272
|
-
* <p>The capacity status for the fleet.</p>
|
|
1273
|
-
*/
|
|
1274
|
-
ComputeCapacityStatus: ComputeCapacityStatus | undefined;
|
|
1275
|
-
|
|
1276
|
-
/**
|
|
1277
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. </p>
|
|
1278
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
1279
|
-
*/
|
|
1280
|
-
MaxUserDurationInSeconds?: number;
|
|
1281
|
-
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.</p>
|
|
1284
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
1285
|
-
*/
|
|
1286
|
-
DisconnectTimeoutInSeconds?: number;
|
|
1287
|
-
|
|
1288
|
-
/**
|
|
1289
|
-
* <p>The current state for the fleet.</p>
|
|
1290
|
-
*/
|
|
1291
|
-
State: FleetState | string | undefined;
|
|
1292
|
-
|
|
1293
|
-
/**
|
|
1294
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
1295
|
-
*/
|
|
1296
|
-
VpcConfig?: VpcConfig;
|
|
1297
|
-
|
|
1298
|
-
/**
|
|
1299
|
-
* <p>The time the fleet was created.</p>
|
|
1300
|
-
*/
|
|
1301
|
-
CreatedTime?: Date;
|
|
1302
|
-
|
|
1303
|
-
/**
|
|
1304
|
-
* <p>The fleet errors.</p>
|
|
1305
|
-
*/
|
|
1306
|
-
FleetErrors?: FleetError[];
|
|
1307
|
-
|
|
1308
|
-
/**
|
|
1309
|
-
* <p>Indicates whether default internet access is enabled for the fleet.</p>
|
|
1310
|
-
*/
|
|
1311
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1312
|
-
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
1315
|
-
*/
|
|
1316
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1317
|
-
|
|
1318
|
-
/**
|
|
1319
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
1320
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
1321
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
1322
|
-
* users try to reconnect to the streaming session before the time interval specified in
|
|
1323
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
1324
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
1325
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
1326
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
1327
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
1328
|
-
* disconnected.</p>
|
|
1329
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
1330
|
-
*
|
|
1331
|
-
* <note>
|
|
1332
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
1333
|
-
* </note>
|
|
1334
|
-
*/
|
|
1335
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
1336
|
-
|
|
1337
|
-
/**
|
|
1338
|
-
* <p>The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1339
|
-
*
|
|
1340
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1341
|
-
*/
|
|
1342
|
-
IamRoleArn?: string;
|
|
1343
|
-
|
|
1344
|
-
/**
|
|
1345
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
1346
|
-
*
|
|
1347
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
1348
|
-
*/
|
|
1349
|
-
StreamView?: StreamView | string;
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
export namespace Fleet {
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
|
-
export const filterSensitiveLog = (obj: Fleet): any => ({
|
|
1357
|
-
...obj,
|
|
1358
|
-
});
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
export interface CreateFleetResult {
|
|
1362
|
-
/**
|
|
1363
|
-
* <p>Information about the fleet.</p>
|
|
1364
|
-
*/
|
|
1365
|
-
Fleet?: Fleet;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
export namespace CreateFleetResult {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
export const filterSensitiveLog = (obj: CreateFleetResult): any => ({
|
|
1373
|
-
...obj,
|
|
1374
|
-
});
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
/**
|
|
1378
|
-
* <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
|
|
1379
|
-
*/
|
|
1380
|
-
export interface RequestLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1381
|
-
name: "RequestLimitExceededException";
|
|
1382
|
-
$fault: "client";
|
|
1383
|
-
/**
|
|
1384
|
-
* <p>The error message in the exception.</p>
|
|
1385
|
-
*/
|
|
1386
|
-
Message?: string;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
export namespace RequestLimitExceededException {
|
|
1390
|
-
/**
|
|
1391
|
-
* @internal
|
|
1392
|
-
*/
|
|
1393
|
-
export const filterSensitiveLog = (obj: RequestLimitExceededException): any => ({
|
|
1394
|
-
...obj,
|
|
1395
|
-
});
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
export interface CreateImageBuilderRequest {
|
|
1399
|
-
/**
|
|
1400
|
-
* <p>A unique name for the image builder.</p>
|
|
1401
|
-
*/
|
|
1402
|
-
Name: string | undefined;
|
|
1403
|
-
|
|
1404
|
-
/**
|
|
1405
|
-
* <p>The name of the image used to create the image builder.</p>
|
|
1406
|
-
*/
|
|
1407
|
-
ImageName?: string;
|
|
1408
|
-
|
|
1409
|
-
/**
|
|
1410
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
1411
|
-
*/
|
|
1412
|
-
ImageArn?: string;
|
|
1413
|
-
|
|
1414
|
-
/**
|
|
1415
|
-
* <p>The instance type to use when launching the image builder. The following instance types are available:</p>
|
|
1416
|
-
* <ul>
|
|
1417
|
-
* <li>
|
|
1418
|
-
* <p>stream.standard.small</p>
|
|
1419
|
-
* </li>
|
|
1420
|
-
* <li>
|
|
1421
|
-
* <p>stream.standard.medium</p>
|
|
1422
|
-
* </li>
|
|
1423
|
-
* <li>
|
|
1424
|
-
* <p>stream.standard.large</p>
|
|
1425
|
-
* </li>
|
|
1426
|
-
* <li>
|
|
1427
|
-
* <p>stream.compute.large</p>
|
|
1428
|
-
* </li>
|
|
1429
|
-
* <li>
|
|
1430
|
-
* <p>stream.compute.xlarge</p>
|
|
1431
|
-
* </li>
|
|
1432
|
-
* <li>
|
|
1433
|
-
* <p>stream.compute.2xlarge</p>
|
|
1434
|
-
* </li>
|
|
1435
|
-
* <li>
|
|
1436
|
-
* <p>stream.compute.4xlarge</p>
|
|
1437
|
-
* </li>
|
|
1438
|
-
* <li>
|
|
1439
|
-
* <p>stream.compute.8xlarge</p>
|
|
1440
|
-
* </li>
|
|
1441
|
-
* <li>
|
|
1442
|
-
* <p>stream.memory.large</p>
|
|
1443
|
-
* </li>
|
|
1444
|
-
* <li>
|
|
1445
|
-
* <p>stream.memory.xlarge</p>
|
|
1446
|
-
* </li>
|
|
1447
|
-
* <li>
|
|
1448
|
-
* <p>stream.memory.2xlarge</p>
|
|
1449
|
-
* </li>
|
|
1450
|
-
* <li>
|
|
1451
|
-
* <p>stream.memory.4xlarge</p>
|
|
1452
|
-
* </li>
|
|
1453
|
-
* <li>
|
|
1454
|
-
* <p>stream.memory.8xlarge</p>
|
|
1455
|
-
* </li>
|
|
1456
|
-
* <li>
|
|
1457
|
-
* <p>stream.memory.z1d.large</p>
|
|
1458
|
-
* </li>
|
|
1459
|
-
* <li>
|
|
1460
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
1461
|
-
* </li>
|
|
1462
|
-
* <li>
|
|
1463
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
1464
|
-
* </li>
|
|
1465
|
-
* <li>
|
|
1466
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
1467
|
-
* </li>
|
|
1468
|
-
* <li>
|
|
1469
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
1470
|
-
* </li>
|
|
1471
|
-
* <li>
|
|
1472
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
1473
|
-
* </li>
|
|
1474
|
-
* <li>
|
|
1475
|
-
* <p>stream.graphics-design.large</p>
|
|
1476
|
-
* </li>
|
|
1477
|
-
* <li>
|
|
1478
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
1479
|
-
* </li>
|
|
1480
|
-
* <li>
|
|
1481
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1482
|
-
* </li>
|
|
1483
|
-
* <li>
|
|
1484
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1485
|
-
* </li>
|
|
1486
|
-
* <li>
|
|
1487
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1488
|
-
* </li>
|
|
1489
|
-
* <li>
|
|
1490
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1491
|
-
* </li>
|
|
1492
|
-
* <li>
|
|
1493
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1494
|
-
* </li>
|
|
1495
|
-
* <li>
|
|
1496
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1497
|
-
* </li>
|
|
1498
|
-
* <li>
|
|
1499
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1500
|
-
* </li>
|
|
1501
|
-
* <li>
|
|
1502
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1503
|
-
* </li>
|
|
1504
|
-
* <li>
|
|
1505
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1506
|
-
* </li>
|
|
1507
|
-
* <li>
|
|
1508
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1509
|
-
* </li>
|
|
1510
|
-
* <li>
|
|
1511
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1512
|
-
* </li>
|
|
1513
|
-
* <li>
|
|
1514
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1515
|
-
* </li>
|
|
1516
|
-
* </ul>
|
|
1517
|
-
*/
|
|
1518
|
-
InstanceType: string | undefined;
|
|
1519
|
-
|
|
1520
|
-
/**
|
|
1521
|
-
* <p>The description to display.</p>
|
|
1522
|
-
*/
|
|
1523
|
-
Description?: string;
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* <p>The image builder name to display.</p>
|
|
1527
|
-
*/
|
|
1528
|
-
DisplayName?: string;
|
|
1529
|
-
|
|
1530
|
-
/**
|
|
1531
|
-
* <p>The VPC configuration for the image builder. You can specify only one subnet.</p>
|
|
1532
|
-
*/
|
|
1533
|
-
VpcConfig?: VpcConfig;
|
|
1534
|
-
|
|
1535
|
-
/**
|
|
1536
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1537
|
-
*
|
|
1538
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1539
|
-
*/
|
|
1540
|
-
IamRoleArn?: string;
|
|
1541
|
-
|
|
1542
|
-
/**
|
|
1543
|
-
* <p>Enables or disables default internet access for the image builder.</p>
|
|
1544
|
-
*/
|
|
1545
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1546
|
-
|
|
1547
|
-
/**
|
|
1548
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
|
|
1549
|
-
*/
|
|
1550
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1551
|
-
|
|
1552
|
-
/**
|
|
1553
|
-
* <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
|
|
1554
|
-
*/
|
|
1555
|
-
AppstreamAgentVersion?: string;
|
|
1556
|
-
|
|
1557
|
-
/**
|
|
1558
|
-
* <p>The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
1559
|
-
*
|
|
1560
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
1561
|
-
* <p>_ . : / = + \ - @</p>
|
|
1562
|
-
*
|
|
1563
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
1564
|
-
*
|
|
1565
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1566
|
-
*/
|
|
1567
|
-
Tags?: { [key: string]: string };
|
|
1568
|
-
|
|
1569
|
-
/**
|
|
1570
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.</p>
|
|
1571
|
-
*/
|
|
1572
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
export namespace CreateImageBuilderRequest {
|
|
1576
|
-
/**
|
|
1577
|
-
* @internal
|
|
1578
|
-
*/
|
|
1579
|
-
export const filterSensitiveLog = (obj: CreateImageBuilderRequest): any => ({
|
|
1580
|
-
...obj,
|
|
1581
|
-
});
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
/**
|
|
1585
|
-
* <p>Describes a resource error.</p>
|
|
1586
|
-
*/
|
|
1587
|
-
export interface ResourceError {
|
|
1588
|
-
/**
|
|
1589
|
-
* <p>The error code.</p>
|
|
1590
|
-
*/
|
|
1591
|
-
ErrorCode?: FleetErrorCode | string;
|
|
1592
|
-
|
|
1593
|
-
/**
|
|
1594
|
-
* <p>The error message.</p>
|
|
1595
|
-
*/
|
|
1596
|
-
ErrorMessage?: string;
|
|
1597
|
-
|
|
1598
|
-
/**
|
|
1599
|
-
* <p>The time the error occurred.</p>
|
|
1600
|
-
*/
|
|
1601
|
-
ErrorTimestamp?: Date;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
export namespace ResourceError {
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
*/
|
|
1608
|
-
export const filterSensitiveLog = (obj: ResourceError): any => ({
|
|
1609
|
-
...obj,
|
|
1610
|
-
});
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
/**
|
|
1614
|
-
* <p>Describes the network details of the fleet or image builder instance.</p>
|
|
1615
|
-
*/
|
|
1616
|
-
export interface NetworkAccessConfiguration {
|
|
1617
|
-
/**
|
|
1618
|
-
* <p>The private IP address of the elastic network interface that is attached to instances in your VPC.</p>
|
|
1619
|
-
*/
|
|
1620
|
-
EniPrivateIpAddress?: string;
|
|
1621
|
-
|
|
1622
|
-
/**
|
|
1623
|
-
* <p>The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
EniId?: string;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
export namespace NetworkAccessConfiguration {
|
|
1629
|
-
/**
|
|
1630
|
-
* @internal
|
|
1631
|
-
*/
|
|
1632
|
-
export const filterSensitiveLog = (obj: NetworkAccessConfiguration): any => ({
|
|
1633
|
-
...obj,
|
|
1634
|
-
});
|
|
1635
|
-
}
|
|
1636
|
-
|
|
1637
|
-
export type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
1638
|
-
|
|
1639
|
-
export enum ImageBuilderState {
|
|
1640
|
-
DELETING = "DELETING",
|
|
1641
|
-
FAILED = "FAILED",
|
|
1642
|
-
PENDING = "PENDING",
|
|
1643
|
-
PENDING_QUALIFICATION = "PENDING_QUALIFICATION",
|
|
1644
|
-
REBOOTING = "REBOOTING",
|
|
1645
|
-
RUNNING = "RUNNING",
|
|
1646
|
-
SNAPSHOTTING = "SNAPSHOTTING",
|
|
1647
|
-
STOPPED = "STOPPED",
|
|
1648
|
-
STOPPING = "STOPPING",
|
|
1649
|
-
UPDATING = "UPDATING",
|
|
1650
|
-
UPDATING_AGENT = "UPDATING_AGENT",
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
|
-
export enum ImageBuilderStateChangeReasonCode {
|
|
1654
|
-
IMAGE_UNAVAILABLE = "IMAGE_UNAVAILABLE",
|
|
1655
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
1656
|
-
}
|
|
1657
|
-
|
|
1658
|
-
/**
|
|
1659
|
-
* <p>Describes the reason why the last image builder state change occurred.</p>
|
|
1660
|
-
*/
|
|
1661
|
-
export interface ImageBuilderStateChangeReason {
|
|
1662
|
-
/**
|
|
1663
|
-
* <p>The state change reason code.</p>
|
|
1664
|
-
*/
|
|
1665
|
-
Code?: ImageBuilderStateChangeReasonCode | string;
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* <p>The state change reason message.</p>
|
|
1669
|
-
*/
|
|
1670
|
-
Message?: string;
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export namespace ImageBuilderStateChangeReason {
|
|
1674
|
-
/**
|
|
1675
|
-
* @internal
|
|
1676
|
-
*/
|
|
1677
|
-
export const filterSensitiveLog = (obj: ImageBuilderStateChangeReason): any => ({
|
|
1678
|
-
...obj,
|
|
1679
|
-
});
|
|
1680
|
-
}
|
|
1681
|
-
|
|
1682
|
-
/**
|
|
1683
|
-
* <p>Describes a virtual machine that is used to create an image. </p>
|
|
1684
|
-
*/
|
|
1685
|
-
export interface ImageBuilder {
|
|
1686
|
-
/**
|
|
1687
|
-
* <p>The name of the image builder.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
Name: string | undefined;
|
|
1690
|
-
|
|
1691
|
-
/**
|
|
1692
|
-
* <p>The ARN for the image builder.</p>
|
|
1693
|
-
*/
|
|
1694
|
-
Arn?: string;
|
|
1695
|
-
|
|
1696
|
-
/**
|
|
1697
|
-
* <p>The ARN of the image from which this builder was created.</p>
|
|
1698
|
-
*/
|
|
1699
|
-
ImageArn?: string;
|
|
1700
|
-
|
|
1701
|
-
/**
|
|
1702
|
-
* <p>The description to display.</p>
|
|
1703
|
-
*/
|
|
1704
|
-
Description?: string;
|
|
1705
|
-
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>The image builder name to display.</p>
|
|
1708
|
-
*/
|
|
1709
|
-
DisplayName?: string;
|
|
1710
|
-
|
|
1711
|
-
/**
|
|
1712
|
-
* <p>The VPC configuration of the image builder.</p>
|
|
1713
|
-
*/
|
|
1714
|
-
VpcConfig?: VpcConfig;
|
|
1715
|
-
|
|
1716
|
-
/**
|
|
1717
|
-
* <p>The instance type for the image builder. The following instance types are available:</p>
|
|
1718
|
-
* <ul>
|
|
1719
|
-
* <li>
|
|
1720
|
-
* <p>stream.standard.small</p>
|
|
1721
|
-
* </li>
|
|
1722
|
-
* <li>
|
|
1723
|
-
* <p>stream.standard.medium</p>
|
|
1724
|
-
* </li>
|
|
1725
|
-
* <li>
|
|
1726
|
-
* <p>stream.standard.large</p>
|
|
1727
|
-
* </li>
|
|
1728
|
-
* <li>
|
|
1729
|
-
* <p>stream.compute.large</p>
|
|
1730
|
-
* </li>
|
|
1731
|
-
* <li>
|
|
1732
|
-
* <p>stream.compute.xlarge</p>
|
|
1733
|
-
* </li>
|
|
1734
|
-
* <li>
|
|
1735
|
-
* <p>stream.compute.2xlarge</p>
|
|
1736
|
-
* </li>
|
|
1737
|
-
* <li>
|
|
1738
|
-
* <p>stream.compute.4xlarge</p>
|
|
1739
|
-
* </li>
|
|
1740
|
-
* <li>
|
|
1741
|
-
* <p>stream.compute.8xlarge</p>
|
|
1742
|
-
* </li>
|
|
1743
|
-
* <li>
|
|
1744
|
-
* <p>stream.memory.large</p>
|
|
1745
|
-
* </li>
|
|
1746
|
-
* <li>
|
|
1747
|
-
* <p>stream.memory.xlarge</p>
|
|
1748
|
-
* </li>
|
|
1749
|
-
* <li>
|
|
1750
|
-
* <p>stream.memory.2xlarge</p>
|
|
1751
|
-
* </li>
|
|
1752
|
-
* <li>
|
|
1753
|
-
* <p>stream.memory.4xlarge</p>
|
|
1754
|
-
* </li>
|
|
1755
|
-
* <li>
|
|
1756
|
-
* <p>stream.memory.8xlarge</p>
|
|
1757
|
-
* </li>
|
|
1758
|
-
* <li>
|
|
1759
|
-
* <p>stream.memory.z1d.large</p>
|
|
1760
|
-
* </li>
|
|
1761
|
-
* <li>
|
|
1762
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
1763
|
-
* </li>
|
|
1764
|
-
* <li>
|
|
1765
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
1766
|
-
* </li>
|
|
1767
|
-
* <li>
|
|
1768
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
1769
|
-
* </li>
|
|
1770
|
-
* <li>
|
|
1771
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
1772
|
-
* </li>
|
|
1773
|
-
* <li>
|
|
1774
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
1775
|
-
* </li>
|
|
1776
|
-
* <li>
|
|
1777
|
-
* <p>stream.graphics-design.large</p>
|
|
1778
|
-
* </li>
|
|
1779
|
-
* <li>
|
|
1780
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
1781
|
-
* </li>
|
|
1782
|
-
* <li>
|
|
1783
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
1784
|
-
* </li>
|
|
1785
|
-
* <li>
|
|
1786
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
1787
|
-
* </li>
|
|
1788
|
-
* <li>
|
|
1789
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
1790
|
-
* </li>
|
|
1791
|
-
* <li>
|
|
1792
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
1793
|
-
* </li>
|
|
1794
|
-
* <li>
|
|
1795
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
1796
|
-
* </li>
|
|
1797
|
-
* <li>
|
|
1798
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
1799
|
-
* </li>
|
|
1800
|
-
* <li>
|
|
1801
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
1802
|
-
* </li>
|
|
1803
|
-
* <li>
|
|
1804
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
1805
|
-
* </li>
|
|
1806
|
-
* <li>
|
|
1807
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
1808
|
-
* </li>
|
|
1809
|
-
* <li>
|
|
1810
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
1811
|
-
* </li>
|
|
1812
|
-
* <li>
|
|
1813
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
1814
|
-
* </li>
|
|
1815
|
-
* <li>
|
|
1816
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
1817
|
-
* </li>
|
|
1818
|
-
* </ul>
|
|
1819
|
-
*/
|
|
1820
|
-
InstanceType?: string;
|
|
1821
|
-
|
|
1822
|
-
/**
|
|
1823
|
-
* <p>The operating system platform of the image builder.</p>
|
|
1824
|
-
*/
|
|
1825
|
-
Platform?: PlatformType | string;
|
|
1826
|
-
|
|
1827
|
-
/**
|
|
1828
|
-
* <p>The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
1829
|
-
*
|
|
1830
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
1831
|
-
*/
|
|
1832
|
-
IamRoleArn?: string;
|
|
1833
|
-
|
|
1834
|
-
/**
|
|
1835
|
-
* <p>The state of the image builder.</p>
|
|
1836
|
-
*/
|
|
1837
|
-
State?: ImageBuilderState | string;
|
|
1838
|
-
|
|
1839
|
-
/**
|
|
1840
|
-
* <p>The reason why the last state change occurred.</p>
|
|
1841
|
-
*/
|
|
1842
|
-
StateChangeReason?: ImageBuilderStateChangeReason;
|
|
1843
|
-
|
|
1844
|
-
/**
|
|
1845
|
-
* <p>The time stamp when the image builder was created.</p>
|
|
1846
|
-
*/
|
|
1847
|
-
CreatedTime?: Date;
|
|
1848
|
-
|
|
1849
|
-
/**
|
|
1850
|
-
* <p>Enables or disables default internet access for the image builder.</p>
|
|
1851
|
-
*/
|
|
1852
|
-
EnableDefaultInternetAccess?: boolean;
|
|
1853
|
-
|
|
1854
|
-
/**
|
|
1855
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
|
|
1856
|
-
*/
|
|
1857
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
1858
|
-
|
|
1859
|
-
/**
|
|
1860
|
-
* <p>Describes the network details of the fleet or image builder instance.</p>
|
|
1861
|
-
*/
|
|
1862
|
-
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
1863
|
-
|
|
1864
|
-
/**
|
|
1865
|
-
* <p>The image builder errors.</p>
|
|
1866
|
-
*/
|
|
1867
|
-
ImageBuilderErrors?: ResourceError[];
|
|
1868
|
-
|
|
1869
|
-
/**
|
|
1870
|
-
* <p>The version of the AppStream 2.0 agent that is currently being used by the image builder. </p>
|
|
1871
|
-
*/
|
|
1872
|
-
AppstreamAgentVersion?: string;
|
|
1873
|
-
|
|
1874
|
-
/**
|
|
1875
|
-
* <p>The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.</p>
|
|
1876
|
-
*/
|
|
1877
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
export namespace ImageBuilder {
|
|
1881
|
-
/**
|
|
1882
|
-
* @internal
|
|
1883
|
-
*/
|
|
1884
|
-
export const filterSensitiveLog = (obj: ImageBuilder): any => ({
|
|
1885
|
-
...obj,
|
|
1886
|
-
});
|
|
1887
|
-
}
|
|
1888
|
-
|
|
1889
|
-
export interface CreateImageBuilderResult {
|
|
1890
|
-
/**
|
|
1891
|
-
* <p>Information about the image builder.</p>
|
|
1892
|
-
*/
|
|
1893
|
-
ImageBuilder?: ImageBuilder;
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
export namespace CreateImageBuilderResult {
|
|
1897
|
-
/**
|
|
1898
|
-
* @internal
|
|
1899
|
-
*/
|
|
1900
|
-
export const filterSensitiveLog = (obj: CreateImageBuilderResult): any => ({
|
|
1901
|
-
...obj,
|
|
1902
|
-
});
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
export interface CreateImageBuilderStreamingURLRequest {
|
|
1906
|
-
/**
|
|
1907
|
-
* <p>The name of the image builder.</p>
|
|
1908
|
-
*/
|
|
1909
|
-
Name: string | undefined;
|
|
1910
|
-
|
|
1911
|
-
/**
|
|
1912
|
-
* <p>The time that the streaming URL will be valid, in seconds.
|
|
1913
|
-
* Specify a value between 1 and 604800 seconds. The default is 3600 seconds.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
Validity?: number;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
export namespace CreateImageBuilderStreamingURLRequest {
|
|
1919
|
-
/**
|
|
1920
|
-
* @internal
|
|
1921
|
-
*/
|
|
1922
|
-
export const filterSensitiveLog = (obj: CreateImageBuilderStreamingURLRequest): any => ({
|
|
1923
|
-
...obj,
|
|
1924
|
-
});
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
export interface CreateImageBuilderStreamingURLResult {
|
|
1928
|
-
/**
|
|
1929
|
-
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
1930
|
-
*/
|
|
1931
|
-
StreamingURL?: string;
|
|
1932
|
-
|
|
1933
|
-
/**
|
|
1934
|
-
* <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
|
|
1935
|
-
*/
|
|
1936
|
-
Expires?: Date;
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
export namespace CreateImageBuilderStreamingURLResult {
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
export const filterSensitiveLog = (obj: CreateImageBuilderStreamingURLResult): any => ({
|
|
1944
|
-
...obj,
|
|
1945
|
-
});
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
export enum StorageConnectorType {
|
|
1949
|
-
GOOGLE_DRIVE = "GOOGLE_DRIVE",
|
|
1950
|
-
HOMEFOLDERS = "HOMEFOLDERS",
|
|
1951
|
-
ONE_DRIVE = "ONE_DRIVE",
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
/**
|
|
1955
|
-
* <p>Describes a connector that enables persistent storage for users.</p>
|
|
1956
|
-
*/
|
|
1957
|
-
export interface StorageConnector {
|
|
1958
|
-
/**
|
|
1959
|
-
* <p>The type of storage connector.</p>
|
|
1960
|
-
*/
|
|
1961
|
-
ConnectorType: StorageConnectorType | string | undefined;
|
|
1962
|
-
|
|
1963
|
-
/**
|
|
1964
|
-
* <p>The ARN of the storage connector.</p>
|
|
1965
|
-
*/
|
|
1966
|
-
ResourceIdentifier?: string;
|
|
1967
|
-
|
|
1968
|
-
/**
|
|
1969
|
-
* <p>The names of the domains for the account.</p>
|
|
1970
|
-
*/
|
|
1971
|
-
Domains?: string[];
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
export namespace StorageConnector {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
export const filterSensitiveLog = (obj: StorageConnector): any => ({
|
|
1979
|
-
...obj,
|
|
1980
|
-
});
|
|
1981
|
-
}
|
|
1982
|
-
|
|
1983
|
-
export enum Permission {
|
|
1984
|
-
DISABLED = "DISABLED",
|
|
1985
|
-
ENABLED = "ENABLED",
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
/**
|
|
1989
|
-
* <p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>
|
|
1990
|
-
*/
|
|
1991
|
-
export interface UserSetting {
|
|
1992
|
-
/**
|
|
1993
|
-
* <p>The action that is enabled or disabled.</p>
|
|
1994
|
-
*/
|
|
1995
|
-
Action: Action | string | undefined;
|
|
1996
|
-
|
|
1997
|
-
/**
|
|
1998
|
-
* <p>Indicates whether the action is enabled or disabled.</p>
|
|
1999
|
-
*/
|
|
2000
|
-
Permission: Permission | string | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
|
|
2003
|
-
export namespace UserSetting {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
export const filterSensitiveLog = (obj: UserSetting): any => ({
|
|
2008
|
-
...obj,
|
|
2009
|
-
});
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
export interface CreateStackRequest {
|
|
2013
|
-
/**
|
|
2014
|
-
* <p>The name of the stack.</p>
|
|
2015
|
-
*/
|
|
2016
|
-
Name: string | undefined;
|
|
2017
|
-
|
|
2018
|
-
/**
|
|
2019
|
-
* <p>The description to display.</p>
|
|
2020
|
-
*/
|
|
2021
|
-
Description?: string;
|
|
2022
|
-
|
|
2023
|
-
/**
|
|
2024
|
-
* <p>The stack name to display.</p>
|
|
2025
|
-
*/
|
|
2026
|
-
DisplayName?: string;
|
|
2027
|
-
|
|
2028
|
-
/**
|
|
2029
|
-
* <p>The storage connectors to enable.</p>
|
|
2030
|
-
*/
|
|
2031
|
-
StorageConnectors?: StorageConnector[];
|
|
2032
|
-
|
|
2033
|
-
/**
|
|
2034
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
2035
|
-
*/
|
|
2036
|
-
RedirectURL?: string;
|
|
2037
|
-
|
|
2038
|
-
/**
|
|
2039
|
-
* <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
2040
|
-
*/
|
|
2041
|
-
FeedbackURL?: string;
|
|
2042
|
-
|
|
2043
|
-
/**
|
|
2044
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. </p>
|
|
2045
|
-
*/
|
|
2046
|
-
UserSettings?: UserSetting[];
|
|
2047
|
-
|
|
2048
|
-
/**
|
|
2049
|
-
* <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
|
|
2050
|
-
*/
|
|
2051
|
-
ApplicationSettings?: ApplicationSettings;
|
|
2052
|
-
|
|
2053
|
-
/**
|
|
2054
|
-
* <p>The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
2055
|
-
*
|
|
2056
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
2057
|
-
*
|
|
2058
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
2059
|
-
* <p>_ . : / = + \ - @</p>
|
|
2060
|
-
*
|
|
2061
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
2062
|
-
*/
|
|
2063
|
-
Tags?: { [key: string]: string };
|
|
2064
|
-
|
|
2065
|
-
/**
|
|
2066
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
|
|
2067
|
-
*/
|
|
2068
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
2069
|
-
|
|
2070
|
-
/**
|
|
2071
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
|
|
2072
|
-
*/
|
|
2073
|
-
EmbedHostDomains?: string[];
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
export namespace CreateStackRequest {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
export const filterSensitiveLog = (obj: CreateStackRequest): any => ({
|
|
2081
|
-
...obj,
|
|
2082
|
-
});
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
export enum StackErrorCode {
|
|
2086
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
2087
|
-
STORAGE_CONNECTOR_ERROR = "STORAGE_CONNECTOR_ERROR",
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
/**
|
|
2091
|
-
* <p>Describes a stack error.</p>
|
|
2092
|
-
*/
|
|
2093
|
-
export interface StackError {
|
|
2094
|
-
/**
|
|
2095
|
-
* <p>The error code.</p>
|
|
2096
|
-
*/
|
|
2097
|
-
ErrorCode?: StackErrorCode | string;
|
|
2098
|
-
|
|
2099
|
-
/**
|
|
2100
|
-
* <p>The error message.</p>
|
|
2101
|
-
*/
|
|
2102
|
-
ErrorMessage?: string;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
|
-
export namespace StackError {
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export const filterSensitiveLog = (obj: StackError): any => ({
|
|
2110
|
-
...obj,
|
|
2111
|
-
});
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
/**
|
|
2115
|
-
* <p>Describes a stack.</p>
|
|
2116
|
-
*/
|
|
2117
|
-
export interface Stack {
|
|
2118
|
-
/**
|
|
2119
|
-
* <p>The ARN of the stack.</p>
|
|
2120
|
-
*/
|
|
2121
|
-
Arn?: string;
|
|
2122
|
-
|
|
2123
|
-
/**
|
|
2124
|
-
* <p>The name of the stack.</p>
|
|
2125
|
-
*/
|
|
2126
|
-
Name: string | undefined;
|
|
2127
|
-
|
|
2128
|
-
/**
|
|
2129
|
-
* <p>The description to display.</p>
|
|
2130
|
-
*/
|
|
2131
|
-
Description?: string;
|
|
2132
|
-
|
|
2133
|
-
/**
|
|
2134
|
-
* <p>The stack name to display.</p>
|
|
2135
|
-
*/
|
|
2136
|
-
DisplayName?: string;
|
|
2137
|
-
|
|
2138
|
-
/**
|
|
2139
|
-
* <p>The time the stack was created.</p>
|
|
2140
|
-
*/
|
|
2141
|
-
CreatedTime?: Date;
|
|
2142
|
-
|
|
2143
|
-
/**
|
|
2144
|
-
* <p>The storage connectors to enable.</p>
|
|
2145
|
-
*/
|
|
2146
|
-
StorageConnectors?: StorageConnector[];
|
|
2147
|
-
|
|
2148
|
-
/**
|
|
2149
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
2150
|
-
*/
|
|
2151
|
-
RedirectURL?: string;
|
|
2152
|
-
|
|
2153
|
-
/**
|
|
2154
|
-
* <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
2155
|
-
*/
|
|
2156
|
-
FeedbackURL?: string;
|
|
2157
|
-
|
|
2158
|
-
/**
|
|
2159
|
-
* <p>The errors for the stack.</p>
|
|
2160
|
-
*/
|
|
2161
|
-
StackErrors?: StackError[];
|
|
2162
|
-
|
|
2163
|
-
/**
|
|
2164
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.</p>
|
|
2165
|
-
*/
|
|
2166
|
-
UserSettings?: UserSetting[];
|
|
2167
|
-
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>The persistent application settings for users of the stack.</p>
|
|
2170
|
-
*/
|
|
2171
|
-
ApplicationSettings?: ApplicationSettingsResponse;
|
|
2172
|
-
|
|
2173
|
-
/**
|
|
2174
|
-
* <p>The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints. </p>
|
|
2175
|
-
*/
|
|
2176
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
2177
|
-
|
|
2178
|
-
/**
|
|
2179
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.</p>
|
|
2180
|
-
*/
|
|
2181
|
-
EmbedHostDomains?: string[];
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
export namespace Stack {
|
|
2185
|
-
/**
|
|
2186
|
-
* @internal
|
|
2187
|
-
*/
|
|
2188
|
-
export const filterSensitiveLog = (obj: Stack): any => ({
|
|
2189
|
-
...obj,
|
|
2190
|
-
});
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
export interface CreateStackResult {
|
|
2194
|
-
/**
|
|
2195
|
-
* <p>Information about the stack.</p>
|
|
2196
|
-
*/
|
|
2197
|
-
Stack?: Stack;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
export namespace CreateStackResult {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
export const filterSensitiveLog = (obj: CreateStackResult): any => ({
|
|
2205
|
-
...obj,
|
|
2206
|
-
});
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
export interface CreateStreamingURLRequest {
|
|
2210
|
-
/**
|
|
2211
|
-
* <p>The name of the stack.</p>
|
|
2212
|
-
*/
|
|
2213
|
-
StackName: string | undefined;
|
|
2214
|
-
|
|
2215
|
-
/**
|
|
2216
|
-
* <p>The name of the fleet.</p>
|
|
2217
|
-
*/
|
|
2218
|
-
FleetName: string | undefined;
|
|
2219
|
-
|
|
2220
|
-
/**
|
|
2221
|
-
* <p>The identifier of the user.</p>
|
|
2222
|
-
*/
|
|
2223
|
-
UserId: string | undefined;
|
|
2224
|
-
|
|
2225
|
-
/**
|
|
2226
|
-
* <p>The name of the application to launch after the session starts. This is the name that you specified
|
|
2227
|
-
* as <b>Name</b> in the Image Assistant. If your fleet is enabled for the <b>Desktop</b> stream view, you can also choose to launch directly to the operating system desktop. To do so, specify <b>Desktop</b>.</p>
|
|
2228
|
-
*/
|
|
2229
|
-
ApplicationId?: string;
|
|
2230
|
-
|
|
2231
|
-
/**
|
|
2232
|
-
* <p>The time that the streaming URL will be valid, in seconds.
|
|
2233
|
-
* Specify a value between 1 and 604800 seconds. The default is 60 seconds.</p>
|
|
2234
|
-
*/
|
|
2235
|
-
Validity?: number;
|
|
2236
|
-
|
|
2237
|
-
/**
|
|
2238
|
-
* <p>The session context. For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters">Session Context</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
2239
|
-
*/
|
|
2240
|
-
SessionContext?: string;
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
export namespace CreateStreamingURLRequest {
|
|
2244
|
-
/**
|
|
2245
|
-
* @internal
|
|
2246
|
-
*/
|
|
2247
|
-
export const filterSensitiveLog = (obj: CreateStreamingURLRequest): any => ({
|
|
2248
|
-
...obj,
|
|
2249
|
-
});
|
|
2250
|
-
}
|
|
2251
|
-
|
|
2252
|
-
export interface CreateStreamingURLResult {
|
|
2253
|
-
/**
|
|
2254
|
-
* <p>The URL to start the AppStream 2.0 streaming session.</p>
|
|
2255
|
-
*/
|
|
2256
|
-
StreamingURL?: string;
|
|
2257
|
-
|
|
2258
|
-
/**
|
|
2259
|
-
* <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
|
|
2260
|
-
*/
|
|
2261
|
-
Expires?: Date;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
export namespace CreateStreamingURLResult {
|
|
2265
|
-
/**
|
|
2266
|
-
* @internal
|
|
2267
|
-
*/
|
|
2268
|
-
export const filterSensitiveLog = (obj: CreateStreamingURLResult): any => ({
|
|
2269
|
-
...obj,
|
|
2270
|
-
});
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
export interface CreateUpdatedImageRequest {
|
|
2274
|
-
/**
|
|
2275
|
-
* <p>The name of the image to update.</p>
|
|
2276
|
-
*/
|
|
2277
|
-
existingImageName: string | undefined;
|
|
2278
|
-
|
|
2279
|
-
/**
|
|
2280
|
-
* <p>The name of the new image. The name must be unique within the AWS account and Region.</p>
|
|
2281
|
-
*/
|
|
2282
|
-
newImageName: string | undefined;
|
|
2283
|
-
|
|
2284
|
-
/**
|
|
2285
|
-
* <p>The description to display for the new image.</p>
|
|
2286
|
-
*/
|
|
2287
|
-
newImageDescription?: string;
|
|
2288
|
-
|
|
2289
|
-
/**
|
|
2290
|
-
* <p>The name to display for the new image.</p>
|
|
2291
|
-
*/
|
|
2292
|
-
newImageDisplayName?: string;
|
|
2293
|
-
|
|
2294
|
-
/**
|
|
2295
|
-
* <p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
2296
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
2297
|
-
* <p>_ . : / = + \ - @</p>
|
|
2298
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
2299
|
-
* <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
2300
|
-
*/
|
|
2301
|
-
newImageTags?: { [key: string]: string };
|
|
2302
|
-
|
|
2303
|
-
/**
|
|
2304
|
-
* <p>Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to <code>true</code>, AppStream 2.0 displays whether image updates are available. If this value is set to <code>false</code>, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.</p>
|
|
2305
|
-
*/
|
|
2306
|
-
dryRun?: boolean;
|
|
2307
|
-
}
|
|
2308
|
-
|
|
2309
|
-
export namespace CreateUpdatedImageRequest {
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
export const filterSensitiveLog = (obj: CreateUpdatedImageRequest): any => ({
|
|
2314
|
-
...obj,
|
|
2315
|
-
});
|
|
2316
|
-
}
|
|
2317
|
-
|
|
2318
|
-
/**
|
|
2319
|
-
* <p>Describes the permissions for an image. </p>
|
|
2320
|
-
*/
|
|
2321
|
-
export interface ImagePermissions {
|
|
2322
|
-
/**
|
|
2323
|
-
* <p>Indicates whether the image can be used for a fleet.</p>
|
|
2324
|
-
*/
|
|
2325
|
-
allowFleet?: boolean;
|
|
2326
|
-
|
|
2327
|
-
/**
|
|
2328
|
-
* <p>Indicates whether the image can be used for an image builder.</p>
|
|
2329
|
-
*/
|
|
2330
|
-
allowImageBuilder?: boolean;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
export namespace ImagePermissions {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
export const filterSensitiveLog = (obj: ImagePermissions): any => ({
|
|
2338
|
-
...obj,
|
|
2339
|
-
});
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
export enum ImageState {
|
|
2343
|
-
AVAILABLE = "AVAILABLE",
|
|
2344
|
-
COPYING = "COPYING",
|
|
2345
|
-
CREATING = "CREATING",
|
|
2346
|
-
DELETING = "DELETING",
|
|
2347
|
-
FAILED = "FAILED",
|
|
2348
|
-
IMPORTING = "IMPORTING",
|
|
2349
|
-
PENDING = "PENDING",
|
|
2350
|
-
}
|
|
2351
|
-
|
|
2352
|
-
export enum ImageStateChangeReasonCode {
|
|
2353
|
-
IMAGE_BUILDER_NOT_AVAILABLE = "IMAGE_BUILDER_NOT_AVAILABLE",
|
|
2354
|
-
IMAGE_COPY_FAILURE = "IMAGE_COPY_FAILURE",
|
|
2355
|
-
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
/**
|
|
2359
|
-
* <p>Describes the reason why the last image state change occurred.</p>
|
|
2360
|
-
*/
|
|
2361
|
-
export interface ImageStateChangeReason {
|
|
2362
|
-
/**
|
|
2363
|
-
* <p>The state change reason code.</p>
|
|
2364
|
-
*/
|
|
2365
|
-
Code?: ImageStateChangeReasonCode | string;
|
|
2366
|
-
|
|
2367
|
-
/**
|
|
2368
|
-
* <p>The state change reason message.</p>
|
|
2369
|
-
*/
|
|
2370
|
-
Message?: string;
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
export namespace ImageStateChangeReason {
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
export const filterSensitiveLog = (obj: ImageStateChangeReason): any => ({
|
|
2378
|
-
...obj,
|
|
2379
|
-
});
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
export enum VisibilityType {
|
|
2383
|
-
PRIVATE = "PRIVATE",
|
|
2384
|
-
PUBLIC = "PUBLIC",
|
|
2385
|
-
SHARED = "SHARED",
|
|
2386
|
-
}
|
|
2387
|
-
|
|
2388
|
-
/**
|
|
2389
|
-
* <p>Describes an image.</p>
|
|
2390
|
-
*/
|
|
2391
|
-
export interface Image {
|
|
2392
|
-
/**
|
|
2393
|
-
* <p>The name of the image.</p>
|
|
2394
|
-
*/
|
|
2395
|
-
Name: string | undefined;
|
|
2396
|
-
|
|
2397
|
-
/**
|
|
2398
|
-
* <p>The ARN of the image.</p>
|
|
2399
|
-
*/
|
|
2400
|
-
Arn?: string;
|
|
2401
|
-
|
|
2402
|
-
/**
|
|
2403
|
-
* <p>The ARN of the image from which this image was created.</p>
|
|
2404
|
-
*/
|
|
2405
|
-
BaseImageArn?: string;
|
|
2406
|
-
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>The image name to display.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
DisplayName?: string;
|
|
2411
|
-
|
|
2412
|
-
/**
|
|
2413
|
-
* <p>The image starts in the <code>PENDING</code> state. If image creation succeeds, the
|
|
2414
|
-
* state is <code>AVAILABLE</code>. If image creation fails, the state is <code>FAILED</code>.</p>
|
|
2415
|
-
*/
|
|
2416
|
-
State?: ImageState | string;
|
|
2417
|
-
|
|
2418
|
-
/**
|
|
2419
|
-
* <p>Indicates whether the image is public or private.</p>
|
|
2420
|
-
*/
|
|
2421
|
-
Visibility?: VisibilityType | string;
|
|
2422
|
-
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>Indicates whether an image builder can be launched from this image.</p>
|
|
2425
|
-
*/
|
|
2426
|
-
ImageBuilderSupported?: boolean;
|
|
2427
|
-
|
|
2428
|
-
/**
|
|
2429
|
-
* <p>The name of the image builder that was used to create the private image. If the image is shared, this value is null.</p>
|
|
2430
|
-
*/
|
|
2431
|
-
ImageBuilderName?: string;
|
|
2432
|
-
|
|
2433
|
-
/**
|
|
2434
|
-
* <p>The operating system platform of the image.</p>
|
|
2435
|
-
*/
|
|
2436
|
-
Platform?: PlatformType | string;
|
|
2437
|
-
|
|
2438
|
-
/**
|
|
2439
|
-
* <p>The description to display.</p>
|
|
2440
|
-
*/
|
|
2441
|
-
Description?: string;
|
|
2442
|
-
|
|
2443
|
-
/**
|
|
2444
|
-
* <p>The reason why the last state change occurred.</p>
|
|
2445
|
-
*/
|
|
2446
|
-
StateChangeReason?: ImageStateChangeReason;
|
|
2447
|
-
|
|
2448
|
-
/**
|
|
2449
|
-
* <p>The applications associated with the image.</p>
|
|
2450
|
-
*/
|
|
2451
|
-
Applications?: Application[];
|
|
2452
|
-
|
|
2453
|
-
/**
|
|
2454
|
-
* <p>The time the image was created.</p>
|
|
2455
|
-
*/
|
|
2456
|
-
CreatedTime?: Date;
|
|
2457
|
-
|
|
2458
|
-
/**
|
|
2459
|
-
* <p>The release date of the public base image.
|
|
2460
|
-
* For private images, this date is the release date of the base image from which the image was created.</p>
|
|
2461
|
-
*/
|
|
2462
|
-
PublicBaseImageReleasedDate?: Date;
|
|
2463
|
-
|
|
2464
|
-
/**
|
|
2465
|
-
* <p>The version of the AppStream 2.0 agent to use for instances that are launched from this image. </p>
|
|
2466
|
-
*/
|
|
2467
|
-
AppstreamAgentVersion?: string;
|
|
2468
|
-
|
|
2469
|
-
/**
|
|
2470
|
-
* <p>The permissions to provide to the destination AWS account for the specified image.</p>
|
|
2471
|
-
*/
|
|
2472
|
-
ImagePermissions?: ImagePermissions;
|
|
2473
|
-
|
|
2474
|
-
/**
|
|
2475
|
-
* <p>Describes the errors that are returned when a new image can't be created.</p>
|
|
2476
|
-
*/
|
|
2477
|
-
ImageErrors?: ResourceError[];
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
export namespace Image {
|
|
2481
|
-
/**
|
|
2482
|
-
* @internal
|
|
2483
|
-
*/
|
|
2484
|
-
export const filterSensitiveLog = (obj: Image): any => ({
|
|
2485
|
-
...obj,
|
|
2486
|
-
});
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
export interface CreateUpdatedImageResult {
|
|
2490
|
-
/**
|
|
2491
|
-
* <p>Describes an image.</p>
|
|
2492
|
-
*/
|
|
2493
|
-
image?: Image;
|
|
2494
|
-
|
|
2495
|
-
/**
|
|
2496
|
-
* <p>Indicates whether a new image can be created.</p>
|
|
2497
|
-
*/
|
|
2498
|
-
canUpdateImage?: boolean;
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
export namespace CreateUpdatedImageResult {
|
|
2502
|
-
/**
|
|
2503
|
-
* @internal
|
|
2504
|
-
*/
|
|
2505
|
-
export const filterSensitiveLog = (obj: CreateUpdatedImageResult): any => ({
|
|
2506
|
-
...obj,
|
|
2507
|
-
});
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
export interface CreateUsageReportSubscriptionRequest {}
|
|
2511
|
-
|
|
2512
|
-
export namespace CreateUsageReportSubscriptionRequest {
|
|
2513
|
-
/**
|
|
2514
|
-
* @internal
|
|
2515
|
-
*/
|
|
2516
|
-
export const filterSensitiveLog = (obj: CreateUsageReportSubscriptionRequest): any => ({
|
|
2517
|
-
...obj,
|
|
2518
|
-
});
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
export enum UsageReportSchedule {
|
|
2522
|
-
DAILY = "DAILY",
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
export interface CreateUsageReportSubscriptionResult {
|
|
2526
|
-
/**
|
|
2527
|
-
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
2528
|
-
*
|
|
2529
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
2530
|
-
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
2531
|
-
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
2532
|
-
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
2533
|
-
* when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
|
|
2534
|
-
*/
|
|
2535
|
-
S3BucketName?: string;
|
|
2536
|
-
|
|
2537
|
-
/**
|
|
2538
|
-
* <p>The schedule for generating usage reports.</p>
|
|
2539
|
-
*/
|
|
2540
|
-
Schedule?: UsageReportSchedule | string;
|
|
2541
|
-
}
|
|
2542
|
-
|
|
2543
|
-
export namespace CreateUsageReportSubscriptionResult {
|
|
2544
|
-
/**
|
|
2545
|
-
* @internal
|
|
2546
|
-
*/
|
|
2547
|
-
export const filterSensitiveLog = (obj: CreateUsageReportSubscriptionResult): any => ({
|
|
2548
|
-
...obj,
|
|
2549
|
-
});
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
export enum MessageAction {
|
|
2553
|
-
RESEND = "RESEND",
|
|
2554
|
-
SUPPRESS = "SUPPRESS",
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
export interface CreateUserRequest {
|
|
2558
|
-
/**
|
|
2559
|
-
* <p>The email address of the user.</p>
|
|
2560
|
-
*
|
|
2561
|
-
* <note>
|
|
2562
|
-
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.</p>
|
|
2563
|
-
* </note>
|
|
2564
|
-
*/
|
|
2565
|
-
UserName: string | undefined;
|
|
2566
|
-
|
|
2567
|
-
/**
|
|
2568
|
-
* <p>The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent. </p>
|
|
2569
|
-
*
|
|
2570
|
-
* <note>
|
|
2571
|
-
* <p>The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.</p>
|
|
2572
|
-
* </note>
|
|
2573
|
-
*/
|
|
2574
|
-
MessageAction?: MessageAction | string;
|
|
2575
|
-
|
|
2576
|
-
/**
|
|
2577
|
-
* <p>The first name, or given name, of the user.</p>
|
|
2578
|
-
*/
|
|
2579
|
-
FirstName?: string;
|
|
2580
|
-
|
|
2581
|
-
/**
|
|
2582
|
-
* <p>The last name, or surname, of the user.</p>
|
|
2583
|
-
*/
|
|
2584
|
-
LastName?: string;
|
|
2585
|
-
|
|
2586
|
-
/**
|
|
2587
|
-
* <p>The authentication type for the user. You must specify USERPOOL. </p>
|
|
2588
|
-
*/
|
|
2589
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
export namespace CreateUserRequest {
|
|
2593
|
-
/**
|
|
2594
|
-
* @internal
|
|
2595
|
-
*/
|
|
2596
|
-
export const filterSensitiveLog = (obj: CreateUserRequest): any => ({
|
|
2597
|
-
...obj,
|
|
2598
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
2599
|
-
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
2600
|
-
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
2601
|
-
});
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
export interface CreateUserResult {}
|
|
2605
|
-
|
|
2606
|
-
export namespace CreateUserResult {
|
|
2607
|
-
/**
|
|
2608
|
-
* @internal
|
|
2609
|
-
*/
|
|
2610
|
-
export const filterSensitiveLog = (obj: CreateUserResult): any => ({
|
|
2611
|
-
...obj,
|
|
2612
|
-
});
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
export interface DeleteDirectoryConfigRequest {
|
|
2616
|
-
/**
|
|
2617
|
-
* <p>The name of the directory configuration.</p>
|
|
2618
|
-
*/
|
|
2619
|
-
DirectoryName: string | undefined;
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
export namespace DeleteDirectoryConfigRequest {
|
|
2623
|
-
/**
|
|
2624
|
-
* @internal
|
|
2625
|
-
*/
|
|
2626
|
-
export const filterSensitiveLog = (obj: DeleteDirectoryConfigRequest): any => ({
|
|
2627
|
-
...obj,
|
|
2628
|
-
});
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
export interface DeleteDirectoryConfigResult {}
|
|
2632
|
-
|
|
2633
|
-
export namespace DeleteDirectoryConfigResult {
|
|
2634
|
-
/**
|
|
2635
|
-
* @internal
|
|
2636
|
-
*/
|
|
2637
|
-
export const filterSensitiveLog = (obj: DeleteDirectoryConfigResult): any => ({
|
|
2638
|
-
...obj,
|
|
2639
|
-
});
|
|
2640
|
-
}
|
|
2641
|
-
|
|
2642
|
-
/**
|
|
2643
|
-
* <p>The specified resource is in use.</p>
|
|
2644
|
-
*/
|
|
2645
|
-
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
2646
|
-
name: "ResourceInUseException";
|
|
2647
|
-
$fault: "client";
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The error message in the exception.</p>
|
|
2650
|
-
*/
|
|
2651
|
-
Message?: string;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
export namespace ResourceInUseException {
|
|
2655
|
-
/**
|
|
2656
|
-
* @internal
|
|
2657
|
-
*/
|
|
2658
|
-
export const filterSensitiveLog = (obj: ResourceInUseException): any => ({
|
|
2659
|
-
...obj,
|
|
2660
|
-
});
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
export interface DeleteFleetRequest {
|
|
2664
|
-
/**
|
|
2665
|
-
* <p>The name of the fleet.</p>
|
|
2666
|
-
*/
|
|
2667
|
-
Name: string | undefined;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
export namespace DeleteFleetRequest {
|
|
2671
|
-
/**
|
|
2672
|
-
* @internal
|
|
2673
|
-
*/
|
|
2674
|
-
export const filterSensitiveLog = (obj: DeleteFleetRequest): any => ({
|
|
2675
|
-
...obj,
|
|
2676
|
-
});
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
export interface DeleteFleetResult {}
|
|
2680
|
-
|
|
2681
|
-
export namespace DeleteFleetResult {
|
|
2682
|
-
/**
|
|
2683
|
-
* @internal
|
|
2684
|
-
*/
|
|
2685
|
-
export const filterSensitiveLog = (obj: DeleteFleetResult): any => ({
|
|
2686
|
-
...obj,
|
|
2687
|
-
});
|
|
2688
|
-
}
|
|
2689
|
-
|
|
2690
|
-
export interface DeleteImageRequest {
|
|
2691
|
-
/**
|
|
2692
|
-
* <p>The name of the image.</p>
|
|
2693
|
-
*/
|
|
2694
|
-
Name: string | undefined;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
export namespace DeleteImageRequest {
|
|
2698
|
-
/**
|
|
2699
|
-
* @internal
|
|
2700
|
-
*/
|
|
2701
|
-
export const filterSensitiveLog = (obj: DeleteImageRequest): any => ({
|
|
2702
|
-
...obj,
|
|
2703
|
-
});
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
export interface DeleteImageResult {
|
|
2707
|
-
/**
|
|
2708
|
-
* <p>Information about the image.</p>
|
|
2709
|
-
*/
|
|
2710
|
-
Image?: Image;
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
|
-
export namespace DeleteImageResult {
|
|
2714
|
-
/**
|
|
2715
|
-
* @internal
|
|
2716
|
-
*/
|
|
2717
|
-
export const filterSensitiveLog = (obj: DeleteImageResult): any => ({
|
|
2718
|
-
...obj,
|
|
2719
|
-
});
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
export interface DeleteImageBuilderRequest {
|
|
2723
|
-
/**
|
|
2724
|
-
* <p>The name of the image builder.</p>
|
|
2725
|
-
*/
|
|
2726
|
-
Name: string | undefined;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
export namespace DeleteImageBuilderRequest {
|
|
2730
|
-
/**
|
|
2731
|
-
* @internal
|
|
2732
|
-
*/
|
|
2733
|
-
export const filterSensitiveLog = (obj: DeleteImageBuilderRequest): any => ({
|
|
2734
|
-
...obj,
|
|
2735
|
-
});
|
|
2736
|
-
}
|
|
2737
|
-
|
|
2738
|
-
export interface DeleteImageBuilderResult {
|
|
2739
|
-
/**
|
|
2740
|
-
* <p>Information about the image builder.</p>
|
|
2741
|
-
*/
|
|
2742
|
-
ImageBuilder?: ImageBuilder;
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
export namespace DeleteImageBuilderResult {
|
|
2746
|
-
/**
|
|
2747
|
-
* @internal
|
|
2748
|
-
*/
|
|
2749
|
-
export const filterSensitiveLog = (obj: DeleteImageBuilderResult): any => ({
|
|
2750
|
-
...obj,
|
|
2751
|
-
});
|
|
2752
|
-
}
|
|
2753
|
-
|
|
2754
|
-
export interface DeleteImagePermissionsRequest {
|
|
2755
|
-
/**
|
|
2756
|
-
* <p>The name of the private image.</p>
|
|
2757
|
-
*/
|
|
2758
|
-
Name: string | undefined;
|
|
2759
|
-
|
|
2760
|
-
/**
|
|
2761
|
-
* <p>The 12-digit identifier of the AWS account for which to delete image permissions.</p>
|
|
2762
|
-
*/
|
|
2763
|
-
SharedAccountId: string | undefined;
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
export namespace DeleteImagePermissionsRequest {
|
|
2767
|
-
/**
|
|
2768
|
-
* @internal
|
|
2769
|
-
*/
|
|
2770
|
-
export const filterSensitiveLog = (obj: DeleteImagePermissionsRequest): any => ({
|
|
2771
|
-
...obj,
|
|
2772
|
-
});
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
export interface DeleteImagePermissionsResult {}
|
|
2776
|
-
|
|
2777
|
-
export namespace DeleteImagePermissionsResult {
|
|
2778
|
-
/**
|
|
2779
|
-
* @internal
|
|
2780
|
-
*/
|
|
2781
|
-
export const filterSensitiveLog = (obj: DeleteImagePermissionsResult): any => ({
|
|
2782
|
-
...obj,
|
|
2783
|
-
});
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
export interface DeleteStackRequest {
|
|
2787
|
-
/**
|
|
2788
|
-
* <p>The name of the stack.</p>
|
|
2789
|
-
*/
|
|
2790
|
-
Name: string | undefined;
|
|
2791
|
-
}
|
|
2792
|
-
|
|
2793
|
-
export namespace DeleteStackRequest {
|
|
2794
|
-
/**
|
|
2795
|
-
* @internal
|
|
2796
|
-
*/
|
|
2797
|
-
export const filterSensitiveLog = (obj: DeleteStackRequest): any => ({
|
|
2798
|
-
...obj,
|
|
2799
|
-
});
|
|
2800
|
-
}
|
|
2801
|
-
|
|
2802
|
-
export interface DeleteStackResult {}
|
|
2803
|
-
|
|
2804
|
-
export namespace DeleteStackResult {
|
|
2805
|
-
/**
|
|
2806
|
-
* @internal
|
|
2807
|
-
*/
|
|
2808
|
-
export const filterSensitiveLog = (obj: DeleteStackResult): any => ({
|
|
2809
|
-
...obj,
|
|
2810
|
-
});
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
export interface DeleteUsageReportSubscriptionRequest {}
|
|
2814
|
-
|
|
2815
|
-
export namespace DeleteUsageReportSubscriptionRequest {
|
|
2816
|
-
/**
|
|
2817
|
-
* @internal
|
|
2818
|
-
*/
|
|
2819
|
-
export const filterSensitiveLog = (obj: DeleteUsageReportSubscriptionRequest): any => ({
|
|
2820
|
-
...obj,
|
|
2821
|
-
});
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
export interface DeleteUsageReportSubscriptionResult {}
|
|
2825
|
-
|
|
2826
|
-
export namespace DeleteUsageReportSubscriptionResult {
|
|
2827
|
-
/**
|
|
2828
|
-
* @internal
|
|
2829
|
-
*/
|
|
2830
|
-
export const filterSensitiveLog = (obj: DeleteUsageReportSubscriptionResult): any => ({
|
|
2831
|
-
...obj,
|
|
2832
|
-
});
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
export interface DeleteUserRequest {
|
|
2836
|
-
/**
|
|
2837
|
-
* <p>The email address of the user.</p>
|
|
2838
|
-
*
|
|
2839
|
-
* <note>
|
|
2840
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
2841
|
-
* </note>
|
|
2842
|
-
*/
|
|
2843
|
-
UserName: string | undefined;
|
|
2844
|
-
|
|
2845
|
-
/**
|
|
2846
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
2847
|
-
*/
|
|
2848
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
2849
|
-
}
|
|
2850
|
-
|
|
2851
|
-
export namespace DeleteUserRequest {
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
export const filterSensitiveLog = (obj: DeleteUserRequest): any => ({
|
|
2856
|
-
...obj,
|
|
2857
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
2858
|
-
});
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
export interface DeleteUserResult {}
|
|
2862
|
-
|
|
2863
|
-
export namespace DeleteUserResult {
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
export const filterSensitiveLog = (obj: DeleteUserResult): any => ({
|
|
2868
|
-
...obj,
|
|
2869
|
-
});
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
export interface DescribeDirectoryConfigsRequest {
|
|
2873
|
-
/**
|
|
2874
|
-
* <p>The directory names.</p>
|
|
2875
|
-
*/
|
|
2876
|
-
DirectoryNames?: string[];
|
|
2877
|
-
|
|
2878
|
-
/**
|
|
2879
|
-
* <p>The maximum size of each page of results.</p>
|
|
2880
|
-
*/
|
|
2881
|
-
MaxResults?: number;
|
|
2882
|
-
|
|
2883
|
-
/**
|
|
2884
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2885
|
-
*/
|
|
2886
|
-
NextToken?: string;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
export namespace DescribeDirectoryConfigsRequest {
|
|
2890
|
-
/**
|
|
2891
|
-
* @internal
|
|
2892
|
-
*/
|
|
2893
|
-
export const filterSensitiveLog = (obj: DescribeDirectoryConfigsRequest): any => ({
|
|
2894
|
-
...obj,
|
|
2895
|
-
});
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
export interface DescribeDirectoryConfigsResult {
|
|
2899
|
-
/**
|
|
2900
|
-
* <p>Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>
|
|
2901
|
-
*/
|
|
2902
|
-
DirectoryConfigs?: DirectoryConfig[];
|
|
2903
|
-
|
|
2904
|
-
/**
|
|
2905
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2906
|
-
*/
|
|
2907
|
-
NextToken?: string;
|
|
2908
|
-
}
|
|
2909
|
-
|
|
2910
|
-
export namespace DescribeDirectoryConfigsResult {
|
|
2911
|
-
/**
|
|
2912
|
-
* @internal
|
|
2913
|
-
*/
|
|
2914
|
-
export const filterSensitiveLog = (obj: DescribeDirectoryConfigsResult): any => ({
|
|
2915
|
-
...obj,
|
|
2916
|
-
...(obj.DirectoryConfigs && {
|
|
2917
|
-
DirectoryConfigs: obj.DirectoryConfigs.map((item) => DirectoryConfig.filterSensitiveLog(item)),
|
|
2918
|
-
}),
|
|
2919
|
-
});
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
export interface DescribeFleetsRequest {
|
|
2923
|
-
/**
|
|
2924
|
-
* <p>The names of the fleets to describe.</p>
|
|
2925
|
-
*/
|
|
2926
|
-
Names?: string[];
|
|
2927
|
-
|
|
2928
|
-
/**
|
|
2929
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2930
|
-
*/
|
|
2931
|
-
NextToken?: string;
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
export namespace DescribeFleetsRequest {
|
|
2935
|
-
/**
|
|
2936
|
-
* @internal
|
|
2937
|
-
*/
|
|
2938
|
-
export const filterSensitiveLog = (obj: DescribeFleetsRequest): any => ({
|
|
2939
|
-
...obj,
|
|
2940
|
-
});
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
export interface DescribeFleetsResult {
|
|
2944
|
-
/**
|
|
2945
|
-
* <p>Information about the fleets.</p>
|
|
2946
|
-
*/
|
|
2947
|
-
Fleets?: Fleet[];
|
|
2948
|
-
|
|
2949
|
-
/**
|
|
2950
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2951
|
-
*/
|
|
2952
|
-
NextToken?: string;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
export namespace DescribeFleetsResult {
|
|
2956
|
-
/**
|
|
2957
|
-
* @internal
|
|
2958
|
-
*/
|
|
2959
|
-
export const filterSensitiveLog = (obj: DescribeFleetsResult): any => ({
|
|
2960
|
-
...obj,
|
|
2961
|
-
});
|
|
2962
|
-
}
|
|
2963
|
-
|
|
2964
|
-
export interface DescribeImageBuildersRequest {
|
|
2965
|
-
/**
|
|
2966
|
-
* <p>The names of the image builders to describe.</p>
|
|
2967
|
-
*/
|
|
2968
|
-
Names?: string[];
|
|
2969
|
-
|
|
2970
|
-
/**
|
|
2971
|
-
* <p>The maximum size of each page of results.</p>
|
|
2972
|
-
*/
|
|
2973
|
-
MaxResults?: number;
|
|
2974
|
-
|
|
2975
|
-
/**
|
|
2976
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2977
|
-
*/
|
|
2978
|
-
NextToken?: string;
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2981
|
-
export namespace DescribeImageBuildersRequest {
|
|
2982
|
-
/**
|
|
2983
|
-
* @internal
|
|
2984
|
-
*/
|
|
2985
|
-
export const filterSensitiveLog = (obj: DescribeImageBuildersRequest): any => ({
|
|
2986
|
-
...obj,
|
|
2987
|
-
});
|
|
2988
|
-
}
|
|
2989
|
-
|
|
2990
|
-
export interface DescribeImageBuildersResult {
|
|
2991
|
-
/**
|
|
2992
|
-
* <p>Information about the image builders.</p>
|
|
2993
|
-
*/
|
|
2994
|
-
ImageBuilders?: ImageBuilder[];
|
|
2995
|
-
|
|
2996
|
-
/**
|
|
2997
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2998
|
-
*/
|
|
2999
|
-
NextToken?: string;
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
|
-
export namespace DescribeImageBuildersResult {
|
|
3003
|
-
/**
|
|
3004
|
-
* @internal
|
|
3005
|
-
*/
|
|
3006
|
-
export const filterSensitiveLog = (obj: DescribeImageBuildersResult): any => ({
|
|
3007
|
-
...obj,
|
|
3008
|
-
});
|
|
3009
|
-
}
|
|
3010
|
-
|
|
3011
|
-
export interface DescribeImagePermissionsRequest {
|
|
3012
|
-
/**
|
|
3013
|
-
* <p>The name of the private image for which to describe permissions. The image must be one that you own. </p>
|
|
3014
|
-
*/
|
|
3015
|
-
Name: string | undefined;
|
|
3016
|
-
|
|
3017
|
-
/**
|
|
3018
|
-
* <p>The maximum size of each page of results.</p>
|
|
3019
|
-
*/
|
|
3020
|
-
MaxResults?: number;
|
|
3021
|
-
|
|
3022
|
-
/**
|
|
3023
|
-
* <p>The 12-digit identifier of one or more AWS accounts with which the image is shared.</p>
|
|
3024
|
-
*/
|
|
3025
|
-
SharedAwsAccountIds?: string[];
|
|
3026
|
-
|
|
3027
|
-
/**
|
|
3028
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3029
|
-
*/
|
|
3030
|
-
NextToken?: string;
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
|
-
export namespace DescribeImagePermissionsRequest {
|
|
3034
|
-
/**
|
|
3035
|
-
* @internal
|
|
3036
|
-
*/
|
|
3037
|
-
export const filterSensitiveLog = (obj: DescribeImagePermissionsRequest): any => ({
|
|
3038
|
-
...obj,
|
|
3039
|
-
});
|
|
3040
|
-
}
|
|
3041
|
-
|
|
3042
|
-
/**
|
|
3043
|
-
* <p>Describes the permissions that are available to the specified AWS account for a shared image.</p>
|
|
3044
|
-
*/
|
|
3045
|
-
export interface SharedImagePermissions {
|
|
3046
|
-
/**
|
|
3047
|
-
* <p>The 12-digit identifier of the AWS account with which the image is shared.</p>
|
|
3048
|
-
*/
|
|
3049
|
-
sharedAccountId: string | undefined;
|
|
3050
|
-
|
|
3051
|
-
/**
|
|
3052
|
-
* <p>Describes the permissions for a shared image.</p>
|
|
3053
|
-
*/
|
|
3054
|
-
imagePermissions: ImagePermissions | undefined;
|
|
3055
|
-
}
|
|
3056
|
-
|
|
3057
|
-
export namespace SharedImagePermissions {
|
|
3058
|
-
/**
|
|
3059
|
-
* @internal
|
|
3060
|
-
*/
|
|
3061
|
-
export const filterSensitiveLog = (obj: SharedImagePermissions): any => ({
|
|
3062
|
-
...obj,
|
|
3063
|
-
});
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
export interface DescribeImagePermissionsResult {
|
|
3067
|
-
/**
|
|
3068
|
-
* <p>The name of the private image.</p>
|
|
3069
|
-
*/
|
|
3070
|
-
Name?: string;
|
|
3071
|
-
|
|
3072
|
-
/**
|
|
3073
|
-
* <p>The permissions for a private image that you own. </p>
|
|
3074
|
-
*/
|
|
3075
|
-
SharedImagePermissionsList?: SharedImagePermissions[];
|
|
3076
|
-
|
|
3077
|
-
/**
|
|
3078
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3079
|
-
*/
|
|
3080
|
-
NextToken?: string;
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
|
-
export namespace DescribeImagePermissionsResult {
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
export const filterSensitiveLog = (obj: DescribeImagePermissionsResult): any => ({
|
|
3088
|
-
...obj,
|
|
3089
|
-
});
|
|
3090
|
-
}
|
|
3091
|
-
|
|
3092
|
-
export interface DescribeImagesRequest {
|
|
3093
|
-
/**
|
|
3094
|
-
* <p>The names of the public or private images to describe.</p>
|
|
3095
|
-
*/
|
|
3096
|
-
Names?: string[];
|
|
3097
|
-
|
|
3098
|
-
/**
|
|
3099
|
-
* <p>The ARNs of the public, private, and shared images to describe.</p>
|
|
3100
|
-
*/
|
|
3101
|
-
Arns?: string[];
|
|
3102
|
-
|
|
3103
|
-
/**
|
|
3104
|
-
* <p>The type of image (public, private, or shared) to describe. </p>
|
|
3105
|
-
*/
|
|
3106
|
-
Type?: VisibilityType | string;
|
|
3107
|
-
|
|
3108
|
-
/**
|
|
3109
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3110
|
-
*/
|
|
3111
|
-
NextToken?: string;
|
|
3112
|
-
|
|
3113
|
-
/**
|
|
3114
|
-
* <p>The maximum size of each page of results.</p>
|
|
3115
|
-
*/
|
|
3116
|
-
MaxResults?: number;
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
|
-
export namespace DescribeImagesRequest {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
export const filterSensitiveLog = (obj: DescribeImagesRequest): any => ({
|
|
3124
|
-
...obj,
|
|
3125
|
-
});
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
export interface DescribeImagesResult {
|
|
3129
|
-
/**
|
|
3130
|
-
* <p>Information about the images.</p>
|
|
3131
|
-
*/
|
|
3132
|
-
Images?: Image[];
|
|
3133
|
-
|
|
3134
|
-
/**
|
|
3135
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3136
|
-
*/
|
|
3137
|
-
NextToken?: string;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
export namespace DescribeImagesResult {
|
|
3141
|
-
/**
|
|
3142
|
-
* @internal
|
|
3143
|
-
*/
|
|
3144
|
-
export const filterSensitiveLog = (obj: DescribeImagesResult): any => ({
|
|
3145
|
-
...obj,
|
|
3146
|
-
});
|
|
3147
|
-
}
|
|
3148
|
-
|
|
3149
|
-
export interface DescribeSessionsRequest {
|
|
3150
|
-
/**
|
|
3151
|
-
* <p>The name of the stack. This value is case-sensitive.</p>
|
|
3152
|
-
*/
|
|
3153
|
-
StackName: string | undefined;
|
|
3154
|
-
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>The name of the fleet. This value is case-sensitive.</p>
|
|
3157
|
-
*/
|
|
3158
|
-
FleetName: string | undefined;
|
|
3159
|
-
|
|
3160
|
-
/**
|
|
3161
|
-
* <p>The user identifier (ID). If you specify a user ID, you must also specify the authentication type.</p>
|
|
3162
|
-
*/
|
|
3163
|
-
UserId?: string;
|
|
3164
|
-
|
|
3165
|
-
/**
|
|
3166
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3167
|
-
*/
|
|
3168
|
-
NextToken?: string;
|
|
3169
|
-
|
|
3170
|
-
/**
|
|
3171
|
-
* <p>The size of each page of results. The default value is 20 and the maximum value is 50.</p>
|
|
3172
|
-
*/
|
|
3173
|
-
Limit?: number;
|
|
3174
|
-
|
|
3175
|
-
/**
|
|
3176
|
-
* <p>The authentication method. Specify <code>API</code> for a user
|
|
3177
|
-
* authenticated using a streaming URL or <code>SAML</code> for a SAML federated user.
|
|
3178
|
-
* The default is to authenticate users using a streaming URL.</p>
|
|
3179
|
-
*/
|
|
3180
|
-
AuthenticationType?: AuthenticationType | string;
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
|
-
export namespace DescribeSessionsRequest {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
export const filterSensitiveLog = (obj: DescribeSessionsRequest): any => ({
|
|
3188
|
-
...obj,
|
|
3189
|
-
});
|
|
3190
|
-
}
|
|
3191
|
-
|
|
3192
|
-
export enum SessionConnectionState {
|
|
3193
|
-
CONNECTED = "CONNECTED",
|
|
3194
|
-
NOT_CONNECTED = "NOT_CONNECTED",
|
|
3195
|
-
}
|
|
3196
|
-
|
|
3197
|
-
export enum SessionState {
|
|
3198
|
-
ACTIVE = "ACTIVE",
|
|
3199
|
-
EXPIRED = "EXPIRED",
|
|
3200
|
-
PENDING = "PENDING",
|
|
3201
|
-
}
|
|
3202
|
-
|
|
3203
|
-
/**
|
|
3204
|
-
* <p>Describes a streaming session.</p>
|
|
3205
|
-
*/
|
|
3206
|
-
export interface Session {
|
|
3207
|
-
/**
|
|
3208
|
-
* <p>The identifier of the streaming session.</p>
|
|
3209
|
-
*/
|
|
3210
|
-
Id: string | undefined;
|
|
3211
|
-
|
|
3212
|
-
/**
|
|
3213
|
-
* <p>The identifier of the user for whom the session was created.</p>
|
|
3214
|
-
*/
|
|
3215
|
-
UserId: string | undefined;
|
|
3216
|
-
|
|
3217
|
-
/**
|
|
3218
|
-
* <p>The name of the stack for the streaming session.</p>
|
|
3219
|
-
*/
|
|
3220
|
-
StackName: string | undefined;
|
|
3221
|
-
|
|
3222
|
-
/**
|
|
3223
|
-
* <p>The name of the fleet for the streaming session.</p>
|
|
3224
|
-
*/
|
|
3225
|
-
FleetName: string | undefined;
|
|
3226
|
-
|
|
3227
|
-
/**
|
|
3228
|
-
* <p>The current state of the streaming session.</p>
|
|
3229
|
-
*/
|
|
3230
|
-
State: SessionState | string | undefined;
|
|
3231
|
-
|
|
3232
|
-
/**
|
|
3233
|
-
* <p>Specifies whether a user is connected to the streaming session.</p>
|
|
3234
|
-
*/
|
|
3235
|
-
ConnectionState?: SessionConnectionState | string;
|
|
3236
|
-
|
|
3237
|
-
/**
|
|
3238
|
-
* <p>The time when a streaming instance is dedicated for the user.</p>
|
|
3239
|
-
*/
|
|
3240
|
-
StartTime?: Date;
|
|
3241
|
-
|
|
3242
|
-
/**
|
|
3243
|
-
* <p>The time when the streaming session is set to expire. This time is based on the <code>MaxUserDurationinSeconds</code> value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in <code>SessionMaxExpirationTime</code>, when the <code>DisconnectTimeOutInSeconds</code> elapses or the user chooses to end his or her session. If the <code>DisconnectTimeOutInSeconds</code> elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.</p>
|
|
3244
|
-
*/
|
|
3245
|
-
MaxExpirationTime?: Date;
|
|
3246
|
-
|
|
3247
|
-
/**
|
|
3248
|
-
* <p>The authentication method. The user is authenticated using a streaming URL
|
|
3249
|
-
* (<code>API</code>) or SAML 2.0 federation (<code>SAML</code>).</p>
|
|
3250
|
-
*/
|
|
3251
|
-
AuthenticationType?: AuthenticationType | string;
|
|
3252
|
-
|
|
3253
|
-
/**
|
|
3254
|
-
* <p>The network details for the streaming session.</p>
|
|
3255
|
-
*/
|
|
3256
|
-
NetworkAccessConfiguration?: NetworkAccessConfiguration;
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
export namespace Session {
|
|
3260
|
-
/**
|
|
3261
|
-
* @internal
|
|
3262
|
-
*/
|
|
3263
|
-
export const filterSensitiveLog = (obj: Session): any => ({
|
|
3264
|
-
...obj,
|
|
3265
|
-
});
|
|
3266
|
-
}
|
|
3267
|
-
|
|
3268
|
-
export interface DescribeSessionsResult {
|
|
3269
|
-
/**
|
|
3270
|
-
* <p>Information about the streaming sessions.</p>
|
|
3271
|
-
*/
|
|
3272
|
-
Sessions?: Session[];
|
|
3273
|
-
|
|
3274
|
-
/**
|
|
3275
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3276
|
-
*/
|
|
3277
|
-
NextToken?: string;
|
|
3278
|
-
}
|
|
3279
|
-
|
|
3280
|
-
export namespace DescribeSessionsResult {
|
|
3281
|
-
/**
|
|
3282
|
-
* @internal
|
|
3283
|
-
*/
|
|
3284
|
-
export const filterSensitiveLog = (obj: DescribeSessionsResult): any => ({
|
|
3285
|
-
...obj,
|
|
3286
|
-
});
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
export interface DescribeStacksRequest {
|
|
3290
|
-
/**
|
|
3291
|
-
* <p>The names of the stacks to describe.</p>
|
|
3292
|
-
*/
|
|
3293
|
-
Names?: string[];
|
|
3294
|
-
|
|
3295
|
-
/**
|
|
3296
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3297
|
-
*/
|
|
3298
|
-
NextToken?: string;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
export namespace DescribeStacksRequest {
|
|
3302
|
-
/**
|
|
3303
|
-
* @internal
|
|
3304
|
-
*/
|
|
3305
|
-
export const filterSensitiveLog = (obj: DescribeStacksRequest): any => ({
|
|
3306
|
-
...obj,
|
|
3307
|
-
});
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
export interface DescribeStacksResult {
|
|
3311
|
-
/**
|
|
3312
|
-
* <p>Information about the stacks.</p>
|
|
3313
|
-
*/
|
|
3314
|
-
Stacks?: Stack[];
|
|
3315
|
-
|
|
3316
|
-
/**
|
|
3317
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3318
|
-
*/
|
|
3319
|
-
NextToken?: string;
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
export namespace DescribeStacksResult {
|
|
3323
|
-
/**
|
|
3324
|
-
* @internal
|
|
3325
|
-
*/
|
|
3326
|
-
export const filterSensitiveLog = (obj: DescribeStacksResult): any => ({
|
|
3327
|
-
...obj,
|
|
3328
|
-
});
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
export interface DescribeUsageReportSubscriptionsRequest {
|
|
3332
|
-
/**
|
|
3333
|
-
* <p>The maximum size of each page of results.</p>
|
|
3334
|
-
*/
|
|
3335
|
-
MaxResults?: number;
|
|
3336
|
-
|
|
3337
|
-
/**
|
|
3338
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3339
|
-
*/
|
|
3340
|
-
NextToken?: string;
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
export namespace DescribeUsageReportSubscriptionsRequest {
|
|
3344
|
-
/**
|
|
3345
|
-
* @internal
|
|
3346
|
-
*/
|
|
3347
|
-
export const filterSensitiveLog = (obj: DescribeUsageReportSubscriptionsRequest): any => ({
|
|
3348
|
-
...obj,
|
|
3349
|
-
});
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
export enum UsageReportExecutionErrorCode {
|
|
3353
|
-
ACCESS_DENIED = "ACCESS_DENIED",
|
|
3354
|
-
INTERNAL_SERVICE_ERROR = "INTERNAL_SERVICE_ERROR",
|
|
3355
|
-
RESOURCE_NOT_FOUND = "RESOURCE_NOT_FOUND",
|
|
3356
|
-
}
|
|
3357
|
-
|
|
3358
|
-
/**
|
|
3359
|
-
* <p>Describes the error that is returned when a usage report can't be generated.</p>
|
|
3360
|
-
*/
|
|
3361
|
-
export interface LastReportGenerationExecutionError {
|
|
3362
|
-
/**
|
|
3363
|
-
* <p>The error code for the error that is returned when a usage report can't be generated.</p>
|
|
3364
|
-
*/
|
|
3365
|
-
ErrorCode?: UsageReportExecutionErrorCode | string;
|
|
3366
|
-
|
|
3367
|
-
/**
|
|
3368
|
-
* <p>The error message for the error that is returned when a usage report can't be generated.</p>
|
|
3369
|
-
*/
|
|
3370
|
-
ErrorMessage?: string;
|
|
3371
|
-
}
|
|
3372
|
-
|
|
3373
|
-
export namespace LastReportGenerationExecutionError {
|
|
3374
|
-
/**
|
|
3375
|
-
* @internal
|
|
3376
|
-
*/
|
|
3377
|
-
export const filterSensitiveLog = (obj: LastReportGenerationExecutionError): any => ({
|
|
3378
|
-
...obj,
|
|
3379
|
-
});
|
|
3380
|
-
}
|
|
3381
|
-
|
|
3382
|
-
/**
|
|
3383
|
-
* <p>Describes information about the usage report subscription.</p>
|
|
3384
|
-
*/
|
|
3385
|
-
export interface UsageReportSubscription {
|
|
3386
|
-
/**
|
|
3387
|
-
* <p>The Amazon S3 bucket where generated reports are stored.</p>
|
|
3388
|
-
*
|
|
3389
|
-
* <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
|
|
3390
|
-
* configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
|
|
3391
|
-
* unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
|
|
3392
|
-
* uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
|
|
3393
|
-
* when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
|
|
3394
|
-
*/
|
|
3395
|
-
S3BucketName?: string;
|
|
3396
|
-
|
|
3397
|
-
/**
|
|
3398
|
-
* <p>The schedule for generating usage reports.</p>
|
|
3399
|
-
*/
|
|
3400
|
-
Schedule?: UsageReportSchedule | string;
|
|
3401
|
-
|
|
3402
|
-
/**
|
|
3403
|
-
* <p>The time when the last usage report was generated.</p>
|
|
3404
|
-
*/
|
|
3405
|
-
LastGeneratedReportDate?: Date;
|
|
3406
|
-
|
|
3407
|
-
/**
|
|
3408
|
-
* <p>The errors that were returned if usage reports couldn't be generated.</p>
|
|
3409
|
-
*/
|
|
3410
|
-
SubscriptionErrors?: LastReportGenerationExecutionError[];
|
|
3411
|
-
}
|
|
3412
|
-
|
|
3413
|
-
export namespace UsageReportSubscription {
|
|
3414
|
-
/**
|
|
3415
|
-
* @internal
|
|
3416
|
-
*/
|
|
3417
|
-
export const filterSensitiveLog = (obj: UsageReportSubscription): any => ({
|
|
3418
|
-
...obj,
|
|
3419
|
-
});
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
export interface DescribeUsageReportSubscriptionsResult {
|
|
3423
|
-
/**
|
|
3424
|
-
* <p>Information about the usage report subscription.</p>
|
|
3425
|
-
*/
|
|
3426
|
-
UsageReportSubscriptions?: UsageReportSubscription[];
|
|
3427
|
-
|
|
3428
|
-
/**
|
|
3429
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3430
|
-
*/
|
|
3431
|
-
NextToken?: string;
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
export namespace DescribeUsageReportSubscriptionsResult {
|
|
3435
|
-
/**
|
|
3436
|
-
* @internal
|
|
3437
|
-
*/
|
|
3438
|
-
export const filterSensitiveLog = (obj: DescribeUsageReportSubscriptionsResult): any => ({
|
|
3439
|
-
...obj,
|
|
3440
|
-
});
|
|
3441
|
-
}
|
|
3442
|
-
|
|
3443
|
-
export interface DescribeUsersRequest {
|
|
3444
|
-
/**
|
|
3445
|
-
* <p>The authentication type for the users in the user pool to describe. You must specify USERPOOL.</p>
|
|
3446
|
-
*/
|
|
3447
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
3448
|
-
|
|
3449
|
-
/**
|
|
3450
|
-
* <p>The maximum size of each page of results.</p>
|
|
3451
|
-
*/
|
|
3452
|
-
MaxResults?: number;
|
|
3453
|
-
|
|
3454
|
-
/**
|
|
3455
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3456
|
-
*/
|
|
3457
|
-
NextToken?: string;
|
|
3458
|
-
}
|
|
3459
|
-
|
|
3460
|
-
export namespace DescribeUsersRequest {
|
|
3461
|
-
/**
|
|
3462
|
-
* @internal
|
|
3463
|
-
*/
|
|
3464
|
-
export const filterSensitiveLog = (obj: DescribeUsersRequest): any => ({
|
|
3465
|
-
...obj,
|
|
3466
|
-
});
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
/**
|
|
3470
|
-
* <p>Describes a user in the user pool.</p>
|
|
3471
|
-
*/
|
|
3472
|
-
export interface User {
|
|
3473
|
-
/**
|
|
3474
|
-
* <p>The ARN of the user.</p>
|
|
3475
|
-
*/
|
|
3476
|
-
Arn?: string;
|
|
3477
|
-
|
|
3478
|
-
/**
|
|
3479
|
-
* <p>The email address of the user.</p>
|
|
3480
|
-
*
|
|
3481
|
-
* <note>
|
|
3482
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
3483
|
-
* </note>
|
|
3484
|
-
*/
|
|
3485
|
-
UserName?: string;
|
|
3486
|
-
|
|
3487
|
-
/**
|
|
3488
|
-
* <p>Specifies whether the user in the user pool is enabled.</p>
|
|
3489
|
-
*/
|
|
3490
|
-
Enabled?: boolean;
|
|
3491
|
-
|
|
3492
|
-
/**
|
|
3493
|
-
* <p>The status of the user in the user pool. The status can be one of the following:</p>
|
|
3494
|
-
* <ul>
|
|
3495
|
-
* <li>
|
|
3496
|
-
* <p>UNCONFIRMED – The user is created but not confirmed.</p>
|
|
3497
|
-
* </li>
|
|
3498
|
-
* <li>
|
|
3499
|
-
* <p>CONFIRMED – The user is confirmed.</p>
|
|
3500
|
-
* </li>
|
|
3501
|
-
* <li>
|
|
3502
|
-
* <p>ARCHIVED – The user is no longer active.</p>
|
|
3503
|
-
* </li>
|
|
3504
|
-
* <li>
|
|
3505
|
-
* <p>COMPROMISED – The user is disabled because of a potential security threat.</p>
|
|
3506
|
-
* </li>
|
|
3507
|
-
* <li>
|
|
3508
|
-
* <p>UNKNOWN – The user status is not known.</p>
|
|
3509
|
-
* </li>
|
|
3510
|
-
* </ul>
|
|
3511
|
-
*/
|
|
3512
|
-
Status?: string;
|
|
3513
|
-
|
|
3514
|
-
/**
|
|
3515
|
-
* <p>The first name, or given name, of the user.</p>
|
|
3516
|
-
*/
|
|
3517
|
-
FirstName?: string;
|
|
3518
|
-
|
|
3519
|
-
/**
|
|
3520
|
-
* <p>The last name, or surname, of the user.</p>
|
|
3521
|
-
*/
|
|
3522
|
-
LastName?: string;
|
|
3523
|
-
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>The date and time the user was created in the user pool.</p>
|
|
3526
|
-
*/
|
|
3527
|
-
CreatedTime?: Date;
|
|
3528
|
-
|
|
3529
|
-
/**
|
|
3530
|
-
* <p>The authentication type for the user.</p>
|
|
3531
|
-
*/
|
|
3532
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
export namespace User {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
export const filterSensitiveLog = (obj: User): any => ({
|
|
3540
|
-
...obj,
|
|
3541
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
3542
|
-
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
3543
|
-
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
3544
|
-
});
|
|
3545
|
-
}
|
|
3546
|
-
|
|
3547
|
-
export interface DescribeUsersResult {
|
|
3548
|
-
/**
|
|
3549
|
-
* <p>Information about users in the user pool.</p>
|
|
3550
|
-
*/
|
|
3551
|
-
Users?: User[];
|
|
3552
|
-
|
|
3553
|
-
/**
|
|
3554
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3555
|
-
*/
|
|
3556
|
-
NextToken?: string;
|
|
3557
|
-
}
|
|
3558
|
-
|
|
3559
|
-
export namespace DescribeUsersResult {
|
|
3560
|
-
/**
|
|
3561
|
-
* @internal
|
|
3562
|
-
*/
|
|
3563
|
-
export const filterSensitiveLog = (obj: DescribeUsersResult): any => ({
|
|
3564
|
-
...obj,
|
|
3565
|
-
...(obj.Users && { Users: obj.Users.map((item) => User.filterSensitiveLog(item)) }),
|
|
3566
|
-
});
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
export interface DescribeUserStackAssociationsRequest {
|
|
3570
|
-
/**
|
|
3571
|
-
* <p>The name of the stack that is associated with the user.</p>
|
|
3572
|
-
*/
|
|
3573
|
-
StackName?: string;
|
|
3574
|
-
|
|
3575
|
-
/**
|
|
3576
|
-
* <p>The email address of the user who is associated with the stack.</p>
|
|
3577
|
-
*
|
|
3578
|
-
* <note>
|
|
3579
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
3580
|
-
* </note>
|
|
3581
|
-
*/
|
|
3582
|
-
UserName?: string;
|
|
3583
|
-
|
|
3584
|
-
/**
|
|
3585
|
-
* <p>The authentication type for the user who is associated with the stack. You must specify USERPOOL.</p>
|
|
3586
|
-
*/
|
|
3587
|
-
AuthenticationType?: AuthenticationType | string;
|
|
3588
|
-
|
|
3589
|
-
/**
|
|
3590
|
-
* <p>The maximum size of each page of results.</p>
|
|
3591
|
-
*/
|
|
3592
|
-
MaxResults?: number;
|
|
3593
|
-
|
|
3594
|
-
/**
|
|
3595
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3596
|
-
*/
|
|
3597
|
-
NextToken?: string;
|
|
3598
|
-
}
|
|
3599
|
-
|
|
3600
|
-
export namespace DescribeUserStackAssociationsRequest {
|
|
3601
|
-
/**
|
|
3602
|
-
* @internal
|
|
3603
|
-
*/
|
|
3604
|
-
export const filterSensitiveLog = (obj: DescribeUserStackAssociationsRequest): any => ({
|
|
3605
|
-
...obj,
|
|
3606
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
3607
|
-
});
|
|
3608
|
-
}
|
|
3609
|
-
|
|
3610
|
-
export interface DescribeUserStackAssociationsResult {
|
|
3611
|
-
/**
|
|
3612
|
-
* <p>The UserStackAssociation objects.</p>
|
|
3613
|
-
*/
|
|
3614
|
-
UserStackAssociations?: UserStackAssociation[];
|
|
3615
|
-
|
|
3616
|
-
/**
|
|
3617
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3618
|
-
*/
|
|
3619
|
-
NextToken?: string;
|
|
3620
|
-
}
|
|
3621
|
-
|
|
3622
|
-
export namespace DescribeUserStackAssociationsResult {
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
export const filterSensitiveLog = (obj: DescribeUserStackAssociationsResult): any => ({
|
|
3627
|
-
...obj,
|
|
3628
|
-
...(obj.UserStackAssociations && {
|
|
3629
|
-
UserStackAssociations: obj.UserStackAssociations.map((item) => UserStackAssociation.filterSensitiveLog(item)),
|
|
3630
|
-
}),
|
|
3631
|
-
});
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
export interface DisableUserRequest {
|
|
3635
|
-
/**
|
|
3636
|
-
* <p>The email address of the user.</p>
|
|
3637
|
-
*
|
|
3638
|
-
* <note>
|
|
3639
|
-
* <p>Users' email addresses are case-sensitive.</p>
|
|
3640
|
-
* </note>
|
|
3641
|
-
*/
|
|
3642
|
-
UserName: string | undefined;
|
|
3643
|
-
|
|
3644
|
-
/**
|
|
3645
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
3646
|
-
*/
|
|
3647
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
3648
|
-
}
|
|
3649
|
-
|
|
3650
|
-
export namespace DisableUserRequest {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
export const filterSensitiveLog = (obj: DisableUserRequest): any => ({
|
|
3655
|
-
...obj,
|
|
3656
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
3657
|
-
});
|
|
3658
|
-
}
|
|
3659
|
-
|
|
3660
|
-
export interface DisableUserResult {}
|
|
3661
|
-
|
|
3662
|
-
export namespace DisableUserResult {
|
|
3663
|
-
/**
|
|
3664
|
-
* @internal
|
|
3665
|
-
*/
|
|
3666
|
-
export const filterSensitiveLog = (obj: DisableUserResult): any => ({
|
|
3667
|
-
...obj,
|
|
3668
|
-
});
|
|
3669
|
-
}
|
|
3670
|
-
|
|
3671
|
-
export interface DisassociateFleetRequest {
|
|
3672
|
-
/**
|
|
3673
|
-
* <p>The name of the fleet.</p>
|
|
3674
|
-
*/
|
|
3675
|
-
FleetName: string | undefined;
|
|
3676
|
-
|
|
3677
|
-
/**
|
|
3678
|
-
* <p>The name of the stack.</p>
|
|
3679
|
-
*/
|
|
3680
|
-
StackName: string | undefined;
|
|
3681
|
-
}
|
|
3682
|
-
|
|
3683
|
-
export namespace DisassociateFleetRequest {
|
|
3684
|
-
/**
|
|
3685
|
-
* @internal
|
|
3686
|
-
*/
|
|
3687
|
-
export const filterSensitiveLog = (obj: DisassociateFleetRequest): any => ({
|
|
3688
|
-
...obj,
|
|
3689
|
-
});
|
|
3690
|
-
}
|
|
3691
|
-
|
|
3692
|
-
export interface DisassociateFleetResult {}
|
|
3693
|
-
|
|
3694
|
-
export namespace DisassociateFleetResult {
|
|
3695
|
-
/**
|
|
3696
|
-
* @internal
|
|
3697
|
-
*/
|
|
3698
|
-
export const filterSensitiveLog = (obj: DisassociateFleetResult): any => ({
|
|
3699
|
-
...obj,
|
|
3700
|
-
});
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
export interface EnableUserRequest {
|
|
3704
|
-
/**
|
|
3705
|
-
* <p>The email address of the user.</p>
|
|
3706
|
-
*
|
|
3707
|
-
* <note>
|
|
3708
|
-
* <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays. </p>
|
|
3709
|
-
* </note>
|
|
3710
|
-
*/
|
|
3711
|
-
UserName: string | undefined;
|
|
3712
|
-
|
|
3713
|
-
/**
|
|
3714
|
-
* <p>The authentication type for the user. You must specify USERPOOL.</p>
|
|
3715
|
-
*/
|
|
3716
|
-
AuthenticationType: AuthenticationType | string | undefined;
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
|
-
export namespace EnableUserRequest {
|
|
3720
|
-
/**
|
|
3721
|
-
* @internal
|
|
3722
|
-
*/
|
|
3723
|
-
export const filterSensitiveLog = (obj: EnableUserRequest): any => ({
|
|
3724
|
-
...obj,
|
|
3725
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
3726
|
-
});
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
export interface EnableUserResult {}
|
|
3730
|
-
|
|
3731
|
-
export namespace EnableUserResult {
|
|
3732
|
-
/**
|
|
3733
|
-
* @internal
|
|
3734
|
-
*/
|
|
3735
|
-
export const filterSensitiveLog = (obj: EnableUserResult): any => ({
|
|
3736
|
-
...obj,
|
|
3737
|
-
});
|
|
3738
|
-
}
|
|
3739
|
-
|
|
3740
|
-
export interface ExpireSessionRequest {
|
|
3741
|
-
/**
|
|
3742
|
-
* <p>The identifier of the streaming session.</p>
|
|
3743
|
-
*/
|
|
3744
|
-
SessionId: string | undefined;
|
|
3745
|
-
}
|
|
3746
|
-
|
|
3747
|
-
export namespace ExpireSessionRequest {
|
|
3748
|
-
/**
|
|
3749
|
-
* @internal
|
|
3750
|
-
*/
|
|
3751
|
-
export const filterSensitiveLog = (obj: ExpireSessionRequest): any => ({
|
|
3752
|
-
...obj,
|
|
3753
|
-
});
|
|
3754
|
-
}
|
|
3755
|
-
|
|
3756
|
-
export interface ExpireSessionResult {}
|
|
3757
|
-
|
|
3758
|
-
export namespace ExpireSessionResult {
|
|
3759
|
-
/**
|
|
3760
|
-
* @internal
|
|
3761
|
-
*/
|
|
3762
|
-
export const filterSensitiveLog = (obj: ExpireSessionResult): any => ({
|
|
3763
|
-
...obj,
|
|
3764
|
-
});
|
|
3765
|
-
}
|
|
3766
|
-
|
|
3767
|
-
export enum FleetAttribute {
|
|
3768
|
-
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
3769
|
-
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
3770
|
-
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
3771
|
-
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS",
|
|
3772
|
-
}
|
|
3773
|
-
|
|
3774
|
-
export interface ListAssociatedFleetsRequest {
|
|
3775
|
-
/**
|
|
3776
|
-
* <p>The name of the stack.</p>
|
|
3777
|
-
*/
|
|
3778
|
-
StackName: string | undefined;
|
|
3779
|
-
|
|
3780
|
-
/**
|
|
3781
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3782
|
-
*/
|
|
3783
|
-
NextToken?: string;
|
|
3784
|
-
}
|
|
3785
|
-
|
|
3786
|
-
export namespace ListAssociatedFleetsRequest {
|
|
3787
|
-
/**
|
|
3788
|
-
* @internal
|
|
3789
|
-
*/
|
|
3790
|
-
export const filterSensitiveLog = (obj: ListAssociatedFleetsRequest): any => ({
|
|
3791
|
-
...obj,
|
|
3792
|
-
});
|
|
3793
|
-
}
|
|
3794
|
-
|
|
3795
|
-
export interface ListAssociatedFleetsResult {
|
|
3796
|
-
/**
|
|
3797
|
-
* <p>The name of the fleet.</p>
|
|
3798
|
-
*/
|
|
3799
|
-
Names?: string[];
|
|
3800
|
-
|
|
3801
|
-
/**
|
|
3802
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3803
|
-
*/
|
|
3804
|
-
NextToken?: string;
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
export namespace ListAssociatedFleetsResult {
|
|
3808
|
-
/**
|
|
3809
|
-
* @internal
|
|
3810
|
-
*/
|
|
3811
|
-
export const filterSensitiveLog = (obj: ListAssociatedFleetsResult): any => ({
|
|
3812
|
-
...obj,
|
|
3813
|
-
});
|
|
3814
|
-
}
|
|
3815
|
-
|
|
3816
|
-
export interface ListAssociatedStacksRequest {
|
|
3817
|
-
/**
|
|
3818
|
-
* <p>The name of the fleet.</p>
|
|
3819
|
-
*/
|
|
3820
|
-
FleetName: string | undefined;
|
|
3821
|
-
|
|
3822
|
-
/**
|
|
3823
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
3824
|
-
*/
|
|
3825
|
-
NextToken?: string;
|
|
3826
|
-
}
|
|
3827
|
-
|
|
3828
|
-
export namespace ListAssociatedStacksRequest {
|
|
3829
|
-
/**
|
|
3830
|
-
* @internal
|
|
3831
|
-
*/
|
|
3832
|
-
export const filterSensitiveLog = (obj: ListAssociatedStacksRequest): any => ({
|
|
3833
|
-
...obj,
|
|
3834
|
-
});
|
|
3835
|
-
}
|
|
3836
|
-
|
|
3837
|
-
export interface ListAssociatedStacksResult {
|
|
3838
|
-
/**
|
|
3839
|
-
* <p>The name of the stack.</p>
|
|
3840
|
-
*/
|
|
3841
|
-
Names?: string[];
|
|
3842
|
-
|
|
3843
|
-
/**
|
|
3844
|
-
* <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
3845
|
-
*/
|
|
3846
|
-
NextToken?: string;
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
export namespace ListAssociatedStacksResult {
|
|
3850
|
-
/**
|
|
3851
|
-
* @internal
|
|
3852
|
-
*/
|
|
3853
|
-
export const filterSensitiveLog = (obj: ListAssociatedStacksResult): any => ({
|
|
3854
|
-
...obj,
|
|
3855
|
-
});
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
|
-
export interface ListTagsForResourceRequest {
|
|
3859
|
-
/**
|
|
3860
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3861
|
-
*/
|
|
3862
|
-
ResourceArn: string | undefined;
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
export namespace ListTagsForResourceRequest {
|
|
3866
|
-
/**
|
|
3867
|
-
* @internal
|
|
3868
|
-
*/
|
|
3869
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
3870
|
-
...obj,
|
|
3871
|
-
});
|
|
3872
|
-
}
|
|
3873
|
-
|
|
3874
|
-
export interface ListTagsForResourceResponse {
|
|
3875
|
-
/**
|
|
3876
|
-
* <p>The information about the tags.</p>
|
|
3877
|
-
*/
|
|
3878
|
-
Tags?: { [key: string]: string };
|
|
3879
|
-
}
|
|
3880
|
-
|
|
3881
|
-
export namespace ListTagsForResourceResponse {
|
|
3882
|
-
/**
|
|
3883
|
-
* @internal
|
|
3884
|
-
*/
|
|
3885
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
3886
|
-
...obj,
|
|
3887
|
-
});
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
export interface StartFleetRequest {
|
|
3891
|
-
/**
|
|
3892
|
-
* <p>The name of the fleet.</p>
|
|
3893
|
-
*/
|
|
3894
|
-
Name: string | undefined;
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
export namespace StartFleetRequest {
|
|
3898
|
-
/**
|
|
3899
|
-
* @internal
|
|
3900
|
-
*/
|
|
3901
|
-
export const filterSensitiveLog = (obj: StartFleetRequest): any => ({
|
|
3902
|
-
...obj,
|
|
3903
|
-
});
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
export interface StartFleetResult {}
|
|
3907
|
-
|
|
3908
|
-
export namespace StartFleetResult {
|
|
3909
|
-
/**
|
|
3910
|
-
* @internal
|
|
3911
|
-
*/
|
|
3912
|
-
export const filterSensitiveLog = (obj: StartFleetResult): any => ({
|
|
3913
|
-
...obj,
|
|
3914
|
-
});
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
export interface StartImageBuilderRequest {
|
|
3918
|
-
/**
|
|
3919
|
-
* <p>The name of the image builder.</p>
|
|
3920
|
-
*/
|
|
3921
|
-
Name: string | undefined;
|
|
3922
|
-
|
|
3923
|
-
/**
|
|
3924
|
-
* <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
|
|
3925
|
-
*/
|
|
3926
|
-
AppstreamAgentVersion?: string;
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
|
-
export namespace StartImageBuilderRequest {
|
|
3930
|
-
/**
|
|
3931
|
-
* @internal
|
|
3932
|
-
*/
|
|
3933
|
-
export const filterSensitiveLog = (obj: StartImageBuilderRequest): any => ({
|
|
3934
|
-
...obj,
|
|
3935
|
-
});
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
export interface StartImageBuilderResult {
|
|
3939
|
-
/**
|
|
3940
|
-
* <p>Information about the image builder.</p>
|
|
3941
|
-
*/
|
|
3942
|
-
ImageBuilder?: ImageBuilder;
|
|
3943
|
-
}
|
|
3944
|
-
|
|
3945
|
-
export namespace StartImageBuilderResult {
|
|
3946
|
-
/**
|
|
3947
|
-
* @internal
|
|
3948
|
-
*/
|
|
3949
|
-
export const filterSensitiveLog = (obj: StartImageBuilderResult): any => ({
|
|
3950
|
-
...obj,
|
|
3951
|
-
});
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
|
-
export interface StopFleetRequest {
|
|
3955
|
-
/**
|
|
3956
|
-
* <p>The name of the fleet.</p>
|
|
3957
|
-
*/
|
|
3958
|
-
Name: string | undefined;
|
|
3959
|
-
}
|
|
3960
|
-
|
|
3961
|
-
export namespace StopFleetRequest {
|
|
3962
|
-
/**
|
|
3963
|
-
* @internal
|
|
3964
|
-
*/
|
|
3965
|
-
export const filterSensitiveLog = (obj: StopFleetRequest): any => ({
|
|
3966
|
-
...obj,
|
|
3967
|
-
});
|
|
3968
|
-
}
|
|
3969
|
-
|
|
3970
|
-
export interface StopFleetResult {}
|
|
3971
|
-
|
|
3972
|
-
export namespace StopFleetResult {
|
|
3973
|
-
/**
|
|
3974
|
-
* @internal
|
|
3975
|
-
*/
|
|
3976
|
-
export const filterSensitiveLog = (obj: StopFleetResult): any => ({
|
|
3977
|
-
...obj,
|
|
3978
|
-
});
|
|
3979
|
-
}
|
|
3980
|
-
|
|
3981
|
-
export interface StopImageBuilderRequest {
|
|
3982
|
-
/**
|
|
3983
|
-
* <p>The name of the image builder.</p>
|
|
3984
|
-
*/
|
|
3985
|
-
Name: string | undefined;
|
|
3986
|
-
}
|
|
3987
|
-
|
|
3988
|
-
export namespace StopImageBuilderRequest {
|
|
3989
|
-
/**
|
|
3990
|
-
* @internal
|
|
3991
|
-
*/
|
|
3992
|
-
export const filterSensitiveLog = (obj: StopImageBuilderRequest): any => ({
|
|
3993
|
-
...obj,
|
|
3994
|
-
});
|
|
3995
|
-
}
|
|
3996
|
-
|
|
3997
|
-
export interface StopImageBuilderResult {
|
|
3998
|
-
/**
|
|
3999
|
-
* <p>Information about the image builder.</p>
|
|
4000
|
-
*/
|
|
4001
|
-
ImageBuilder?: ImageBuilder;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
|
-
export namespace StopImageBuilderResult {
|
|
4005
|
-
/**
|
|
4006
|
-
* @internal
|
|
4007
|
-
*/
|
|
4008
|
-
export const filterSensitiveLog = (obj: StopImageBuilderResult): any => ({
|
|
4009
|
-
...obj,
|
|
4010
|
-
});
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
|
-
export interface TagResourceRequest {
|
|
4014
|
-
/**
|
|
4015
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4016
|
-
*/
|
|
4017
|
-
ResourceArn: string | undefined;
|
|
4018
|
-
|
|
4019
|
-
/**
|
|
4020
|
-
* <p>The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
|
|
4021
|
-
*
|
|
4022
|
-
* <p>If you do not specify a value, the value is set to an empty string.</p>
|
|
4023
|
-
*
|
|
4024
|
-
* <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
|
|
4025
|
-
* <p>_ . : / = + \ - @</p>
|
|
4026
|
-
*/
|
|
4027
|
-
Tags: { [key: string]: string } | undefined;
|
|
4028
|
-
}
|
|
4029
|
-
|
|
4030
|
-
export namespace TagResourceRequest {
|
|
4031
|
-
/**
|
|
4032
|
-
* @internal
|
|
4033
|
-
*/
|
|
4034
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
4035
|
-
...obj,
|
|
4036
|
-
});
|
|
4037
|
-
}
|
|
4038
|
-
|
|
4039
|
-
export interface TagResourceResponse {}
|
|
4040
|
-
|
|
4041
|
-
export namespace TagResourceResponse {
|
|
4042
|
-
/**
|
|
4043
|
-
* @internal
|
|
4044
|
-
*/
|
|
4045
|
-
export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
|
|
4046
|
-
...obj,
|
|
4047
|
-
});
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
|
-
export interface UntagResourceRequest {
|
|
4051
|
-
/**
|
|
4052
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4053
|
-
*/
|
|
4054
|
-
ResourceArn: string | undefined;
|
|
4055
|
-
|
|
4056
|
-
/**
|
|
4057
|
-
* <p>The tag keys for the tags to disassociate.</p>
|
|
4058
|
-
*/
|
|
4059
|
-
TagKeys: string[] | undefined;
|
|
4060
|
-
}
|
|
4061
|
-
|
|
4062
|
-
export namespace UntagResourceRequest {
|
|
4063
|
-
/**
|
|
4064
|
-
* @internal
|
|
4065
|
-
*/
|
|
4066
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
4067
|
-
...obj,
|
|
4068
|
-
});
|
|
4069
|
-
}
|
|
4070
|
-
|
|
4071
|
-
export interface UntagResourceResponse {}
|
|
4072
|
-
|
|
4073
|
-
export namespace UntagResourceResponse {
|
|
4074
|
-
/**
|
|
4075
|
-
* @internal
|
|
4076
|
-
*/
|
|
4077
|
-
export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
|
|
4078
|
-
...obj,
|
|
4079
|
-
});
|
|
4080
|
-
}
|
|
4081
|
-
|
|
4082
|
-
export interface UpdateDirectoryConfigRequest {
|
|
4083
|
-
/**
|
|
4084
|
-
* <p>The name of the Directory Config object.</p>
|
|
4085
|
-
*/
|
|
4086
|
-
DirectoryName: string | undefined;
|
|
4087
|
-
|
|
4088
|
-
/**
|
|
4089
|
-
* <p>The distinguished names of the organizational units for computer accounts.</p>
|
|
4090
|
-
*/
|
|
4091
|
-
OrganizationalUnitDistinguishedNames?: string[];
|
|
4092
|
-
|
|
4093
|
-
/**
|
|
4094
|
-
* <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
4095
|
-
*/
|
|
4096
|
-
ServiceAccountCredentials?: ServiceAccountCredentials;
|
|
4097
|
-
}
|
|
4098
|
-
|
|
4099
|
-
export namespace UpdateDirectoryConfigRequest {
|
|
4100
|
-
/**
|
|
4101
|
-
* @internal
|
|
4102
|
-
*/
|
|
4103
|
-
export const filterSensitiveLog = (obj: UpdateDirectoryConfigRequest): any => ({
|
|
4104
|
-
...obj,
|
|
4105
|
-
...(obj.ServiceAccountCredentials && {
|
|
4106
|
-
ServiceAccountCredentials: ServiceAccountCredentials.filterSensitiveLog(obj.ServiceAccountCredentials),
|
|
4107
|
-
}),
|
|
4108
|
-
});
|
|
4109
|
-
}
|
|
4110
|
-
|
|
4111
|
-
export interface UpdateDirectoryConfigResult {
|
|
4112
|
-
/**
|
|
4113
|
-
* <p>Information about the Directory Config object.</p>
|
|
4114
|
-
*/
|
|
4115
|
-
DirectoryConfig?: DirectoryConfig;
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
export namespace UpdateDirectoryConfigResult {
|
|
4119
|
-
/**
|
|
4120
|
-
* @internal
|
|
4121
|
-
*/
|
|
4122
|
-
export const filterSensitiveLog = (obj: UpdateDirectoryConfigResult): any => ({
|
|
4123
|
-
...obj,
|
|
4124
|
-
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }),
|
|
4125
|
-
});
|
|
4126
|
-
}
|
|
4127
|
-
|
|
4128
|
-
export interface UpdateFleetRequest {
|
|
4129
|
-
/**
|
|
4130
|
-
* <p>The name of the image used to create the fleet.</p>
|
|
4131
|
-
*/
|
|
4132
|
-
ImageName?: string;
|
|
4133
|
-
|
|
4134
|
-
/**
|
|
4135
|
-
* <p>The ARN of the public, private, or shared image to use.</p>
|
|
4136
|
-
*/
|
|
4137
|
-
ImageArn?: string;
|
|
4138
|
-
|
|
4139
|
-
/**
|
|
4140
|
-
* <p>A unique name for the fleet.</p>
|
|
4141
|
-
*/
|
|
4142
|
-
Name?: string;
|
|
4143
|
-
|
|
4144
|
-
/**
|
|
4145
|
-
* <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
|
|
4146
|
-
* <ul>
|
|
4147
|
-
* <li>
|
|
4148
|
-
* <p>stream.standard.small</p>
|
|
4149
|
-
* </li>
|
|
4150
|
-
* <li>
|
|
4151
|
-
* <p>stream.standard.medium</p>
|
|
4152
|
-
* </li>
|
|
4153
|
-
* <li>
|
|
4154
|
-
* <p>stream.standard.large</p>
|
|
4155
|
-
* </li>
|
|
4156
|
-
* <li>
|
|
4157
|
-
* <p>stream.compute.large</p>
|
|
4158
|
-
* </li>
|
|
4159
|
-
* <li>
|
|
4160
|
-
* <p>stream.compute.xlarge</p>
|
|
4161
|
-
* </li>
|
|
4162
|
-
* <li>
|
|
4163
|
-
* <p>stream.compute.2xlarge</p>
|
|
4164
|
-
* </li>
|
|
4165
|
-
* <li>
|
|
4166
|
-
* <p>stream.compute.4xlarge</p>
|
|
4167
|
-
* </li>
|
|
4168
|
-
* <li>
|
|
4169
|
-
* <p>stream.compute.8xlarge</p>
|
|
4170
|
-
* </li>
|
|
4171
|
-
* <li>
|
|
4172
|
-
* <p>stream.memory.large</p>
|
|
4173
|
-
* </li>
|
|
4174
|
-
* <li>
|
|
4175
|
-
* <p>stream.memory.xlarge</p>
|
|
4176
|
-
* </li>
|
|
4177
|
-
* <li>
|
|
4178
|
-
* <p>stream.memory.2xlarge</p>
|
|
4179
|
-
* </li>
|
|
4180
|
-
* <li>
|
|
4181
|
-
* <p>stream.memory.4xlarge</p>
|
|
4182
|
-
* </li>
|
|
4183
|
-
* <li>
|
|
4184
|
-
* <p>stream.memory.8xlarge</p>
|
|
4185
|
-
* </li>
|
|
4186
|
-
* <li>
|
|
4187
|
-
* <p>stream.memory.z1d.large</p>
|
|
4188
|
-
* </li>
|
|
4189
|
-
* <li>
|
|
4190
|
-
* <p>stream.memory.z1d.xlarge</p>
|
|
4191
|
-
* </li>
|
|
4192
|
-
* <li>
|
|
4193
|
-
* <p>stream.memory.z1d.2xlarge</p>
|
|
4194
|
-
* </li>
|
|
4195
|
-
* <li>
|
|
4196
|
-
* <p>stream.memory.z1d.3xlarge</p>
|
|
4197
|
-
* </li>
|
|
4198
|
-
* <li>
|
|
4199
|
-
* <p>stream.memory.z1d.6xlarge</p>
|
|
4200
|
-
* </li>
|
|
4201
|
-
* <li>
|
|
4202
|
-
* <p>stream.memory.z1d.12xlarge</p>
|
|
4203
|
-
* </li>
|
|
4204
|
-
* <li>
|
|
4205
|
-
* <p>stream.graphics-design.large</p>
|
|
4206
|
-
* </li>
|
|
4207
|
-
* <li>
|
|
4208
|
-
* <p>stream.graphics-design.xlarge</p>
|
|
4209
|
-
* </li>
|
|
4210
|
-
* <li>
|
|
4211
|
-
* <p>stream.graphics-design.2xlarge</p>
|
|
4212
|
-
* </li>
|
|
4213
|
-
* <li>
|
|
4214
|
-
* <p>stream.graphics-design.4xlarge</p>
|
|
4215
|
-
* </li>
|
|
4216
|
-
* <li>
|
|
4217
|
-
* <p>stream.graphics-desktop.2xlarge</p>
|
|
4218
|
-
* </li>
|
|
4219
|
-
* <li>
|
|
4220
|
-
* <p>stream.graphics.g4dn.xlarge</p>
|
|
4221
|
-
* </li>
|
|
4222
|
-
* <li>
|
|
4223
|
-
* <p>stream.graphics.g4dn.2xlarge</p>
|
|
4224
|
-
* </li>
|
|
4225
|
-
* <li>
|
|
4226
|
-
* <p>stream.graphics.g4dn.4xlarge</p>
|
|
4227
|
-
* </li>
|
|
4228
|
-
* <li>
|
|
4229
|
-
* <p>stream.graphics.g4dn.8xlarge</p>
|
|
4230
|
-
* </li>
|
|
4231
|
-
* <li>
|
|
4232
|
-
* <p>stream.graphics.g4dn.12xlarge</p>
|
|
4233
|
-
* </li>
|
|
4234
|
-
* <li>
|
|
4235
|
-
* <p>stream.graphics.g4dn.16xlarge</p>
|
|
4236
|
-
* </li>
|
|
4237
|
-
* <li>
|
|
4238
|
-
* <p>stream.graphics-pro.4xlarge</p>
|
|
4239
|
-
* </li>
|
|
4240
|
-
* <li>
|
|
4241
|
-
* <p>stream.graphics-pro.8xlarge</p>
|
|
4242
|
-
* </li>
|
|
4243
|
-
* <li>
|
|
4244
|
-
* <p>stream.graphics-pro.16xlarge</p>
|
|
4245
|
-
* </li>
|
|
4246
|
-
* </ul>
|
|
4247
|
-
*/
|
|
4248
|
-
InstanceType?: string;
|
|
4249
|
-
|
|
4250
|
-
/**
|
|
4251
|
-
* <p>The desired capacity for the fleet.</p>
|
|
4252
|
-
*/
|
|
4253
|
-
ComputeCapacity?: ComputeCapacity;
|
|
4254
|
-
|
|
4255
|
-
/**
|
|
4256
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
4257
|
-
*/
|
|
4258
|
-
VpcConfig?: VpcConfig;
|
|
4259
|
-
|
|
4260
|
-
/**
|
|
4261
|
-
* <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
|
|
4262
|
-
* <p>Specify a value between 600 and 360000.</p>
|
|
4263
|
-
*/
|
|
4264
|
-
MaxUserDurationInSeconds?: number;
|
|
4265
|
-
|
|
4266
|
-
/**
|
|
4267
|
-
* <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
|
|
4268
|
-
* <p>Specify a value between 60 and 360000.</p>
|
|
4269
|
-
*/
|
|
4270
|
-
DisconnectTimeoutInSeconds?: number;
|
|
4271
|
-
|
|
4272
|
-
/**
|
|
4273
|
-
* @deprecated
|
|
4274
|
-
*
|
|
4275
|
-
* <p>Deletes the VPC association for the specified fleet.</p>
|
|
4276
|
-
*/
|
|
4277
|
-
DeleteVpcConfig?: boolean;
|
|
4278
|
-
|
|
4279
|
-
/**
|
|
4280
|
-
* <p>The description to display.</p>
|
|
4281
|
-
*/
|
|
4282
|
-
Description?: string;
|
|
4283
|
-
|
|
4284
|
-
/**
|
|
4285
|
-
* <p>The fleet name to display.</p>
|
|
4286
|
-
*/
|
|
4287
|
-
DisplayName?: string;
|
|
4288
|
-
|
|
4289
|
-
/**
|
|
4290
|
-
* <p>Enables or disables default internet access for the fleet.</p>
|
|
4291
|
-
*/
|
|
4292
|
-
EnableDefaultInternetAccess?: boolean;
|
|
4293
|
-
|
|
4294
|
-
/**
|
|
4295
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
4296
|
-
*/
|
|
4297
|
-
DomainJoinInfo?: DomainJoinInfo;
|
|
4298
|
-
|
|
4299
|
-
/**
|
|
4300
|
-
* <p>The amount of time that users can be idle (inactive) before they are disconnected
|
|
4301
|
-
* from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
|
|
4302
|
-
* interval begins. Users are notified before they are disconnected due to inactivity. If
|
|
4303
|
-
* users try to reconnect to the streaming session before the time interval specified in
|
|
4304
|
-
* <code>DisconnectTimeoutInSeconds</code> elapses, they are connected to their
|
|
4305
|
-
* previous session. Users are considered idle when they stop providing keyboard or mouse
|
|
4306
|
-
* input during their streaming session. File uploads and downloads, audio in, audio out,
|
|
4307
|
-
* and pixels changing do not qualify as user activity. If users continue to be idle after
|
|
4308
|
-
* the time interval in <code>IdleDisconnectTimeoutInSeconds</code> elapses, they are
|
|
4309
|
-
* disconnected. </p>
|
|
4310
|
-
* <p>To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600. The default value is 0.</p>
|
|
4311
|
-
*
|
|
4312
|
-
* <note>
|
|
4313
|
-
* <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
|
|
4314
|
-
* </note>
|
|
4315
|
-
*/
|
|
4316
|
-
IdleDisconnectTimeoutInSeconds?: number;
|
|
4317
|
-
|
|
4318
|
-
/**
|
|
4319
|
-
* <p>The fleet attributes to delete.</p>
|
|
4320
|
-
*/
|
|
4321
|
-
AttributesToDelete?: (FleetAttribute | string)[];
|
|
4322
|
-
|
|
4323
|
-
/**
|
|
4324
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
|
|
4325
|
-
*
|
|
4326
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
|
|
4327
|
-
*/
|
|
4328
|
-
IamRoleArn?: string;
|
|
4329
|
-
|
|
4330
|
-
/**
|
|
4331
|
-
* <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
|
|
4332
|
-
*
|
|
4333
|
-
* <p>The default value is <code>APP</code>.</p>
|
|
4334
|
-
*/
|
|
4335
|
-
StreamView?: StreamView | string;
|
|
4336
|
-
}
|
|
4337
|
-
|
|
4338
|
-
export namespace UpdateFleetRequest {
|
|
4339
|
-
/**
|
|
4340
|
-
* @internal
|
|
4341
|
-
*/
|
|
4342
|
-
export const filterSensitiveLog = (obj: UpdateFleetRequest): any => ({
|
|
4343
|
-
...obj,
|
|
4344
|
-
});
|
|
4345
|
-
}
|
|
4346
|
-
|
|
4347
|
-
export interface UpdateFleetResult {
|
|
4348
|
-
/**
|
|
4349
|
-
* <p>Information about the fleet.</p>
|
|
4350
|
-
*/
|
|
4351
|
-
Fleet?: Fleet;
|
|
4352
|
-
}
|
|
4353
|
-
|
|
4354
|
-
export namespace UpdateFleetResult {
|
|
4355
|
-
/**
|
|
4356
|
-
* @internal
|
|
4357
|
-
*/
|
|
4358
|
-
export const filterSensitiveLog = (obj: UpdateFleetResult): any => ({
|
|
4359
|
-
...obj,
|
|
4360
|
-
});
|
|
4361
|
-
}
|
|
4362
|
-
|
|
4363
|
-
export interface UpdateImagePermissionsRequest {
|
|
4364
|
-
/**
|
|
4365
|
-
* <p>The name of the private image.</p>
|
|
4366
|
-
*/
|
|
4367
|
-
Name: string | undefined;
|
|
4368
|
-
|
|
4369
|
-
/**
|
|
4370
|
-
* <p>The 12-digit identifier of the AWS account for which you want add or update image permissions.</p>
|
|
4371
|
-
*/
|
|
4372
|
-
SharedAccountId: string | undefined;
|
|
4373
|
-
|
|
4374
|
-
/**
|
|
4375
|
-
* <p>The permissions for the image.</p>
|
|
4376
|
-
*/
|
|
4377
|
-
ImagePermissions: ImagePermissions | undefined;
|
|
4378
|
-
}
|
|
4379
|
-
|
|
4380
|
-
export namespace UpdateImagePermissionsRequest {
|
|
4381
|
-
/**
|
|
4382
|
-
* @internal
|
|
4383
|
-
*/
|
|
4384
|
-
export const filterSensitiveLog = (obj: UpdateImagePermissionsRequest): any => ({
|
|
4385
|
-
...obj,
|
|
4386
|
-
});
|
|
4387
|
-
}
|
|
4388
|
-
|
|
4389
|
-
export interface UpdateImagePermissionsResult {}
|
|
4390
|
-
|
|
4391
|
-
export namespace UpdateImagePermissionsResult {
|
|
4392
|
-
/**
|
|
4393
|
-
* @internal
|
|
4394
|
-
*/
|
|
4395
|
-
export const filterSensitiveLog = (obj: UpdateImagePermissionsResult): any => ({
|
|
4396
|
-
...obj,
|
|
4397
|
-
});
|
|
4398
|
-
}
|
|
4399
|
-
|
|
4400
|
-
export enum StackAttribute {
|
|
4401
|
-
ACCESS_ENDPOINTS = "ACCESS_ENDPOINTS",
|
|
4402
|
-
EMBED_HOST_DOMAINS = "EMBED_HOST_DOMAINS",
|
|
4403
|
-
FEEDBACK_URL = "FEEDBACK_URL",
|
|
4404
|
-
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
4405
|
-
REDIRECT_URL = "REDIRECT_URL",
|
|
4406
|
-
STORAGE_CONNECTORS = "STORAGE_CONNECTORS",
|
|
4407
|
-
STORAGE_CONNECTOR_GOOGLE_DRIVE = "STORAGE_CONNECTOR_GOOGLE_DRIVE",
|
|
4408
|
-
STORAGE_CONNECTOR_HOMEFOLDERS = "STORAGE_CONNECTOR_HOMEFOLDERS",
|
|
4409
|
-
STORAGE_CONNECTOR_ONE_DRIVE = "STORAGE_CONNECTOR_ONE_DRIVE",
|
|
4410
|
-
THEME_NAME = "THEME_NAME",
|
|
4411
|
-
USER_SETTINGS = "USER_SETTINGS",
|
|
4412
|
-
}
|
|
4413
|
-
|
|
4414
|
-
export interface UpdateStackRequest {
|
|
4415
|
-
/**
|
|
4416
|
-
* <p>The stack name to display.</p>
|
|
4417
|
-
*/
|
|
4418
|
-
DisplayName?: string;
|
|
4419
|
-
|
|
4420
|
-
/**
|
|
4421
|
-
* <p>The description to display.</p>
|
|
4422
|
-
*/
|
|
4423
|
-
Description?: string;
|
|
4424
|
-
|
|
4425
|
-
/**
|
|
4426
|
-
* <p>The name of the stack.</p>
|
|
4427
|
-
*/
|
|
4428
|
-
Name: string | undefined;
|
|
4429
|
-
|
|
4430
|
-
/**
|
|
4431
|
-
* <p>The storage connectors to enable.</p>
|
|
4432
|
-
*/
|
|
4433
|
-
StorageConnectors?: StorageConnector[];
|
|
4434
|
-
|
|
4435
|
-
/**
|
|
4436
|
-
* @deprecated
|
|
4437
|
-
*
|
|
4438
|
-
* <p>Deletes the storage connectors currently enabled for the stack.</p>
|
|
4439
|
-
*/
|
|
4440
|
-
DeleteStorageConnectors?: boolean;
|
|
4441
|
-
|
|
4442
|
-
/**
|
|
4443
|
-
* <p>The URL that users are redirected to after their streaming session ends.</p>
|
|
4444
|
-
*/
|
|
4445
|
-
RedirectURL?: string;
|
|
4446
|
-
|
|
4447
|
-
/**
|
|
4448
|
-
* <p>The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
|
|
4449
|
-
*/
|
|
4450
|
-
FeedbackURL?: string;
|
|
4451
|
-
|
|
4452
|
-
/**
|
|
4453
|
-
* <p>The stack attributes to delete.</p>
|
|
4454
|
-
*/
|
|
4455
|
-
AttributesToDelete?: (StackAttribute | string)[];
|
|
4456
|
-
|
|
4457
|
-
/**
|
|
4458
|
-
* <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.</p>
|
|
4459
|
-
*/
|
|
4460
|
-
UserSettings?: UserSetting[];
|
|
4461
|
-
|
|
4462
|
-
/**
|
|
4463
|
-
* <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
|
|
4464
|
-
*/
|
|
4465
|
-
ApplicationSettings?: ApplicationSettings;
|
|
4466
|
-
|
|
4467
|
-
/**
|
|
4468
|
-
* <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
|
|
4469
|
-
*/
|
|
4470
|
-
AccessEndpoints?: AccessEndpoint[];
|
|
4471
|
-
|
|
4472
|
-
/**
|
|
4473
|
-
* <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
|
|
4474
|
-
*/
|
|
4475
|
-
EmbedHostDomains?: string[];
|
|
4476
|
-
}
|
|
4477
|
-
|
|
4478
|
-
export namespace UpdateStackRequest {
|
|
4479
|
-
/**
|
|
4480
|
-
* @internal
|
|
4481
|
-
*/
|
|
4482
|
-
export const filterSensitiveLog = (obj: UpdateStackRequest): any => ({
|
|
4483
|
-
...obj,
|
|
4484
|
-
});
|
|
4485
|
-
}
|
|
4486
|
-
|
|
4487
|
-
export interface UpdateStackResult {
|
|
4488
|
-
/**
|
|
4489
|
-
* <p>Information about the stack.</p>
|
|
4490
|
-
*/
|
|
4491
|
-
Stack?: Stack;
|
|
4492
|
-
}
|
|
4493
|
-
|
|
4494
|
-
export namespace UpdateStackResult {
|
|
4495
|
-
/**
|
|
4496
|
-
* @internal
|
|
4497
|
-
*/
|
|
4498
|
-
export const filterSensitiveLog = (obj: UpdateStackResult): any => ({
|
|
4499
|
-
...obj,
|
|
4500
|
-
});
|
|
4501
|
-
}
|