@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
|
@@ -0,0 +1,1416 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "BadRequestException";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
message?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace BadRequestException {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
11
|
+
}
|
|
12
|
+
export declare enum Stage {
|
|
13
|
+
BETA = "BETA",
|
|
14
|
+
DEVELOPMENT = "DEVELOPMENT",
|
|
15
|
+
EXPERIMENTAL = "EXPERIMENTAL",
|
|
16
|
+
PRODUCTION = "PRODUCTION",
|
|
17
|
+
PULL_REQUEST = "PULL_REQUEST"
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface AutoBranchCreationConfig {
|
|
21
|
+
|
|
22
|
+
stage?: Stage | string;
|
|
23
|
+
|
|
24
|
+
framework?: string;
|
|
25
|
+
|
|
26
|
+
enableAutoBuild?: boolean;
|
|
27
|
+
|
|
28
|
+
environmentVariables?: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
basicAuthCredentials?: string;
|
|
33
|
+
|
|
34
|
+
enableBasicAuth?: boolean;
|
|
35
|
+
|
|
36
|
+
enablePerformanceMode?: boolean;
|
|
37
|
+
|
|
38
|
+
buildSpec?: string;
|
|
39
|
+
|
|
40
|
+
enablePullRequestPreview?: boolean;
|
|
41
|
+
|
|
42
|
+
pullRequestEnvironmentName?: string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace AutoBranchCreationConfig {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: AutoBranchCreationConfig) => any;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface CustomRule {
|
|
50
|
+
|
|
51
|
+
source: string | undefined;
|
|
52
|
+
|
|
53
|
+
target: string | undefined;
|
|
54
|
+
|
|
55
|
+
status?: string;
|
|
56
|
+
|
|
57
|
+
condition?: string;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace CustomRule {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: CustomRule) => any;
|
|
62
|
+
}
|
|
63
|
+
export declare enum Platform {
|
|
64
|
+
WEB = "WEB"
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface CreateAppRequest {
|
|
68
|
+
|
|
69
|
+
name: string | undefined;
|
|
70
|
+
|
|
71
|
+
description?: string;
|
|
72
|
+
|
|
73
|
+
repository?: string;
|
|
74
|
+
|
|
75
|
+
platform?: Platform | string;
|
|
76
|
+
|
|
77
|
+
iamServiceRoleArn?: string;
|
|
78
|
+
|
|
79
|
+
oauthToken?: string;
|
|
80
|
+
|
|
81
|
+
accessToken?: string;
|
|
82
|
+
|
|
83
|
+
environmentVariables?: {
|
|
84
|
+
[key: string]: string;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
enableBranchAutoBuild?: boolean;
|
|
88
|
+
|
|
89
|
+
enableBranchAutoDeletion?: boolean;
|
|
90
|
+
|
|
91
|
+
enableBasicAuth?: boolean;
|
|
92
|
+
|
|
93
|
+
basicAuthCredentials?: string;
|
|
94
|
+
|
|
95
|
+
customRules?: CustomRule[];
|
|
96
|
+
|
|
97
|
+
tags?: {
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
buildSpec?: string;
|
|
102
|
+
|
|
103
|
+
customHeaders?: string;
|
|
104
|
+
|
|
105
|
+
enableAutoBranchCreation?: boolean;
|
|
106
|
+
|
|
107
|
+
autoBranchCreationPatterns?: string[];
|
|
108
|
+
|
|
109
|
+
autoBranchCreationConfig?: AutoBranchCreationConfig;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace CreateAppRequest {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: CreateAppRequest) => any;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface ProductionBranch {
|
|
117
|
+
|
|
118
|
+
lastDeployTime?: Date;
|
|
119
|
+
|
|
120
|
+
status?: string;
|
|
121
|
+
|
|
122
|
+
thumbnailUrl?: string;
|
|
123
|
+
|
|
124
|
+
branchName?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace ProductionBranch {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: ProductionBranch) => any;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface App {
|
|
132
|
+
|
|
133
|
+
appId: string | undefined;
|
|
134
|
+
|
|
135
|
+
appArn: string | undefined;
|
|
136
|
+
|
|
137
|
+
name: string | undefined;
|
|
138
|
+
|
|
139
|
+
tags?: {
|
|
140
|
+
[key: string]: string;
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
description: string | undefined;
|
|
144
|
+
|
|
145
|
+
repository: string | undefined;
|
|
146
|
+
|
|
147
|
+
platform: Platform | string | undefined;
|
|
148
|
+
|
|
149
|
+
createTime: Date | undefined;
|
|
150
|
+
|
|
151
|
+
updateTime: Date | undefined;
|
|
152
|
+
|
|
153
|
+
iamServiceRoleArn?: string;
|
|
154
|
+
|
|
155
|
+
environmentVariables: {
|
|
156
|
+
[key: string]: string;
|
|
157
|
+
} | undefined;
|
|
158
|
+
|
|
159
|
+
defaultDomain: string | undefined;
|
|
160
|
+
|
|
161
|
+
enableBranchAutoBuild: boolean | undefined;
|
|
162
|
+
|
|
163
|
+
enableBranchAutoDeletion?: boolean;
|
|
164
|
+
|
|
165
|
+
enableBasicAuth: boolean | undefined;
|
|
166
|
+
|
|
167
|
+
basicAuthCredentials?: string;
|
|
168
|
+
|
|
169
|
+
customRules?: CustomRule[];
|
|
170
|
+
|
|
171
|
+
productionBranch?: ProductionBranch;
|
|
172
|
+
|
|
173
|
+
buildSpec?: string;
|
|
174
|
+
|
|
175
|
+
customHeaders?: string;
|
|
176
|
+
|
|
177
|
+
enableAutoBranchCreation?: boolean;
|
|
178
|
+
|
|
179
|
+
autoBranchCreationPatterns?: string[];
|
|
180
|
+
|
|
181
|
+
autoBranchCreationConfig?: AutoBranchCreationConfig;
|
|
182
|
+
}
|
|
183
|
+
export declare namespace App {
|
|
184
|
+
|
|
185
|
+
const filterSensitiveLog: (obj: App) => any;
|
|
186
|
+
}
|
|
187
|
+
export interface CreateAppResult {
|
|
188
|
+
|
|
189
|
+
app: App | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace CreateAppResult {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: CreateAppResult) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface DependentServiceFailureException extends __SmithyException, $MetadataBearer {
|
|
197
|
+
name: "DependentServiceFailureException";
|
|
198
|
+
$fault: "server";
|
|
199
|
+
message?: string;
|
|
200
|
+
}
|
|
201
|
+
export declare namespace DependentServiceFailureException {
|
|
202
|
+
|
|
203
|
+
const filterSensitiveLog: (obj: DependentServiceFailureException) => any;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface InternalFailureException extends __SmithyException, $MetadataBearer {
|
|
207
|
+
name: "InternalFailureException";
|
|
208
|
+
$fault: "server";
|
|
209
|
+
message?: string;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace InternalFailureException {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: InternalFailureException) => any;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
217
|
+
name: "LimitExceededException";
|
|
218
|
+
$fault: "client";
|
|
219
|
+
message?: string;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace LimitExceededException {
|
|
222
|
+
|
|
223
|
+
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
227
|
+
name: "UnauthorizedException";
|
|
228
|
+
$fault: "client";
|
|
229
|
+
message?: string;
|
|
230
|
+
}
|
|
231
|
+
export declare namespace UnauthorizedException {
|
|
232
|
+
|
|
233
|
+
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export interface CreateBackendEnvironmentRequest {
|
|
237
|
+
|
|
238
|
+
appId: string | undefined;
|
|
239
|
+
|
|
240
|
+
environmentName: string | undefined;
|
|
241
|
+
|
|
242
|
+
stackName?: string;
|
|
243
|
+
|
|
244
|
+
deploymentArtifacts?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace CreateBackendEnvironmentRequest {
|
|
247
|
+
|
|
248
|
+
const filterSensitiveLog: (obj: CreateBackendEnvironmentRequest) => any;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface BackendEnvironment {
|
|
252
|
+
|
|
253
|
+
backendEnvironmentArn: string | undefined;
|
|
254
|
+
|
|
255
|
+
environmentName: string | undefined;
|
|
256
|
+
|
|
257
|
+
stackName?: string;
|
|
258
|
+
|
|
259
|
+
deploymentArtifacts?: string;
|
|
260
|
+
|
|
261
|
+
createTime: Date | undefined;
|
|
262
|
+
|
|
263
|
+
updateTime: Date | undefined;
|
|
264
|
+
}
|
|
265
|
+
export declare namespace BackendEnvironment {
|
|
266
|
+
|
|
267
|
+
const filterSensitiveLog: (obj: BackendEnvironment) => any;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface CreateBackendEnvironmentResult {
|
|
271
|
+
|
|
272
|
+
backendEnvironment: BackendEnvironment | undefined;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace CreateBackendEnvironmentResult {
|
|
275
|
+
|
|
276
|
+
const filterSensitiveLog: (obj: CreateBackendEnvironmentResult) => any;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
280
|
+
name: "NotFoundException";
|
|
281
|
+
$fault: "client";
|
|
282
|
+
message?: string;
|
|
283
|
+
}
|
|
284
|
+
export declare namespace NotFoundException {
|
|
285
|
+
|
|
286
|
+
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface CreateBranchRequest {
|
|
290
|
+
|
|
291
|
+
appId: string | undefined;
|
|
292
|
+
|
|
293
|
+
branchName: string | undefined;
|
|
294
|
+
|
|
295
|
+
description?: string;
|
|
296
|
+
|
|
297
|
+
stage?: Stage | string;
|
|
298
|
+
|
|
299
|
+
framework?: string;
|
|
300
|
+
|
|
301
|
+
enableNotification?: boolean;
|
|
302
|
+
|
|
303
|
+
enableAutoBuild?: boolean;
|
|
304
|
+
|
|
305
|
+
environmentVariables?: {
|
|
306
|
+
[key: string]: string;
|
|
307
|
+
};
|
|
308
|
+
|
|
309
|
+
basicAuthCredentials?: string;
|
|
310
|
+
|
|
311
|
+
enableBasicAuth?: boolean;
|
|
312
|
+
|
|
313
|
+
enablePerformanceMode?: boolean;
|
|
314
|
+
|
|
315
|
+
tags?: {
|
|
316
|
+
[key: string]: string;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
buildSpec?: string;
|
|
320
|
+
|
|
321
|
+
ttl?: string;
|
|
322
|
+
|
|
323
|
+
displayName?: string;
|
|
324
|
+
|
|
325
|
+
enablePullRequestPreview?: boolean;
|
|
326
|
+
|
|
327
|
+
pullRequestEnvironmentName?: string;
|
|
328
|
+
|
|
329
|
+
backendEnvironmentArn?: string;
|
|
330
|
+
}
|
|
331
|
+
export declare namespace CreateBranchRequest {
|
|
332
|
+
|
|
333
|
+
const filterSensitiveLog: (obj: CreateBranchRequest) => any;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export interface Branch {
|
|
337
|
+
|
|
338
|
+
branchArn: string | undefined;
|
|
339
|
+
|
|
340
|
+
branchName: string | undefined;
|
|
341
|
+
|
|
342
|
+
description: string | undefined;
|
|
343
|
+
|
|
344
|
+
tags?: {
|
|
345
|
+
[key: string]: string;
|
|
346
|
+
};
|
|
347
|
+
|
|
348
|
+
stage: Stage | string | undefined;
|
|
349
|
+
|
|
350
|
+
displayName: string | undefined;
|
|
351
|
+
|
|
352
|
+
enableNotification: boolean | undefined;
|
|
353
|
+
|
|
354
|
+
createTime: Date | undefined;
|
|
355
|
+
|
|
356
|
+
updateTime: Date | undefined;
|
|
357
|
+
|
|
358
|
+
environmentVariables: {
|
|
359
|
+
[key: string]: string;
|
|
360
|
+
} | undefined;
|
|
361
|
+
|
|
362
|
+
enableAutoBuild: boolean | undefined;
|
|
363
|
+
|
|
364
|
+
customDomains: string[] | undefined;
|
|
365
|
+
|
|
366
|
+
framework: string | undefined;
|
|
367
|
+
|
|
368
|
+
activeJobId: string | undefined;
|
|
369
|
+
|
|
370
|
+
totalNumberOfJobs: string | undefined;
|
|
371
|
+
|
|
372
|
+
enableBasicAuth: boolean | undefined;
|
|
373
|
+
|
|
374
|
+
enablePerformanceMode?: boolean;
|
|
375
|
+
|
|
376
|
+
thumbnailUrl?: string;
|
|
377
|
+
|
|
378
|
+
basicAuthCredentials?: string;
|
|
379
|
+
|
|
380
|
+
buildSpec?: string;
|
|
381
|
+
|
|
382
|
+
ttl: string | undefined;
|
|
383
|
+
|
|
384
|
+
associatedResources?: string[];
|
|
385
|
+
|
|
386
|
+
enablePullRequestPreview: boolean | undefined;
|
|
387
|
+
|
|
388
|
+
pullRequestEnvironmentName?: string;
|
|
389
|
+
|
|
390
|
+
destinationBranch?: string;
|
|
391
|
+
|
|
392
|
+
sourceBranch?: string;
|
|
393
|
+
|
|
394
|
+
backendEnvironmentArn?: string;
|
|
395
|
+
}
|
|
396
|
+
export declare namespace Branch {
|
|
397
|
+
|
|
398
|
+
const filterSensitiveLog: (obj: Branch) => any;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface CreateBranchResult {
|
|
402
|
+
|
|
403
|
+
branch: Branch | undefined;
|
|
404
|
+
}
|
|
405
|
+
export declare namespace CreateBranchResult {
|
|
406
|
+
|
|
407
|
+
const filterSensitiveLog: (obj: CreateBranchResult) => any;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export interface CreateDeploymentRequest {
|
|
411
|
+
|
|
412
|
+
appId: string | undefined;
|
|
413
|
+
|
|
414
|
+
branchName: string | undefined;
|
|
415
|
+
|
|
416
|
+
fileMap?: {
|
|
417
|
+
[key: string]: string;
|
|
418
|
+
};
|
|
419
|
+
}
|
|
420
|
+
export declare namespace CreateDeploymentRequest {
|
|
421
|
+
|
|
422
|
+
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface CreateDeploymentResult {
|
|
426
|
+
|
|
427
|
+
jobId?: string;
|
|
428
|
+
|
|
429
|
+
fileUploadUrls: {
|
|
430
|
+
[key: string]: string;
|
|
431
|
+
} | undefined;
|
|
432
|
+
|
|
433
|
+
zipUploadUrl: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export declare namespace CreateDeploymentResult {
|
|
436
|
+
|
|
437
|
+
const filterSensitiveLog: (obj: CreateDeploymentResult) => any;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface SubDomainSetting {
|
|
441
|
+
|
|
442
|
+
prefix: string | undefined;
|
|
443
|
+
|
|
444
|
+
branchName: string | undefined;
|
|
445
|
+
}
|
|
446
|
+
export declare namespace SubDomainSetting {
|
|
447
|
+
|
|
448
|
+
const filterSensitiveLog: (obj: SubDomainSetting) => any;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface CreateDomainAssociationRequest {
|
|
452
|
+
|
|
453
|
+
appId: string | undefined;
|
|
454
|
+
|
|
455
|
+
domainName: string | undefined;
|
|
456
|
+
|
|
457
|
+
enableAutoSubDomain?: boolean;
|
|
458
|
+
|
|
459
|
+
subDomainSettings: SubDomainSetting[] | undefined;
|
|
460
|
+
|
|
461
|
+
autoSubDomainCreationPatterns?: string[];
|
|
462
|
+
|
|
463
|
+
autoSubDomainIAMRole?: string;
|
|
464
|
+
}
|
|
465
|
+
export declare namespace CreateDomainAssociationRequest {
|
|
466
|
+
|
|
467
|
+
const filterSensitiveLog: (obj: CreateDomainAssociationRequest) => any;
|
|
468
|
+
}
|
|
469
|
+
export declare enum DomainStatus {
|
|
470
|
+
AVAILABLE = "AVAILABLE",
|
|
471
|
+
CREATING = "CREATING",
|
|
472
|
+
FAILED = "FAILED",
|
|
473
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
474
|
+
PENDING_DEPLOYMENT = "PENDING_DEPLOYMENT",
|
|
475
|
+
PENDING_VERIFICATION = "PENDING_VERIFICATION",
|
|
476
|
+
REQUESTING_CERTIFICATE = "REQUESTING_CERTIFICATE",
|
|
477
|
+
UPDATING = "UPDATING"
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export interface SubDomain {
|
|
481
|
+
|
|
482
|
+
subDomainSetting: SubDomainSetting | undefined;
|
|
483
|
+
|
|
484
|
+
verified: boolean | undefined;
|
|
485
|
+
|
|
486
|
+
dnsRecord: string | undefined;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace SubDomain {
|
|
489
|
+
|
|
490
|
+
const filterSensitiveLog: (obj: SubDomain) => any;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export interface DomainAssociation {
|
|
494
|
+
|
|
495
|
+
domainAssociationArn: string | undefined;
|
|
496
|
+
|
|
497
|
+
domainName: string | undefined;
|
|
498
|
+
|
|
499
|
+
enableAutoSubDomain: boolean | undefined;
|
|
500
|
+
|
|
501
|
+
autoSubDomainCreationPatterns?: string[];
|
|
502
|
+
|
|
503
|
+
autoSubDomainIAMRole?: string;
|
|
504
|
+
|
|
505
|
+
domainStatus: DomainStatus | string | undefined;
|
|
506
|
+
|
|
507
|
+
statusReason: string | undefined;
|
|
508
|
+
|
|
509
|
+
certificateVerificationDNSRecord?: string;
|
|
510
|
+
|
|
511
|
+
subDomains: SubDomain[] | undefined;
|
|
512
|
+
}
|
|
513
|
+
export declare namespace DomainAssociation {
|
|
514
|
+
|
|
515
|
+
const filterSensitiveLog: (obj: DomainAssociation) => any;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export interface CreateDomainAssociationResult {
|
|
519
|
+
|
|
520
|
+
domainAssociation: DomainAssociation | undefined;
|
|
521
|
+
}
|
|
522
|
+
export declare namespace CreateDomainAssociationResult {
|
|
523
|
+
|
|
524
|
+
const filterSensitiveLog: (obj: CreateDomainAssociationResult) => any;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
export interface CreateWebhookRequest {
|
|
528
|
+
|
|
529
|
+
appId: string | undefined;
|
|
530
|
+
|
|
531
|
+
branchName: string | undefined;
|
|
532
|
+
|
|
533
|
+
description?: string;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace CreateWebhookRequest {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: CreateWebhookRequest) => any;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface Webhook {
|
|
541
|
+
|
|
542
|
+
webhookArn: string | undefined;
|
|
543
|
+
|
|
544
|
+
webhookId: string | undefined;
|
|
545
|
+
|
|
546
|
+
webhookUrl: string | undefined;
|
|
547
|
+
|
|
548
|
+
branchName: string | undefined;
|
|
549
|
+
|
|
550
|
+
description: string | undefined;
|
|
551
|
+
|
|
552
|
+
createTime: Date | undefined;
|
|
553
|
+
|
|
554
|
+
updateTime: Date | undefined;
|
|
555
|
+
}
|
|
556
|
+
export declare namespace Webhook {
|
|
557
|
+
|
|
558
|
+
const filterSensitiveLog: (obj: Webhook) => any;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export interface CreateWebhookResult {
|
|
562
|
+
|
|
563
|
+
webhook: Webhook | undefined;
|
|
564
|
+
}
|
|
565
|
+
export declare namespace CreateWebhookResult {
|
|
566
|
+
|
|
567
|
+
const filterSensitiveLog: (obj: CreateWebhookResult) => any;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export interface DeleteAppRequest {
|
|
571
|
+
|
|
572
|
+
appId: string | undefined;
|
|
573
|
+
}
|
|
574
|
+
export declare namespace DeleteAppRequest {
|
|
575
|
+
|
|
576
|
+
const filterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export interface DeleteAppResult {
|
|
580
|
+
|
|
581
|
+
app: App | undefined;
|
|
582
|
+
}
|
|
583
|
+
export declare namespace DeleteAppResult {
|
|
584
|
+
|
|
585
|
+
const filterSensitiveLog: (obj: DeleteAppResult) => any;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export interface DeleteBackendEnvironmentRequest {
|
|
589
|
+
|
|
590
|
+
appId: string | undefined;
|
|
591
|
+
|
|
592
|
+
environmentName: string | undefined;
|
|
593
|
+
}
|
|
594
|
+
export declare namespace DeleteBackendEnvironmentRequest {
|
|
595
|
+
|
|
596
|
+
const filterSensitiveLog: (obj: DeleteBackendEnvironmentRequest) => any;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export interface DeleteBackendEnvironmentResult {
|
|
600
|
+
|
|
601
|
+
backendEnvironment: BackendEnvironment | undefined;
|
|
602
|
+
}
|
|
603
|
+
export declare namespace DeleteBackendEnvironmentResult {
|
|
604
|
+
|
|
605
|
+
const filterSensitiveLog: (obj: DeleteBackendEnvironmentResult) => any;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface DeleteBranchRequest {
|
|
609
|
+
|
|
610
|
+
appId: string | undefined;
|
|
611
|
+
|
|
612
|
+
branchName: string | undefined;
|
|
613
|
+
}
|
|
614
|
+
export declare namespace DeleteBranchRequest {
|
|
615
|
+
|
|
616
|
+
const filterSensitiveLog: (obj: DeleteBranchRequest) => any;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export interface DeleteBranchResult {
|
|
620
|
+
|
|
621
|
+
branch: Branch | undefined;
|
|
622
|
+
}
|
|
623
|
+
export declare namespace DeleteBranchResult {
|
|
624
|
+
|
|
625
|
+
const filterSensitiveLog: (obj: DeleteBranchResult) => any;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export interface DeleteDomainAssociationRequest {
|
|
629
|
+
|
|
630
|
+
appId: string | undefined;
|
|
631
|
+
|
|
632
|
+
domainName: string | undefined;
|
|
633
|
+
}
|
|
634
|
+
export declare namespace DeleteDomainAssociationRequest {
|
|
635
|
+
|
|
636
|
+
const filterSensitiveLog: (obj: DeleteDomainAssociationRequest) => any;
|
|
637
|
+
}
|
|
638
|
+
export interface DeleteDomainAssociationResult {
|
|
639
|
+
|
|
640
|
+
domainAssociation: DomainAssociation | undefined;
|
|
641
|
+
}
|
|
642
|
+
export declare namespace DeleteDomainAssociationResult {
|
|
643
|
+
|
|
644
|
+
const filterSensitiveLog: (obj: DeleteDomainAssociationResult) => any;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export interface DeleteJobRequest {
|
|
648
|
+
|
|
649
|
+
appId: string | undefined;
|
|
650
|
+
|
|
651
|
+
branchName: string | undefined;
|
|
652
|
+
|
|
653
|
+
jobId: string | undefined;
|
|
654
|
+
}
|
|
655
|
+
export declare namespace DeleteJobRequest {
|
|
656
|
+
|
|
657
|
+
const filterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
658
|
+
}
|
|
659
|
+
export declare enum JobType {
|
|
660
|
+
MANUAL = "MANUAL",
|
|
661
|
+
RELEASE = "RELEASE",
|
|
662
|
+
RETRY = "RETRY",
|
|
663
|
+
WEB_HOOK = "WEB_HOOK"
|
|
664
|
+
}
|
|
665
|
+
export declare enum JobStatus {
|
|
666
|
+
CANCELLED = "CANCELLED",
|
|
667
|
+
CANCELLING = "CANCELLING",
|
|
668
|
+
FAILED = "FAILED",
|
|
669
|
+
PENDING = "PENDING",
|
|
670
|
+
PROVISIONING = "PROVISIONING",
|
|
671
|
+
RUNNING = "RUNNING",
|
|
672
|
+
SUCCEED = "SUCCEED"
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
export interface JobSummary {
|
|
676
|
+
|
|
677
|
+
jobArn: string | undefined;
|
|
678
|
+
|
|
679
|
+
jobId: string | undefined;
|
|
680
|
+
|
|
681
|
+
commitId: string | undefined;
|
|
682
|
+
|
|
683
|
+
commitMessage: string | undefined;
|
|
684
|
+
|
|
685
|
+
commitTime: Date | undefined;
|
|
686
|
+
|
|
687
|
+
startTime: Date | undefined;
|
|
688
|
+
|
|
689
|
+
status: JobStatus | string | undefined;
|
|
690
|
+
|
|
691
|
+
endTime?: Date;
|
|
692
|
+
|
|
693
|
+
jobType: JobType | string | undefined;
|
|
694
|
+
}
|
|
695
|
+
export declare namespace JobSummary {
|
|
696
|
+
|
|
697
|
+
const filterSensitiveLog: (obj: JobSummary) => any;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface DeleteJobResult {
|
|
701
|
+
|
|
702
|
+
jobSummary: JobSummary | undefined;
|
|
703
|
+
}
|
|
704
|
+
export declare namespace DeleteJobResult {
|
|
705
|
+
|
|
706
|
+
const filterSensitiveLog: (obj: DeleteJobResult) => any;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export interface DeleteWebhookRequest {
|
|
710
|
+
|
|
711
|
+
webhookId: string | undefined;
|
|
712
|
+
}
|
|
713
|
+
export declare namespace DeleteWebhookRequest {
|
|
714
|
+
|
|
715
|
+
const filterSensitiveLog: (obj: DeleteWebhookRequest) => any;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface DeleteWebhookResult {
|
|
719
|
+
|
|
720
|
+
webhook: Webhook | undefined;
|
|
721
|
+
}
|
|
722
|
+
export declare namespace DeleteWebhookResult {
|
|
723
|
+
|
|
724
|
+
const filterSensitiveLog: (obj: DeleteWebhookResult) => any;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
export interface GenerateAccessLogsRequest {
|
|
728
|
+
|
|
729
|
+
startTime?: Date;
|
|
730
|
+
|
|
731
|
+
endTime?: Date;
|
|
732
|
+
|
|
733
|
+
domainName: string | undefined;
|
|
734
|
+
|
|
735
|
+
appId: string | undefined;
|
|
736
|
+
}
|
|
737
|
+
export declare namespace GenerateAccessLogsRequest {
|
|
738
|
+
|
|
739
|
+
const filterSensitiveLog: (obj: GenerateAccessLogsRequest) => any;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface GenerateAccessLogsResult {
|
|
743
|
+
|
|
744
|
+
logUrl?: string;
|
|
745
|
+
}
|
|
746
|
+
export declare namespace GenerateAccessLogsResult {
|
|
747
|
+
|
|
748
|
+
const filterSensitiveLog: (obj: GenerateAccessLogsResult) => any;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface GetAppRequest {
|
|
752
|
+
|
|
753
|
+
appId: string | undefined;
|
|
754
|
+
}
|
|
755
|
+
export declare namespace GetAppRequest {
|
|
756
|
+
|
|
757
|
+
const filterSensitiveLog: (obj: GetAppRequest) => any;
|
|
758
|
+
}
|
|
759
|
+
export interface GetAppResult {
|
|
760
|
+
|
|
761
|
+
app: App | undefined;
|
|
762
|
+
}
|
|
763
|
+
export declare namespace GetAppResult {
|
|
764
|
+
|
|
765
|
+
const filterSensitiveLog: (obj: GetAppResult) => any;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export interface GetArtifactUrlRequest {
|
|
769
|
+
|
|
770
|
+
artifactId: string | undefined;
|
|
771
|
+
}
|
|
772
|
+
export declare namespace GetArtifactUrlRequest {
|
|
773
|
+
|
|
774
|
+
const filterSensitiveLog: (obj: GetArtifactUrlRequest) => any;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
export interface GetArtifactUrlResult {
|
|
778
|
+
|
|
779
|
+
artifactId: string | undefined;
|
|
780
|
+
|
|
781
|
+
artifactUrl: string | undefined;
|
|
782
|
+
}
|
|
783
|
+
export declare namespace GetArtifactUrlResult {
|
|
784
|
+
|
|
785
|
+
const filterSensitiveLog: (obj: GetArtifactUrlResult) => any;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export interface GetBackendEnvironmentRequest {
|
|
789
|
+
|
|
790
|
+
appId: string | undefined;
|
|
791
|
+
|
|
792
|
+
environmentName: string | undefined;
|
|
793
|
+
}
|
|
794
|
+
export declare namespace GetBackendEnvironmentRequest {
|
|
795
|
+
|
|
796
|
+
const filterSensitiveLog: (obj: GetBackendEnvironmentRequest) => any;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface GetBackendEnvironmentResult {
|
|
800
|
+
|
|
801
|
+
backendEnvironment: BackendEnvironment | undefined;
|
|
802
|
+
}
|
|
803
|
+
export declare namespace GetBackendEnvironmentResult {
|
|
804
|
+
|
|
805
|
+
const filterSensitiveLog: (obj: GetBackendEnvironmentResult) => any;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export interface GetBranchRequest {
|
|
809
|
+
|
|
810
|
+
appId: string | undefined;
|
|
811
|
+
|
|
812
|
+
branchName: string | undefined;
|
|
813
|
+
}
|
|
814
|
+
export declare namespace GetBranchRequest {
|
|
815
|
+
|
|
816
|
+
const filterSensitiveLog: (obj: GetBranchRequest) => any;
|
|
817
|
+
}
|
|
818
|
+
export interface GetBranchResult {
|
|
819
|
+
|
|
820
|
+
branch: Branch | undefined;
|
|
821
|
+
}
|
|
822
|
+
export declare namespace GetBranchResult {
|
|
823
|
+
|
|
824
|
+
const filterSensitiveLog: (obj: GetBranchResult) => any;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
export interface GetDomainAssociationRequest {
|
|
828
|
+
|
|
829
|
+
appId: string | undefined;
|
|
830
|
+
|
|
831
|
+
domainName: string | undefined;
|
|
832
|
+
}
|
|
833
|
+
export declare namespace GetDomainAssociationRequest {
|
|
834
|
+
|
|
835
|
+
const filterSensitiveLog: (obj: GetDomainAssociationRequest) => any;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
export interface GetDomainAssociationResult {
|
|
839
|
+
|
|
840
|
+
domainAssociation: DomainAssociation | undefined;
|
|
841
|
+
}
|
|
842
|
+
export declare namespace GetDomainAssociationResult {
|
|
843
|
+
|
|
844
|
+
const filterSensitiveLog: (obj: GetDomainAssociationResult) => any;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface GetJobRequest {
|
|
848
|
+
|
|
849
|
+
appId: string | undefined;
|
|
850
|
+
|
|
851
|
+
branchName: string | undefined;
|
|
852
|
+
|
|
853
|
+
jobId: string | undefined;
|
|
854
|
+
}
|
|
855
|
+
export declare namespace GetJobRequest {
|
|
856
|
+
|
|
857
|
+
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export interface Step {
|
|
861
|
+
|
|
862
|
+
stepName: string | undefined;
|
|
863
|
+
|
|
864
|
+
startTime: Date | undefined;
|
|
865
|
+
|
|
866
|
+
status: JobStatus | string | undefined;
|
|
867
|
+
|
|
868
|
+
endTime: Date | undefined;
|
|
869
|
+
|
|
870
|
+
logUrl?: string;
|
|
871
|
+
|
|
872
|
+
artifactsUrl?: string;
|
|
873
|
+
|
|
874
|
+
testArtifactsUrl?: string;
|
|
875
|
+
|
|
876
|
+
testConfigUrl?: string;
|
|
877
|
+
|
|
878
|
+
screenshots?: {
|
|
879
|
+
[key: string]: string;
|
|
880
|
+
};
|
|
881
|
+
|
|
882
|
+
statusReason?: string;
|
|
883
|
+
|
|
884
|
+
context?: string;
|
|
885
|
+
}
|
|
886
|
+
export declare namespace Step {
|
|
887
|
+
|
|
888
|
+
const filterSensitiveLog: (obj: Step) => any;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
export interface Job {
|
|
892
|
+
|
|
893
|
+
summary: JobSummary | undefined;
|
|
894
|
+
|
|
895
|
+
steps: Step[] | undefined;
|
|
896
|
+
}
|
|
897
|
+
export declare namespace Job {
|
|
898
|
+
|
|
899
|
+
const filterSensitiveLog: (obj: Job) => any;
|
|
900
|
+
}
|
|
901
|
+
export interface GetJobResult {
|
|
902
|
+
|
|
903
|
+
job: Job | undefined;
|
|
904
|
+
}
|
|
905
|
+
export declare namespace GetJobResult {
|
|
906
|
+
|
|
907
|
+
const filterSensitiveLog: (obj: GetJobResult) => any;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
export interface GetWebhookRequest {
|
|
911
|
+
|
|
912
|
+
webhookId: string | undefined;
|
|
913
|
+
}
|
|
914
|
+
export declare namespace GetWebhookRequest {
|
|
915
|
+
|
|
916
|
+
const filterSensitiveLog: (obj: GetWebhookRequest) => any;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
export interface GetWebhookResult {
|
|
920
|
+
|
|
921
|
+
webhook: Webhook | undefined;
|
|
922
|
+
}
|
|
923
|
+
export declare namespace GetWebhookResult {
|
|
924
|
+
|
|
925
|
+
const filterSensitiveLog: (obj: GetWebhookResult) => any;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface ListAppsRequest {
|
|
929
|
+
|
|
930
|
+
nextToken?: string;
|
|
931
|
+
|
|
932
|
+
maxResults?: number;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace ListAppsRequest {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface ListAppsResult {
|
|
940
|
+
|
|
941
|
+
apps: App[] | undefined;
|
|
942
|
+
|
|
943
|
+
nextToken?: string;
|
|
944
|
+
}
|
|
945
|
+
export declare namespace ListAppsResult {
|
|
946
|
+
|
|
947
|
+
const filterSensitiveLog: (obj: ListAppsResult) => any;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
export interface ListArtifactsRequest {
|
|
951
|
+
|
|
952
|
+
appId: string | undefined;
|
|
953
|
+
|
|
954
|
+
branchName: string | undefined;
|
|
955
|
+
|
|
956
|
+
jobId: string | undefined;
|
|
957
|
+
|
|
958
|
+
nextToken?: string;
|
|
959
|
+
|
|
960
|
+
maxResults?: number;
|
|
961
|
+
}
|
|
962
|
+
export declare namespace ListArtifactsRequest {
|
|
963
|
+
|
|
964
|
+
const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
export interface Artifact {
|
|
968
|
+
|
|
969
|
+
artifactFileName: string | undefined;
|
|
970
|
+
|
|
971
|
+
artifactId: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
export declare namespace Artifact {
|
|
974
|
+
|
|
975
|
+
const filterSensitiveLog: (obj: Artifact) => any;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
export interface ListArtifactsResult {
|
|
979
|
+
|
|
980
|
+
artifacts: Artifact[] | undefined;
|
|
981
|
+
|
|
982
|
+
nextToken?: string;
|
|
983
|
+
}
|
|
984
|
+
export declare namespace ListArtifactsResult {
|
|
985
|
+
|
|
986
|
+
const filterSensitiveLog: (obj: ListArtifactsResult) => any;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
export interface ListBackendEnvironmentsRequest {
|
|
990
|
+
|
|
991
|
+
appId: string | undefined;
|
|
992
|
+
|
|
993
|
+
environmentName?: string;
|
|
994
|
+
|
|
995
|
+
nextToken?: string;
|
|
996
|
+
|
|
997
|
+
maxResults?: number;
|
|
998
|
+
}
|
|
999
|
+
export declare namespace ListBackendEnvironmentsRequest {
|
|
1000
|
+
|
|
1001
|
+
const filterSensitiveLog: (obj: ListBackendEnvironmentsRequest) => any;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface ListBackendEnvironmentsResult {
|
|
1005
|
+
|
|
1006
|
+
backendEnvironments: BackendEnvironment[] | undefined;
|
|
1007
|
+
|
|
1008
|
+
nextToken?: string;
|
|
1009
|
+
}
|
|
1010
|
+
export declare namespace ListBackendEnvironmentsResult {
|
|
1011
|
+
|
|
1012
|
+
const filterSensitiveLog: (obj: ListBackendEnvironmentsResult) => any;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export interface ListBranchesRequest {
|
|
1016
|
+
|
|
1017
|
+
appId: string | undefined;
|
|
1018
|
+
|
|
1019
|
+
nextToken?: string;
|
|
1020
|
+
|
|
1021
|
+
maxResults?: number;
|
|
1022
|
+
}
|
|
1023
|
+
export declare namespace ListBranchesRequest {
|
|
1024
|
+
|
|
1025
|
+
const filterSensitiveLog: (obj: ListBranchesRequest) => any;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export interface ListBranchesResult {
|
|
1029
|
+
|
|
1030
|
+
branches: Branch[] | undefined;
|
|
1031
|
+
|
|
1032
|
+
nextToken?: string;
|
|
1033
|
+
}
|
|
1034
|
+
export declare namespace ListBranchesResult {
|
|
1035
|
+
|
|
1036
|
+
const filterSensitiveLog: (obj: ListBranchesResult) => any;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export interface ListDomainAssociationsRequest {
|
|
1040
|
+
|
|
1041
|
+
appId: string | undefined;
|
|
1042
|
+
|
|
1043
|
+
nextToken?: string;
|
|
1044
|
+
|
|
1045
|
+
maxResults?: number;
|
|
1046
|
+
}
|
|
1047
|
+
export declare namespace ListDomainAssociationsRequest {
|
|
1048
|
+
|
|
1049
|
+
const filterSensitiveLog: (obj: ListDomainAssociationsRequest) => any;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface ListDomainAssociationsResult {
|
|
1053
|
+
|
|
1054
|
+
domainAssociations: DomainAssociation[] | undefined;
|
|
1055
|
+
|
|
1056
|
+
nextToken?: string;
|
|
1057
|
+
}
|
|
1058
|
+
export declare namespace ListDomainAssociationsResult {
|
|
1059
|
+
|
|
1060
|
+
const filterSensitiveLog: (obj: ListDomainAssociationsResult) => any;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export interface ListJobsRequest {
|
|
1064
|
+
|
|
1065
|
+
appId: string | undefined;
|
|
1066
|
+
|
|
1067
|
+
branchName: string | undefined;
|
|
1068
|
+
|
|
1069
|
+
nextToken?: string;
|
|
1070
|
+
|
|
1071
|
+
maxResults?: number;
|
|
1072
|
+
}
|
|
1073
|
+
export declare namespace ListJobsRequest {
|
|
1074
|
+
|
|
1075
|
+
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
export interface ListJobsResult {
|
|
1079
|
+
|
|
1080
|
+
jobSummaries: JobSummary[] | undefined;
|
|
1081
|
+
|
|
1082
|
+
nextToken?: string;
|
|
1083
|
+
}
|
|
1084
|
+
export declare namespace ListJobsResult {
|
|
1085
|
+
|
|
1086
|
+
const filterSensitiveLog: (obj: ListJobsResult) => any;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface ListTagsForResourceRequest {
|
|
1090
|
+
|
|
1091
|
+
resourceArn: string | undefined;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface ListTagsForResourceResponse {
|
|
1099
|
+
|
|
1100
|
+
tags?: {
|
|
1101
|
+
[key: string]: string;
|
|
1102
|
+
};
|
|
1103
|
+
}
|
|
1104
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1105
|
+
|
|
1106
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1110
|
+
name: "ResourceNotFoundException";
|
|
1111
|
+
$fault: "client";
|
|
1112
|
+
code: string | undefined;
|
|
1113
|
+
message: string | undefined;
|
|
1114
|
+
}
|
|
1115
|
+
export declare namespace ResourceNotFoundException {
|
|
1116
|
+
|
|
1117
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export interface ListWebhooksRequest {
|
|
1121
|
+
|
|
1122
|
+
appId: string | undefined;
|
|
1123
|
+
|
|
1124
|
+
nextToken?: string;
|
|
1125
|
+
|
|
1126
|
+
maxResults?: number;
|
|
1127
|
+
}
|
|
1128
|
+
export declare namespace ListWebhooksRequest {
|
|
1129
|
+
|
|
1130
|
+
const filterSensitiveLog: (obj: ListWebhooksRequest) => any;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export interface ListWebhooksResult {
|
|
1134
|
+
|
|
1135
|
+
webhooks: Webhook[] | undefined;
|
|
1136
|
+
|
|
1137
|
+
nextToken?: string;
|
|
1138
|
+
}
|
|
1139
|
+
export declare namespace ListWebhooksResult {
|
|
1140
|
+
|
|
1141
|
+
const filterSensitiveLog: (obj: ListWebhooksResult) => any;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
export interface StartDeploymentRequest {
|
|
1145
|
+
|
|
1146
|
+
appId: string | undefined;
|
|
1147
|
+
|
|
1148
|
+
branchName: string | undefined;
|
|
1149
|
+
|
|
1150
|
+
jobId?: string;
|
|
1151
|
+
|
|
1152
|
+
sourceUrl?: string;
|
|
1153
|
+
}
|
|
1154
|
+
export declare namespace StartDeploymentRequest {
|
|
1155
|
+
|
|
1156
|
+
const filterSensitiveLog: (obj: StartDeploymentRequest) => any;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
export interface StartDeploymentResult {
|
|
1160
|
+
|
|
1161
|
+
jobSummary: JobSummary | undefined;
|
|
1162
|
+
}
|
|
1163
|
+
export declare namespace StartDeploymentResult {
|
|
1164
|
+
|
|
1165
|
+
const filterSensitiveLog: (obj: StartDeploymentResult) => any;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export interface StartJobRequest {
|
|
1169
|
+
|
|
1170
|
+
appId: string | undefined;
|
|
1171
|
+
|
|
1172
|
+
branchName: string | undefined;
|
|
1173
|
+
|
|
1174
|
+
jobId?: string;
|
|
1175
|
+
|
|
1176
|
+
jobType: JobType | string | undefined;
|
|
1177
|
+
|
|
1178
|
+
jobReason?: string;
|
|
1179
|
+
|
|
1180
|
+
commitId?: string;
|
|
1181
|
+
|
|
1182
|
+
commitMessage?: string;
|
|
1183
|
+
|
|
1184
|
+
commitTime?: Date;
|
|
1185
|
+
}
|
|
1186
|
+
export declare namespace StartJobRequest {
|
|
1187
|
+
|
|
1188
|
+
const filterSensitiveLog: (obj: StartJobRequest) => any;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
export interface StartJobResult {
|
|
1192
|
+
|
|
1193
|
+
jobSummary: JobSummary | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
export declare namespace StartJobResult {
|
|
1196
|
+
|
|
1197
|
+
const filterSensitiveLog: (obj: StartJobResult) => any;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export interface StopJobRequest {
|
|
1201
|
+
|
|
1202
|
+
appId: string | undefined;
|
|
1203
|
+
|
|
1204
|
+
branchName: string | undefined;
|
|
1205
|
+
|
|
1206
|
+
jobId: string | undefined;
|
|
1207
|
+
}
|
|
1208
|
+
export declare namespace StopJobRequest {
|
|
1209
|
+
|
|
1210
|
+
const filterSensitiveLog: (obj: StopJobRequest) => any;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
export interface StopJobResult {
|
|
1214
|
+
|
|
1215
|
+
jobSummary: JobSummary | undefined;
|
|
1216
|
+
}
|
|
1217
|
+
export declare namespace StopJobResult {
|
|
1218
|
+
|
|
1219
|
+
const filterSensitiveLog: (obj: StopJobResult) => any;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
export interface TagResourceRequest {
|
|
1223
|
+
|
|
1224
|
+
resourceArn: string | undefined;
|
|
1225
|
+
|
|
1226
|
+
tags: {
|
|
1227
|
+
[key: string]: string;
|
|
1228
|
+
} | undefined;
|
|
1229
|
+
}
|
|
1230
|
+
export declare namespace TagResourceRequest {
|
|
1231
|
+
|
|
1232
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1235
|
+
export interface TagResourceResponse {
|
|
1236
|
+
}
|
|
1237
|
+
export declare namespace TagResourceResponse {
|
|
1238
|
+
|
|
1239
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1242
|
+
export interface UntagResourceRequest {
|
|
1243
|
+
|
|
1244
|
+
resourceArn: string | undefined;
|
|
1245
|
+
|
|
1246
|
+
tagKeys: string[] | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export declare namespace UntagResourceRequest {
|
|
1249
|
+
|
|
1250
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
export interface UntagResourceResponse {
|
|
1254
|
+
}
|
|
1255
|
+
export declare namespace UntagResourceResponse {
|
|
1256
|
+
|
|
1257
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface UpdateAppRequest {
|
|
1261
|
+
|
|
1262
|
+
appId: string | undefined;
|
|
1263
|
+
|
|
1264
|
+
name?: string;
|
|
1265
|
+
|
|
1266
|
+
description?: string;
|
|
1267
|
+
|
|
1268
|
+
platform?: Platform | string;
|
|
1269
|
+
|
|
1270
|
+
iamServiceRoleArn?: string;
|
|
1271
|
+
|
|
1272
|
+
environmentVariables?: {
|
|
1273
|
+
[key: string]: string;
|
|
1274
|
+
};
|
|
1275
|
+
|
|
1276
|
+
enableBranchAutoBuild?: boolean;
|
|
1277
|
+
|
|
1278
|
+
enableBranchAutoDeletion?: boolean;
|
|
1279
|
+
|
|
1280
|
+
enableBasicAuth?: boolean;
|
|
1281
|
+
|
|
1282
|
+
basicAuthCredentials?: string;
|
|
1283
|
+
|
|
1284
|
+
customRules?: CustomRule[];
|
|
1285
|
+
|
|
1286
|
+
buildSpec?: string;
|
|
1287
|
+
|
|
1288
|
+
customHeaders?: string;
|
|
1289
|
+
|
|
1290
|
+
enableAutoBranchCreation?: boolean;
|
|
1291
|
+
|
|
1292
|
+
autoBranchCreationPatterns?: string[];
|
|
1293
|
+
|
|
1294
|
+
autoBranchCreationConfig?: AutoBranchCreationConfig;
|
|
1295
|
+
|
|
1296
|
+
repository?: string;
|
|
1297
|
+
|
|
1298
|
+
oauthToken?: string;
|
|
1299
|
+
|
|
1300
|
+
accessToken?: string;
|
|
1301
|
+
}
|
|
1302
|
+
export declare namespace UpdateAppRequest {
|
|
1303
|
+
|
|
1304
|
+
const filterSensitiveLog: (obj: UpdateAppRequest) => any;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
export interface UpdateAppResult {
|
|
1308
|
+
|
|
1309
|
+
app: App | undefined;
|
|
1310
|
+
}
|
|
1311
|
+
export declare namespace UpdateAppResult {
|
|
1312
|
+
|
|
1313
|
+
const filterSensitiveLog: (obj: UpdateAppResult) => any;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
export interface UpdateBranchRequest {
|
|
1317
|
+
|
|
1318
|
+
appId: string | undefined;
|
|
1319
|
+
|
|
1320
|
+
branchName: string | undefined;
|
|
1321
|
+
|
|
1322
|
+
description?: string;
|
|
1323
|
+
|
|
1324
|
+
framework?: string;
|
|
1325
|
+
|
|
1326
|
+
stage?: Stage | string;
|
|
1327
|
+
|
|
1328
|
+
enableNotification?: boolean;
|
|
1329
|
+
|
|
1330
|
+
enableAutoBuild?: boolean;
|
|
1331
|
+
|
|
1332
|
+
environmentVariables?: {
|
|
1333
|
+
[key: string]: string;
|
|
1334
|
+
};
|
|
1335
|
+
|
|
1336
|
+
basicAuthCredentials?: string;
|
|
1337
|
+
|
|
1338
|
+
enableBasicAuth?: boolean;
|
|
1339
|
+
|
|
1340
|
+
enablePerformanceMode?: boolean;
|
|
1341
|
+
|
|
1342
|
+
buildSpec?: string;
|
|
1343
|
+
|
|
1344
|
+
ttl?: string;
|
|
1345
|
+
|
|
1346
|
+
displayName?: string;
|
|
1347
|
+
|
|
1348
|
+
enablePullRequestPreview?: boolean;
|
|
1349
|
+
|
|
1350
|
+
pullRequestEnvironmentName?: string;
|
|
1351
|
+
|
|
1352
|
+
backendEnvironmentArn?: string;
|
|
1353
|
+
}
|
|
1354
|
+
export declare namespace UpdateBranchRequest {
|
|
1355
|
+
|
|
1356
|
+
const filterSensitiveLog: (obj: UpdateBranchRequest) => any;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
export interface UpdateBranchResult {
|
|
1360
|
+
|
|
1361
|
+
branch: Branch | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
export declare namespace UpdateBranchResult {
|
|
1364
|
+
|
|
1365
|
+
const filterSensitiveLog: (obj: UpdateBranchResult) => any;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
export interface UpdateDomainAssociationRequest {
|
|
1369
|
+
|
|
1370
|
+
appId: string | undefined;
|
|
1371
|
+
|
|
1372
|
+
domainName: string | undefined;
|
|
1373
|
+
|
|
1374
|
+
enableAutoSubDomain?: boolean;
|
|
1375
|
+
|
|
1376
|
+
subDomainSettings: SubDomainSetting[] | undefined;
|
|
1377
|
+
|
|
1378
|
+
autoSubDomainCreationPatterns?: string[];
|
|
1379
|
+
|
|
1380
|
+
autoSubDomainIAMRole?: string;
|
|
1381
|
+
}
|
|
1382
|
+
export declare namespace UpdateDomainAssociationRequest {
|
|
1383
|
+
|
|
1384
|
+
const filterSensitiveLog: (obj: UpdateDomainAssociationRequest) => any;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
export interface UpdateDomainAssociationResult {
|
|
1388
|
+
|
|
1389
|
+
domainAssociation: DomainAssociation | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
export declare namespace UpdateDomainAssociationResult {
|
|
1392
|
+
|
|
1393
|
+
const filterSensitiveLog: (obj: UpdateDomainAssociationResult) => any;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
export interface UpdateWebhookRequest {
|
|
1397
|
+
|
|
1398
|
+
webhookId: string | undefined;
|
|
1399
|
+
|
|
1400
|
+
branchName?: string;
|
|
1401
|
+
|
|
1402
|
+
description?: string;
|
|
1403
|
+
}
|
|
1404
|
+
export declare namespace UpdateWebhookRequest {
|
|
1405
|
+
|
|
1406
|
+
const filterSensitiveLog: (obj: UpdateWebhookRequest) => any;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
export interface UpdateWebhookResult {
|
|
1410
|
+
|
|
1411
|
+
webhook: Webhook | undefined;
|
|
1412
|
+
}
|
|
1413
|
+
export declare namespace UpdateWebhookResult {
|
|
1414
|
+
|
|
1415
|
+
const filterSensitiveLog: (obj: UpdateWebhookResult) => any;
|
|
1416
|
+
}
|