@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,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, ListJobsCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, ListJobsCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new ListJobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class ListJobsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListJobsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListJobsCommand = ListJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListJobsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, ListTagsForResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListWebhooksCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, ListWebhooksCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, ListWebhooksCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new ListWebhooksCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListWebhooksCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListWebhooksCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class ListWebhooksCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class ListWebhooksCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
61
|
-
//# sourceMappingURL=ListWebhooksCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartDeploymentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* connected to a repository. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { AmplifyClient, StartDeploymentCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
15
|
-
* // const { AmplifyClient, StartDeploymentCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
16
|
-
* const client = new AmplifyClient(config);
|
|
17
|
-
* const command = new StartDeploymentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StartDeploymentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StartDeploymentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
26
8
|
class StartDeploymentCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class StartDeploymentCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.StartDeploymentCommand = StartDeploymentCommand;
|
|
62
|
-
//# sourceMappingURL=StartDeploymentCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, StartJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, StartJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new StartJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class StartJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class StartJobCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.StartJobCommand = StartJobCommand;
|
|
61
|
-
//# sourceMappingURL=StartJobCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StopJobCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, StopJobCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, StopJobCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new StopJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StopJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StopJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class StopJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class StopJobCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.StopJobCommand = StopJobCommand;
|
|
61
|
-
//# sourceMappingURL=StopJobCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, TagResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, TagResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new TagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, UntagResourceCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, UntagResourceCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateAppCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, UpdateAppCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, UpdateAppCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new UpdateAppCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateAppCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateAppCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UpdateAppCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateAppCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateAppCommand = UpdateAppCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateAppCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateBranchCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, UpdateBranchCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, UpdateBranchCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new UpdateBranchCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateBranchCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateBranchCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UpdateBranchCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateBranchCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateBranchCommand = UpdateBranchCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateBranchCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateDomainAssociationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, UpdateDomainAssociationCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, UpdateDomainAssociationCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new UpdateDomainAssociationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateDomainAssociationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateDomainAssociationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UpdateDomainAssociationCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateDomainAssociationCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateDomainAssociationCommand = UpdateDomainAssociationCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateDomainAssociationCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateWebhookCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AmplifyClient, UpdateWebhookCommand } from "@aws-sdk/client-amplify"; // ES Modules import
|
|
14
|
-
* // const { AmplifyClient, UpdateWebhookCommand } = require("@aws-sdk/client-amplify"); // CommonJS import
|
|
15
|
-
* const client = new AmplifyClient(config);
|
|
16
|
-
* const command = new UpdateWebhookCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UpdateWebhookCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UpdateWebhookCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AmplifyClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
25
8
|
class UpdateWebhookCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UpdateWebhookCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UpdateWebhookCommand = UpdateWebhookCommand;
|
|
61
|
-
//# sourceMappingURL=UpdateWebhookCommand.js.map
|
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "amplify.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "amplify.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
|
@@ -41,4 +41,3 @@ tslib_1.__exportStar(require("./commands/UpdateBranchCommand"), exports);
|
|
|
41
41
|
tslib_1.__exportStar(require("./commands/UpdateDomainAssociationCommand"), exports);
|
|
42
42
|
tslib_1.__exportStar(require("./commands/UpdateWebhookCommand"), exports);
|
|
43
43
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
44
|
-
//# sourceMappingURL=index.js.map
|