@aws-sdk/client-amplify 3.775.0 → 3.777.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.
Files changed (38) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateBranchCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateWebhookCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteAppCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteBranchCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteJobCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -0
  13. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +1 -0
  14. package/dist-types/commands/GetAppCommand.d.ts +1 -0
  15. package/dist-types/commands/GetArtifactUrlCommand.d.ts +1 -0
  16. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +1 -0
  17. package/dist-types/commands/GetBranchCommand.d.ts +1 -0
  18. package/dist-types/commands/GetDomainAssociationCommand.d.ts +1 -0
  19. package/dist-types/commands/GetJobCommand.d.ts +1 -0
  20. package/dist-types/commands/GetWebhookCommand.d.ts +1 -0
  21. package/dist-types/commands/ListAppsCommand.d.ts +1 -0
  22. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +1 -0
  24. package/dist-types/commands/ListBranchesCommand.d.ts +1 -0
  25. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +1 -0
  26. package/dist-types/commands/ListJobsCommand.d.ts +1 -0
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  28. package/dist-types/commands/ListWebhooksCommand.d.ts +1 -0
  29. package/dist-types/commands/StartDeploymentCommand.d.ts +1 -0
  30. package/dist-types/commands/StartJobCommand.d.ts +1 -0
  31. package/dist-types/commands/StopJobCommand.d.ts +1 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  34. package/dist-types/commands/UpdateAppCommand.d.ts +1 -0
  35. package/dist-types/commands/UpdateBranchCommand.d.ts +1 -0
  36. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -0
  37. package/dist-types/commands/UpdateWebhookCommand.d.ts +1 -0
  38. package/package.json +2 -2
@@ -183,6 +183,7 @@ declare const CreateAppCommand_base: {
183
183
  * @throws {@link AmplifyServiceException}
184
184
  * <p>Base exception class for all service exceptions from Amplify service.</p>
185
185
  *
186
+ *
186
187
  * @public
187
188
  */
188
189
  export declare class CreateAppCommand extends CreateAppCommand_base {
@@ -85,6 +85,7 @@ declare const CreateBackendEnvironmentCommand_base: {
85
85
  * @throws {@link AmplifyServiceException}
86
86
  * <p>Base exception class for all service exceptions from Amplify service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
@@ -139,6 +139,7 @@ declare const CreateBranchCommand_base: {
139
139
  * @throws {@link AmplifyServiceException}
140
140
  * <p>Base exception class for all service exceptions from Amplify service.</p>
141
141
  *
142
+ *
142
143
  * @public
143
144
  */
144
145
  export declare class CreateBranchCommand extends CreateBranchCommand_base {
@@ -79,6 +79,7 @@ declare const CreateDeploymentCommand_base: {
79
79
  * @throws {@link AmplifyServiceException}
80
80
  * <p>Base exception class for all service exceptions from Amplify service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
@@ -116,6 +116,7 @@ declare const CreateDomainAssociationCommand_base: {
116
116
  * @throws {@link AmplifyServiceException}
117
117
  * <p>Base exception class for all service exceptions from Amplify service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
@@ -83,6 +83,7 @@ declare const CreateWebhookCommand_base: {
83
83
  * @throws {@link AmplifyServiceException}
84
84
  * <p>Base exception class for all service exceptions from Amplify service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
@@ -135,6 +135,7 @@ declare const DeleteAppCommand_base: {
135
135
  * @throws {@link AmplifyServiceException}
136
136
  * <p>Base exception class for all service exceptions from Amplify service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
@@ -83,6 +83,7 @@ declare const DeleteBackendEnvironmentCommand_base: {
83
83
  * @throws {@link AmplifyServiceException}
84
84
  * <p>Base exception class for all service exceptions from Amplify service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
@@ -111,6 +111,7 @@ declare const DeleteBranchCommand_base: {
111
111
  * @throws {@link AmplifyServiceException}
112
112
  * <p>Base exception class for all service exceptions from Amplify service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
@@ -97,6 +97,7 @@ declare const DeleteDomainAssociationCommand_base: {
97
97
  * @throws {@link AmplifyServiceException}
98
98
  * <p>Base exception class for all service exceptions from Amplify service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
@@ -83,6 +83,7 @@ declare const DeleteJobCommand_base: {
83
83
  * @throws {@link AmplifyServiceException}
84
84
  * <p>Base exception class for all service exceptions from Amplify service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
@@ -78,6 +78,7 @@ declare const DeleteWebhookCommand_base: {
78
78
  * @throws {@link AmplifyServiceException}
79
79
  * <p>Base exception class for all service exceptions from Amplify service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
@@ -70,6 +70,7 @@ declare const GenerateAccessLogsCommand_base: {
70
70
  * @throws {@link AmplifyServiceException}
71
71
  * <p>Base exception class for all service exceptions from Amplify service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
@@ -132,6 +132,7 @@ declare const GetAppCommand_base: {
132
132
  * @throws {@link AmplifyServiceException}
133
133
  * <p>Base exception class for all service exceptions from Amplify service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class GetAppCommand extends GetAppCommand_base {
@@ -70,6 +70,7 @@ declare const GetArtifactUrlCommand_base: {
70
70
  * @throws {@link AmplifyServiceException}
71
71
  * <p>Base exception class for all service exceptions from Amplify service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
@@ -80,6 +80,7 @@ declare const GetBackendEnvironmentCommand_base: {
80
80
  * @throws {@link AmplifyServiceException}
81
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
@@ -108,6 +108,7 @@ declare const GetBranchCommand_base: {
108
108
  * @throws {@link AmplifyServiceException}
109
109
  * <p>Base exception class for all service exceptions from Amplify service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetBranchCommand extends GetBranchCommand_base {
@@ -94,6 +94,7 @@ declare const GetDomainAssociationCommand_base: {
94
94
  * @throws {@link AmplifyServiceException}
95
95
  * <p>Base exception class for all service exceptions from Amplify service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {
@@ -102,6 +102,7 @@ declare const GetJobCommand_base: {
102
102
  * @throws {@link AmplifyServiceException}
103
103
  * <p>Base exception class for all service exceptions from Amplify service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class GetJobCommand extends GetJobCommand_base {
@@ -78,6 +78,7 @@ declare const GetWebhookCommand_base: {
78
78
  * @throws {@link AmplifyServiceException}
79
79
  * <p>Base exception class for all service exceptions from Amplify service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class GetWebhookCommand extends GetWebhookCommand_base {
@@ -133,6 +133,7 @@ declare const ListAppsCommand_base: {
133
133
  * @throws {@link AmplifyServiceException}
134
134
  * <p>Base exception class for all service exceptions from Amplify service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class ListAppsCommand extends ListAppsCommand_base {
@@ -80,6 +80,7 @@ declare const ListArtifactsCommand_base: {
80
80
  * @throws {@link AmplifyServiceException}
81
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListArtifactsCommand extends ListArtifactsCommand_base {
@@ -82,6 +82,7 @@ declare const ListBackendEnvironmentsCommand_base: {
82
82
  * @throws {@link AmplifyServiceException}
83
83
  * <p>Base exception class for all service exceptions from Amplify service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {
@@ -109,6 +109,7 @@ declare const ListBranchesCommand_base: {
109
109
  * @throws {@link AmplifyServiceException}
110
110
  * <p>Base exception class for all service exceptions from Amplify service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class ListBranchesCommand extends ListBranchesCommand_base {
@@ -95,6 +95,7 @@ declare const ListDomainAssociationsCommand_base: {
95
95
  * @throws {@link AmplifyServiceException}
96
96
  * <p>Base exception class for all service exceptions from Amplify service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {
@@ -84,6 +84,7 @@ declare const ListJobsCommand_base: {
84
84
  * @throws {@link AmplifyServiceException}
85
85
  * <p>Base exception class for all service exceptions from Amplify service.</p>
86
86
  *
87
+ *
87
88
  * @public
88
89
  */
89
90
  export declare class ListJobsCommand extends ListJobsCommand_base {
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link AmplifyServiceException}
66
66
  * <p>Base exception class for all service exceptions from Amplify service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -80,6 +80,7 @@ declare const ListWebhooksCommand_base: {
80
80
  * @throws {@link AmplifyServiceException}
81
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
@@ -90,6 +90,7 @@ declare const StartDeploymentCommand_base: {
90
90
  * @throws {@link AmplifyServiceException}
91
91
  * <p>Base exception class for all service exceptions from Amplify service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
@@ -88,6 +88,7 @@ declare const StartJobCommand_base: {
88
88
  * @throws {@link AmplifyServiceException}
89
89
  * <p>Base exception class for all service exceptions from Amplify service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class StartJobCommand extends StartJobCommand_base {
@@ -83,6 +83,7 @@ declare const StopJobCommand_base: {
83
83
  * @throws {@link AmplifyServiceException}
84
84
  * <p>Base exception class for all service exceptions from Amplify service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class StopJobCommand extends StopJobCommand_base {
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
64
64
  * @throws {@link AmplifyServiceException}
65
65
  * <p>Base exception class for all service exceptions from Amplify service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
64
64
  * @throws {@link AmplifyServiceException}
65
65
  * <p>Base exception class for all service exceptions from Amplify service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -178,6 +178,7 @@ declare const UpdateAppCommand_base: {
178
178
  * @throws {@link AmplifyServiceException}
179
179
  * <p>Base exception class for all service exceptions from Amplify service.</p>
180
180
  *
181
+ *
181
182
  * @public
182
183
  */
183
184
  export declare class UpdateAppCommand extends UpdateAppCommand_base {
@@ -133,6 +133,7 @@ declare const UpdateBranchCommand_base: {
133
133
  * @throws {@link AmplifyServiceException}
134
134
  * <p>Base exception class for all service exceptions from Amplify service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class UpdateBranchCommand extends UpdateBranchCommand_base {
@@ -112,6 +112,7 @@ declare const UpdateDomainAssociationCommand_base: {
112
112
  * @throws {@link AmplifyServiceException}
113
113
  * <p>Base exception class for all service exceptions from Amplify service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
@@ -80,6 +80,7 @@ declare const UpdateWebhookCommand_base: {
80
80
  * @throws {@link AmplifyServiceException}
81
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class UpdateWebhookCommand extends UpdateWebhookCommand_base {
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.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplify",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",