@aws-sdk/client-amplify 3.296.0 → 3.298.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 (111) hide show
  1. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteAppCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteJobCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
  11. package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
  12. package/dist-cjs/commands/GetAppCommand.js +1 -1
  13. package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
  14. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
  15. package/dist-cjs/commands/GetBranchCommand.js +1 -1
  16. package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
  17. package/dist-cjs/commands/GetJobCommand.js +2 -3
  18. package/dist-cjs/commands/GetWebhookCommand.js +2 -3
  19. package/dist-cjs/commands/ListAppsCommand.js +1 -1
  20. package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
  21. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
  22. package/dist-cjs/commands/ListBranchesCommand.js +1 -1
  23. package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
  24. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
  27. package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
  28. package/dist-cjs/commands/StartJobCommand.js +2 -3
  29. package/dist-cjs/commands/StopJobCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -287
  35. package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
  36. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  37. package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
  38. package/dist-es/commands/CreateWebhookCommand.js +2 -3
  39. package/dist-es/commands/DeleteAppCommand.js +2 -2
  40. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
  41. package/dist-es/commands/DeleteBranchCommand.js +2 -2
  42. package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
  43. package/dist-es/commands/DeleteJobCommand.js +2 -3
  44. package/dist-es/commands/DeleteWebhookCommand.js +2 -3
  45. package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
  46. package/dist-es/commands/GetAppCommand.js +2 -2
  47. package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
  48. package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
  49. package/dist-es/commands/GetBranchCommand.js +2 -2
  50. package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
  51. package/dist-es/commands/GetJobCommand.js +2 -3
  52. package/dist-es/commands/GetWebhookCommand.js +2 -3
  53. package/dist-es/commands/ListAppsCommand.js +2 -2
  54. package/dist-es/commands/ListArtifactsCommand.js +2 -3
  55. package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
  56. package/dist-es/commands/ListBranchesCommand.js +2 -2
  57. package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
  58. package/dist-es/commands/ListJobsCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/ListWebhooksCommand.js +2 -3
  61. package/dist-es/commands/StartDeploymentCommand.js +2 -3
  62. package/dist-es/commands/StartJobCommand.js +2 -3
  63. package/dist-es/commands/StopJobCommand.js +2 -3
  64. package/dist-es/commands/TagResourceCommand.js +2 -3
  65. package/dist-es/commands/UntagResourceCommand.js +2 -3
  66. package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
  67. package/dist-es/commands/UpdateWebhookCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -213
  69. package/dist-types/Amplify.d.ts +38 -0
  70. package/dist-types/AmplifyClient.d.ts +24 -4
  71. package/dist-types/commands/CreateAppCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
  76. package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
  83. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
  84. package/dist-types/commands/GetAppCommand.d.ts +16 -0
  85. package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
  86. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
  87. package/dist-types/commands/GetBranchCommand.d.ts +16 -0
  88. package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
  89. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  90. package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
  91. package/dist-types/commands/ListAppsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
  95. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
  96. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
  99. package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
  100. package/dist-types/commands/StartJobCommand.d.ts +16 -0
  101. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  102. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  103. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateAppCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
  108. package/dist-types/models/AmplifyServiceException.d.ts +2 -0
  109. package/dist-types/models/models_0.d.ts +123 -284
  110. package/dist-types/ts3.4/models/models_0.d.ts +0 -197
  111. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAppCommand}.
8
10
  */
9
11
  export interface DeleteAppCommandInput extends DeleteAppRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAppCommand}.
13
17
  */
14
18
  export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes an existing Amplify app specified by an app ID. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAppCommandInput - {@link DeleteAppCommandInput}
34
+ * @returns {@link DeleteAppCommandOutput}
28
35
  * @see {@link DeleteAppCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAppCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
49
56
  export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteAppCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteAppCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackendEnvironmentCommand}.
8
10
  */
9
11
  export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackendEnvironmentCommand}.
13
17
  */
14
18
  export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a backend environment for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackendEnvironmentCommandInput - {@link DeleteBackendEnvironmentCommandInput}
34
+ * @returns {@link DeleteBackendEnvironmentCommandOutput}
28
35
  * @see {@link DeleteBackendEnvironmentCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackendEnvironmentCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
49
56
  export declare class DeleteBackendEnvironmentCommand extends $Command<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteBackendEnvironmentCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteBackendEnvironmentCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBranchCommand}.
8
10
  */
9
11
  export interface DeleteBranchCommandInput extends DeleteBranchRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBranchCommand}.
13
17
  */
14
18
  export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a branch for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBranchCommandInput - {@link DeleteBranchCommandInput}
34
+ * @returns {@link DeleteBranchCommandOutput}
28
35
  * @see {@link DeleteBranchCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBranchCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
49
56
  export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteBranchCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteBranchCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBranchCommandInput, DeleteBranchCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDomainAssociationCommand}.
8
10
  */
9
11
  export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssociationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDomainAssociationCommand}.
13
17
  */
14
18
  export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a domain association for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDomainAssociationCommandInput - {@link DeleteDomainAssociationCommandInput}
34
+ * @returns {@link DeleteDomainAssociationCommandOutput}
28
35
  * @see {@link DeleteDomainAssociationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDomainAssociationCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
49
56
  export declare class DeleteDomainAssociationCommand extends $Command<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteDomainAssociationCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteDomainAssociationCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteJobCommand}.
8
10
  */
9
11
  export interface DeleteJobCommandInput extends DeleteJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteJobCommand}.
13
17
  */
14
18
  export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a job for a branch of an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteJobCommandInput - {@link DeleteJobCommandInput}
34
+ * @returns {@link DeleteJobCommandOutput}
28
35
  * @see {@link DeleteJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
49
56
  export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWebhookCommand}.
8
10
  */
9
11
  export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWebhookCommand}.
13
17
  */
14
18
  export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deletes a webhook. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWebhookCommandInput - {@link DeleteWebhookCommandInput}
34
+ * @returns {@link DeleteWebhookCommandOutput}
28
35
  * @see {@link DeleteWebhookCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWebhookCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteWebhookCommandOutput extends DeleteWebhookResult, __Metad
49
56
  export declare class DeleteWebhookCommand extends $Command<DeleteWebhookCommandInput, DeleteWebhookCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: DeleteWebhookCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteWebhookCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebhookCommandInput, DeleteWebhookCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GenerateAccessLogsCommand}.
8
10
  */
9
11
  export interface GenerateAccessLogsCommandInput extends GenerateAccessLogsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GenerateAccessLogsCommand}.
13
17
  */
14
18
  export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the website access logs for a specific time range using a presigned URL.
18
23
  * </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GenerateAccessLogsCommandInput - {@link GenerateAccessLogsCommandInput}
35
+ * @returns {@link GenerateAccessLogsCommandOutput}
29
36
  * @see {@link GenerateAccessLogsCommandInput} for command's `input` shape.
30
37
  * @see {@link GenerateAccessLogsCommandOutput} for command's `response` shape.
31
38
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GenerateAccessLogsCommandOutput extends GenerateAccessLogsResul
47
54
  export declare class GenerateAccessLogsCommand extends $Command<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig> {
48
55
  readonly input: GenerateAccessLogsCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GenerateAccessLogsCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetAppRequest, GetAppResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAppCommand}.
8
10
  */
9
11
  export interface GetAppCommandInput extends GetAppRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAppCommand}.
13
17
  */
14
18
  export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns an existing Amplify app by appID. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAppCommandInput - {@link GetAppCommandInput}
34
+ * @returns {@link GetAppCommandOutput}
28
35
  * @see {@link GetAppCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAppCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {
46
53
  export declare class GetAppCommand extends $Command<GetAppCommandInput, GetAppCommandOutput, AmplifyClientResolvedConfig> {
47
54
  readonly input: GetAppCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetAppCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAppCommandInput, GetAppCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetArtifactUrlCommand}.
8
10
  */
9
11
  export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetArtifactUrlCommand}.
13
17
  */
14
18
  export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the artifact info that corresponds to an artifact id. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetArtifactUrlCommandInput - {@link GetArtifactUrlCommandInput}
34
+ * @returns {@link GetArtifactUrlCommandOutput}
28
35
  * @see {@link GetArtifactUrlCommandInput} for command's `input` shape.
29
36
  * @see {@link GetArtifactUrlCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetArtifactUrlCommandOutput extends GetArtifactUrlResult, __Met
49
56
  export declare class GetArtifactUrlCommand extends $Command<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: GetArtifactUrlCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetArtifactUrlCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendEnvironmentCommand}.
8
10
  */
9
11
  export interface GetBackendEnvironmentCommandInput extends GetBackendEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendEnvironmentCommand}.
13
17
  */
14
18
  export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmentResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a backend environment for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendEnvironmentCommandInput - {@link GetBackendEnvironmentCommandInput}
34
+ * @returns {@link GetBackendEnvironmentCommandOutput}
28
35
  * @see {@link GetBackendEnvironmentCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendEnvironmentCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendEnvironmentCommandOutput extends GetBackendEnvironmen
46
53
  export declare class GetBackendEnvironmentCommand extends $Command<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
47
54
  readonly input: GetBackendEnvironmentCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendEnvironmentCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetBranchRequest, GetBranchResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBranchCommand}.
8
10
  */
9
11
  export interface GetBranchCommandInput extends GetBranchRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBranchCommand}.
13
17
  */
14
18
  export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a branch for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBranchCommandInput - {@link GetBranchCommandInput}
34
+ * @returns {@link GetBranchCommandOutput}
28
35
  * @see {@link GetBranchCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBranchCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBranchCommandOutput extends GetBranchResult, __MetadataBeare
46
53
  export declare class GetBranchCommand extends $Command<GetBranchCommandInput, GetBranchCommandOutput, AmplifyClientResolvedConfig> {
47
54
  readonly input: GetBranchCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBranchCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBranchCommandInput, GetBranchCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetDomainAssociationCommand}.
8
10
  */
9
11
  export interface GetDomainAssociationCommandInput extends GetDomainAssociationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetDomainAssociationCommand}.
13
17
  */
14
18
  export interface GetDomainAssociationCommandOutput extends GetDomainAssociationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the domain information for an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetDomainAssociationCommandOutput extends GetDomainAssociationR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetDomainAssociationCommandInput - {@link GetDomainAssociationCommandInput}
34
+ * @returns {@link GetDomainAssociationCommandOutput}
28
35
  * @see {@link GetDomainAssociationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetDomainAssociationCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetDomainAssociationCommandOutput extends GetDomainAssociationR
46
53
  export declare class GetDomainAssociationCommand extends $Command<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
47
54
  readonly input: GetDomainAssociationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetDomainAssociationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
5
  import { GetJobRequest, GetJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetJobCommand}.
8
10
  */
9
11
  export interface GetJobCommandInput extends GetJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetJobCommand}.
13
17
  */
14
18
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns a job for a branch of an Amplify app. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetJobCommandInput - {@link GetJobCommandInput}
34
+ * @returns {@link GetJobCommandOutput}
28
35
  * @see {@link GetJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyClientResolvedConfig | config} for AmplifyClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
49
56
  export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, AmplifyClientResolvedConfig> {
50
57
  readonly input: GetJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }