@aws-sdk/client-amplify 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}/Amplify.js +0 -9
- package/dist-cjs/AmplifyClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/CreateAppCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateBackendEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateBranchCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateDomainAssociationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateWebhookCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteAppCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteBackendEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteBranchCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteDomainAssociationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteWebhookCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GenerateAccessLogsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetAppCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetArtifactUrlCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetBackendEnvironmentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetBranchCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetDomainAssociationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetWebhookCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAppsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListArtifactsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListBackendEnvironmentsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListBranchesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListDomainAssociationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListWebhooksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartDeploymentCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopJobCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateAppCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateBranchCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateDomainAssociationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateWebhookCommand.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 -286
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -8
- 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/es → dist-es}/Amplify.js +0 -1
- package/{dist/es → dist-es}/AmplifyClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateAppCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateBranchCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDeploymentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDomainAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateWebhookCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAppCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteBranchCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDomainAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteWebhookCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GenerateAccessLogsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetAppCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetArtifactUrlCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBackendEnvironmentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBranchCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDomainAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetWebhookCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAppsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListArtifactsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListBranchesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListDomainAssociationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListJobsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListWebhooksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartDeploymentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartJobCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StopJobCommand.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/UpdateAppCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateBranchCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateDomainAssociationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateWebhookCommand.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}/protocols/Aws_restJson1.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/types → dist-types}/Amplify.d.ts +1 -1
- package/{dist/types → dist-types}/AmplifyClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateAppCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateBackendEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateBranchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDomainAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWebhookCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBackendEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteBranchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDomainAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteWebhookCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GenerateAccessLogsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAppCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetArtifactUrlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBackendEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBranchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDomainAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWebhookCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListArtifactsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListBackendEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListBranchesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDomainAssociationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWebhooksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopJobCommand.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/UpdateAppCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateBranchCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDomainAssociationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateWebhookCommand.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}/protocols/Aws_restJson1.d.ts +2 -2
- 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/Amplify.d.ts +39 -124
- package/{dist/types → dist-types}/ts3.4/AmplifyClient.d.ts +32 -102
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWebhookCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetDomainAssociationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListDomainAssociationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
- 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/UpdateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateWebhookCommand.d.ts +4 -22
- 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 +1416 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- 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/package.json +45 -42
- package/Amplify.ts +0 -1240
- package/AmplifyClient.ts +0 -381
- package/commands/CreateAppCommand.ts +0 -94
- package/commands/CreateBackendEnvironmentCommand.ts +0 -94
- package/commands/CreateBranchCommand.ts +0 -94
- package/commands/CreateDeploymentCommand.ts +0 -95
- package/commands/CreateDomainAssociationCommand.ts +0 -95
- package/commands/CreateWebhookCommand.ts +0 -94
- package/commands/DeleteAppCommand.ts +0 -94
- package/commands/DeleteBackendEnvironmentCommand.ts +0 -94
- package/commands/DeleteBranchCommand.ts +0 -94
- package/commands/DeleteDomainAssociationCommand.ts +0 -94
- package/commands/DeleteJobCommand.ts +0 -94
- package/commands/DeleteWebhookCommand.ts +0 -94
- package/commands/GenerateAccessLogsCommand.ts +0 -95
- package/commands/GetAppCommand.ts +0 -87
- package/commands/GetArtifactUrlCommand.ts +0 -94
- package/commands/GetBackendEnvironmentCommand.ts +0 -94
- package/commands/GetBranchCommand.ts +0 -94
- package/commands/GetDomainAssociationCommand.ts +0 -94
- package/commands/GetJobCommand.ts +0 -87
- package/commands/GetWebhookCommand.ts +0 -94
- package/commands/ListAppsCommand.ts +0 -94
- package/commands/ListArtifactsCommand.ts +0 -94
- package/commands/ListBackendEnvironmentsCommand.ts +0 -94
- package/commands/ListBranchesCommand.ts +0 -94
- package/commands/ListDomainAssociationsCommand.ts +0 -94
- package/commands/ListJobsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListWebhooksCommand.ts +0 -94
- package/commands/StartDeploymentCommand.ts +0 -95
- package/commands/StartJobCommand.ts +0 -94
- package/commands/StopJobCommand.ts +0 -90
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAppCommand.ts +0 -94
- package/commands/UpdateBranchCommand.ts +0 -94
- package/commands/UpdateDomainAssociationCommand.ts +0 -94
- package/commands/UpdateWebhookCommand.ts +0 -94
- package/dist/cjs/Amplify.js.map +0 -1
- package/dist/cjs/AmplifyClient.js +0 -49
- package/dist/cjs/AmplifyClient.js.map +0 -1
- package/dist/cjs/commands/CreateAppCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBackendEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBranchCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDomainAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWebhookCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackendEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBranchCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDomainAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteJobCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWebhookCommand.js.map +0 -1
- package/dist/cjs/commands/GenerateAccessLogsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppCommand.js.map +0 -1
- package/dist/cjs/commands/GetArtifactUrlCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackendEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/GetBranchCommand.js.map +0 -1
- package/dist/cjs/commands/GetDomainAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetWebhookCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppsCommand.js.map +0 -1
- package/dist/cjs/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackendEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBranchesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainAssociationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWebhooksCommand.js.map +0 -1
- package/dist/cjs/commands/StartDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/StartJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopJobCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAppCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBranchCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDomainAssociationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWebhookCommand.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 -91
- package/dist/cjs/protocols/Aws_restJson1.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/es/Amplify.js.map +0 -1
- package/dist/es/AmplifyClient.js.map +0 -1
- package/dist/es/commands/CreateAppCommand.js.map +0 -1
- package/dist/es/commands/CreateBackendEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/CreateBranchCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateDomainAssociationCommand.js.map +0 -1
- package/dist/es/commands/CreateWebhookCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackendEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteBranchCommand.js.map +0 -1
- package/dist/es/commands/DeleteDomainAssociationCommand.js.map +0 -1
- package/dist/es/commands/DeleteJobCommand.js.map +0 -1
- package/dist/es/commands/DeleteWebhookCommand.js.map +0 -1
- package/dist/es/commands/GenerateAccessLogsCommand.js.map +0 -1
- package/dist/es/commands/GetAppCommand.js.map +0 -1
- package/dist/es/commands/GetArtifactUrlCommand.js.map +0 -1
- package/dist/es/commands/GetBackendEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/GetBranchCommand.js.map +0 -1
- package/dist/es/commands/GetDomainAssociationCommand.js.map +0 -1
- package/dist/es/commands/GetJobCommand.js.map +0 -1
- package/dist/es/commands/GetWebhookCommand.js.map +0 -1
- package/dist/es/commands/ListAppsCommand.js.map +0 -1
- package/dist/es/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListBackendEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListBranchesCommand.js.map +0 -1
- package/dist/es/commands/ListDomainAssociationsCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWebhooksCommand.js.map +0 -1
- package/dist/es/commands/StartDeploymentCommand.js.map +0 -1
- package/dist/es/commands/StartJobCommand.js.map +0 -1
- package/dist/es/commands/StopJobCommand.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/UpdateAppCommand.js.map +0 -1
- package/dist/es/commands/UpdateBranchCommand.js.map +0 -1
- package/dist/es/commands/UpdateDomainAssociationCommand.js.map +0 -1
- package/dist/es/commands/UpdateWebhookCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -41
- 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 -91
- package/dist/es/protocols/Aws_restJson1.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/types/ts3.4/commands/CreateAppCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateBranchCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAppCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAppCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetArtifactUrlCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBranchCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetWebhookCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAppsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBranchesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAppCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateBranchCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2553
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3182
- package/protocols/Aws_restJson1.ts +0 -5505
- 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
|
@@ -5,9 +5,6 @@ exports.UpdateWebhookResult = exports.UpdateWebhookRequest = exports.UpdateDomai
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
var BadRequestException;
|
|
7
7
|
(function (BadRequestException) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
@@ -22,9 +19,6 @@ var Stage;
|
|
|
22
19
|
})(Stage = exports.Stage || (exports.Stage = {}));
|
|
23
20
|
var AutoBranchCreationConfig;
|
|
24
21
|
(function (AutoBranchCreationConfig) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
22
|
AutoBranchCreationConfig.filterSensitiveLog = (obj) => ({
|
|
29
23
|
...obj,
|
|
30
24
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -32,9 +26,6 @@ var AutoBranchCreationConfig;
|
|
|
32
26
|
})(AutoBranchCreationConfig = exports.AutoBranchCreationConfig || (exports.AutoBranchCreationConfig = {}));
|
|
33
27
|
var CustomRule;
|
|
34
28
|
(function (CustomRule) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
29
|
CustomRule.filterSensitiveLog = (obj) => ({
|
|
39
30
|
...obj,
|
|
40
31
|
});
|
|
@@ -45,9 +36,6 @@ var Platform;
|
|
|
45
36
|
})(Platform = exports.Platform || (exports.Platform = {}));
|
|
46
37
|
var CreateAppRequest;
|
|
47
38
|
(function (CreateAppRequest) {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
39
|
CreateAppRequest.filterSensitiveLog = (obj) => ({
|
|
52
40
|
...obj,
|
|
53
41
|
...(obj.oauthToken && { oauthToken: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -60,18 +48,12 @@ var CreateAppRequest;
|
|
|
60
48
|
})(CreateAppRequest = exports.CreateAppRequest || (exports.CreateAppRequest = {}));
|
|
61
49
|
var ProductionBranch;
|
|
62
50
|
(function (ProductionBranch) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
51
|
ProductionBranch.filterSensitiveLog = (obj) => ({
|
|
67
52
|
...obj,
|
|
68
53
|
});
|
|
69
54
|
})(ProductionBranch = exports.ProductionBranch || (exports.ProductionBranch = {}));
|
|
70
55
|
var App;
|
|
71
56
|
(function (App) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
57
|
App.filterSensitiveLog = (obj) => ({
|
|
76
58
|
...obj,
|
|
77
59
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -82,9 +64,6 @@ var App;
|
|
|
82
64
|
})(App = exports.App || (exports.App = {}));
|
|
83
65
|
var CreateAppResult;
|
|
84
66
|
(function (CreateAppResult) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
67
|
CreateAppResult.filterSensitiveLog = (obj) => ({
|
|
89
68
|
...obj,
|
|
90
69
|
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
@@ -92,81 +71,54 @@ var CreateAppResult;
|
|
|
92
71
|
})(CreateAppResult = exports.CreateAppResult || (exports.CreateAppResult = {}));
|
|
93
72
|
var DependentServiceFailureException;
|
|
94
73
|
(function (DependentServiceFailureException) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
74
|
DependentServiceFailureException.filterSensitiveLog = (obj) => ({
|
|
99
75
|
...obj,
|
|
100
76
|
});
|
|
101
77
|
})(DependentServiceFailureException = exports.DependentServiceFailureException || (exports.DependentServiceFailureException = {}));
|
|
102
78
|
var InternalFailureException;
|
|
103
79
|
(function (InternalFailureException) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
80
|
InternalFailureException.filterSensitiveLog = (obj) => ({
|
|
108
81
|
...obj,
|
|
109
82
|
});
|
|
110
83
|
})(InternalFailureException = exports.InternalFailureException || (exports.InternalFailureException = {}));
|
|
111
84
|
var LimitExceededException;
|
|
112
85
|
(function (LimitExceededException) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
86
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
117
87
|
...obj,
|
|
118
88
|
});
|
|
119
89
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
120
90
|
var UnauthorizedException;
|
|
121
91
|
(function (UnauthorizedException) {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
92
|
UnauthorizedException.filterSensitiveLog = (obj) => ({
|
|
126
93
|
...obj,
|
|
127
94
|
});
|
|
128
95
|
})(UnauthorizedException = exports.UnauthorizedException || (exports.UnauthorizedException = {}));
|
|
129
96
|
var CreateBackendEnvironmentRequest;
|
|
130
97
|
(function (CreateBackendEnvironmentRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
98
|
CreateBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
135
99
|
...obj,
|
|
136
100
|
});
|
|
137
101
|
})(CreateBackendEnvironmentRequest = exports.CreateBackendEnvironmentRequest || (exports.CreateBackendEnvironmentRequest = {}));
|
|
138
102
|
var BackendEnvironment;
|
|
139
103
|
(function (BackendEnvironment) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
104
|
BackendEnvironment.filterSensitiveLog = (obj) => ({
|
|
144
105
|
...obj,
|
|
145
106
|
});
|
|
146
107
|
})(BackendEnvironment = exports.BackendEnvironment || (exports.BackendEnvironment = {}));
|
|
147
108
|
var CreateBackendEnvironmentResult;
|
|
148
109
|
(function (CreateBackendEnvironmentResult) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
110
|
CreateBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
153
111
|
...obj,
|
|
154
112
|
});
|
|
155
113
|
})(CreateBackendEnvironmentResult = exports.CreateBackendEnvironmentResult || (exports.CreateBackendEnvironmentResult = {}));
|
|
156
114
|
var NotFoundException;
|
|
157
115
|
(function (NotFoundException) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
116
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
162
117
|
...obj,
|
|
163
118
|
});
|
|
164
119
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
165
120
|
var CreateBranchRequest;
|
|
166
121
|
(function (CreateBranchRequest) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
122
|
CreateBranchRequest.filterSensitiveLog = (obj) => ({
|
|
171
123
|
...obj,
|
|
172
124
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -174,9 +126,6 @@ var CreateBranchRequest;
|
|
|
174
126
|
})(CreateBranchRequest = exports.CreateBranchRequest || (exports.CreateBranchRequest = {}));
|
|
175
127
|
var Branch;
|
|
176
128
|
(function (Branch) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
129
|
Branch.filterSensitiveLog = (obj) => ({
|
|
181
130
|
...obj,
|
|
182
131
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -184,9 +133,6 @@ var Branch;
|
|
|
184
133
|
})(Branch = exports.Branch || (exports.Branch = {}));
|
|
185
134
|
var CreateBranchResult;
|
|
186
135
|
(function (CreateBranchResult) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
136
|
CreateBranchResult.filterSensitiveLog = (obj) => ({
|
|
191
137
|
...obj,
|
|
192
138
|
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
@@ -194,36 +140,24 @@ var CreateBranchResult;
|
|
|
194
140
|
})(CreateBranchResult = exports.CreateBranchResult || (exports.CreateBranchResult = {}));
|
|
195
141
|
var CreateDeploymentRequest;
|
|
196
142
|
(function (CreateDeploymentRequest) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
143
|
CreateDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
201
144
|
...obj,
|
|
202
145
|
});
|
|
203
146
|
})(CreateDeploymentRequest = exports.CreateDeploymentRequest || (exports.CreateDeploymentRequest = {}));
|
|
204
147
|
var CreateDeploymentResult;
|
|
205
148
|
(function (CreateDeploymentResult) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
149
|
CreateDeploymentResult.filterSensitiveLog = (obj) => ({
|
|
210
150
|
...obj,
|
|
211
151
|
});
|
|
212
152
|
})(CreateDeploymentResult = exports.CreateDeploymentResult || (exports.CreateDeploymentResult = {}));
|
|
213
153
|
var SubDomainSetting;
|
|
214
154
|
(function (SubDomainSetting) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
155
|
SubDomainSetting.filterSensitiveLog = (obj) => ({
|
|
219
156
|
...obj,
|
|
220
157
|
});
|
|
221
158
|
})(SubDomainSetting = exports.SubDomainSetting || (exports.SubDomainSetting = {}));
|
|
222
159
|
var CreateDomainAssociationRequest;
|
|
223
160
|
(function (CreateDomainAssociationRequest) {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
161
|
CreateDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
228
162
|
...obj,
|
|
229
163
|
});
|
|
@@ -241,72 +175,48 @@ var DomainStatus;
|
|
|
241
175
|
})(DomainStatus = exports.DomainStatus || (exports.DomainStatus = {}));
|
|
242
176
|
var SubDomain;
|
|
243
177
|
(function (SubDomain) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
178
|
SubDomain.filterSensitiveLog = (obj) => ({
|
|
248
179
|
...obj,
|
|
249
180
|
});
|
|
250
181
|
})(SubDomain = exports.SubDomain || (exports.SubDomain = {}));
|
|
251
182
|
var DomainAssociation;
|
|
252
183
|
(function (DomainAssociation) {
|
|
253
|
-
/**
|
|
254
|
-
* @internal
|
|
255
|
-
*/
|
|
256
184
|
DomainAssociation.filterSensitiveLog = (obj) => ({
|
|
257
185
|
...obj,
|
|
258
186
|
});
|
|
259
187
|
})(DomainAssociation = exports.DomainAssociation || (exports.DomainAssociation = {}));
|
|
260
188
|
var CreateDomainAssociationResult;
|
|
261
189
|
(function (CreateDomainAssociationResult) {
|
|
262
|
-
/**
|
|
263
|
-
* @internal
|
|
264
|
-
*/
|
|
265
190
|
CreateDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
266
191
|
...obj,
|
|
267
192
|
});
|
|
268
193
|
})(CreateDomainAssociationResult = exports.CreateDomainAssociationResult || (exports.CreateDomainAssociationResult = {}));
|
|
269
194
|
var CreateWebhookRequest;
|
|
270
195
|
(function (CreateWebhookRequest) {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
196
|
CreateWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
275
197
|
...obj,
|
|
276
198
|
});
|
|
277
199
|
})(CreateWebhookRequest = exports.CreateWebhookRequest || (exports.CreateWebhookRequest = {}));
|
|
278
200
|
var Webhook;
|
|
279
201
|
(function (Webhook) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
202
|
Webhook.filterSensitiveLog = (obj) => ({
|
|
284
203
|
...obj,
|
|
285
204
|
});
|
|
286
205
|
})(Webhook = exports.Webhook || (exports.Webhook = {}));
|
|
287
206
|
var CreateWebhookResult;
|
|
288
207
|
(function (CreateWebhookResult) {
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
208
|
CreateWebhookResult.filterSensitiveLog = (obj) => ({
|
|
293
209
|
...obj,
|
|
294
210
|
});
|
|
295
211
|
})(CreateWebhookResult = exports.CreateWebhookResult || (exports.CreateWebhookResult = {}));
|
|
296
212
|
var DeleteAppRequest;
|
|
297
213
|
(function (DeleteAppRequest) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
214
|
DeleteAppRequest.filterSensitiveLog = (obj) => ({
|
|
302
215
|
...obj,
|
|
303
216
|
});
|
|
304
217
|
})(DeleteAppRequest = exports.DeleteAppRequest || (exports.DeleteAppRequest = {}));
|
|
305
218
|
var DeleteAppResult;
|
|
306
219
|
(function (DeleteAppResult) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
220
|
DeleteAppResult.filterSensitiveLog = (obj) => ({
|
|
311
221
|
...obj,
|
|
312
222
|
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
@@ -314,36 +224,24 @@ var DeleteAppResult;
|
|
|
314
224
|
})(DeleteAppResult = exports.DeleteAppResult || (exports.DeleteAppResult = {}));
|
|
315
225
|
var DeleteBackendEnvironmentRequest;
|
|
316
226
|
(function (DeleteBackendEnvironmentRequest) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
227
|
DeleteBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
321
228
|
...obj,
|
|
322
229
|
});
|
|
323
230
|
})(DeleteBackendEnvironmentRequest = exports.DeleteBackendEnvironmentRequest || (exports.DeleteBackendEnvironmentRequest = {}));
|
|
324
231
|
var DeleteBackendEnvironmentResult;
|
|
325
232
|
(function (DeleteBackendEnvironmentResult) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
233
|
DeleteBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
330
234
|
...obj,
|
|
331
235
|
});
|
|
332
236
|
})(DeleteBackendEnvironmentResult = exports.DeleteBackendEnvironmentResult || (exports.DeleteBackendEnvironmentResult = {}));
|
|
333
237
|
var DeleteBranchRequest;
|
|
334
238
|
(function (DeleteBranchRequest) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
239
|
DeleteBranchRequest.filterSensitiveLog = (obj) => ({
|
|
339
240
|
...obj,
|
|
340
241
|
});
|
|
341
242
|
})(DeleteBranchRequest = exports.DeleteBranchRequest || (exports.DeleteBranchRequest = {}));
|
|
342
243
|
var DeleteBranchResult;
|
|
343
244
|
(function (DeleteBranchResult) {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
245
|
DeleteBranchResult.filterSensitiveLog = (obj) => ({
|
|
348
246
|
...obj,
|
|
349
247
|
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
@@ -351,27 +249,18 @@ var DeleteBranchResult;
|
|
|
351
249
|
})(DeleteBranchResult = exports.DeleteBranchResult || (exports.DeleteBranchResult = {}));
|
|
352
250
|
var DeleteDomainAssociationRequest;
|
|
353
251
|
(function (DeleteDomainAssociationRequest) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
252
|
DeleteDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
358
253
|
...obj,
|
|
359
254
|
});
|
|
360
255
|
})(DeleteDomainAssociationRequest = exports.DeleteDomainAssociationRequest || (exports.DeleteDomainAssociationRequest = {}));
|
|
361
256
|
var DeleteDomainAssociationResult;
|
|
362
257
|
(function (DeleteDomainAssociationResult) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
258
|
DeleteDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
367
259
|
...obj,
|
|
368
260
|
});
|
|
369
261
|
})(DeleteDomainAssociationResult = exports.DeleteDomainAssociationResult || (exports.DeleteDomainAssociationResult = {}));
|
|
370
262
|
var DeleteJobRequest;
|
|
371
263
|
(function (DeleteJobRequest) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
264
|
DeleteJobRequest.filterSensitiveLog = (obj) => ({
|
|
376
265
|
...obj,
|
|
377
266
|
});
|
|
@@ -395,72 +284,48 @@ var JobStatus;
|
|
|
395
284
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
396
285
|
var JobSummary;
|
|
397
286
|
(function (JobSummary) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
287
|
JobSummary.filterSensitiveLog = (obj) => ({
|
|
402
288
|
...obj,
|
|
403
289
|
});
|
|
404
290
|
})(JobSummary = exports.JobSummary || (exports.JobSummary = {}));
|
|
405
291
|
var DeleteJobResult;
|
|
406
292
|
(function (DeleteJobResult) {
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
293
|
DeleteJobResult.filterSensitiveLog = (obj) => ({
|
|
411
294
|
...obj,
|
|
412
295
|
});
|
|
413
296
|
})(DeleteJobResult = exports.DeleteJobResult || (exports.DeleteJobResult = {}));
|
|
414
297
|
var DeleteWebhookRequest;
|
|
415
298
|
(function (DeleteWebhookRequest) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
299
|
DeleteWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
420
300
|
...obj,
|
|
421
301
|
});
|
|
422
302
|
})(DeleteWebhookRequest = exports.DeleteWebhookRequest || (exports.DeleteWebhookRequest = {}));
|
|
423
303
|
var DeleteWebhookResult;
|
|
424
304
|
(function (DeleteWebhookResult) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
305
|
DeleteWebhookResult.filterSensitiveLog = (obj) => ({
|
|
429
306
|
...obj,
|
|
430
307
|
});
|
|
431
308
|
})(DeleteWebhookResult = exports.DeleteWebhookResult || (exports.DeleteWebhookResult = {}));
|
|
432
309
|
var GenerateAccessLogsRequest;
|
|
433
310
|
(function (GenerateAccessLogsRequest) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
311
|
GenerateAccessLogsRequest.filterSensitiveLog = (obj) => ({
|
|
438
312
|
...obj,
|
|
439
313
|
});
|
|
440
314
|
})(GenerateAccessLogsRequest = exports.GenerateAccessLogsRequest || (exports.GenerateAccessLogsRequest = {}));
|
|
441
315
|
var GenerateAccessLogsResult;
|
|
442
316
|
(function (GenerateAccessLogsResult) {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
317
|
GenerateAccessLogsResult.filterSensitiveLog = (obj) => ({
|
|
447
318
|
...obj,
|
|
448
319
|
});
|
|
449
320
|
})(GenerateAccessLogsResult = exports.GenerateAccessLogsResult || (exports.GenerateAccessLogsResult = {}));
|
|
450
321
|
var GetAppRequest;
|
|
451
322
|
(function (GetAppRequest) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
323
|
GetAppRequest.filterSensitiveLog = (obj) => ({
|
|
456
324
|
...obj,
|
|
457
325
|
});
|
|
458
326
|
})(GetAppRequest = exports.GetAppRequest || (exports.GetAppRequest = {}));
|
|
459
327
|
var GetAppResult;
|
|
460
328
|
(function (GetAppResult) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
329
|
GetAppResult.filterSensitiveLog = (obj) => ({
|
|
465
330
|
...obj,
|
|
466
331
|
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
@@ -468,54 +333,36 @@ var GetAppResult;
|
|
|
468
333
|
})(GetAppResult = exports.GetAppResult || (exports.GetAppResult = {}));
|
|
469
334
|
var GetArtifactUrlRequest;
|
|
470
335
|
(function (GetArtifactUrlRequest) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
336
|
GetArtifactUrlRequest.filterSensitiveLog = (obj) => ({
|
|
475
337
|
...obj,
|
|
476
338
|
});
|
|
477
339
|
})(GetArtifactUrlRequest = exports.GetArtifactUrlRequest || (exports.GetArtifactUrlRequest = {}));
|
|
478
340
|
var GetArtifactUrlResult;
|
|
479
341
|
(function (GetArtifactUrlResult) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
342
|
GetArtifactUrlResult.filterSensitiveLog = (obj) => ({
|
|
484
343
|
...obj,
|
|
485
344
|
});
|
|
486
345
|
})(GetArtifactUrlResult = exports.GetArtifactUrlResult || (exports.GetArtifactUrlResult = {}));
|
|
487
346
|
var GetBackendEnvironmentRequest;
|
|
488
347
|
(function (GetBackendEnvironmentRequest) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
348
|
GetBackendEnvironmentRequest.filterSensitiveLog = (obj) => ({
|
|
493
349
|
...obj,
|
|
494
350
|
});
|
|
495
351
|
})(GetBackendEnvironmentRequest = exports.GetBackendEnvironmentRequest || (exports.GetBackendEnvironmentRequest = {}));
|
|
496
352
|
var GetBackendEnvironmentResult;
|
|
497
353
|
(function (GetBackendEnvironmentResult) {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
354
|
GetBackendEnvironmentResult.filterSensitiveLog = (obj) => ({
|
|
502
355
|
...obj,
|
|
503
356
|
});
|
|
504
357
|
})(GetBackendEnvironmentResult = exports.GetBackendEnvironmentResult || (exports.GetBackendEnvironmentResult = {}));
|
|
505
358
|
var GetBranchRequest;
|
|
506
359
|
(function (GetBranchRequest) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
360
|
GetBranchRequest.filterSensitiveLog = (obj) => ({
|
|
511
361
|
...obj,
|
|
512
362
|
});
|
|
513
363
|
})(GetBranchRequest = exports.GetBranchRequest || (exports.GetBranchRequest = {}));
|
|
514
364
|
var GetBranchResult;
|
|
515
365
|
(function (GetBranchResult) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
366
|
GetBranchResult.filterSensitiveLog = (obj) => ({
|
|
520
367
|
...obj,
|
|
521
368
|
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
@@ -523,90 +370,60 @@ var GetBranchResult;
|
|
|
523
370
|
})(GetBranchResult = exports.GetBranchResult || (exports.GetBranchResult = {}));
|
|
524
371
|
var GetDomainAssociationRequest;
|
|
525
372
|
(function (GetDomainAssociationRequest) {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
373
|
GetDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
530
374
|
...obj,
|
|
531
375
|
});
|
|
532
376
|
})(GetDomainAssociationRequest = exports.GetDomainAssociationRequest || (exports.GetDomainAssociationRequest = {}));
|
|
533
377
|
var GetDomainAssociationResult;
|
|
534
378
|
(function (GetDomainAssociationResult) {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
379
|
GetDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
539
380
|
...obj,
|
|
540
381
|
});
|
|
541
382
|
})(GetDomainAssociationResult = exports.GetDomainAssociationResult || (exports.GetDomainAssociationResult = {}));
|
|
542
383
|
var GetJobRequest;
|
|
543
384
|
(function (GetJobRequest) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
385
|
GetJobRequest.filterSensitiveLog = (obj) => ({
|
|
548
386
|
...obj,
|
|
549
387
|
});
|
|
550
388
|
})(GetJobRequest = exports.GetJobRequest || (exports.GetJobRequest = {}));
|
|
551
389
|
var Step;
|
|
552
390
|
(function (Step) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
391
|
Step.filterSensitiveLog = (obj) => ({
|
|
557
392
|
...obj,
|
|
558
393
|
});
|
|
559
394
|
})(Step = exports.Step || (exports.Step = {}));
|
|
560
395
|
var Job;
|
|
561
396
|
(function (Job) {
|
|
562
|
-
/**
|
|
563
|
-
* @internal
|
|
564
|
-
*/
|
|
565
397
|
Job.filterSensitiveLog = (obj) => ({
|
|
566
398
|
...obj,
|
|
567
399
|
});
|
|
568
400
|
})(Job = exports.Job || (exports.Job = {}));
|
|
569
401
|
var GetJobResult;
|
|
570
402
|
(function (GetJobResult) {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
403
|
GetJobResult.filterSensitiveLog = (obj) => ({
|
|
575
404
|
...obj,
|
|
576
405
|
});
|
|
577
406
|
})(GetJobResult = exports.GetJobResult || (exports.GetJobResult = {}));
|
|
578
407
|
var GetWebhookRequest;
|
|
579
408
|
(function (GetWebhookRequest) {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
409
|
GetWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
584
410
|
...obj,
|
|
585
411
|
});
|
|
586
412
|
})(GetWebhookRequest = exports.GetWebhookRequest || (exports.GetWebhookRequest = {}));
|
|
587
413
|
var GetWebhookResult;
|
|
588
414
|
(function (GetWebhookResult) {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
415
|
GetWebhookResult.filterSensitiveLog = (obj) => ({
|
|
593
416
|
...obj,
|
|
594
417
|
});
|
|
595
418
|
})(GetWebhookResult = exports.GetWebhookResult || (exports.GetWebhookResult = {}));
|
|
596
419
|
var ListAppsRequest;
|
|
597
420
|
(function (ListAppsRequest) {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
421
|
ListAppsRequest.filterSensitiveLog = (obj) => ({
|
|
602
422
|
...obj,
|
|
603
423
|
});
|
|
604
424
|
})(ListAppsRequest = exports.ListAppsRequest || (exports.ListAppsRequest = {}));
|
|
605
425
|
var ListAppsResult;
|
|
606
426
|
(function (ListAppsResult) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
427
|
ListAppsResult.filterSensitiveLog = (obj) => ({
|
|
611
428
|
...obj,
|
|
612
429
|
...(obj.apps && { apps: obj.apps.map((item) => App.filterSensitiveLog(item)) }),
|
|
@@ -614,63 +431,42 @@ var ListAppsResult;
|
|
|
614
431
|
})(ListAppsResult = exports.ListAppsResult || (exports.ListAppsResult = {}));
|
|
615
432
|
var ListArtifactsRequest;
|
|
616
433
|
(function (ListArtifactsRequest) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
434
|
ListArtifactsRequest.filterSensitiveLog = (obj) => ({
|
|
621
435
|
...obj,
|
|
622
436
|
});
|
|
623
437
|
})(ListArtifactsRequest = exports.ListArtifactsRequest || (exports.ListArtifactsRequest = {}));
|
|
624
438
|
var Artifact;
|
|
625
439
|
(function (Artifact) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
440
|
Artifact.filterSensitiveLog = (obj) => ({
|
|
630
441
|
...obj,
|
|
631
442
|
});
|
|
632
443
|
})(Artifact = exports.Artifact || (exports.Artifact = {}));
|
|
633
444
|
var ListArtifactsResult;
|
|
634
445
|
(function (ListArtifactsResult) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
446
|
ListArtifactsResult.filterSensitiveLog = (obj) => ({
|
|
639
447
|
...obj,
|
|
640
448
|
});
|
|
641
449
|
})(ListArtifactsResult = exports.ListArtifactsResult || (exports.ListArtifactsResult = {}));
|
|
642
450
|
var ListBackendEnvironmentsRequest;
|
|
643
451
|
(function (ListBackendEnvironmentsRequest) {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
452
|
ListBackendEnvironmentsRequest.filterSensitiveLog = (obj) => ({
|
|
648
453
|
...obj,
|
|
649
454
|
});
|
|
650
455
|
})(ListBackendEnvironmentsRequest = exports.ListBackendEnvironmentsRequest || (exports.ListBackendEnvironmentsRequest = {}));
|
|
651
456
|
var ListBackendEnvironmentsResult;
|
|
652
457
|
(function (ListBackendEnvironmentsResult) {
|
|
653
|
-
/**
|
|
654
|
-
* @internal
|
|
655
|
-
*/
|
|
656
458
|
ListBackendEnvironmentsResult.filterSensitiveLog = (obj) => ({
|
|
657
459
|
...obj,
|
|
658
460
|
});
|
|
659
461
|
})(ListBackendEnvironmentsResult = exports.ListBackendEnvironmentsResult || (exports.ListBackendEnvironmentsResult = {}));
|
|
660
462
|
var ListBranchesRequest;
|
|
661
463
|
(function (ListBranchesRequest) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
464
|
ListBranchesRequest.filterSensitiveLog = (obj) => ({
|
|
666
465
|
...obj,
|
|
667
466
|
});
|
|
668
467
|
})(ListBranchesRequest = exports.ListBranchesRequest || (exports.ListBranchesRequest = {}));
|
|
669
468
|
var ListBranchesResult;
|
|
670
469
|
(function (ListBranchesResult) {
|
|
671
|
-
/**
|
|
672
|
-
* @internal
|
|
673
|
-
*/
|
|
674
470
|
ListBranchesResult.filterSensitiveLog = (obj) => ({
|
|
675
471
|
...obj,
|
|
676
472
|
...(obj.branches && { branches: obj.branches.map((item) => Branch.filterSensitiveLog(item)) }),
|
|
@@ -678,180 +474,120 @@ var ListBranchesResult;
|
|
|
678
474
|
})(ListBranchesResult = exports.ListBranchesResult || (exports.ListBranchesResult = {}));
|
|
679
475
|
var ListDomainAssociationsRequest;
|
|
680
476
|
(function (ListDomainAssociationsRequest) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
477
|
ListDomainAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
685
478
|
...obj,
|
|
686
479
|
});
|
|
687
480
|
})(ListDomainAssociationsRequest = exports.ListDomainAssociationsRequest || (exports.ListDomainAssociationsRequest = {}));
|
|
688
481
|
var ListDomainAssociationsResult;
|
|
689
482
|
(function (ListDomainAssociationsResult) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
483
|
ListDomainAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
694
484
|
...obj,
|
|
695
485
|
});
|
|
696
486
|
})(ListDomainAssociationsResult = exports.ListDomainAssociationsResult || (exports.ListDomainAssociationsResult = {}));
|
|
697
487
|
var ListJobsRequest;
|
|
698
488
|
(function (ListJobsRequest) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
489
|
ListJobsRequest.filterSensitiveLog = (obj) => ({
|
|
703
490
|
...obj,
|
|
704
491
|
});
|
|
705
492
|
})(ListJobsRequest = exports.ListJobsRequest || (exports.ListJobsRequest = {}));
|
|
706
493
|
var ListJobsResult;
|
|
707
494
|
(function (ListJobsResult) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
495
|
ListJobsResult.filterSensitiveLog = (obj) => ({
|
|
712
496
|
...obj,
|
|
713
497
|
});
|
|
714
498
|
})(ListJobsResult = exports.ListJobsResult || (exports.ListJobsResult = {}));
|
|
715
499
|
var ListTagsForResourceRequest;
|
|
716
500
|
(function (ListTagsForResourceRequest) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
501
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
721
502
|
...obj,
|
|
722
503
|
});
|
|
723
504
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
724
505
|
var ListTagsForResourceResponse;
|
|
725
506
|
(function (ListTagsForResourceResponse) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
507
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
730
508
|
...obj,
|
|
731
509
|
});
|
|
732
510
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
733
511
|
var ResourceNotFoundException;
|
|
734
512
|
(function (ResourceNotFoundException) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
513
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
739
514
|
...obj,
|
|
740
515
|
});
|
|
741
516
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
742
517
|
var ListWebhooksRequest;
|
|
743
518
|
(function (ListWebhooksRequest) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
519
|
ListWebhooksRequest.filterSensitiveLog = (obj) => ({
|
|
748
520
|
...obj,
|
|
749
521
|
});
|
|
750
522
|
})(ListWebhooksRequest = exports.ListWebhooksRequest || (exports.ListWebhooksRequest = {}));
|
|
751
523
|
var ListWebhooksResult;
|
|
752
524
|
(function (ListWebhooksResult) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
525
|
ListWebhooksResult.filterSensitiveLog = (obj) => ({
|
|
757
526
|
...obj,
|
|
758
527
|
});
|
|
759
528
|
})(ListWebhooksResult = exports.ListWebhooksResult || (exports.ListWebhooksResult = {}));
|
|
760
529
|
var StartDeploymentRequest;
|
|
761
530
|
(function (StartDeploymentRequest) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
531
|
StartDeploymentRequest.filterSensitiveLog = (obj) => ({
|
|
766
532
|
...obj,
|
|
767
533
|
});
|
|
768
534
|
})(StartDeploymentRequest = exports.StartDeploymentRequest || (exports.StartDeploymentRequest = {}));
|
|
769
535
|
var StartDeploymentResult;
|
|
770
536
|
(function (StartDeploymentResult) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
537
|
StartDeploymentResult.filterSensitiveLog = (obj) => ({
|
|
775
538
|
...obj,
|
|
776
539
|
});
|
|
777
540
|
})(StartDeploymentResult = exports.StartDeploymentResult || (exports.StartDeploymentResult = {}));
|
|
778
541
|
var StartJobRequest;
|
|
779
542
|
(function (StartJobRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
543
|
StartJobRequest.filterSensitiveLog = (obj) => ({
|
|
784
544
|
...obj,
|
|
785
545
|
});
|
|
786
546
|
})(StartJobRequest = exports.StartJobRequest || (exports.StartJobRequest = {}));
|
|
787
547
|
var StartJobResult;
|
|
788
548
|
(function (StartJobResult) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
549
|
StartJobResult.filterSensitiveLog = (obj) => ({
|
|
793
550
|
...obj,
|
|
794
551
|
});
|
|
795
552
|
})(StartJobResult = exports.StartJobResult || (exports.StartJobResult = {}));
|
|
796
553
|
var StopJobRequest;
|
|
797
554
|
(function (StopJobRequest) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
555
|
StopJobRequest.filterSensitiveLog = (obj) => ({
|
|
802
556
|
...obj,
|
|
803
557
|
});
|
|
804
558
|
})(StopJobRequest = exports.StopJobRequest || (exports.StopJobRequest = {}));
|
|
805
559
|
var StopJobResult;
|
|
806
560
|
(function (StopJobResult) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
561
|
StopJobResult.filterSensitiveLog = (obj) => ({
|
|
811
562
|
...obj,
|
|
812
563
|
});
|
|
813
564
|
})(StopJobResult = exports.StopJobResult || (exports.StopJobResult = {}));
|
|
814
565
|
var TagResourceRequest;
|
|
815
566
|
(function (TagResourceRequest) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
567
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
820
568
|
...obj,
|
|
821
569
|
});
|
|
822
570
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
823
571
|
var TagResourceResponse;
|
|
824
572
|
(function (TagResourceResponse) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
573
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
829
574
|
...obj,
|
|
830
575
|
});
|
|
831
576
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
832
577
|
var UntagResourceRequest;
|
|
833
578
|
(function (UntagResourceRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
579
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
838
580
|
...obj,
|
|
839
581
|
});
|
|
840
582
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
841
583
|
var UntagResourceResponse;
|
|
842
584
|
(function (UntagResourceResponse) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
585
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
847
586
|
...obj,
|
|
848
587
|
});
|
|
849
588
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
850
589
|
var UpdateAppRequest;
|
|
851
590
|
(function (UpdateAppRequest) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
591
|
UpdateAppRequest.filterSensitiveLog = (obj) => ({
|
|
856
592
|
...obj,
|
|
857
593
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -864,9 +600,6 @@ var UpdateAppRequest;
|
|
|
864
600
|
})(UpdateAppRequest = exports.UpdateAppRequest || (exports.UpdateAppRequest = {}));
|
|
865
601
|
var UpdateAppResult;
|
|
866
602
|
(function (UpdateAppResult) {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
603
|
UpdateAppResult.filterSensitiveLog = (obj) => ({
|
|
871
604
|
...obj,
|
|
872
605
|
...(obj.app && { app: App.filterSensitiveLog(obj.app) }),
|
|
@@ -874,9 +607,6 @@ var UpdateAppResult;
|
|
|
874
607
|
})(UpdateAppResult = exports.UpdateAppResult || (exports.UpdateAppResult = {}));
|
|
875
608
|
var UpdateBranchRequest;
|
|
876
609
|
(function (UpdateBranchRequest) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
610
|
UpdateBranchRequest.filterSensitiveLog = (obj) => ({
|
|
881
611
|
...obj,
|
|
882
612
|
...(obj.basicAuthCredentials && { basicAuthCredentials: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -884,9 +614,6 @@ var UpdateBranchRequest;
|
|
|
884
614
|
})(UpdateBranchRequest = exports.UpdateBranchRequest || (exports.UpdateBranchRequest = {}));
|
|
885
615
|
var UpdateBranchResult;
|
|
886
616
|
(function (UpdateBranchResult) {
|
|
887
|
-
/**
|
|
888
|
-
* @internal
|
|
889
|
-
*/
|
|
890
617
|
UpdateBranchResult.filterSensitiveLog = (obj) => ({
|
|
891
618
|
...obj,
|
|
892
619
|
...(obj.branch && { branch: Branch.filterSensitiveLog(obj.branch) }),
|
|
@@ -894,38 +621,25 @@ var UpdateBranchResult;
|
|
|
894
621
|
})(UpdateBranchResult = exports.UpdateBranchResult || (exports.UpdateBranchResult = {}));
|
|
895
622
|
var UpdateDomainAssociationRequest;
|
|
896
623
|
(function (UpdateDomainAssociationRequest) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
624
|
UpdateDomainAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
901
625
|
...obj,
|
|
902
626
|
});
|
|
903
627
|
})(UpdateDomainAssociationRequest = exports.UpdateDomainAssociationRequest || (exports.UpdateDomainAssociationRequest = {}));
|
|
904
628
|
var UpdateDomainAssociationResult;
|
|
905
629
|
(function (UpdateDomainAssociationResult) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
630
|
UpdateDomainAssociationResult.filterSensitiveLog = (obj) => ({
|
|
910
631
|
...obj,
|
|
911
632
|
});
|
|
912
633
|
})(UpdateDomainAssociationResult = exports.UpdateDomainAssociationResult || (exports.UpdateDomainAssociationResult = {}));
|
|
913
634
|
var UpdateWebhookRequest;
|
|
914
635
|
(function (UpdateWebhookRequest) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
636
|
UpdateWebhookRequest.filterSensitiveLog = (obj) => ({
|
|
919
637
|
...obj,
|
|
920
638
|
});
|
|
921
639
|
})(UpdateWebhookRequest = exports.UpdateWebhookRequest || (exports.UpdateWebhookRequest = {}));
|
|
922
640
|
var UpdateWebhookResult;
|
|
923
641
|
(function (UpdateWebhookResult) {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
642
|
UpdateWebhookResult.filterSensitiveLog = (obj) => ({
|
|
928
643
|
...obj,
|
|
929
644
|
});
|
|
930
645
|
})(UpdateWebhookResult = exports.UpdateWebhookResult || (exports.UpdateWebhookResult = {}));
|
|
931
|
-
//# sourceMappingURL=models_0.js.map
|