@aws-sdk/client-amplify 3.534.0 → 3.540.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 (85) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Amplify.d.ts +2 -1
  6. package/dist-types/AmplifyClient.d.ts +1 -1
  7. package/dist-types/commands/CreateAppCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateBranchCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateWebhookCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBranchCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteJobCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  19. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetAppCommand.d.ts +2 -1
  21. package/dist-types/commands/GetArtifactUrlCommand.d.ts +2 -1
  22. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +2 -1
  23. package/dist-types/commands/GetBranchCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDomainAssociationCommand.d.ts +2 -1
  25. package/dist-types/commands/GetJobCommand.d.ts +2 -1
  26. package/dist-types/commands/GetWebhookCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListArtifactsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListBranchesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListJobsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  36. package/dist-types/commands/StartJobCommand.d.ts +2 -1
  37. package/dist-types/commands/StopJobCommand.d.ts +2 -1
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateAppCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateBranchCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -1
  44. package/dist-types/index.d.ts +0 -1
  45. package/dist-types/models/models_0.d.ts +440 -440
  46. package/dist-types/ts3.4/Amplify.d.ts +1 -0
  47. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +7 -0
  61. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +7 -0
  66. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +7 -0
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/index.d.ts +0 -1
  85. package/package.json +40 -40
@@ -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
  }
@@ -22,10 +22,10 @@ export interface ListWebhooksCommandOutput extends ListWebhooksResult, __Metadat
22
22
  }
23
23
  declare const ListWebhooksCommand_base: {
24
24
  new (input: ListWebhooksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWebhooksCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of webhooks 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.
@@ -78,6 +78,7 @@ declare const ListWebhooksCommand_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 ListWebhooksCommand extends ListWebhooksCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface StartDeploymentCommandOutput extends StartDeploymentResult, __M
22
22
  }
23
23
  declare const StartDeploymentCommand_base: {
24
24
  new (input: StartDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a deployment for a manually deployed app. Manually deployed apps are not
30
30
  * connected to a repository. </p>
31
31
  * <p>The maximum duration between the <code>CreateDeployment</code> call and the
@@ -86,6 +86,7 @@ declare const StartDeploymentCommand_base: {
86
86
  * @throws {@link AmplifyServiceException}
87
87
  * <p>Base exception class for all service exceptions from Amplify service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface StartJobCommandOutput extends StartJobResult, __MetadataBearer
22
22
  }
23
23
  declare const StartJobCommand_base: {
24
24
  new (input: StartJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Starts a new 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.
@@ -85,6 +85,7 @@ declare const StartJobCommand_base: {
85
85
  * @throws {@link AmplifyServiceException}
86
86
  * <p>Base exception class for all service exceptions from Amplify service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class StartJobCommand extends StartJobCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
22
22
  }
23
23
  declare const StopJobCommand_base: {
24
24
  new (input: StopJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopJobCommandInput, StopJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Stops a job that is in progress 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 StopJobCommand_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 StopJobCommand extends StopJobCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags the resource with a tag key and value.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
63
63
  * @throws {@link AmplifyServiceException}
64
64
  * <p>Base exception class for all service exceptions from Amplify service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class TagResourceCommand extends TagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Untags a resource with 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.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link AmplifyServiceException}
64
64
  * <p>Base exception class for all service exceptions from Amplify service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface UpdateAppCommandOutput extends UpdateAppResult, __MetadataBeare
22
22
  }
23
23
  declare const UpdateAppCommand_base: {
24
24
  new (input: UpdateAppCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAppCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an existing Amplify app. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -163,6 +163,7 @@ declare const UpdateAppCommand_base: {
163
163
  * @throws {@link AmplifyServiceException}
164
164
  * <p>Base exception class for all service exceptions from Amplify service.</p>
165
165
  *
166
+ * @public
166
167
  */
167
168
  export declare class UpdateAppCommand extends UpdateAppCommand_base {
168
169
  }
@@ -22,10 +22,10 @@ export interface UpdateBranchCommandOutput extends UpdateBranchResult, __Metadat
22
22
  }
23
23
  declare const UpdateBranchCommand_base: {
24
24
  new (input: UpdateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBranchCommandInput, UpdateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates 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.
@@ -128,6 +128,7 @@ declare const UpdateBranchCommand_base: {
128
128
  * @throws {@link AmplifyServiceException}
129
129
  * <p>Base exception class for all service exceptions from Amplify service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class UpdateBranchCommand extends UpdateBranchCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface UpdateDomainAssociationCommandOutput extends UpdateDomainAssoci
22
22
  }
23
23
  declare const UpdateDomainAssociationCommand_base: {
24
24
  new (input: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput, 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.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const UpdateDomainAssociationCommand_base: {
111
111
  * @throws {@link AmplifyServiceException}
112
112
  * <p>Base exception class for all service exceptions from Amplify service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdateDomainAssociationCommand extends UpdateDomainAssociationCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookResult, __Metad
22
22
  }
23
23
  declare const UpdateWebhookCommand_base: {
24
24
  new (input: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebhookCommandInput, UpdateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a webhook. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UpdateWebhookCommand_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 UpdateWebhookCommand extends UpdateWebhookCommand_base {
83
84
  }
@@ -16,5 +16,4 @@ export { AmplifyExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./pagination";
18
18
  export * from "./models";
19
- import "@aws-sdk/util-endpoints";
20
19
  export { AmplifyServiceException } from "./models/AmplifyServiceException";