@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
|
@@ -11,9 +11,6 @@ var AccessEndpointType;
|
|
|
11
11
|
})(AccessEndpointType = exports.AccessEndpointType || (exports.AccessEndpointType = {}));
|
|
12
12
|
var AccessEndpoint;
|
|
13
13
|
(function (AccessEndpoint) {
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
14
|
AccessEndpoint.filterSensitiveLog = (obj) => ({
|
|
18
15
|
...obj,
|
|
19
16
|
});
|
|
@@ -30,99 +27,66 @@ var Action;
|
|
|
30
27
|
})(Action = exports.Action || (exports.Action = {}));
|
|
31
28
|
var Application;
|
|
32
29
|
(function (Application) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
30
|
Application.filterSensitiveLog = (obj) => ({
|
|
37
31
|
...obj,
|
|
38
32
|
});
|
|
39
33
|
})(Application = exports.Application || (exports.Application = {}));
|
|
40
34
|
var ApplicationSettings;
|
|
41
35
|
(function (ApplicationSettings) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
36
|
ApplicationSettings.filterSensitiveLog = (obj) => ({
|
|
46
37
|
...obj,
|
|
47
38
|
});
|
|
48
39
|
})(ApplicationSettings = exports.ApplicationSettings || (exports.ApplicationSettings = {}));
|
|
49
40
|
var ApplicationSettingsResponse;
|
|
50
41
|
(function (ApplicationSettingsResponse) {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
42
|
ApplicationSettingsResponse.filterSensitiveLog = (obj) => ({
|
|
55
43
|
...obj,
|
|
56
44
|
});
|
|
57
45
|
})(ApplicationSettingsResponse = exports.ApplicationSettingsResponse || (exports.ApplicationSettingsResponse = {}));
|
|
58
46
|
var AssociateFleetRequest;
|
|
59
47
|
(function (AssociateFleetRequest) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
48
|
AssociateFleetRequest.filterSensitiveLog = (obj) => ({
|
|
64
49
|
...obj,
|
|
65
50
|
});
|
|
66
51
|
})(AssociateFleetRequest = exports.AssociateFleetRequest || (exports.AssociateFleetRequest = {}));
|
|
67
52
|
var AssociateFleetResult;
|
|
68
53
|
(function (AssociateFleetResult) {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
54
|
AssociateFleetResult.filterSensitiveLog = (obj) => ({
|
|
73
55
|
...obj,
|
|
74
56
|
});
|
|
75
57
|
})(AssociateFleetResult = exports.AssociateFleetResult || (exports.AssociateFleetResult = {}));
|
|
76
58
|
var ConcurrentModificationException;
|
|
77
59
|
(function (ConcurrentModificationException) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
60
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
82
61
|
...obj,
|
|
83
62
|
});
|
|
84
63
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
85
64
|
var IncompatibleImageException;
|
|
86
65
|
(function (IncompatibleImageException) {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
66
|
IncompatibleImageException.filterSensitiveLog = (obj) => ({
|
|
91
67
|
...obj,
|
|
92
68
|
});
|
|
93
69
|
})(IncompatibleImageException = exports.IncompatibleImageException || (exports.IncompatibleImageException = {}));
|
|
94
70
|
var InvalidAccountStatusException;
|
|
95
71
|
(function (InvalidAccountStatusException) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
72
|
InvalidAccountStatusException.filterSensitiveLog = (obj) => ({
|
|
100
73
|
...obj,
|
|
101
74
|
});
|
|
102
75
|
})(InvalidAccountStatusException = exports.InvalidAccountStatusException || (exports.InvalidAccountStatusException = {}));
|
|
103
76
|
var LimitExceededException;
|
|
104
77
|
(function (LimitExceededException) {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
78
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
109
79
|
...obj,
|
|
110
80
|
});
|
|
111
81
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
112
82
|
var OperationNotPermittedException;
|
|
113
83
|
(function (OperationNotPermittedException) {
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
84
|
OperationNotPermittedException.filterSensitiveLog = (obj) => ({
|
|
118
85
|
...obj,
|
|
119
86
|
});
|
|
120
87
|
})(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
|
|
121
88
|
var ResourceNotFoundException;
|
|
122
89
|
(function (ResourceNotFoundException) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
90
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
127
91
|
...obj,
|
|
128
92
|
});
|
|
@@ -135,9 +99,6 @@ var AuthenticationType;
|
|
|
135
99
|
})(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));
|
|
136
100
|
var UserStackAssociation;
|
|
137
101
|
(function (UserStackAssociation) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
102
|
UserStackAssociation.filterSensitiveLog = (obj) => ({
|
|
142
103
|
...obj,
|
|
143
104
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -145,9 +106,6 @@ var UserStackAssociation;
|
|
|
145
106
|
})(UserStackAssociation = exports.UserStackAssociation || (exports.UserStackAssociation = {}));
|
|
146
107
|
var BatchAssociateUserStackRequest;
|
|
147
108
|
(function (BatchAssociateUserStackRequest) {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
109
|
BatchAssociateUserStackRequest.filterSensitiveLog = (obj) => ({
|
|
152
110
|
...obj,
|
|
153
111
|
...(obj.UserStackAssociations && {
|
|
@@ -164,9 +122,6 @@ var UserStackAssociationErrorCode;
|
|
|
164
122
|
})(UserStackAssociationErrorCode = exports.UserStackAssociationErrorCode || (exports.UserStackAssociationErrorCode = {}));
|
|
165
123
|
var UserStackAssociationError;
|
|
166
124
|
(function (UserStackAssociationError) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
125
|
UserStackAssociationError.filterSensitiveLog = (obj) => ({
|
|
171
126
|
...obj,
|
|
172
127
|
...(obj.UserStackAssociation && {
|
|
@@ -176,9 +131,6 @@ var UserStackAssociationError;
|
|
|
176
131
|
})(UserStackAssociationError = exports.UserStackAssociationError || (exports.UserStackAssociationError = {}));
|
|
177
132
|
var BatchAssociateUserStackResult;
|
|
178
133
|
(function (BatchAssociateUserStackResult) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
134
|
BatchAssociateUserStackResult.filterSensitiveLog = (obj) => ({
|
|
183
135
|
...obj,
|
|
184
136
|
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationError.filterSensitiveLog(item)) }),
|
|
@@ -186,18 +138,12 @@ var BatchAssociateUserStackResult;
|
|
|
186
138
|
})(BatchAssociateUserStackResult = exports.BatchAssociateUserStackResult || (exports.BatchAssociateUserStackResult = {}));
|
|
187
139
|
var InvalidParameterCombinationException;
|
|
188
140
|
(function (InvalidParameterCombinationException) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
141
|
InvalidParameterCombinationException.filterSensitiveLog = (obj) => ({
|
|
193
142
|
...obj,
|
|
194
143
|
});
|
|
195
144
|
})(InvalidParameterCombinationException = exports.InvalidParameterCombinationException || (exports.InvalidParameterCombinationException = {}));
|
|
196
145
|
var BatchDisassociateUserStackRequest;
|
|
197
146
|
(function (BatchDisassociateUserStackRequest) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
147
|
BatchDisassociateUserStackRequest.filterSensitiveLog = (obj) => ({
|
|
202
148
|
...obj,
|
|
203
149
|
...(obj.UserStackAssociations && {
|
|
@@ -207,9 +153,6 @@ var BatchDisassociateUserStackRequest;
|
|
|
207
153
|
})(BatchDisassociateUserStackRequest = exports.BatchDisassociateUserStackRequest || (exports.BatchDisassociateUserStackRequest = {}));
|
|
208
154
|
var BatchDisassociateUserStackResult;
|
|
209
155
|
(function (BatchDisassociateUserStackResult) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
156
|
BatchDisassociateUserStackResult.filterSensitiveLog = (obj) => ({
|
|
214
157
|
...obj,
|
|
215
158
|
...(obj.errors && { errors: obj.errors.map((item) => UserStackAssociationError.filterSensitiveLog(item)) }),
|
|
@@ -217,63 +160,42 @@ var BatchDisassociateUserStackResult;
|
|
|
217
160
|
})(BatchDisassociateUserStackResult = exports.BatchDisassociateUserStackResult || (exports.BatchDisassociateUserStackResult = {}));
|
|
218
161
|
var ComputeCapacity;
|
|
219
162
|
(function (ComputeCapacity) {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
163
|
ComputeCapacity.filterSensitiveLog = (obj) => ({
|
|
224
164
|
...obj,
|
|
225
165
|
});
|
|
226
166
|
})(ComputeCapacity = exports.ComputeCapacity || (exports.ComputeCapacity = {}));
|
|
227
167
|
var ComputeCapacityStatus;
|
|
228
168
|
(function (ComputeCapacityStatus) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
169
|
ComputeCapacityStatus.filterSensitiveLog = (obj) => ({
|
|
233
170
|
...obj,
|
|
234
171
|
});
|
|
235
172
|
})(ComputeCapacityStatus = exports.ComputeCapacityStatus || (exports.ComputeCapacityStatus = {}));
|
|
236
173
|
var CopyImageRequest;
|
|
237
174
|
(function (CopyImageRequest) {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
175
|
CopyImageRequest.filterSensitiveLog = (obj) => ({
|
|
242
176
|
...obj,
|
|
243
177
|
});
|
|
244
178
|
})(CopyImageRequest = exports.CopyImageRequest || (exports.CopyImageRequest = {}));
|
|
245
179
|
var CopyImageResponse;
|
|
246
180
|
(function (CopyImageResponse) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
181
|
CopyImageResponse.filterSensitiveLog = (obj) => ({
|
|
251
182
|
...obj,
|
|
252
183
|
});
|
|
253
184
|
})(CopyImageResponse = exports.CopyImageResponse || (exports.CopyImageResponse = {}));
|
|
254
185
|
var ResourceAlreadyExistsException;
|
|
255
186
|
(function (ResourceAlreadyExistsException) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
187
|
ResourceAlreadyExistsException.filterSensitiveLog = (obj) => ({
|
|
260
188
|
...obj,
|
|
261
189
|
});
|
|
262
190
|
})(ResourceAlreadyExistsException = exports.ResourceAlreadyExistsException || (exports.ResourceAlreadyExistsException = {}));
|
|
263
191
|
var ResourceNotAvailableException;
|
|
264
192
|
(function (ResourceNotAvailableException) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
193
|
ResourceNotAvailableException.filterSensitiveLog = (obj) => ({
|
|
269
194
|
...obj,
|
|
270
195
|
});
|
|
271
196
|
})(ResourceNotAvailableException = exports.ResourceNotAvailableException || (exports.ResourceNotAvailableException = {}));
|
|
272
197
|
var ServiceAccountCredentials;
|
|
273
198
|
(function (ServiceAccountCredentials) {
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
199
|
ServiceAccountCredentials.filterSensitiveLog = (obj) => ({
|
|
278
200
|
...obj,
|
|
279
201
|
...(obj.AccountName && { AccountName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -282,9 +204,6 @@ var ServiceAccountCredentials;
|
|
|
282
204
|
})(ServiceAccountCredentials = exports.ServiceAccountCredentials || (exports.ServiceAccountCredentials = {}));
|
|
283
205
|
var CreateDirectoryConfigRequest;
|
|
284
206
|
(function (CreateDirectoryConfigRequest) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
207
|
CreateDirectoryConfigRequest.filterSensitiveLog = (obj) => ({
|
|
289
208
|
...obj,
|
|
290
209
|
...(obj.ServiceAccountCredentials && {
|
|
@@ -294,9 +213,6 @@ var CreateDirectoryConfigRequest;
|
|
|
294
213
|
})(CreateDirectoryConfigRequest = exports.CreateDirectoryConfigRequest || (exports.CreateDirectoryConfigRequest = {}));
|
|
295
214
|
var DirectoryConfig;
|
|
296
215
|
(function (DirectoryConfig) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
216
|
DirectoryConfig.filterSensitiveLog = (obj) => ({
|
|
301
217
|
...obj,
|
|
302
218
|
...(obj.ServiceAccountCredentials && {
|
|
@@ -306,9 +222,6 @@ var DirectoryConfig;
|
|
|
306
222
|
})(DirectoryConfig = exports.DirectoryConfig || (exports.DirectoryConfig = {}));
|
|
307
223
|
var CreateDirectoryConfigResult;
|
|
308
224
|
(function (CreateDirectoryConfigResult) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
225
|
CreateDirectoryConfigResult.filterSensitiveLog = (obj) => ({
|
|
313
226
|
...obj,
|
|
314
227
|
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }),
|
|
@@ -316,18 +229,12 @@ var CreateDirectoryConfigResult;
|
|
|
316
229
|
})(CreateDirectoryConfigResult = exports.CreateDirectoryConfigResult || (exports.CreateDirectoryConfigResult = {}));
|
|
317
230
|
var InvalidRoleException;
|
|
318
231
|
(function (InvalidRoleException) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
232
|
InvalidRoleException.filterSensitiveLog = (obj) => ({
|
|
323
233
|
...obj,
|
|
324
234
|
});
|
|
325
235
|
})(InvalidRoleException = exports.InvalidRoleException || (exports.InvalidRoleException = {}));
|
|
326
236
|
var DomainJoinInfo;
|
|
327
237
|
(function (DomainJoinInfo) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
238
|
DomainJoinInfo.filterSensitiveLog = (obj) => ({
|
|
332
239
|
...obj,
|
|
333
240
|
});
|
|
@@ -344,18 +251,12 @@ var StreamView;
|
|
|
344
251
|
})(StreamView = exports.StreamView || (exports.StreamView = {}));
|
|
345
252
|
var VpcConfig;
|
|
346
253
|
(function (VpcConfig) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
254
|
VpcConfig.filterSensitiveLog = (obj) => ({
|
|
351
255
|
...obj,
|
|
352
256
|
});
|
|
353
257
|
})(VpcConfig = exports.VpcConfig || (exports.VpcConfig = {}));
|
|
354
258
|
var CreateFleetRequest;
|
|
355
259
|
(function (CreateFleetRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
260
|
CreateFleetRequest.filterSensitiveLog = (obj) => ({
|
|
360
261
|
...obj,
|
|
361
262
|
});
|
|
@@ -395,9 +296,6 @@ var FleetErrorCode;
|
|
|
395
296
|
})(FleetErrorCode = exports.FleetErrorCode || (exports.FleetErrorCode = {}));
|
|
396
297
|
var FleetError;
|
|
397
298
|
(function (FleetError) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
299
|
FleetError.filterSensitiveLog = (obj) => ({
|
|
402
300
|
...obj,
|
|
403
301
|
});
|
|
@@ -411,54 +309,36 @@ var FleetState;
|
|
|
411
309
|
})(FleetState = exports.FleetState || (exports.FleetState = {}));
|
|
412
310
|
var Fleet;
|
|
413
311
|
(function (Fleet) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
312
|
Fleet.filterSensitiveLog = (obj) => ({
|
|
418
313
|
...obj,
|
|
419
314
|
});
|
|
420
315
|
})(Fleet = exports.Fleet || (exports.Fleet = {}));
|
|
421
316
|
var CreateFleetResult;
|
|
422
317
|
(function (CreateFleetResult) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
318
|
CreateFleetResult.filterSensitiveLog = (obj) => ({
|
|
427
319
|
...obj,
|
|
428
320
|
});
|
|
429
321
|
})(CreateFleetResult = exports.CreateFleetResult || (exports.CreateFleetResult = {}));
|
|
430
322
|
var RequestLimitExceededException;
|
|
431
323
|
(function (RequestLimitExceededException) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
324
|
RequestLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
436
325
|
...obj,
|
|
437
326
|
});
|
|
438
327
|
})(RequestLimitExceededException = exports.RequestLimitExceededException || (exports.RequestLimitExceededException = {}));
|
|
439
328
|
var CreateImageBuilderRequest;
|
|
440
329
|
(function (CreateImageBuilderRequest) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
330
|
CreateImageBuilderRequest.filterSensitiveLog = (obj) => ({
|
|
445
331
|
...obj,
|
|
446
332
|
});
|
|
447
333
|
})(CreateImageBuilderRequest = exports.CreateImageBuilderRequest || (exports.CreateImageBuilderRequest = {}));
|
|
448
334
|
var ResourceError;
|
|
449
335
|
(function (ResourceError) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
336
|
ResourceError.filterSensitiveLog = (obj) => ({
|
|
454
337
|
...obj,
|
|
455
338
|
});
|
|
456
339
|
})(ResourceError = exports.ResourceError || (exports.ResourceError = {}));
|
|
457
340
|
var NetworkAccessConfiguration;
|
|
458
341
|
(function (NetworkAccessConfiguration) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
342
|
NetworkAccessConfiguration.filterSensitiveLog = (obj) => ({
|
|
463
343
|
...obj,
|
|
464
344
|
});
|
|
@@ -484,45 +364,30 @@ var ImageBuilderStateChangeReasonCode;
|
|
|
484
364
|
})(ImageBuilderStateChangeReasonCode = exports.ImageBuilderStateChangeReasonCode || (exports.ImageBuilderStateChangeReasonCode = {}));
|
|
485
365
|
var ImageBuilderStateChangeReason;
|
|
486
366
|
(function (ImageBuilderStateChangeReason) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
367
|
ImageBuilderStateChangeReason.filterSensitiveLog = (obj) => ({
|
|
491
368
|
...obj,
|
|
492
369
|
});
|
|
493
370
|
})(ImageBuilderStateChangeReason = exports.ImageBuilderStateChangeReason || (exports.ImageBuilderStateChangeReason = {}));
|
|
494
371
|
var ImageBuilder;
|
|
495
372
|
(function (ImageBuilder) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
373
|
ImageBuilder.filterSensitiveLog = (obj) => ({
|
|
500
374
|
...obj,
|
|
501
375
|
});
|
|
502
376
|
})(ImageBuilder = exports.ImageBuilder || (exports.ImageBuilder = {}));
|
|
503
377
|
var CreateImageBuilderResult;
|
|
504
378
|
(function (CreateImageBuilderResult) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
379
|
CreateImageBuilderResult.filterSensitiveLog = (obj) => ({
|
|
509
380
|
...obj,
|
|
510
381
|
});
|
|
511
382
|
})(CreateImageBuilderResult = exports.CreateImageBuilderResult || (exports.CreateImageBuilderResult = {}));
|
|
512
383
|
var CreateImageBuilderStreamingURLRequest;
|
|
513
384
|
(function (CreateImageBuilderStreamingURLRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
385
|
CreateImageBuilderStreamingURLRequest.filterSensitiveLog = (obj) => ({
|
|
518
386
|
...obj,
|
|
519
387
|
});
|
|
520
388
|
})(CreateImageBuilderStreamingURLRequest = exports.CreateImageBuilderStreamingURLRequest || (exports.CreateImageBuilderStreamingURLRequest = {}));
|
|
521
389
|
var CreateImageBuilderStreamingURLResult;
|
|
522
390
|
(function (CreateImageBuilderStreamingURLResult) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
391
|
CreateImageBuilderStreamingURLResult.filterSensitiveLog = (obj) => ({
|
|
527
392
|
...obj,
|
|
528
393
|
});
|
|
@@ -535,9 +400,6 @@ var StorageConnectorType;
|
|
|
535
400
|
})(StorageConnectorType = exports.StorageConnectorType || (exports.StorageConnectorType = {}));
|
|
536
401
|
var StorageConnector;
|
|
537
402
|
(function (StorageConnector) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
403
|
StorageConnector.filterSensitiveLog = (obj) => ({
|
|
542
404
|
...obj,
|
|
543
405
|
});
|
|
@@ -549,18 +411,12 @@ var Permission;
|
|
|
549
411
|
})(Permission = exports.Permission || (exports.Permission = {}));
|
|
550
412
|
var UserSetting;
|
|
551
413
|
(function (UserSetting) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
414
|
UserSetting.filterSensitiveLog = (obj) => ({
|
|
556
415
|
...obj,
|
|
557
416
|
});
|
|
558
417
|
})(UserSetting = exports.UserSetting || (exports.UserSetting = {}));
|
|
559
418
|
var CreateStackRequest;
|
|
560
419
|
(function (CreateStackRequest) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
420
|
CreateStackRequest.filterSensitiveLog = (obj) => ({
|
|
565
421
|
...obj,
|
|
566
422
|
});
|
|
@@ -572,63 +428,42 @@ var StackErrorCode;
|
|
|
572
428
|
})(StackErrorCode = exports.StackErrorCode || (exports.StackErrorCode = {}));
|
|
573
429
|
var StackError;
|
|
574
430
|
(function (StackError) {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
431
|
StackError.filterSensitiveLog = (obj) => ({
|
|
579
432
|
...obj,
|
|
580
433
|
});
|
|
581
434
|
})(StackError = exports.StackError || (exports.StackError = {}));
|
|
582
435
|
var Stack;
|
|
583
436
|
(function (Stack) {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
437
|
Stack.filterSensitiveLog = (obj) => ({
|
|
588
438
|
...obj,
|
|
589
439
|
});
|
|
590
440
|
})(Stack = exports.Stack || (exports.Stack = {}));
|
|
591
441
|
var CreateStackResult;
|
|
592
442
|
(function (CreateStackResult) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
443
|
CreateStackResult.filterSensitiveLog = (obj) => ({
|
|
597
444
|
...obj,
|
|
598
445
|
});
|
|
599
446
|
})(CreateStackResult = exports.CreateStackResult || (exports.CreateStackResult = {}));
|
|
600
447
|
var CreateStreamingURLRequest;
|
|
601
448
|
(function (CreateStreamingURLRequest) {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
449
|
CreateStreamingURLRequest.filterSensitiveLog = (obj) => ({
|
|
606
450
|
...obj,
|
|
607
451
|
});
|
|
608
452
|
})(CreateStreamingURLRequest = exports.CreateStreamingURLRequest || (exports.CreateStreamingURLRequest = {}));
|
|
609
453
|
var CreateStreamingURLResult;
|
|
610
454
|
(function (CreateStreamingURLResult) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
455
|
CreateStreamingURLResult.filterSensitiveLog = (obj) => ({
|
|
615
456
|
...obj,
|
|
616
457
|
});
|
|
617
458
|
})(CreateStreamingURLResult = exports.CreateStreamingURLResult || (exports.CreateStreamingURLResult = {}));
|
|
618
459
|
var CreateUpdatedImageRequest;
|
|
619
460
|
(function (CreateUpdatedImageRequest) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
461
|
CreateUpdatedImageRequest.filterSensitiveLog = (obj) => ({
|
|
624
462
|
...obj,
|
|
625
463
|
});
|
|
626
464
|
})(CreateUpdatedImageRequest = exports.CreateUpdatedImageRequest || (exports.CreateUpdatedImageRequest = {}));
|
|
627
465
|
var ImagePermissions;
|
|
628
466
|
(function (ImagePermissions) {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
467
|
ImagePermissions.filterSensitiveLog = (obj) => ({
|
|
633
468
|
...obj,
|
|
634
469
|
});
|
|
@@ -651,9 +486,6 @@ var ImageStateChangeReasonCode;
|
|
|
651
486
|
})(ImageStateChangeReasonCode = exports.ImageStateChangeReasonCode || (exports.ImageStateChangeReasonCode = {}));
|
|
652
487
|
var ImageStateChangeReason;
|
|
653
488
|
(function (ImageStateChangeReason) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
489
|
ImageStateChangeReason.filterSensitiveLog = (obj) => ({
|
|
658
490
|
...obj,
|
|
659
491
|
});
|
|
@@ -666,27 +498,18 @@ var VisibilityType;
|
|
|
666
498
|
})(VisibilityType = exports.VisibilityType || (exports.VisibilityType = {}));
|
|
667
499
|
var Image;
|
|
668
500
|
(function (Image) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
501
|
Image.filterSensitiveLog = (obj) => ({
|
|
673
502
|
...obj,
|
|
674
503
|
});
|
|
675
504
|
})(Image = exports.Image || (exports.Image = {}));
|
|
676
505
|
var CreateUpdatedImageResult;
|
|
677
506
|
(function (CreateUpdatedImageResult) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
507
|
CreateUpdatedImageResult.filterSensitiveLog = (obj) => ({
|
|
682
508
|
...obj,
|
|
683
509
|
});
|
|
684
510
|
})(CreateUpdatedImageResult = exports.CreateUpdatedImageResult || (exports.CreateUpdatedImageResult = {}));
|
|
685
511
|
var CreateUsageReportSubscriptionRequest;
|
|
686
512
|
(function (CreateUsageReportSubscriptionRequest) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
513
|
CreateUsageReportSubscriptionRequest.filterSensitiveLog = (obj) => ({
|
|
691
514
|
...obj,
|
|
692
515
|
});
|
|
@@ -697,9 +520,6 @@ var UsageReportSchedule;
|
|
|
697
520
|
})(UsageReportSchedule = exports.UsageReportSchedule || (exports.UsageReportSchedule = {}));
|
|
698
521
|
var CreateUsageReportSubscriptionResult;
|
|
699
522
|
(function (CreateUsageReportSubscriptionResult) {
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
523
|
CreateUsageReportSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
704
524
|
...obj,
|
|
705
525
|
});
|
|
@@ -711,9 +531,6 @@ var MessageAction;
|
|
|
711
531
|
})(MessageAction = exports.MessageAction || (exports.MessageAction = {}));
|
|
712
532
|
var CreateUserRequest;
|
|
713
533
|
(function (CreateUserRequest) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
534
|
CreateUserRequest.filterSensitiveLog = (obj) => ({
|
|
718
535
|
...obj,
|
|
719
536
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -723,153 +540,102 @@ var CreateUserRequest;
|
|
|
723
540
|
})(CreateUserRequest = exports.CreateUserRequest || (exports.CreateUserRequest = {}));
|
|
724
541
|
var CreateUserResult;
|
|
725
542
|
(function (CreateUserResult) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
543
|
CreateUserResult.filterSensitiveLog = (obj) => ({
|
|
730
544
|
...obj,
|
|
731
545
|
});
|
|
732
546
|
})(CreateUserResult = exports.CreateUserResult || (exports.CreateUserResult = {}));
|
|
733
547
|
var DeleteDirectoryConfigRequest;
|
|
734
548
|
(function (DeleteDirectoryConfigRequest) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
549
|
DeleteDirectoryConfigRequest.filterSensitiveLog = (obj) => ({
|
|
739
550
|
...obj,
|
|
740
551
|
});
|
|
741
552
|
})(DeleteDirectoryConfigRequest = exports.DeleteDirectoryConfigRequest || (exports.DeleteDirectoryConfigRequest = {}));
|
|
742
553
|
var DeleteDirectoryConfigResult;
|
|
743
554
|
(function (DeleteDirectoryConfigResult) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
555
|
DeleteDirectoryConfigResult.filterSensitiveLog = (obj) => ({
|
|
748
556
|
...obj,
|
|
749
557
|
});
|
|
750
558
|
})(DeleteDirectoryConfigResult = exports.DeleteDirectoryConfigResult || (exports.DeleteDirectoryConfigResult = {}));
|
|
751
559
|
var ResourceInUseException;
|
|
752
560
|
(function (ResourceInUseException) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
561
|
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
757
562
|
...obj,
|
|
758
563
|
});
|
|
759
564
|
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
760
565
|
var DeleteFleetRequest;
|
|
761
566
|
(function (DeleteFleetRequest) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
567
|
DeleteFleetRequest.filterSensitiveLog = (obj) => ({
|
|
766
568
|
...obj,
|
|
767
569
|
});
|
|
768
570
|
})(DeleteFleetRequest = exports.DeleteFleetRequest || (exports.DeleteFleetRequest = {}));
|
|
769
571
|
var DeleteFleetResult;
|
|
770
572
|
(function (DeleteFleetResult) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
573
|
DeleteFleetResult.filterSensitiveLog = (obj) => ({
|
|
775
574
|
...obj,
|
|
776
575
|
});
|
|
777
576
|
})(DeleteFleetResult = exports.DeleteFleetResult || (exports.DeleteFleetResult = {}));
|
|
778
577
|
var DeleteImageRequest;
|
|
779
578
|
(function (DeleteImageRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
579
|
DeleteImageRequest.filterSensitiveLog = (obj) => ({
|
|
784
580
|
...obj,
|
|
785
581
|
});
|
|
786
582
|
})(DeleteImageRequest = exports.DeleteImageRequest || (exports.DeleteImageRequest = {}));
|
|
787
583
|
var DeleteImageResult;
|
|
788
584
|
(function (DeleteImageResult) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
585
|
DeleteImageResult.filterSensitiveLog = (obj) => ({
|
|
793
586
|
...obj,
|
|
794
587
|
});
|
|
795
588
|
})(DeleteImageResult = exports.DeleteImageResult || (exports.DeleteImageResult = {}));
|
|
796
589
|
var DeleteImageBuilderRequest;
|
|
797
590
|
(function (DeleteImageBuilderRequest) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
591
|
DeleteImageBuilderRequest.filterSensitiveLog = (obj) => ({
|
|
802
592
|
...obj,
|
|
803
593
|
});
|
|
804
594
|
})(DeleteImageBuilderRequest = exports.DeleteImageBuilderRequest || (exports.DeleteImageBuilderRequest = {}));
|
|
805
595
|
var DeleteImageBuilderResult;
|
|
806
596
|
(function (DeleteImageBuilderResult) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
597
|
DeleteImageBuilderResult.filterSensitiveLog = (obj) => ({
|
|
811
598
|
...obj,
|
|
812
599
|
});
|
|
813
600
|
})(DeleteImageBuilderResult = exports.DeleteImageBuilderResult || (exports.DeleteImageBuilderResult = {}));
|
|
814
601
|
var DeleteImagePermissionsRequest;
|
|
815
602
|
(function (DeleteImagePermissionsRequest) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
603
|
DeleteImagePermissionsRequest.filterSensitiveLog = (obj) => ({
|
|
820
604
|
...obj,
|
|
821
605
|
});
|
|
822
606
|
})(DeleteImagePermissionsRequest = exports.DeleteImagePermissionsRequest || (exports.DeleteImagePermissionsRequest = {}));
|
|
823
607
|
var DeleteImagePermissionsResult;
|
|
824
608
|
(function (DeleteImagePermissionsResult) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
609
|
DeleteImagePermissionsResult.filterSensitiveLog = (obj) => ({
|
|
829
610
|
...obj,
|
|
830
611
|
});
|
|
831
612
|
})(DeleteImagePermissionsResult = exports.DeleteImagePermissionsResult || (exports.DeleteImagePermissionsResult = {}));
|
|
832
613
|
var DeleteStackRequest;
|
|
833
614
|
(function (DeleteStackRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
615
|
DeleteStackRequest.filterSensitiveLog = (obj) => ({
|
|
838
616
|
...obj,
|
|
839
617
|
});
|
|
840
618
|
})(DeleteStackRequest = exports.DeleteStackRequest || (exports.DeleteStackRequest = {}));
|
|
841
619
|
var DeleteStackResult;
|
|
842
620
|
(function (DeleteStackResult) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
621
|
DeleteStackResult.filterSensitiveLog = (obj) => ({
|
|
847
622
|
...obj,
|
|
848
623
|
});
|
|
849
624
|
})(DeleteStackResult = exports.DeleteStackResult || (exports.DeleteStackResult = {}));
|
|
850
625
|
var DeleteUsageReportSubscriptionRequest;
|
|
851
626
|
(function (DeleteUsageReportSubscriptionRequest) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
627
|
DeleteUsageReportSubscriptionRequest.filterSensitiveLog = (obj) => ({
|
|
856
628
|
...obj,
|
|
857
629
|
});
|
|
858
630
|
})(DeleteUsageReportSubscriptionRequest = exports.DeleteUsageReportSubscriptionRequest || (exports.DeleteUsageReportSubscriptionRequest = {}));
|
|
859
631
|
var DeleteUsageReportSubscriptionResult;
|
|
860
632
|
(function (DeleteUsageReportSubscriptionResult) {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
633
|
DeleteUsageReportSubscriptionResult.filterSensitiveLog = (obj) => ({
|
|
865
634
|
...obj,
|
|
866
635
|
});
|
|
867
636
|
})(DeleteUsageReportSubscriptionResult = exports.DeleteUsageReportSubscriptionResult || (exports.DeleteUsageReportSubscriptionResult = {}));
|
|
868
637
|
var DeleteUserRequest;
|
|
869
638
|
(function (DeleteUserRequest) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
639
|
DeleteUserRequest.filterSensitiveLog = (obj) => ({
|
|
874
640
|
...obj,
|
|
875
641
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -877,27 +643,18 @@ var DeleteUserRequest;
|
|
|
877
643
|
})(DeleteUserRequest = exports.DeleteUserRequest || (exports.DeleteUserRequest = {}));
|
|
878
644
|
var DeleteUserResult;
|
|
879
645
|
(function (DeleteUserResult) {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
646
|
DeleteUserResult.filterSensitiveLog = (obj) => ({
|
|
884
647
|
...obj,
|
|
885
648
|
});
|
|
886
649
|
})(DeleteUserResult = exports.DeleteUserResult || (exports.DeleteUserResult = {}));
|
|
887
650
|
var DescribeDirectoryConfigsRequest;
|
|
888
651
|
(function (DescribeDirectoryConfigsRequest) {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
652
|
DescribeDirectoryConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
893
653
|
...obj,
|
|
894
654
|
});
|
|
895
655
|
})(DescribeDirectoryConfigsRequest = exports.DescribeDirectoryConfigsRequest || (exports.DescribeDirectoryConfigsRequest = {}));
|
|
896
656
|
var DescribeDirectoryConfigsResult;
|
|
897
657
|
(function (DescribeDirectoryConfigsResult) {
|
|
898
|
-
/**
|
|
899
|
-
* @internal
|
|
900
|
-
*/
|
|
901
658
|
DescribeDirectoryConfigsResult.filterSensitiveLog = (obj) => ({
|
|
902
659
|
...obj,
|
|
903
660
|
...(obj.DirectoryConfigs && {
|
|
@@ -907,90 +664,60 @@ var DescribeDirectoryConfigsResult;
|
|
|
907
664
|
})(DescribeDirectoryConfigsResult = exports.DescribeDirectoryConfigsResult || (exports.DescribeDirectoryConfigsResult = {}));
|
|
908
665
|
var DescribeFleetsRequest;
|
|
909
666
|
(function (DescribeFleetsRequest) {
|
|
910
|
-
/**
|
|
911
|
-
* @internal
|
|
912
|
-
*/
|
|
913
667
|
DescribeFleetsRequest.filterSensitiveLog = (obj) => ({
|
|
914
668
|
...obj,
|
|
915
669
|
});
|
|
916
670
|
})(DescribeFleetsRequest = exports.DescribeFleetsRequest || (exports.DescribeFleetsRequest = {}));
|
|
917
671
|
var DescribeFleetsResult;
|
|
918
672
|
(function (DescribeFleetsResult) {
|
|
919
|
-
/**
|
|
920
|
-
* @internal
|
|
921
|
-
*/
|
|
922
673
|
DescribeFleetsResult.filterSensitiveLog = (obj) => ({
|
|
923
674
|
...obj,
|
|
924
675
|
});
|
|
925
676
|
})(DescribeFleetsResult = exports.DescribeFleetsResult || (exports.DescribeFleetsResult = {}));
|
|
926
677
|
var DescribeImageBuildersRequest;
|
|
927
678
|
(function (DescribeImageBuildersRequest) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
679
|
DescribeImageBuildersRequest.filterSensitiveLog = (obj) => ({
|
|
932
680
|
...obj,
|
|
933
681
|
});
|
|
934
682
|
})(DescribeImageBuildersRequest = exports.DescribeImageBuildersRequest || (exports.DescribeImageBuildersRequest = {}));
|
|
935
683
|
var DescribeImageBuildersResult;
|
|
936
684
|
(function (DescribeImageBuildersResult) {
|
|
937
|
-
/**
|
|
938
|
-
* @internal
|
|
939
|
-
*/
|
|
940
685
|
DescribeImageBuildersResult.filterSensitiveLog = (obj) => ({
|
|
941
686
|
...obj,
|
|
942
687
|
});
|
|
943
688
|
})(DescribeImageBuildersResult = exports.DescribeImageBuildersResult || (exports.DescribeImageBuildersResult = {}));
|
|
944
689
|
var DescribeImagePermissionsRequest;
|
|
945
690
|
(function (DescribeImagePermissionsRequest) {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
691
|
DescribeImagePermissionsRequest.filterSensitiveLog = (obj) => ({
|
|
950
692
|
...obj,
|
|
951
693
|
});
|
|
952
694
|
})(DescribeImagePermissionsRequest = exports.DescribeImagePermissionsRequest || (exports.DescribeImagePermissionsRequest = {}));
|
|
953
695
|
var SharedImagePermissions;
|
|
954
696
|
(function (SharedImagePermissions) {
|
|
955
|
-
/**
|
|
956
|
-
* @internal
|
|
957
|
-
*/
|
|
958
697
|
SharedImagePermissions.filterSensitiveLog = (obj) => ({
|
|
959
698
|
...obj,
|
|
960
699
|
});
|
|
961
700
|
})(SharedImagePermissions = exports.SharedImagePermissions || (exports.SharedImagePermissions = {}));
|
|
962
701
|
var DescribeImagePermissionsResult;
|
|
963
702
|
(function (DescribeImagePermissionsResult) {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
703
|
DescribeImagePermissionsResult.filterSensitiveLog = (obj) => ({
|
|
968
704
|
...obj,
|
|
969
705
|
});
|
|
970
706
|
})(DescribeImagePermissionsResult = exports.DescribeImagePermissionsResult || (exports.DescribeImagePermissionsResult = {}));
|
|
971
707
|
var DescribeImagesRequest;
|
|
972
708
|
(function (DescribeImagesRequest) {
|
|
973
|
-
/**
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
976
709
|
DescribeImagesRequest.filterSensitiveLog = (obj) => ({
|
|
977
710
|
...obj,
|
|
978
711
|
});
|
|
979
712
|
})(DescribeImagesRequest = exports.DescribeImagesRequest || (exports.DescribeImagesRequest = {}));
|
|
980
713
|
var DescribeImagesResult;
|
|
981
714
|
(function (DescribeImagesResult) {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
715
|
DescribeImagesResult.filterSensitiveLog = (obj) => ({
|
|
986
716
|
...obj,
|
|
987
717
|
});
|
|
988
718
|
})(DescribeImagesResult = exports.DescribeImagesResult || (exports.DescribeImagesResult = {}));
|
|
989
719
|
var DescribeSessionsRequest;
|
|
990
720
|
(function (DescribeSessionsRequest) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
721
|
DescribeSessionsRequest.filterSensitiveLog = (obj) => ({
|
|
995
722
|
...obj,
|
|
996
723
|
});
|
|
@@ -1008,45 +735,30 @@ var SessionState;
|
|
|
1008
735
|
})(SessionState = exports.SessionState || (exports.SessionState = {}));
|
|
1009
736
|
var Session;
|
|
1010
737
|
(function (Session) {
|
|
1011
|
-
/**
|
|
1012
|
-
* @internal
|
|
1013
|
-
*/
|
|
1014
738
|
Session.filterSensitiveLog = (obj) => ({
|
|
1015
739
|
...obj,
|
|
1016
740
|
});
|
|
1017
741
|
})(Session = exports.Session || (exports.Session = {}));
|
|
1018
742
|
var DescribeSessionsResult;
|
|
1019
743
|
(function (DescribeSessionsResult) {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
744
|
DescribeSessionsResult.filterSensitiveLog = (obj) => ({
|
|
1024
745
|
...obj,
|
|
1025
746
|
});
|
|
1026
747
|
})(DescribeSessionsResult = exports.DescribeSessionsResult || (exports.DescribeSessionsResult = {}));
|
|
1027
748
|
var DescribeStacksRequest;
|
|
1028
749
|
(function (DescribeStacksRequest) {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
750
|
DescribeStacksRequest.filterSensitiveLog = (obj) => ({
|
|
1033
751
|
...obj,
|
|
1034
752
|
});
|
|
1035
753
|
})(DescribeStacksRequest = exports.DescribeStacksRequest || (exports.DescribeStacksRequest = {}));
|
|
1036
754
|
var DescribeStacksResult;
|
|
1037
755
|
(function (DescribeStacksResult) {
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
756
|
DescribeStacksResult.filterSensitiveLog = (obj) => ({
|
|
1042
757
|
...obj,
|
|
1043
758
|
});
|
|
1044
759
|
})(DescribeStacksResult = exports.DescribeStacksResult || (exports.DescribeStacksResult = {}));
|
|
1045
760
|
var DescribeUsageReportSubscriptionsRequest;
|
|
1046
761
|
(function (DescribeUsageReportSubscriptionsRequest) {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
762
|
DescribeUsageReportSubscriptionsRequest.filterSensitiveLog = (obj) => ({
|
|
1051
763
|
...obj,
|
|
1052
764
|
});
|
|
@@ -1059,45 +771,30 @@ var UsageReportExecutionErrorCode;
|
|
|
1059
771
|
})(UsageReportExecutionErrorCode = exports.UsageReportExecutionErrorCode || (exports.UsageReportExecutionErrorCode = {}));
|
|
1060
772
|
var LastReportGenerationExecutionError;
|
|
1061
773
|
(function (LastReportGenerationExecutionError) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
774
|
LastReportGenerationExecutionError.filterSensitiveLog = (obj) => ({
|
|
1066
775
|
...obj,
|
|
1067
776
|
});
|
|
1068
777
|
})(LastReportGenerationExecutionError = exports.LastReportGenerationExecutionError || (exports.LastReportGenerationExecutionError = {}));
|
|
1069
778
|
var UsageReportSubscription;
|
|
1070
779
|
(function (UsageReportSubscription) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
780
|
UsageReportSubscription.filterSensitiveLog = (obj) => ({
|
|
1075
781
|
...obj,
|
|
1076
782
|
});
|
|
1077
783
|
})(UsageReportSubscription = exports.UsageReportSubscription || (exports.UsageReportSubscription = {}));
|
|
1078
784
|
var DescribeUsageReportSubscriptionsResult;
|
|
1079
785
|
(function (DescribeUsageReportSubscriptionsResult) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
786
|
DescribeUsageReportSubscriptionsResult.filterSensitiveLog = (obj) => ({
|
|
1084
787
|
...obj,
|
|
1085
788
|
});
|
|
1086
789
|
})(DescribeUsageReportSubscriptionsResult = exports.DescribeUsageReportSubscriptionsResult || (exports.DescribeUsageReportSubscriptionsResult = {}));
|
|
1087
790
|
var DescribeUsersRequest;
|
|
1088
791
|
(function (DescribeUsersRequest) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
792
|
DescribeUsersRequest.filterSensitiveLog = (obj) => ({
|
|
1093
793
|
...obj,
|
|
1094
794
|
});
|
|
1095
795
|
})(DescribeUsersRequest = exports.DescribeUsersRequest || (exports.DescribeUsersRequest = {}));
|
|
1096
796
|
var User;
|
|
1097
797
|
(function (User) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
798
|
User.filterSensitiveLog = (obj) => ({
|
|
1102
799
|
...obj,
|
|
1103
800
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1107,9 +804,6 @@ var User;
|
|
|
1107
804
|
})(User = exports.User || (exports.User = {}));
|
|
1108
805
|
var DescribeUsersResult;
|
|
1109
806
|
(function (DescribeUsersResult) {
|
|
1110
|
-
/**
|
|
1111
|
-
* @internal
|
|
1112
|
-
*/
|
|
1113
807
|
DescribeUsersResult.filterSensitiveLog = (obj) => ({
|
|
1114
808
|
...obj,
|
|
1115
809
|
...(obj.Users && { Users: obj.Users.map((item) => User.filterSensitiveLog(item)) }),
|
|
@@ -1117,9 +811,6 @@ var DescribeUsersResult;
|
|
|
1117
811
|
})(DescribeUsersResult = exports.DescribeUsersResult || (exports.DescribeUsersResult = {}));
|
|
1118
812
|
var DescribeUserStackAssociationsRequest;
|
|
1119
813
|
(function (DescribeUserStackAssociationsRequest) {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
814
|
DescribeUserStackAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
1124
815
|
...obj,
|
|
1125
816
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1127,9 +818,6 @@ var DescribeUserStackAssociationsRequest;
|
|
|
1127
818
|
})(DescribeUserStackAssociationsRequest = exports.DescribeUserStackAssociationsRequest || (exports.DescribeUserStackAssociationsRequest = {}));
|
|
1128
819
|
var DescribeUserStackAssociationsResult;
|
|
1129
820
|
(function (DescribeUserStackAssociationsResult) {
|
|
1130
|
-
/**
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
1133
821
|
DescribeUserStackAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
1134
822
|
...obj,
|
|
1135
823
|
...(obj.UserStackAssociations && {
|
|
@@ -1139,9 +827,6 @@ var DescribeUserStackAssociationsResult;
|
|
|
1139
827
|
})(DescribeUserStackAssociationsResult = exports.DescribeUserStackAssociationsResult || (exports.DescribeUserStackAssociationsResult = {}));
|
|
1140
828
|
var DisableUserRequest;
|
|
1141
829
|
(function (DisableUserRequest) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
830
|
DisableUserRequest.filterSensitiveLog = (obj) => ({
|
|
1146
831
|
...obj,
|
|
1147
832
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1149,36 +834,24 @@ var DisableUserRequest;
|
|
|
1149
834
|
})(DisableUserRequest = exports.DisableUserRequest || (exports.DisableUserRequest = {}));
|
|
1150
835
|
var DisableUserResult;
|
|
1151
836
|
(function (DisableUserResult) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
837
|
DisableUserResult.filterSensitiveLog = (obj) => ({
|
|
1156
838
|
...obj,
|
|
1157
839
|
});
|
|
1158
840
|
})(DisableUserResult = exports.DisableUserResult || (exports.DisableUserResult = {}));
|
|
1159
841
|
var DisassociateFleetRequest;
|
|
1160
842
|
(function (DisassociateFleetRequest) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
843
|
DisassociateFleetRequest.filterSensitiveLog = (obj) => ({
|
|
1165
844
|
...obj,
|
|
1166
845
|
});
|
|
1167
846
|
})(DisassociateFleetRequest = exports.DisassociateFleetRequest || (exports.DisassociateFleetRequest = {}));
|
|
1168
847
|
var DisassociateFleetResult;
|
|
1169
848
|
(function (DisassociateFleetResult) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
849
|
DisassociateFleetResult.filterSensitiveLog = (obj) => ({
|
|
1174
850
|
...obj,
|
|
1175
851
|
});
|
|
1176
852
|
})(DisassociateFleetResult = exports.DisassociateFleetResult || (exports.DisassociateFleetResult = {}));
|
|
1177
853
|
var EnableUserRequest;
|
|
1178
854
|
(function (EnableUserRequest) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
855
|
EnableUserRequest.filterSensitiveLog = (obj) => ({
|
|
1183
856
|
...obj,
|
|
1184
857
|
...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1186,27 +859,18 @@ var EnableUserRequest;
|
|
|
1186
859
|
})(EnableUserRequest = exports.EnableUserRequest || (exports.EnableUserRequest = {}));
|
|
1187
860
|
var EnableUserResult;
|
|
1188
861
|
(function (EnableUserResult) {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
862
|
EnableUserResult.filterSensitiveLog = (obj) => ({
|
|
1193
863
|
...obj,
|
|
1194
864
|
});
|
|
1195
865
|
})(EnableUserResult = exports.EnableUserResult || (exports.EnableUserResult = {}));
|
|
1196
866
|
var ExpireSessionRequest;
|
|
1197
867
|
(function (ExpireSessionRequest) {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
868
|
ExpireSessionRequest.filterSensitiveLog = (obj) => ({
|
|
1202
869
|
...obj,
|
|
1203
870
|
});
|
|
1204
871
|
})(ExpireSessionRequest = exports.ExpireSessionRequest || (exports.ExpireSessionRequest = {}));
|
|
1205
872
|
var ExpireSessionResult;
|
|
1206
873
|
(function (ExpireSessionResult) {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
874
|
ExpireSessionResult.filterSensitiveLog = (obj) => ({
|
|
1211
875
|
...obj,
|
|
1212
876
|
});
|
|
@@ -1220,171 +884,114 @@ var FleetAttribute;
|
|
|
1220
884
|
})(FleetAttribute = exports.FleetAttribute || (exports.FleetAttribute = {}));
|
|
1221
885
|
var ListAssociatedFleetsRequest;
|
|
1222
886
|
(function (ListAssociatedFleetsRequest) {
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
887
|
ListAssociatedFleetsRequest.filterSensitiveLog = (obj) => ({
|
|
1227
888
|
...obj,
|
|
1228
889
|
});
|
|
1229
890
|
})(ListAssociatedFleetsRequest = exports.ListAssociatedFleetsRequest || (exports.ListAssociatedFleetsRequest = {}));
|
|
1230
891
|
var ListAssociatedFleetsResult;
|
|
1231
892
|
(function (ListAssociatedFleetsResult) {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
893
|
ListAssociatedFleetsResult.filterSensitiveLog = (obj) => ({
|
|
1236
894
|
...obj,
|
|
1237
895
|
});
|
|
1238
896
|
})(ListAssociatedFleetsResult = exports.ListAssociatedFleetsResult || (exports.ListAssociatedFleetsResult = {}));
|
|
1239
897
|
var ListAssociatedStacksRequest;
|
|
1240
898
|
(function (ListAssociatedStacksRequest) {
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
899
|
ListAssociatedStacksRequest.filterSensitiveLog = (obj) => ({
|
|
1245
900
|
...obj,
|
|
1246
901
|
});
|
|
1247
902
|
})(ListAssociatedStacksRequest = exports.ListAssociatedStacksRequest || (exports.ListAssociatedStacksRequest = {}));
|
|
1248
903
|
var ListAssociatedStacksResult;
|
|
1249
904
|
(function (ListAssociatedStacksResult) {
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
905
|
ListAssociatedStacksResult.filterSensitiveLog = (obj) => ({
|
|
1254
906
|
...obj,
|
|
1255
907
|
});
|
|
1256
908
|
})(ListAssociatedStacksResult = exports.ListAssociatedStacksResult || (exports.ListAssociatedStacksResult = {}));
|
|
1257
909
|
var ListTagsForResourceRequest;
|
|
1258
910
|
(function (ListTagsForResourceRequest) {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
911
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1263
912
|
...obj,
|
|
1264
913
|
});
|
|
1265
914
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1266
915
|
var ListTagsForResourceResponse;
|
|
1267
916
|
(function (ListTagsForResourceResponse) {
|
|
1268
|
-
/**
|
|
1269
|
-
* @internal
|
|
1270
|
-
*/
|
|
1271
917
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1272
918
|
...obj,
|
|
1273
919
|
});
|
|
1274
920
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1275
921
|
var StartFleetRequest;
|
|
1276
922
|
(function (StartFleetRequest) {
|
|
1277
|
-
/**
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
1280
923
|
StartFleetRequest.filterSensitiveLog = (obj) => ({
|
|
1281
924
|
...obj,
|
|
1282
925
|
});
|
|
1283
926
|
})(StartFleetRequest = exports.StartFleetRequest || (exports.StartFleetRequest = {}));
|
|
1284
927
|
var StartFleetResult;
|
|
1285
928
|
(function (StartFleetResult) {
|
|
1286
|
-
/**
|
|
1287
|
-
* @internal
|
|
1288
|
-
*/
|
|
1289
929
|
StartFleetResult.filterSensitiveLog = (obj) => ({
|
|
1290
930
|
...obj,
|
|
1291
931
|
});
|
|
1292
932
|
})(StartFleetResult = exports.StartFleetResult || (exports.StartFleetResult = {}));
|
|
1293
933
|
var StartImageBuilderRequest;
|
|
1294
934
|
(function (StartImageBuilderRequest) {
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
935
|
StartImageBuilderRequest.filterSensitiveLog = (obj) => ({
|
|
1299
936
|
...obj,
|
|
1300
937
|
});
|
|
1301
938
|
})(StartImageBuilderRequest = exports.StartImageBuilderRequest || (exports.StartImageBuilderRequest = {}));
|
|
1302
939
|
var StartImageBuilderResult;
|
|
1303
940
|
(function (StartImageBuilderResult) {
|
|
1304
|
-
/**
|
|
1305
|
-
* @internal
|
|
1306
|
-
*/
|
|
1307
941
|
StartImageBuilderResult.filterSensitiveLog = (obj) => ({
|
|
1308
942
|
...obj,
|
|
1309
943
|
});
|
|
1310
944
|
})(StartImageBuilderResult = exports.StartImageBuilderResult || (exports.StartImageBuilderResult = {}));
|
|
1311
945
|
var StopFleetRequest;
|
|
1312
946
|
(function (StopFleetRequest) {
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
947
|
StopFleetRequest.filterSensitiveLog = (obj) => ({
|
|
1317
948
|
...obj,
|
|
1318
949
|
});
|
|
1319
950
|
})(StopFleetRequest = exports.StopFleetRequest || (exports.StopFleetRequest = {}));
|
|
1320
951
|
var StopFleetResult;
|
|
1321
952
|
(function (StopFleetResult) {
|
|
1322
|
-
/**
|
|
1323
|
-
* @internal
|
|
1324
|
-
*/
|
|
1325
953
|
StopFleetResult.filterSensitiveLog = (obj) => ({
|
|
1326
954
|
...obj,
|
|
1327
955
|
});
|
|
1328
956
|
})(StopFleetResult = exports.StopFleetResult || (exports.StopFleetResult = {}));
|
|
1329
957
|
var StopImageBuilderRequest;
|
|
1330
958
|
(function (StopImageBuilderRequest) {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
959
|
StopImageBuilderRequest.filterSensitiveLog = (obj) => ({
|
|
1335
960
|
...obj,
|
|
1336
961
|
});
|
|
1337
962
|
})(StopImageBuilderRequest = exports.StopImageBuilderRequest || (exports.StopImageBuilderRequest = {}));
|
|
1338
963
|
var StopImageBuilderResult;
|
|
1339
964
|
(function (StopImageBuilderResult) {
|
|
1340
|
-
/**
|
|
1341
|
-
* @internal
|
|
1342
|
-
*/
|
|
1343
965
|
StopImageBuilderResult.filterSensitiveLog = (obj) => ({
|
|
1344
966
|
...obj,
|
|
1345
967
|
});
|
|
1346
968
|
})(StopImageBuilderResult = exports.StopImageBuilderResult || (exports.StopImageBuilderResult = {}));
|
|
1347
969
|
var TagResourceRequest;
|
|
1348
970
|
(function (TagResourceRequest) {
|
|
1349
|
-
/**
|
|
1350
|
-
* @internal
|
|
1351
|
-
*/
|
|
1352
971
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1353
972
|
...obj,
|
|
1354
973
|
});
|
|
1355
974
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1356
975
|
var TagResourceResponse;
|
|
1357
976
|
(function (TagResourceResponse) {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
977
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1362
978
|
...obj,
|
|
1363
979
|
});
|
|
1364
980
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1365
981
|
var UntagResourceRequest;
|
|
1366
982
|
(function (UntagResourceRequest) {
|
|
1367
|
-
/**
|
|
1368
|
-
* @internal
|
|
1369
|
-
*/
|
|
1370
983
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1371
984
|
...obj,
|
|
1372
985
|
});
|
|
1373
986
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1374
987
|
var UntagResourceResponse;
|
|
1375
988
|
(function (UntagResourceResponse) {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
989
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1380
990
|
...obj,
|
|
1381
991
|
});
|
|
1382
992
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1383
993
|
var UpdateDirectoryConfigRequest;
|
|
1384
994
|
(function (UpdateDirectoryConfigRequest) {
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
995
|
UpdateDirectoryConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1389
996
|
...obj,
|
|
1390
997
|
...(obj.ServiceAccountCredentials && {
|
|
@@ -1394,9 +1001,6 @@ var UpdateDirectoryConfigRequest;
|
|
|
1394
1001
|
})(UpdateDirectoryConfigRequest = exports.UpdateDirectoryConfigRequest || (exports.UpdateDirectoryConfigRequest = {}));
|
|
1395
1002
|
var UpdateDirectoryConfigResult;
|
|
1396
1003
|
(function (UpdateDirectoryConfigResult) {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
1004
|
UpdateDirectoryConfigResult.filterSensitiveLog = (obj) => ({
|
|
1401
1005
|
...obj,
|
|
1402
1006
|
...(obj.DirectoryConfig && { DirectoryConfig: DirectoryConfig.filterSensitiveLog(obj.DirectoryConfig) }),
|
|
@@ -1404,36 +1008,24 @@ var UpdateDirectoryConfigResult;
|
|
|
1404
1008
|
})(UpdateDirectoryConfigResult = exports.UpdateDirectoryConfigResult || (exports.UpdateDirectoryConfigResult = {}));
|
|
1405
1009
|
var UpdateFleetRequest;
|
|
1406
1010
|
(function (UpdateFleetRequest) {
|
|
1407
|
-
/**
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
1410
1011
|
UpdateFleetRequest.filterSensitiveLog = (obj) => ({
|
|
1411
1012
|
...obj,
|
|
1412
1013
|
});
|
|
1413
1014
|
})(UpdateFleetRequest = exports.UpdateFleetRequest || (exports.UpdateFleetRequest = {}));
|
|
1414
1015
|
var UpdateFleetResult;
|
|
1415
1016
|
(function (UpdateFleetResult) {
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
*/
|
|
1419
1017
|
UpdateFleetResult.filterSensitiveLog = (obj) => ({
|
|
1420
1018
|
...obj,
|
|
1421
1019
|
});
|
|
1422
1020
|
})(UpdateFleetResult = exports.UpdateFleetResult || (exports.UpdateFleetResult = {}));
|
|
1423
1021
|
var UpdateImagePermissionsRequest;
|
|
1424
1022
|
(function (UpdateImagePermissionsRequest) {
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
1023
|
UpdateImagePermissionsRequest.filterSensitiveLog = (obj) => ({
|
|
1429
1024
|
...obj,
|
|
1430
1025
|
});
|
|
1431
1026
|
})(UpdateImagePermissionsRequest = exports.UpdateImagePermissionsRequest || (exports.UpdateImagePermissionsRequest = {}));
|
|
1432
1027
|
var UpdateImagePermissionsResult;
|
|
1433
1028
|
(function (UpdateImagePermissionsResult) {
|
|
1434
|
-
/**
|
|
1435
|
-
* @internal
|
|
1436
|
-
*/
|
|
1437
1029
|
UpdateImagePermissionsResult.filterSensitiveLog = (obj) => ({
|
|
1438
1030
|
...obj,
|
|
1439
1031
|
});
|
|
@@ -1454,20 +1046,13 @@ var StackAttribute;
|
|
|
1454
1046
|
})(StackAttribute = exports.StackAttribute || (exports.StackAttribute = {}));
|
|
1455
1047
|
var UpdateStackRequest;
|
|
1456
1048
|
(function (UpdateStackRequest) {
|
|
1457
|
-
/**
|
|
1458
|
-
* @internal
|
|
1459
|
-
*/
|
|
1460
1049
|
UpdateStackRequest.filterSensitiveLog = (obj) => ({
|
|
1461
1050
|
...obj,
|
|
1462
1051
|
});
|
|
1463
1052
|
})(UpdateStackRequest = exports.UpdateStackRequest || (exports.UpdateStackRequest = {}));
|
|
1464
1053
|
var UpdateStackResult;
|
|
1465
1054
|
(function (UpdateStackResult) {
|
|
1466
|
-
/**
|
|
1467
|
-
* @internal
|
|
1468
|
-
*/
|
|
1469
1055
|
UpdateStackResult.filterSensitiveLog = (obj) => ({
|
|
1470
1056
|
...obj,
|
|
1471
1057
|
});
|
|
1472
1058
|
})(UpdateStackResult = exports.UpdateStackResult || (exports.UpdateStackResult = {}));
|
|
1473
|
-
//# sourceMappingURL=models_0.js.map
|