@aws-sdk/client-amplify 3.533.0 → 3.535.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 (79) hide show
  1. package/dist-types/Amplify.d.ts +2 -1
  2. package/dist-types/AmplifyClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAppCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +8 -1
  5. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +8 -1
  11. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  15. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAppCommand.d.ts +2 -1
  17. package/dist-types/commands/GetArtifactUrlCommand.d.ts +2 -1
  18. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +8 -1
  19. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDomainAssociationCommand.d.ts +2 -1
  21. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  22. package/dist-types/commands/GetWebhookCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +8 -1
  26. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  27. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  31. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  32. package/dist-types/commands/StartJobCommand.d.ts +2 -1
  33. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateAppCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateBranchCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +440 -440
  41. package/dist-types/ts3.4/Amplify.d.ts +1 -0
  42. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +7 -0
  56. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  61. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  79. package/package.json +40 -40
@@ -161,6 +161,7 @@ export interface Amplify {
161
161
  /**
162
162
  * @see {@link ListAppsCommand}
163
163
  */
164
+ listApps(): Promise<ListAppsCommandOutput>;
164
165
  listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
165
166
  listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
166
167
  listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
@@ -262,13 +263,13 @@ export interface Amplify {
262
263
  updateWebhook(args: UpdateWebhookCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebhookCommandOutput) => void): void;
263
264
  }
264
265
  /**
265
- * @public
266
266
  * <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
267
267
  * Amplify Hosting provides a continuous delivery and hosting service for web applications.
268
268
  * For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Hosting User Guide</a>. The
269
269
  * Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
270
270
  * for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
271
271
  * </p>
272
+ * @public
272
273
  */
273
274
  export declare class Amplify extends AmplifyClient implements Amplify {
274
275
  }
@@ -188,13 +188,13 @@ export type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
188
188
  export interface AmplifyClientResolvedConfig extends AmplifyClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
193
192
  * Amplify Hosting provides a continuous delivery and hosting service for web applications.
194
193
  * For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Hosting User Guide</a>. The
195
194
  * Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
196
195
  * for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
197
196
  * </p>
197
+ * @public
198
198
  */
199
199
  export declare class AmplifyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AmplifyClientResolvedConfig> {
200
200
  /**
@@ -22,10 +22,10 @@ export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBeare
22
22
  }
23
23
  declare const CreateAppCommand_base: {
24
24
  new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -168,6 +168,7 @@ declare const CreateAppCommand_base: {
168
168
  * @throws {@link AmplifyServiceException}
169
169
  * <p>Base exception class for all service exceptions from Amplify service.</p>
170
170
  *
171
+ * @public
171
172
  */
172
173
  export declare class CreateAppCommand extends CreateAppCommand_base {
173
174
  }
@@ -22,11 +22,17 @@ export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvi
22
22
  }
23
23
  declare const CreateBackendEnvironmentCommand_base: {
24
24
  new (input: CreateBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend is created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -78,6 +84,7 @@ declare const CreateBackendEnvironmentCommand_base: {
78
84
  * @throws {@link AmplifyServiceException}
79
85
  * <p>Base exception class for all service exceptions from Amplify service.</p>
80
86
  *
87
+ * @public
81
88
  */
82
89
  export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
83
90
  }
@@ -22,10 +22,10 @@ export interface CreateBranchCommandOutput extends CreateBranchResult, __Metadat
22
22
  }
23
23
  declare const CreateBranchCommand_base: {
24
24
  new (input: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a new branch for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -134,6 +134,7 @@ declare const CreateBranchCommand_base: {
134
134
  * @throws {@link AmplifyServiceException}
135
135
  * <p>Base exception class for all service exceptions from Amplify service.</p>
136
136
  *
137
+ * @public
137
138
  */
138
139
  export declare class CreateBranchCommand extends CreateBranchCommand_base {
139
140
  }
@@ -22,10 +22,10 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, _
22
22
  }
23
23
  declare const CreateDeploymentCommand_base: {
24
24
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
30
30
  * not connected to a repository. </p>
31
31
  * <p>The maximum duration between the <code>CreateDeployment</code> call and the
@@ -78,6 +78,7 @@ declare const CreateDeploymentCommand_base: {
78
78
  * @throws {@link AmplifyServiceException}
79
79
  * <p>Base exception class for all service exceptions from Amplify service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface CreateDomainAssociationCommandOutput extends CreateDomainAssoci
22
22
  }
23
23
  declare const CreateDomainAssociationCommand_base: {
24
24
  new (input: CreateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new domain association for an Amplify app. This action associates a custom
30
30
  * domain with the Amplify app </p>
31
31
  * @example
@@ -115,6 +115,7 @@ declare const CreateDomainAssociationCommand_base: {
115
115
  * @throws {@link AmplifyServiceException}
116
116
  * <p>Base exception class for all service exceptions from Amplify service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface CreateWebhookCommandOutput extends CreateWebhookResult, __Metad
22
22
  }
23
23
  declare const CreateWebhookCommand_base: {
24
24
  new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new webhook on an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const CreateWebhookCommand_base: {
81
81
  * @throws {@link AmplifyServiceException}
82
82
  * <p>Base exception class for all service exceptions from Amplify service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
22
22
  }
23
23
  declare const DeleteAppCommand_base: {
24
24
  new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an existing Amplify app specified by an app ID. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -124,6 +124,7 @@ declare const DeleteAppCommand_base: {
124
124
  * @throws {@link AmplifyServiceException}
125
125
  * <p>Base exception class for all service exceptions from Amplify service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
129
130
  }
@@ -22,11 +22,17 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
22
22
  }
23
23
  declare const DeleteBackendEnvironmentCommand_base: {
24
24
  new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -76,6 +82,7 @@ declare const DeleteBackendEnvironmentCommand_base: {
76
82
  * @throws {@link AmplifyServiceException}
77
83
  * <p>Base exception class for all service exceptions from Amplify service.</p>
78
84
  *
85
+ * @public
79
86
  */
80
87
  export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
81
88
  }
@@ -22,10 +22,10 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
22
22
  }
23
23
  declare const DeleteBranchCommand_base: {
24
24
  new (input: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a branch for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const DeleteBranchCommand_base: {
108
108
  * @throws {@link AmplifyServiceException}
109
109
  * <p>Base exception class for all service exceptions from Amplify service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
22
22
  }
23
23
  declare const DeleteDomainAssociationCommand_base: {
24
24
  new (input: DeleteDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a domain association for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const DeleteDomainAssociationCommand_base: {
96
96
  * @throws {@link AmplifyServiceException}
97
97
  * <p>Base exception class for all service exceptions from Amplify service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
22
22
  }
23
23
  declare const DeleteJobCommand_base: {
24
24
  new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Deletes a job for a branch of an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DeleteJobCommand_base: {
80
80
  * @throws {@link AmplifyServiceException}
81
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteJobCommand extends DeleteJobCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad
22
22
  }
23
23
  declare const DeleteWebhookCommand_base: {
24
24
  new (input: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a webhook. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const DeleteWebhookCommand_base: {
76
76
  * @throws {@link AmplifyServiceException}
77
77
  * <p>Base exception class for all service exceptions from Amplify service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul
22
22
  }
23
23
  declare const GenerateAccessLogsCommand_base: {
24
24
  new (input: GenerateAccessLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GenerateAccessLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the website access logs for a specific time range using a presigned URL.
30
30
  * </p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const GenerateAccessLogsCommand_base: {
69
69
  * @throws {@link AmplifyServiceException}
70
70
  * <p>Base exception class for all service exceptions from Amplify service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GenerateAccessLogsCommand extends GenerateAccessLogsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
22
22
  }
23
23
  declare const GetAppCommand_base: {
24
24
  new (input: GetAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAppCommandInput): import("@smithy/smithy-client").CommandImpl<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an existing Amplify app specified by an app ID.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -121,6 +121,7 @@ declare const GetAppCommand_base: {
121
121
  * @throws {@link AmplifyServiceException}
122
122
  * <p>Base exception class for all service exceptions from Amplify service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class GetAppCommand extends GetAppCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met
22
22
  }
23
23
  declare const GetArtifactUrlCommand_base: {
24
24
  new (input: GetArtifactUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetArtifactUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the artifact info that corresponds to an artifact id. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetArtifactUrlCommand_base: {
69
69
  * @throws {@link AmplifyServiceException}
70
70
  * <p>Base exception class for all service exceptions from Amplify service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetArtifactUrlCommand extends GetArtifactUrlCommand_base {
74
75
  }
@@ -22,11 +22,17 @@ export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen
22
22
  }
23
23
  declare const GetBackendEnvironmentCommand_base: {
24
24
  new (input: GetBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a backend environment for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -73,6 +79,7 @@ declare const GetBackendEnvironmentCommand_base: {
73
79
  * @throws {@link AmplifyServiceException}
74
80
  * <p>Base exception class for all service exceptions from Amplify service.</p>
75
81
  *
82
+ * @public
76
83
  */
77
84
  export declare class GetBackendEnvironmentCommand extends GetBackendEnvironmentCommand_base {
78
85
  }
@@ -22,10 +22,10 @@ export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBeare
22
22
  }
23
23
  declare const GetBranchCommand_base: {
24
24
  new (input: GetBranchCommandInput): import("@smithy/smithy-client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBranchCommandInput): import("@smithy/smithy-client").CommandImpl<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a branch for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const GetBranchCommand_base: {
105
105
  * @throws {@link AmplifyServiceException}
106
106
  * <p>Base exception class for all service exceptions from Amplify service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetBranchCommand extends GetBranchCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetDomainAssociationCommandOutput extends GetDomainAssociationR
22
22
  }
23
23
  declare const GetDomainAssociationCommand_base: {
24
24
  new (input: GetDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the domain information for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const GetDomainAssociationCommand_base: {
93
93
  * @throws {@link AmplifyServiceException}
94
94
  * <p>Base exception class for all service exceptions from Amplify service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetDomainAssociationCommand extends GetDomainAssociationCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
22
22
  }
23
23
  declare const GetJobCommand_base: {
24
24
  new (input: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a job for a branch of an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,6 +99,7 @@ declare const GetJobCommand_base: {
99
99
  * @throws {@link AmplifyServiceException}
100
100
  * <p>Base exception class for all service exceptions from Amplify service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class GetJobCommand extends GetJobCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface GetWebhookCommandOutput extends GetWebhookResult, __MetadataBea
22
22
  }
23
23
  declare const GetWebhookCommand_base: {
24
24
  new (input: GetWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebhookCommandInput, GetWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the webhook information that corresponds to a specified webhook ID. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetWebhookCommand_base: {
76
76
  * @throws {@link AmplifyServiceException}
77
77
  * <p>Base exception class for all service exceptions from Amplify service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetWebhookCommand extends GetWebhookCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListAppsCommandOutput extends ListAppsResult, __MetadataBearer
22
22
  }
23
23
  declare const ListAppsCommand_base: {
24
24
  new (input: ListAppsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAppsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAppsCommandInput, ListAppsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the existing Amplify apps. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -122,6 +122,7 @@ declare const ListAppsCommand_base: {
122
122
  * @throws {@link AmplifyServiceException}
123
123
  * <p>Base exception class for all service exceptions from Amplify service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class ListAppsCommand extends ListAppsCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
22
22
  }
23
23
  declare const ListArtifactsCommand_base: {
24
24
  new (input: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListArtifactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of artifacts for a specified app, branch, and job. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListArtifactsCommand_base: {
75
75
  * @throws {@link AmplifyServiceException}
76
76
  * <p>Base exception class for all service exceptions from Amplify service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListArtifactsCommand extends ListArtifactsCommand_base {
80
81
  }
@@ -22,11 +22,17 @@ export interface ListBackendEnvironmentsCommandOutput extends ListBackendEnviron
22
22
  }
23
23
  declare const ListBackendEnvironmentsCommand_base: {
24
24
  new (input: ListBackendEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBackendEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the backend environments for an Amplify app. </p>
30
+ * <p>This API is available only to Amplify Gen 1 applications where the
31
+ * backend was created using Amplify Studio or the Amplify
32
+ * command line interface (CLI). This API isn’t available to applications created using the
33
+ * Amplify Gen 2 public preview. When you deploy an application with
34
+ * Amplify Gen 2, you provision the app's backend infrastructure using Typescript
35
+ * code.</p>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -75,6 +81,7 @@ declare const ListBackendEnvironmentsCommand_base: {
75
81
  * @throws {@link AmplifyServiceException}
76
82
  * <p>Base exception class for all service exceptions from Amplify service.</p>
77
83
  *
84
+ * @public
78
85
  */
79
86
  export declare class ListBackendEnvironmentsCommand extends ListBackendEnvironmentsCommand_base {
80
87
  }
@@ -22,10 +22,10 @@ export interface ListBranchesCommandOutput extends ListBranchesResult, __Metadat
22
22
  }
23
23
  declare const ListBranchesCommand_base: {
24
24
  new (input: ListBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListBranchesCommandInput, ListBranchesCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists the branches of an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const ListBranchesCommand_base: {
106
106
  * @throws {@link AmplifyServiceException}
107
107
  * <p>Base exception class for all service exceptions from Amplify service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class ListBranchesCommand extends ListBranchesCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface ListDomainAssociationsCommandOutput extends ListDomainAssociati
22
22
  }
23
23
  declare const ListDomainAssociationsCommand_base: {
24
24
  new (input: ListDomainAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDomainAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the domain associations for an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListDomainAssociationsCommand_base: {
94
94
  * @throws {@link AmplifyServiceException}
95
95
  * <p>Base exception class for all service exceptions from Amplify service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListDomainAssociationsCommand extends ListDomainAssociationsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
22
22
  }
23
23
  declare const ListJobsCommand_base: {
24
24
  new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Lists the jobs for a branch of an Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListJobsCommand_base: {
81
81
  * @throws {@link AmplifyServiceException}
82
82
  * <p>Base exception class for all service exceptions from Amplify service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListJobsCommand extends ListJobsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link AmplifyServiceException}
65
65
  * <p>Base exception class for all service exceptions from Amplify service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
69
70
  }