@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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StartDeploymentCommandOutput extends StartDeploymentResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { StartJobRequest, StartJobResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface StartJobCommandInput extends StartJobRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StartJobCommandOutput extends StartJobResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { StopJobRequest, StopJobResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface StopJobCommandInput extends StopJobRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { UpdateAppRequest, UpdateAppResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateAppCommandInput extends UpdateAppRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateAppCommandOutput extends UpdateAppResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { UpdateBranchRequest, UpdateBranchResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateBranchCommandInput extends UpdateBranchRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateBranchCommandOutput extends UpdateBranchResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateDomainAssociationCommandInput extends UpdateDomainAssociationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssociationResult, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
|
|
2
4
|
import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateWebhookCommandInput extends UpdateWebhookRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateWebhookCommandOutput extends UpdateWebhookResult, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
|
|
2
4
|
import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "../commands/CreateBackendEnvironmentCommand";
|
|
3
5
|
import { CreateBranchCommandInput, CreateBranchCommandOutput } from "../commands/CreateBranchCommand";
|
|
@@ -35,8 +37,6 @@ import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/Updat
|
|
|
35
37
|
import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "../commands/UpdateBranchCommand";
|
|
36
38
|
import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "../commands/UpdateDomainAssociationCommand";
|
|
37
39
|
import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
|
|
38
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
39
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
40
40
|
export declare const serializeAws_restJson1CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
41
|
export declare const serializeAws_restJson1CreateBackendEnvironmentCommand: (input: CreateBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
42
|
export declare const serializeAws_restJson1CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
1
2
|
import { AmplifyClient } from "./AmplifyClient";
|
|
2
3
|
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
3
4
|
import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
|
|
@@ -36,239 +37,153 @@ import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/Update
|
|
|
36
37
|
import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "./commands/UpdateBranchCommand";
|
|
37
38
|
import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
|
|
38
39
|
import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
|
42
|
-
* The Amplify Console provides a continuous delivery and hosting service for web
|
|
43
|
-
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
|
|
44
|
-
* Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
|
|
45
|
-
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
|
|
46
|
-
* </p>
|
|
47
|
-
*/
|
|
40
|
+
|
|
48
41
|
export declare class Amplify extends AmplifyClient {
|
|
49
|
-
|
|
50
|
-
* <p> Creates a new Amplify app. </p>
|
|
51
|
-
*/
|
|
42
|
+
|
|
52
43
|
createApp(args: CreateAppCommandInput, options?: __HttpHandlerOptions): Promise<CreateAppCommandOutput>;
|
|
53
44
|
createApp(args: CreateAppCommandInput, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
|
|
54
45
|
createApp(args: CreateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAppCommandOutput) => void): void;
|
|
55
|
-
|
|
56
|
-
* <p> Creates a new backend environment for an Amplify app. </p>
|
|
57
|
-
*/
|
|
46
|
+
|
|
58
47
|
createBackendEnvironment(args: CreateBackendEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackendEnvironmentCommandOutput>;
|
|
59
48
|
createBackendEnvironment(args: CreateBackendEnvironmentCommandInput, cb: (err: any, data?: CreateBackendEnvironmentCommandOutput) => void): void;
|
|
60
49
|
createBackendEnvironment(args: CreateBackendEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackendEnvironmentCommandOutput) => void): void;
|
|
61
|
-
|
|
62
|
-
* <p> Creates a new branch for an Amplify app. </p>
|
|
63
|
-
*/
|
|
50
|
+
|
|
64
51
|
createBranch(args: CreateBranchCommandInput, options?: __HttpHandlerOptions): Promise<CreateBranchCommandOutput>;
|
|
65
52
|
createBranch(args: CreateBranchCommandInput, cb: (err: any, data?: CreateBranchCommandOutput) => void): void;
|
|
66
53
|
createBranch(args: CreateBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBranchCommandOutput) => void): void;
|
|
67
|
-
|
|
68
|
-
* <p> Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
|
|
69
|
-
* not connected to a repository. </p>
|
|
70
|
-
*/
|
|
54
|
+
|
|
71
55
|
createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
|
|
72
56
|
createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
73
57
|
createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
|
|
74
|
-
|
|
75
|
-
* <p> Creates a new domain association for an Amplify app. This action associates a custom
|
|
76
|
-
* domain with the Amplify app </p>
|
|
77
|
-
*/
|
|
58
|
+
|
|
78
59
|
createDomainAssociation(args: CreateDomainAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainAssociationCommandOutput>;
|
|
79
60
|
createDomainAssociation(args: CreateDomainAssociationCommandInput, cb: (err: any, data?: CreateDomainAssociationCommandOutput) => void): void;
|
|
80
61
|
createDomainAssociation(args: CreateDomainAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainAssociationCommandOutput) => void): void;
|
|
81
|
-
|
|
82
|
-
* <p> Creates a new webhook on an Amplify app. </p>
|
|
83
|
-
*/
|
|
62
|
+
|
|
84
63
|
createWebhook(args: CreateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebhookCommandOutput>;
|
|
85
64
|
createWebhook(args: CreateWebhookCommandInput, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
|
|
86
65
|
createWebhook(args: CreateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebhookCommandOutput) => void): void;
|
|
87
|
-
|
|
88
|
-
* <p> Deletes an existing Amplify app specified by an app ID. </p>
|
|
89
|
-
*/
|
|
66
|
+
|
|
90
67
|
deleteApp(args: DeleteAppCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAppCommandOutput>;
|
|
91
68
|
deleteApp(args: DeleteAppCommandInput, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
|
|
92
69
|
deleteApp(args: DeleteAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAppCommandOutput) => void): void;
|
|
93
|
-
|
|
94
|
-
* <p> Deletes a backend environment for an Amplify app. </p>
|
|
95
|
-
*/
|
|
70
|
+
|
|
96
71
|
deleteBackendEnvironment(args: DeleteBackendEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackendEnvironmentCommandOutput>;
|
|
97
72
|
deleteBackendEnvironment(args: DeleteBackendEnvironmentCommandInput, cb: (err: any, data?: DeleteBackendEnvironmentCommandOutput) => void): void;
|
|
98
73
|
deleteBackendEnvironment(args: DeleteBackendEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackendEnvironmentCommandOutput) => void): void;
|
|
99
|
-
|
|
100
|
-
* <p> Deletes a branch for an Amplify app. </p>
|
|
101
|
-
*/
|
|
74
|
+
|
|
102
75
|
deleteBranch(args: DeleteBranchCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBranchCommandOutput>;
|
|
103
76
|
deleteBranch(args: DeleteBranchCommandInput, cb: (err: any, data?: DeleteBranchCommandOutput) => void): void;
|
|
104
77
|
deleteBranch(args: DeleteBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBranchCommandOutput) => void): void;
|
|
105
|
-
|
|
106
|
-
* <p> Deletes a domain association for an Amplify app. </p>
|
|
107
|
-
*/
|
|
78
|
+
|
|
108
79
|
deleteDomainAssociation(args: DeleteDomainAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainAssociationCommandOutput>;
|
|
109
80
|
deleteDomainAssociation(args: DeleteDomainAssociationCommandInput, cb: (err: any, data?: DeleteDomainAssociationCommandOutput) => void): void;
|
|
110
81
|
deleteDomainAssociation(args: DeleteDomainAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainAssociationCommandOutput) => void): void;
|
|
111
|
-
|
|
112
|
-
* <p> Deletes a job for a branch of an Amplify app. </p>
|
|
113
|
-
*/
|
|
82
|
+
|
|
114
83
|
deleteJob(args: DeleteJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobCommandOutput>;
|
|
115
84
|
deleteJob(args: DeleteJobCommandInput, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
116
85
|
deleteJob(args: DeleteJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobCommandOutput) => void): void;
|
|
117
|
-
|
|
118
|
-
* <p> Deletes a webhook. </p>
|
|
119
|
-
*/
|
|
86
|
+
|
|
120
87
|
deleteWebhook(args: DeleteWebhookCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebhookCommandOutput>;
|
|
121
88
|
deleteWebhook(args: DeleteWebhookCommandInput, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
|
|
122
89
|
deleteWebhook(args: DeleteWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebhookCommandOutput) => void): void;
|
|
123
|
-
|
|
124
|
-
* <p> Returns the website access logs for a specific time range using a presigned URL.
|
|
125
|
-
* </p>
|
|
126
|
-
*/
|
|
90
|
+
|
|
127
91
|
generateAccessLogs(args: GenerateAccessLogsCommandInput, options?: __HttpHandlerOptions): Promise<GenerateAccessLogsCommandOutput>;
|
|
128
92
|
generateAccessLogs(args: GenerateAccessLogsCommandInput, cb: (err: any, data?: GenerateAccessLogsCommandOutput) => void): void;
|
|
129
93
|
generateAccessLogs(args: GenerateAccessLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateAccessLogsCommandOutput) => void): void;
|
|
130
|
-
|
|
131
|
-
* <p> Returns an existing Amplify app by appID. </p>
|
|
132
|
-
*/
|
|
94
|
+
|
|
133
95
|
getApp(args: GetAppCommandInput, options?: __HttpHandlerOptions): Promise<GetAppCommandOutput>;
|
|
134
96
|
getApp(args: GetAppCommandInput, cb: (err: any, data?: GetAppCommandOutput) => void): void;
|
|
135
97
|
getApp(args: GetAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAppCommandOutput) => void): void;
|
|
136
|
-
|
|
137
|
-
* <p> Returns the artifact info that corresponds to an artifact id. </p>
|
|
138
|
-
*/
|
|
98
|
+
|
|
139
99
|
getArtifactUrl(args: GetArtifactUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetArtifactUrlCommandOutput>;
|
|
140
100
|
getArtifactUrl(args: GetArtifactUrlCommandInput, cb: (err: any, data?: GetArtifactUrlCommandOutput) => void): void;
|
|
141
101
|
getArtifactUrl(args: GetArtifactUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetArtifactUrlCommandOutput) => void): void;
|
|
142
|
-
|
|
143
|
-
* <p> Returns a backend environment for an Amplify app. </p>
|
|
144
|
-
*/
|
|
102
|
+
|
|
145
103
|
getBackendEnvironment(args: GetBackendEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<GetBackendEnvironmentCommandOutput>;
|
|
146
104
|
getBackendEnvironment(args: GetBackendEnvironmentCommandInput, cb: (err: any, data?: GetBackendEnvironmentCommandOutput) => void): void;
|
|
147
105
|
getBackendEnvironment(args: GetBackendEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackendEnvironmentCommandOutput) => void): void;
|
|
148
|
-
|
|
149
|
-
* <p> Returns a branch for an Amplify app. </p>
|
|
150
|
-
*/
|
|
106
|
+
|
|
151
107
|
getBranch(args: GetBranchCommandInput, options?: __HttpHandlerOptions): Promise<GetBranchCommandOutput>;
|
|
152
108
|
getBranch(args: GetBranchCommandInput, cb: (err: any, data?: GetBranchCommandOutput) => void): void;
|
|
153
109
|
getBranch(args: GetBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBranchCommandOutput) => void): void;
|
|
154
|
-
|
|
155
|
-
* <p> Returns the domain information for an Amplify app. </p>
|
|
156
|
-
*/
|
|
110
|
+
|
|
157
111
|
getDomainAssociation(args: GetDomainAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainAssociationCommandOutput>;
|
|
158
112
|
getDomainAssociation(args: GetDomainAssociationCommandInput, cb: (err: any, data?: GetDomainAssociationCommandOutput) => void): void;
|
|
159
113
|
getDomainAssociation(args: GetDomainAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainAssociationCommandOutput) => void): void;
|
|
160
|
-
|
|
161
|
-
* <p> Returns a job for a branch of an Amplify app. </p>
|
|
162
|
-
*/
|
|
114
|
+
|
|
163
115
|
getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
|
|
164
116
|
getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
165
117
|
getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
166
|
-
|
|
167
|
-
* <p> Returns the webhook information that corresponds to a specified webhook ID. </p>
|
|
168
|
-
*/
|
|
118
|
+
|
|
169
119
|
getWebhook(args: GetWebhookCommandInput, options?: __HttpHandlerOptions): Promise<GetWebhookCommandOutput>;
|
|
170
120
|
getWebhook(args: GetWebhookCommandInput, cb: (err: any, data?: GetWebhookCommandOutput) => void): void;
|
|
171
121
|
getWebhook(args: GetWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebhookCommandOutput) => void): void;
|
|
172
|
-
|
|
173
|
-
* <p> Returns a list of the existing Amplify apps. </p>
|
|
174
|
-
*/
|
|
122
|
+
|
|
175
123
|
listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
|
|
176
124
|
listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
|
|
177
125
|
listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
|
|
178
|
-
|
|
179
|
-
* <p> Returns a list of artifacts for a specified app, branch, and job. </p>
|
|
180
|
-
*/
|
|
126
|
+
|
|
181
127
|
listArtifacts(args: ListArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListArtifactsCommandOutput>;
|
|
182
128
|
listArtifacts(args: ListArtifactsCommandInput, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
|
|
183
129
|
listArtifacts(args: ListArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
|
|
184
|
-
|
|
185
|
-
* <p> Lists the backend environments for an Amplify app. </p>
|
|
186
|
-
*/
|
|
130
|
+
|
|
187
131
|
listBackendEnvironments(args: ListBackendEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackendEnvironmentsCommandOutput>;
|
|
188
132
|
listBackendEnvironments(args: ListBackendEnvironmentsCommandInput, cb: (err: any, data?: ListBackendEnvironmentsCommandOutput) => void): void;
|
|
189
133
|
listBackendEnvironments(args: ListBackendEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackendEnvironmentsCommandOutput) => void): void;
|
|
190
|
-
|
|
191
|
-
* <p> Lists the branches of an Amplify app. </p>
|
|
192
|
-
*/
|
|
134
|
+
|
|
193
135
|
listBranches(args: ListBranchesCommandInput, options?: __HttpHandlerOptions): Promise<ListBranchesCommandOutput>;
|
|
194
136
|
listBranches(args: ListBranchesCommandInput, cb: (err: any, data?: ListBranchesCommandOutput) => void): void;
|
|
195
137
|
listBranches(args: ListBranchesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBranchesCommandOutput) => void): void;
|
|
196
|
-
|
|
197
|
-
* <p> Returns the domain associations for an Amplify app. </p>
|
|
198
|
-
*/
|
|
138
|
+
|
|
199
139
|
listDomainAssociations(args: ListDomainAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainAssociationsCommandOutput>;
|
|
200
140
|
listDomainAssociations(args: ListDomainAssociationsCommandInput, cb: (err: any, data?: ListDomainAssociationsCommandOutput) => void): void;
|
|
201
141
|
listDomainAssociations(args: ListDomainAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainAssociationsCommandOutput) => void): void;
|
|
202
|
-
|
|
203
|
-
* <p> Lists the jobs for a branch of an Amplify app. </p>
|
|
204
|
-
*/
|
|
142
|
+
|
|
205
143
|
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
206
144
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
207
145
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
208
|
-
|
|
209
|
-
* <p> Returns a list of tags for a specified Amazon Resource Name (ARN). </p>
|
|
210
|
-
*/
|
|
146
|
+
|
|
211
147
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
212
148
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
213
149
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
214
|
-
|
|
215
|
-
* <p> Returns a list of webhooks for an Amplify app. </p>
|
|
216
|
-
*/
|
|
150
|
+
|
|
217
151
|
listWebhooks(args: ListWebhooksCommandInput, options?: __HttpHandlerOptions): Promise<ListWebhooksCommandOutput>;
|
|
218
152
|
listWebhooks(args: ListWebhooksCommandInput, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
|
|
219
153
|
listWebhooks(args: ListWebhooksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebhooksCommandOutput) => void): void;
|
|
220
|
-
|
|
221
|
-
* <p> Starts a deployment for a manually deployed app. Manually deployed apps are not
|
|
222
|
-
* connected to a repository. </p>
|
|
223
|
-
*/
|
|
154
|
+
|
|
224
155
|
startDeployment(args: StartDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StartDeploymentCommandOutput>;
|
|
225
156
|
startDeployment(args: StartDeploymentCommandInput, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
226
157
|
startDeployment(args: StartDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
|
|
227
|
-
|
|
228
|
-
* <p> Starts a new job for a branch of an Amplify app. </p>
|
|
229
|
-
*/
|
|
158
|
+
|
|
230
159
|
startJob(args: StartJobCommandInput, options?: __HttpHandlerOptions): Promise<StartJobCommandOutput>;
|
|
231
160
|
startJob(args: StartJobCommandInput, cb: (err: any, data?: StartJobCommandOutput) => void): void;
|
|
232
161
|
startJob(args: StartJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartJobCommandOutput) => void): void;
|
|
233
|
-
|
|
234
|
-
* <p> Stops a job that is in progress for a branch of an Amplify app. </p>
|
|
235
|
-
*/
|
|
162
|
+
|
|
236
163
|
stopJob(args: StopJobCommandInput, options?: __HttpHandlerOptions): Promise<StopJobCommandOutput>;
|
|
237
164
|
stopJob(args: StopJobCommandInput, cb: (err: any, data?: StopJobCommandOutput) => void): void;
|
|
238
165
|
stopJob(args: StopJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopJobCommandOutput) => void): void;
|
|
239
|
-
|
|
240
|
-
* <p> Tags the resource with a tag key and value. </p>
|
|
241
|
-
*/
|
|
166
|
+
|
|
242
167
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
243
168
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
244
169
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
245
|
-
|
|
246
|
-
* <p> Untags a resource with a specified Amazon Resource Name (ARN). </p>
|
|
247
|
-
*/
|
|
170
|
+
|
|
248
171
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
249
172
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
250
173
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
251
|
-
|
|
252
|
-
* <p> Updates an existing Amplify app. </p>
|
|
253
|
-
*/
|
|
174
|
+
|
|
254
175
|
updateApp(args: UpdateAppCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAppCommandOutput>;
|
|
255
176
|
updateApp(args: UpdateAppCommandInput, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
|
|
256
177
|
updateApp(args: UpdateAppCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAppCommandOutput) => void): void;
|
|
257
|
-
|
|
258
|
-
* <p> Updates a branch for an Amplify app. </p>
|
|
259
|
-
*/
|
|
178
|
+
|
|
260
179
|
updateBranch(args: UpdateBranchCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBranchCommandOutput>;
|
|
261
180
|
updateBranch(args: UpdateBranchCommandInput, cb: (err: any, data?: UpdateBranchCommandOutput) => void): void;
|
|
262
181
|
updateBranch(args: UpdateBranchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBranchCommandOutput) => void): void;
|
|
263
|
-
|
|
264
|
-
* <p> Creates a new domain association for an Amplify app.</p>
|
|
265
|
-
*/
|
|
182
|
+
|
|
266
183
|
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainAssociationCommandOutput>;
|
|
267
184
|
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void): void;
|
|
268
185
|
updateDomainAssociation(args: UpdateDomainAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void): void;
|
|
269
|
-
|
|
270
|
-
* <p> Updates a webhook. </p>
|
|
271
|
-
*/
|
|
186
|
+
|
|
272
187
|
updateWebhook(args: UpdateWebhookCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebhookCommandOutput>;
|
|
273
188
|
updateWebhook(args: UpdateWebhookCommandInput, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
|
|
274
189
|
updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
2
10
|
import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
|
|
3
11
|
import { CreateBranchCommandInput, CreateBranchCommandOutput } from "./commands/CreateBranchCommand";
|
|
@@ -35,140 +43,62 @@ import { UpdateAppCommandInput, UpdateAppCommandOutput } from "./commands/Update
|
|
|
35
43
|
import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "./commands/UpdateBranchCommand";
|
|
36
44
|
import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "./commands/UpdateDomainAssociationCommand";
|
|
37
45
|
import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "./commands/UpdateWebhookCommand";
|
|
38
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
39
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
40
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
41
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
42
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
43
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
44
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
45
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
46
46
|
export declare type ServiceInputTypes = CreateAppCommandInput | CreateBackendEnvironmentCommandInput | CreateBranchCommandInput | CreateDeploymentCommandInput | CreateDomainAssociationCommandInput | CreateWebhookCommandInput | DeleteAppCommandInput | DeleteBackendEnvironmentCommandInput | DeleteBranchCommandInput | DeleteDomainAssociationCommandInput | DeleteJobCommandInput | DeleteWebhookCommandInput | GenerateAccessLogsCommandInput | GetAppCommandInput | GetArtifactUrlCommandInput | GetBackendEnvironmentCommandInput | GetBranchCommandInput | GetDomainAssociationCommandInput | GetJobCommandInput | GetWebhookCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListBackendEnvironmentsCommandInput | ListBranchesCommandInput | ListDomainAssociationsCommandInput | ListJobsCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | StartDeploymentCommandInput | StartJobCommandInput | StopJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAppCommandInput | UpdateBranchCommandInput | UpdateDomainAssociationCommandInput | UpdateWebhookCommandInput;
|
|
47
47
|
export declare type ServiceOutputTypes = CreateAppCommandOutput | CreateBackendEnvironmentCommandOutput | CreateBranchCommandOutput | CreateDeploymentCommandOutput | CreateDomainAssociationCommandOutput | CreateWebhookCommandOutput | DeleteAppCommandOutput | DeleteBackendEnvironmentCommandOutput | DeleteBranchCommandOutput | DeleteDomainAssociationCommandOutput | DeleteJobCommandOutput | DeleteWebhookCommandOutput | GenerateAccessLogsCommandOutput | GetAppCommandOutput | GetArtifactUrlCommandOutput | GetBackendEnvironmentCommandOutput | GetBranchCommandOutput | GetDomainAssociationCommandOutput | GetJobCommandOutput | GetWebhookCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListBackendEnvironmentsCommandOutput | ListBranchesCommandOutput | ListDomainAssociationsCommandOutput | ListJobsCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | StartDeploymentCommandOutput | StartJobCommandOutput | StopJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAppCommandOutput | UpdateBranchCommandOutput | UpdateDomainAssociationCommandOutput | UpdateWebhookCommandOutput;
|
|
48
48
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
49
|
-
|
|
50
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
51
|
-
*/
|
|
49
|
+
|
|
52
50
|
requestHandler?: __HttpHandler;
|
|
53
|
-
|
|
54
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
55
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
51
|
+
|
|
58
52
|
sha256?: __HashConstructor;
|
|
59
|
-
|
|
60
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
53
|
+
|
|
63
54
|
urlParser?: __UrlParser;
|
|
64
|
-
|
|
65
|
-
* A function that can calculate the length of a request body.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
55
|
+
|
|
68
56
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
69
|
-
|
|
70
|
-
* A function that converts a stream into an array of bytes.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
57
|
+
|
|
73
58
|
streamCollector?: __StreamCollector;
|
|
74
|
-
|
|
75
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
59
|
+
|
|
78
60
|
base64Decoder?: __Decoder;
|
|
79
|
-
|
|
80
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
61
|
+
|
|
83
62
|
base64Encoder?: __Encoder;
|
|
84
|
-
|
|
85
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
63
|
+
|
|
88
64
|
utf8Decoder?: __Decoder;
|
|
89
|
-
|
|
90
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
65
|
+
|
|
93
66
|
utf8Encoder?: __Encoder;
|
|
94
|
-
|
|
95
|
-
* The runtime environment.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
67
|
+
|
|
98
68
|
runtime?: string;
|
|
99
|
-
|
|
100
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
101
|
-
* trait of an operation.
|
|
102
|
-
*/
|
|
69
|
+
|
|
103
70
|
disableHostPrefix?: boolean;
|
|
104
|
-
|
|
105
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
106
|
-
*/
|
|
71
|
+
|
|
107
72
|
maxAttempts?: number | __Provider<number>;
|
|
108
|
-
|
|
109
|
-
* Specifies which retry algorithm to use.
|
|
110
|
-
*/
|
|
73
|
+
|
|
111
74
|
retryMode?: string | __Provider<string>;
|
|
112
|
-
|
|
113
|
-
* Optional logger for logging debug/info/warn/error.
|
|
114
|
-
*/
|
|
75
|
+
|
|
115
76
|
logger?: __Logger;
|
|
116
|
-
|
|
117
|
-
* Unique service identifier.
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
77
|
+
|
|
120
78
|
serviceId?: string;
|
|
121
|
-
|
|
122
|
-
* The AWS region to which this client will send requests
|
|
123
|
-
*/
|
|
79
|
+
|
|
124
80
|
region?: string | __Provider<string>;
|
|
125
|
-
|
|
126
|
-
* Default credentials provider; Not available in browser runtime.
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
81
|
+
|
|
129
82
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
130
|
-
|
|
131
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
83
|
+
|
|
134
84
|
regionInfoProvider?: RegionInfoProvider;
|
|
135
|
-
|
|
136
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
85
|
+
|
|
139
86
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
140
87
|
}
|
|
141
88
|
declare type AmplifyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
142
|
-
|
|
143
|
-
* The configuration interface of AmplifyClient class constructor that set the region, credentials and other options.
|
|
144
|
-
*/
|
|
89
|
+
|
|
145
90
|
export interface AmplifyClientConfig extends AmplifyClientConfigType {
|
|
146
91
|
}
|
|
147
92
|
declare type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
148
|
-
|
|
149
|
-
* The resolved configuration interface of AmplifyClient class. This is resolved and normalized from the {@link AmplifyClientConfig | constructor configuration interface}.
|
|
150
|
-
*/
|
|
93
|
+
|
|
151
94
|
export interface AmplifyClientResolvedConfig extends AmplifyClientResolvedConfigType {
|
|
152
95
|
}
|
|
153
|
-
|
|
154
|
-
* <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
|
|
155
|
-
* The Amplify Console provides a continuous delivery and hosting service for web
|
|
156
|
-
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
|
|
157
|
-
* Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
|
|
158
|
-
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
|
|
159
|
-
* </p>
|
|
160
|
-
*/
|
|
96
|
+
|
|
161
97
|
export declare class AmplifyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmplifyClientResolvedConfig> {
|
|
162
|
-
|
|
163
|
-
* The resolved configuration of AmplifyClient class. This is resolved and normalized from the {@link AmplifyClientConfig | constructor configuration interface}.
|
|
164
|
-
*/
|
|
98
|
+
|
|
165
99
|
readonly config: AmplifyClientResolvedConfig;
|
|
166
100
|
constructor(configuration: AmplifyClientConfig);
|
|
167
|
-
|
|
168
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
169
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
170
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
171
|
-
*/
|
|
101
|
+
|
|
172
102
|
destroy(): void;
|
|
173
103
|
}
|
|
174
104
|
export {};
|