@aws-sdk/client-amplify 3.478.0 → 3.481.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 (153) hide show
  1. package/dist-cjs/commands/CreateAppCommand.js +18 -41
  2. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +18 -41
  3. package/dist-cjs/commands/CreateBranchCommand.js +18 -41
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDomainAssociationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateWebhookCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAppCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteBranchCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteJobCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteWebhookCommand.js +18 -41
  13. package/dist-cjs/commands/GenerateAccessLogsCommand.js +18 -41
  14. package/dist-cjs/commands/GetAppCommand.js +18 -41
  15. package/dist-cjs/commands/GetArtifactUrlCommand.js +18 -41
  16. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +18 -41
  17. package/dist-cjs/commands/GetBranchCommand.js +18 -41
  18. package/dist-cjs/commands/GetDomainAssociationCommand.js +18 -41
  19. package/dist-cjs/commands/GetJobCommand.js +18 -41
  20. package/dist-cjs/commands/GetWebhookCommand.js +18 -41
  21. package/dist-cjs/commands/ListAppsCommand.js +18 -41
  22. package/dist-cjs/commands/ListArtifactsCommand.js +18 -41
  23. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +18 -41
  24. package/dist-cjs/commands/ListBranchesCommand.js +18 -41
  25. package/dist-cjs/commands/ListDomainAssociationsCommand.js +18 -41
  26. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  28. package/dist-cjs/commands/ListWebhooksCommand.js +18 -41
  29. package/dist-cjs/commands/StartDeploymentCommand.js +18 -41
  30. package/dist-cjs/commands/StartJobCommand.js +18 -41
  31. package/dist-cjs/commands/StopJobCommand.js +18 -41
  32. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  33. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateAppCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateBranchCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateWebhookCommand.js +18 -41
  38. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  39. package/dist-es/commands/CreateAppCommand.js +18 -41
  40. package/dist-es/commands/CreateBackendEnvironmentCommand.js +18 -41
  41. package/dist-es/commands/CreateBranchCommand.js +18 -41
  42. package/dist-es/commands/CreateDeploymentCommand.js +18 -41
  43. package/dist-es/commands/CreateDomainAssociationCommand.js +18 -41
  44. package/dist-es/commands/CreateWebhookCommand.js +18 -41
  45. package/dist-es/commands/DeleteAppCommand.js +18 -41
  46. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +18 -41
  47. package/dist-es/commands/DeleteBranchCommand.js +18 -41
  48. package/dist-es/commands/DeleteDomainAssociationCommand.js +18 -41
  49. package/dist-es/commands/DeleteJobCommand.js +18 -41
  50. package/dist-es/commands/DeleteWebhookCommand.js +18 -41
  51. package/dist-es/commands/GenerateAccessLogsCommand.js +18 -41
  52. package/dist-es/commands/GetAppCommand.js +18 -41
  53. package/dist-es/commands/GetArtifactUrlCommand.js +18 -41
  54. package/dist-es/commands/GetBackendEnvironmentCommand.js +18 -41
  55. package/dist-es/commands/GetBranchCommand.js +18 -41
  56. package/dist-es/commands/GetDomainAssociationCommand.js +18 -41
  57. package/dist-es/commands/GetJobCommand.js +18 -41
  58. package/dist-es/commands/GetWebhookCommand.js +18 -41
  59. package/dist-es/commands/ListAppsCommand.js +18 -41
  60. package/dist-es/commands/ListArtifactsCommand.js +18 -41
  61. package/dist-es/commands/ListBackendEnvironmentsCommand.js +18 -41
  62. package/dist-es/commands/ListBranchesCommand.js +18 -41
  63. package/dist-es/commands/ListDomainAssociationsCommand.js +18 -41
  64. package/dist-es/commands/ListJobsCommand.js +18 -41
  65. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  66. package/dist-es/commands/ListWebhooksCommand.js +18 -41
  67. package/dist-es/commands/StartDeploymentCommand.js +18 -41
  68. package/dist-es/commands/StartJobCommand.js +18 -41
  69. package/dist-es/commands/StopJobCommand.js +18 -41
  70. package/dist-es/commands/TagResourceCommand.js +18 -41
  71. package/dist-es/commands/UntagResourceCommand.js +18 -41
  72. package/dist-es/commands/UpdateAppCommand.js +18 -41
  73. package/dist-es/commands/UpdateBranchCommand.js +18 -41
  74. package/dist-es/commands/UpdateDomainAssociationCommand.js +18 -41
  75. package/dist-es/commands/UpdateWebhookCommand.js +18 -41
  76. package/dist-es/endpoint/EndpointParameters.js +6 -0
  77. package/dist-types/commands/CreateAppCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateBranchCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateDomainAssociationCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateWebhookCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteAppCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteBranchCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteJobCommand.d.ts +6 -21
  88. package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -21
  89. package/dist-types/commands/GenerateAccessLogsCommand.d.ts +6 -21
  90. package/dist-types/commands/GetAppCommand.d.ts +6 -21
  91. package/dist-types/commands/GetArtifactUrlCommand.d.ts +6 -21
  92. package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +6 -21
  93. package/dist-types/commands/GetBranchCommand.d.ts +6 -21
  94. package/dist-types/commands/GetDomainAssociationCommand.d.ts +6 -21
  95. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  96. package/dist-types/commands/GetWebhookCommand.d.ts +6 -21
  97. package/dist-types/commands/ListAppsCommand.d.ts +6 -21
  98. package/dist-types/commands/ListArtifactsCommand.d.ts +6 -21
  99. package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListBranchesCommand.d.ts +6 -21
  101. package/dist-types/commands/ListDomainAssociationsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/ListWebhooksCommand.d.ts +6 -21
  105. package/dist-types/commands/StartDeploymentCommand.d.ts +6 -21
  106. package/dist-types/commands/StartJobCommand.d.ts +6 -21
  107. package/dist-types/commands/StopJobCommand.d.ts +6 -21
  108. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  110. package/dist-types/commands/UpdateAppCommand.d.ts +6 -21
  111. package/dist-types/commands/UpdateBranchCommand.d.ts +6 -21
  112. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +6 -21
  113. package/dist-types/commands/UpdateWebhookCommand.d.ts +6 -21
  114. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  115. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +12 -23
  129. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  134. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +12 -23
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  153. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateDomainAssociationCommand, se_UpdateDomainAssociationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateDomainAssociationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDomainAssociationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyClient";
26
- const commandName = "UpdateDomainAssociationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Amplify",
35
- operation: "UpdateDomainAssociation",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateDomainAssociationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateDomainAssociationCommand(output, context);
46
- }
7
+ export class UpdateDomainAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Amplify", "UpdateDomainAssociation", {})
19
+ .n("AmplifyClient", "UpdateDomainAssociationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateDomainAssociationCommand)
22
+ .de(de_UpdateDomainAssociationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateWebhookCommand, se_UpdateWebhookCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateWebhookCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateWebhookCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "AmplifyClient";
26
- const commandName = "UpdateWebhookCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "Amplify",
35
- operation: "UpdateWebhook",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateWebhookCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateWebhookCommand(output, context);
46
- }
7
+ export class UpdateWebhookCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("Amplify", "UpdateWebhook", {})
19
+ .n("AmplifyClient", "UpdateWebhookCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateWebhookCommand)
22
+ .de(de_UpdateWebhookCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "amplify",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateAppRequest, CreateAppResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppCommandInput extends CreateAppRequest {
21
20
  */
22
21
  export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppCommand_base: {
24
+ new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Amplify app. </p>
@@ -166,23 +169,5 @@ export interface CreateAppCommandOutput extends CreateAppResult, __MetadataBeare
166
169
  * <p>Base exception class for all service exceptions from Amplify service.</p>
167
170
  *
168
171
  */
169
- export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, AmplifyClientResolvedConfig> {
170
- readonly input: CreateAppCommandInput;
171
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
172
- /**
173
- * @public
174
- */
175
- constructor(input: CreateAppCommandInput);
176
- /**
177
- * @internal
178
- */
179
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
180
- /**
181
- * @internal
182
- */
183
- private serialize;
184
- /**
185
- * @internal
186
- */
187
- private deserialize;
172
+ export declare class CreateAppCommand extends CreateAppCommand_base {
188
173
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateBackendEnvironmentCommandInput extends CreateBackendEnvir
21
20
  */
22
21
  export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvironmentResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateBackendEnvironmentCommand_base: {
24
+ new (input: CreateBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new backend environment for an Amplify app. </p>
@@ -76,23 +79,5 @@ export interface CreateBackendEnvironmentCommandOutput extends CreateBackendEnvi
76
79
  * <p>Base exception class for all service exceptions from Amplify service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateBackendEnvironmentCommand extends $Command<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
80
- readonly input: CreateBackendEnvironmentCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateBackendEnvironmentCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateBackendEnvironmentCommand extends CreateBackendEnvironmentCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateBranchCommandInput extends CreateBranchRequest {
21
20
  */
22
21
  export interface CreateBranchCommandOutput extends CreateBranchResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateBranchCommand_base: {
24
+ new (input: CreateBranchCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a new branch for an Amplify app. </p>
@@ -132,23 +135,5 @@ export interface CreateBranchCommandOutput extends CreateBranchResult, __Metadat
132
135
  * <p>Base exception class for all service exceptions from Amplify service.</p>
133
136
  *
134
137
  */
135
- export declare class CreateBranchCommand extends $Command<CreateBranchCommandInput, CreateBranchCommandOutput, AmplifyClientResolvedConfig> {
136
- readonly input: CreateBranchCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: CreateBranchCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class CreateBranchCommand extends CreateBranchCommand_base {
154
139
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
21
20
  */
22
21
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDeploymentCommand_base: {
24
+ new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are
@@ -76,23 +79,5 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResult, _
76
79
  * <p>Base exception class for all service exceptions from Amplify service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, AmplifyClientResolvedConfig> {
80
- readonly input: CreateDeploymentCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateDeploymentCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDomainAssociationCommandInput extends CreateDomainAssocia
21
20
  */
22
21
  export interface CreateDomainAssociationCommandOutput extends CreateDomainAssociationResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateDomainAssociationCommand_base: {
24
+ new (input: CreateDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Creates a new domain association for an Amplify app. This action associates a custom
@@ -103,23 +106,5 @@ export interface CreateDomainAssociationCommandOutput extends CreateDomainAssoci
103
106
  * <p>Base exception class for all service exceptions from Amplify service.</p>
104
107
  *
105
108
  */
106
- export declare class CreateDomainAssociationCommand extends $Command<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
107
- readonly input: CreateDomainAssociationCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: CreateDomainAssociationCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class CreateDomainAssociationCommand extends CreateDomainAssociationCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateWebhookCommandInput extends CreateWebhookRequest {
21
20
  */
22
21
  export interface CreateWebhookCommandOutput extends CreateWebhookResult, __MetadataBearer {
23
22
  }
23
+ declare const CreateWebhookCommand_base: {
24
+ new (input: CreateWebhookCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new webhook on an Amplify app. </p>
@@ -79,23 +82,5 @@ export interface CreateWebhookCommandOutput extends CreateWebhookResult, __Metad
79
82
  * <p>Base exception class for all service exceptions from Amplify service.</p>
80
83
  *
81
84
  */
82
- export declare class CreateWebhookCommand extends $Command<CreateWebhookCommandInput, CreateWebhookCommandOutput, AmplifyClientResolvedConfig> {
83
- readonly input: CreateWebhookCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: CreateWebhookCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebhookCommandInput, CreateWebhookCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class CreateWebhookCommand extends CreateWebhookCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { DeleteAppRequest, DeleteAppResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
21
20
  */
22
21
  export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppCommand_base: {
24
+ new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an existing Amplify app specified by an app ID. </p>
@@ -122,23 +125,5 @@ export interface DeleteAppCommandOutput extends DeleteAppResult, __MetadataBeare
122
125
  * <p>Base exception class for all service exceptions from Amplify service.</p>
123
126
  *
124
127
  */
125
- export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, AmplifyClientResolvedConfig> {
126
- readonly input: DeleteAppCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: DeleteAppCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class DeleteAppCommand extends DeleteAppCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteBackendEnvironmentCommandInput extends DeleteBackendEnvir
21
20
  */
22
21
  export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvironmentResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteBackendEnvironmentCommand_base: {
24
+ new (input: DeleteBackendEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a backend environment for an Amplify app. </p>
@@ -74,23 +77,5 @@ export interface DeleteBackendEnvironmentCommandOutput extends DeleteBackendEnvi
74
77
  * <p>Base exception class for all service exceptions from Amplify service.</p>
75
78
  *
76
79
  */
77
- export declare class DeleteBackendEnvironmentCommand extends $Command<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig> {
78
- readonly input: DeleteBackendEnvironmentCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: DeleteBackendEnvironmentCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class DeleteBackendEnvironmentCommand extends DeleteBackendEnvironmentCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { DeleteBranchRequest, DeleteBranchResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteBranchCommandInput extends DeleteBranchRequest {
21
20
  */
22
21
  export interface DeleteBranchCommandOutput extends DeleteBranchResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteBranchCommand_base: {
24
+ new (input: DeleteBranchCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a branch for an Amplify app. </p>
@@ -106,23 +109,5 @@ export interface DeleteBranchCommandOutput extends DeleteBranchResult, __Metadat
106
109
  * <p>Base exception class for all service exceptions from Amplify service.</p>
107
110
  *
108
111
  */
109
- export declare class DeleteBranchCommand extends $Command<DeleteBranchCommandInput, DeleteBranchCommandOutput, AmplifyClientResolvedConfig> {
110
- readonly input: DeleteBranchCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: DeleteBranchCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBranchCommandInput, DeleteBranchCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class DeleteBranchCommand extends DeleteBranchCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDomainAssociationCommandInput extends DeleteDomainAssocia
21
20
  */
22
21
  export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssociationResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDomainAssociationCommand_base: {
24
+ new (input: DeleteDomainAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a domain association for an Amplify app. </p>
@@ -88,23 +91,5 @@ export interface DeleteDomainAssociationCommandOutput extends DeleteDomainAssoci
88
91
  * <p>Base exception class for all service exceptions from Amplify service.</p>
89
92
  *
90
93
  */
91
- export declare class DeleteDomainAssociationCommand extends $Command<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig> {
92
- readonly input: DeleteDomainAssociationCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DeleteDomainAssociationCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DeleteDomainAssociationCommand extends DeleteDomainAssociationCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyClient";
5
4
  import { DeleteJobRequest, DeleteJobResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {
21
20
  */
22
21
  export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteJobCommand_base: {
24
+ new (input: DeleteJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Deletes a job for a branch of an Amplify app. </p>
@@ -78,23 +81,5 @@ export interface DeleteJobCommandOutput extends DeleteJobResult, __MetadataBeare
78
81
  * <p>Base exception class for all service exceptions from Amplify service.</p>
79
82
  *
80
83
  */
81
- export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, AmplifyClientResolvedConfig> {
82
- readonly input: DeleteJobCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteJobCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DeleteJobCommand extends DeleteJobCommand_base {
100
85
  }