@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteFleetCommand, serializeAws_json1_1DeleteFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteFleetCommand, serializeAws_json1_1DeleteFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFleetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFleetCommand, _super);
|
|
8
8
|
function DeleteFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteFleetCommand = (function (_super) {
|
|
|
37
37
|
return DeleteFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteFleetCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteImageBuilderCommand, serializeAws_json1_1DeleteImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteImageBuilderCommand, serializeAws_json1_1DeleteImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImageBuilderCommand, _super);
|
|
8
8
|
function DeleteImageBuilderCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteImageBuilderCommand = (function (_super) {
|
|
|
37
37
|
return DeleteImageBuilderCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteImageBuilderCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteImageBuilderCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteImageRequest, DeleteImageResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteImageCommand, serializeAws_json1_1DeleteImageCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteImageRequest, DeleteImageResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteImageCommand, serializeAws_json1_1DeleteImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImageCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImageCommand, _super);
|
|
8
8
|
function DeleteImageCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteImageCommand = (function (_super) {
|
|
|
37
37
|
return DeleteImageCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteImageCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteImageCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteImagePermissionsCommand, serializeAws_json1_1DeleteImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteImagePermissionsCommand, serializeAws_json1_1DeleteImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImagePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImagePermissionsCommand, _super);
|
|
8
8
|
function DeleteImagePermissionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteImagePermissionsCommand = (function (_super) {
|
|
|
37
37
|
return DeleteImagePermissionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteImagePermissionsCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteImagePermissionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteStackRequest, DeleteStackResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteStackCommand, serializeAws_json1_1DeleteStackCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteStackRequest, DeleteStackResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteStackCommand, serializeAws_json1_1DeleteStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteStackCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStackCommand, _super);
|
|
8
8
|
function DeleteStackCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteStackCommand = (function (_super) {
|
|
|
37
37
|
return DeleteStackCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteStackCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteStackCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteUsageReportSubscriptionRequest, DeleteUsageReportSubscriptionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteUsageReportSubscriptionCommand, serializeAws_json1_1DeleteUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteUsageReportSubscriptionRequest, DeleteUsageReportSubscriptionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteUsageReportSubscriptionCommand, serializeAws_json1_1DeleteUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteUsageReportSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUsageReportSubscriptionCommand, _super);
|
|
8
8
|
function DeleteUsageReportSubscriptionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteUsageReportSubscriptionCommand = (function (_super) {
|
|
|
37
37
|
return DeleteUsageReportSubscriptionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteUsageReportSubscriptionCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteUsageReportSubscriptionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteUserRequest, DeleteUserResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteUserCommand, serializeAws_json1_1DeleteUserCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteUserRequest, DeleteUserResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteUserCommand, serializeAws_json1_1DeleteUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteUserCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUserCommand, _super);
|
|
8
8
|
function DeleteUserCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteUserCommand = (function (_super) {
|
|
|
37
37
|
return DeleteUserCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteUserCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteUserCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeDirectoryConfigsRequest, DescribeDirectoryConfigsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeDirectoryConfigsCommand, serializeAws_json1_1DescribeDirectoryConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeDirectoryConfigsRequest, DescribeDirectoryConfigsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeDirectoryConfigsCommand, serializeAws_json1_1DescribeDirectoryConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDirectoryConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDirectoryConfigsCommand, _super);
|
|
8
8
|
function DescribeDirectoryConfigsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeDirectoryConfigsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeDirectoryConfigsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeDirectoryConfigsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeDirectoryConfigsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeFleetsCommand, serializeAws_json1_1DescribeFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeFleetsCommand, serializeAws_json1_1DescribeFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFleetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFleetsCommand, _super);
|
|
8
8
|
function DescribeFleetsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeFleetsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeFleetsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeFleetsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeFleetsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeImageBuildersRequest, DescribeImageBuildersResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeImageBuildersCommand, serializeAws_json1_1DescribeImageBuildersCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeImageBuildersRequest, DescribeImageBuildersResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeImageBuildersCommand, serializeAws_json1_1DescribeImageBuildersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImageBuildersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImageBuildersCommand, _super);
|
|
8
8
|
function DescribeImageBuildersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeImageBuildersCommand = (function (_super) {
|
|
|
37
37
|
return DescribeImageBuildersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeImageBuildersCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeImageBuildersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeImagePermissionsRequest, DescribeImagePermissionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeImagePermissionsCommand, serializeAws_json1_1DescribeImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeImagePermissionsRequest, DescribeImagePermissionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeImagePermissionsCommand, serializeAws_json1_1DescribeImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImagePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImagePermissionsCommand, _super);
|
|
8
8
|
function DescribeImagePermissionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeImagePermissionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeImagePermissionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeImagePermissionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeImagePermissionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeImagesCommand, serializeAws_json1_1DescribeImagesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeImagesCommand, serializeAws_json1_1DescribeImagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImagesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImagesCommand, _super);
|
|
8
8
|
function DescribeImagesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeImagesCommand = (function (_super) {
|
|
|
37
37
|
return DescribeImagesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeImagesCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeImagesCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeSessionsRequest, DescribeSessionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeSessionsCommand, serializeAws_json1_1DescribeSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeSessionsRequest, DescribeSessionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeSessionsCommand, serializeAws_json1_1DescribeSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeSessionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSessionsCommand, _super);
|
|
8
8
|
function DescribeSessionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeSessionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeSessionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeSessionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeSessionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeStacksCommand, serializeAws_json1_1DescribeStacksCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeStacksCommand, serializeAws_json1_1DescribeStacksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeStacksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStacksCommand, _super);
|
|
8
8
|
function DescribeStacksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeStacksCommand = (function (_super) {
|
|
|
37
37
|
return DescribeStacksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeStacksCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeStacksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeUsageReportSubscriptionsCommand, serializeAws_json1_1DescribeUsageReportSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeUsageReportSubscriptionsRequest, DescribeUsageReportSubscriptionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeUsageReportSubscriptionsCommand, serializeAws_json1_1DescribeUsageReportSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUsageReportSubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUsageReportSubscriptionsCommand, _super);
|
|
8
8
|
function DescribeUsageReportSubscriptionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeUsageReportSubscriptionsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeUsageReportSubscriptionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeUsageReportSubscriptionsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeUsageReportSubscriptionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeUserStackAssociationsRequest, DescribeUserStackAssociationsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeUserStackAssociationsCommand, serializeAws_json1_1DescribeUserStackAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeUserStackAssociationsRequest, DescribeUserStackAssociationsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeUserStackAssociationsCommand, serializeAws_json1_1DescribeUserStackAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUserStackAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUserStackAssociationsCommand, _super);
|
|
8
8
|
function DescribeUserStackAssociationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeUserStackAssociationsCommand = (function (_super) {
|
|
|
37
37
|
return DescribeUserStackAssociationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeUserStackAssociationsCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeUserStackAssociationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeUsersRequest, DescribeUsersResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeUsersCommand, serializeAws_json1_1DescribeUsersCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeUsersRequest, DescribeUsersResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeUsersCommand, serializeAws_json1_1DescribeUsersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUsersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUsersCommand, _super);
|
|
8
8
|
function DescribeUsersCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeUsersCommand = (function (_super) {
|
|
|
37
37
|
return DescribeUsersCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeUsersCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeUsersCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisableUserRequest, DisableUserResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DisableUserCommand, serializeAws_json1_1DisableUserCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisableUserRequest, DisableUserResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisableUserCommand, serializeAws_json1_1DisableUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableUserCommand = (function (_super) {
|
|
7
7
|
__extends(DisableUserCommand, _super);
|
|
8
8
|
function DisableUserCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisableUserCommand = (function (_super) {
|
|
|
37
37
|
return DisableUserCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisableUserCommand };
|
|
40
|
-
//# sourceMappingURL=DisableUserCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DisassociateFleetCommand, serializeAws_json1_1DisassociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisassociateFleetCommand, serializeAws_json1_1DisassociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFleetCommand, _super);
|
|
8
8
|
function DisassociateFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateFleetCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateFleetCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { EnableUserRequest, EnableUserResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1EnableUserCommand, serializeAws_json1_1EnableUserCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { EnableUserRequest, EnableUserResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1EnableUserCommand, serializeAws_json1_1EnableUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EnableUserCommand = (function (_super) {
|
|
7
7
|
__extends(EnableUserCommand, _super);
|
|
8
8
|
function EnableUserCommand(input) {
|
|
@@ -37,4 +37,3 @@ var EnableUserCommand = (function (_super) {
|
|
|
37
37
|
return EnableUserCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { EnableUserCommand };
|
|
40
|
-
//# sourceMappingURL=EnableUserCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ExpireSessionCommand, serializeAws_json1_1ExpireSessionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ExpireSessionCommand, serializeAws_json1_1ExpireSessionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExpireSessionCommand = (function (_super) {
|
|
7
7
|
__extends(ExpireSessionCommand, _super);
|
|
8
8
|
function ExpireSessionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ExpireSessionCommand = (function (_super) {
|
|
|
37
37
|
return ExpireSessionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ExpireSessionCommand };
|
|
40
|
-
//# sourceMappingURL=ExpireSessionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListAssociatedFleetsCommand, serializeAws_json1_1ListAssociatedFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListAssociatedFleetsCommand, serializeAws_json1_1ListAssociatedFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssociatedFleetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssociatedFleetsCommand, _super);
|
|
8
8
|
function ListAssociatedFleetsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListAssociatedFleetsCommand = (function (_super) {
|
|
|
37
37
|
return ListAssociatedFleetsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListAssociatedFleetsCommand };
|
|
40
|
-
//# sourceMappingURL=ListAssociatedFleetsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListAssociatedStacksCommand, serializeAws_json1_1ListAssociatedStacksCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListAssociatedStacksCommand, serializeAws_json1_1ListAssociatedStacksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssociatedStacksCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssociatedStacksCommand, _super);
|
|
8
8
|
function ListAssociatedStacksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListAssociatedStacksCommand = (function (_super) {
|
|
|
37
37
|
return ListAssociatedStacksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListAssociatedStacksCommand };
|
|
40
|
-
//# sourceMappingURL=ListAssociatedStacksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
8
8
|
function ListTagsForResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
37
37
|
return ListTagsForResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTagsForResourceCommand };
|
|
40
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartFleetRequest, StartFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartFleetCommand, serializeAws_json1_1StartFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartFleetRequest, StartFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartFleetCommand, serializeAws_json1_1StartFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartFleetCommand = (function (_super) {
|
|
7
7
|
__extends(StartFleetCommand, _super);
|
|
8
8
|
function StartFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartFleetCommand = (function (_super) {
|
|
|
37
37
|
return StartFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartFleetCommand };
|
|
40
|
-
//# sourceMappingURL=StartFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartImageBuilderCommand, serializeAws_json1_1StartImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartImageBuilderCommand, serializeAws_json1_1StartImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(StartImageBuilderCommand, _super);
|
|
8
8
|
function StartImageBuilderCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartImageBuilderCommand = (function (_super) {
|
|
|
37
37
|
return StartImageBuilderCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartImageBuilderCommand };
|
|
40
|
-
//# sourceMappingURL=StartImageBuilderCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopFleetRequest, StopFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StopFleetCommand, serializeAws_json1_1StopFleetCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopFleetRequest, StopFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StopFleetCommand, serializeAws_json1_1StopFleetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopFleetCommand = (function (_super) {
|
|
7
7
|
__extends(StopFleetCommand, _super);
|
|
8
8
|
function StopFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StopFleetCommand = (function (_super) {
|
|
|
37
37
|
return StopFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StopFleetCommand };
|
|
40
|
-
//# sourceMappingURL=StopFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StopImageBuilderCommand, serializeAws_json1_1StopImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StopImageBuilderCommand, serializeAws_json1_1StopImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(StopImageBuilderCommand, _super);
|
|
8
8
|
function StopImageBuilderCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StopImageBuilderCommand = (function (_super) {
|
|
|
37
37
|
return StopImageBuilderCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StopImageBuilderCommand };
|
|
40
|
-
//# sourceMappingURL=StopImageBuilderCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
8
8
|
function TagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
|
|
|
37
37
|
return TagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { TagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
8
8
|
function UntagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
|
|
|
37
37
|
return UntagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UntagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateDirectoryConfigCommand, serializeAws_json1_1UpdateDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateDirectoryConfigRequest, UpdateDirectoryConfigResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateDirectoryConfigCommand, serializeAws_json1_1UpdateDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateDirectoryConfigCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateDirectoryConfigCommand, _super);
|
|
8
8
|
function UpdateDirectoryConfigCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateDirectoryConfigCommand = (function (_super) {
|
|
|
37
37
|
return UpdateDirectoryConfigCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateDirectoryConfigCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateDirectoryConfigCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateFleetCommand, serializeAws_json1_1UpdateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateFleetCommand, serializeAws_json1_1UpdateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateFleetCommand, _super);
|
|
8
8
|
function UpdateFleetCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateFleetCommand = (function (_super) {
|
|
|
37
37
|
return UpdateFleetCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateFleetCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateFleetCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateImagePermissionsCommand, serializeAws_json1_1UpdateImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateImagePermissionsCommand, serializeAws_json1_1UpdateImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateImagePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateImagePermissionsCommand, _super);
|
|
8
8
|
function UpdateImagePermissionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateImagePermissionsCommand = (function (_super) {
|
|
|
37
37
|
return UpdateImagePermissionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateImagePermissionsCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateImagePermissionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateStackCommand, serializeAws_json1_1UpdateStackCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateStackRequest, UpdateStackResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateStackCommand, serializeAws_json1_1UpdateStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateStackCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateStackCommand, _super);
|
|
8
8
|
function UpdateStackCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateStackCommand = (function (_super) {
|
|
|
37
37
|
return UpdateStackCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateStackCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateStackCommand.js.map
|
|
@@ -39,7 +39,7 @@ var partitionHash = {
|
|
|
39
39
|
hostname: "appstream2.{region}.amazonaws.com.cn",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso": {
|
|
42
|
-
regions: ["us-iso-east-1"],
|
|
42
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
43
43
|
hostname: "appstream2.{region}.c2s.ic.gov",
|
|
44
44
|
},
|
|
45
45
|
"aws-iso-b": {
|
|
@@ -56,4 +56,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
56
56
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "appstream", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
57
57
|
});
|
|
58
58
|
}); };
|
|
59
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|