@aws-sdk/client-amplify 3.337.0 → 3.338.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/dist-cjs/AmplifyClient.js +2 -1
- package/dist-cjs/commands/CreateAppCommand.js +2 -1
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/CreateBranchCommand.js +2 -1
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -1
- package/dist-cjs/commands/DeleteAppCommand.js +2 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/DeleteBranchCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/DeleteJobCommand.js +2 -1
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -1
- package/dist-cjs/commands/GetAppCommand.js +2 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -1
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -1
- package/dist-cjs/commands/GetBranchCommand.js +2 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetWebhookCommand.js +2 -1
- package/dist-cjs/commands/ListAppsCommand.js +2 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -1
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -1
- package/dist-cjs/commands/ListBranchesCommand.js +2 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -1
- package/dist-cjs/commands/StartJobCommand.js +2 -1
- package/dist-cjs/commands/StopJobCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAppCommand.js +2 -1
- package/dist-cjs/commands/UpdateBranchCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -1
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/AmplifyServiceException.js +2 -1
- package/dist-es/AmplifyClient.js +1 -0
- package/dist-es/commands/CreateAppCommand.js +1 -0
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/CreateBranchCommand.js +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +1 -0
- package/dist-es/commands/CreateDomainAssociationCommand.js +1 -0
- package/dist-es/commands/CreateWebhookCommand.js +1 -0
- package/dist-es/commands/DeleteAppCommand.js +1 -0
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/DeleteBranchCommand.js +1 -0
- package/dist-es/commands/DeleteDomainAssociationCommand.js +1 -0
- package/dist-es/commands/DeleteJobCommand.js +1 -0
- package/dist-es/commands/DeleteWebhookCommand.js +1 -0
- package/dist-es/commands/GenerateAccessLogsCommand.js +1 -0
- package/dist-es/commands/GetAppCommand.js +1 -0
- package/dist-es/commands/GetArtifactUrlCommand.js +1 -0
- package/dist-es/commands/GetBackendEnvironmentCommand.js +1 -0
- package/dist-es/commands/GetBranchCommand.js +1 -0
- package/dist-es/commands/GetDomainAssociationCommand.js +1 -0
- package/dist-es/commands/GetJobCommand.js +1 -0
- package/dist-es/commands/GetWebhookCommand.js +1 -0
- package/dist-es/commands/ListAppsCommand.js +1 -0
- package/dist-es/commands/ListArtifactsCommand.js +1 -0
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +1 -0
- package/dist-es/commands/ListBranchesCommand.js +1 -0
- package/dist-es/commands/ListDomainAssociationsCommand.js +1 -0
- package/dist-es/commands/ListJobsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWebhooksCommand.js +1 -0
- package/dist-es/commands/StartDeploymentCommand.js +1 -0
- package/dist-es/commands/StartJobCommand.js +1 -0
- package/dist-es/commands/StopJobCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAppCommand.js +1 -0
- package/dist-es/commands/UpdateBranchCommand.js +1 -0
- package/dist-es/commands/UpdateDomainAssociationCommand.js +1 -0
- package/dist-es/commands/UpdateWebhookCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/AmplifyServiceException.js +1 -0
- package/dist-types/AmplifyClient.d.ts +3 -3
- package/dist-types/commands/CreateAppCommand.d.ts +4 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +4 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +4 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +4 -0
- package/dist-types/commands/GetAppCommand.d.ts +4 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +4 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +4 -0
- package/dist-types/commands/GetBranchCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetJobCommand.d.ts +4 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +4 -0
- package/dist-types/commands/ListAppsCommand.d.ts +4 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +4 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +4 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +4 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/StartJobCommand.d.ts +4 -0
- package/dist-types/commands/StopJobCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +4 -0
- package/dist-types/index.d.ts +11 -1
- package/dist-types/models/AmplifyServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AmplifyClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +1 -0
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplify",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|