@aws-sdk/client-devops-agent 3.1086.0 → 3.1088.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 (83) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DevOpsAgent.d.ts +212 -262
  3. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +18 -66
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateAssetFileCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/DeleteAssetFileCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +3 -8
  26. package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/GetAssetContentCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/GetAssetFileCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +3 -8
  37. package/dist-types/ts3.4/commands/ListAssetFilesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListAssetVersionsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +7 -5
  44. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +3 -5
  54. package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/UpdateAssetFileCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  70. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  71. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  73. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  74. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  76. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -4
  77. package/dist-types/ts3.4/pagination/ListGoalsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  83. package/package.json +39 -39
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteTriggerRequest,
4
- DeleteTriggerResponse,
5
- } from "../models/models_0";
2
+ import { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {}
8
- export interface DeleteTriggerCommandOutput
9
- extends DeleteTriggerResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __MetadataBearer {}
11
6
  declare const DeleteTriggerCommand_base: {
12
7
  new (
13
- input: DeleteTriggerCommandInput
8
+ input: DeleteTriggerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteTriggerCommandInput,
16
11
  DeleteTriggerCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteTriggerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteTriggerCommandInput
17
+ input: DeleteTriggerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteTriggerCommandInput,
25
20
  DeleteTriggerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeregisterServiceInput,
4
- DeregisterServiceOutput,
5
- } from "../models/models_0";
2
+ import { DeregisterServiceInput, DeregisterServiceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeregisterServiceCommandInput extends DeregisterServiceInput {}
8
- export interface DeregisterServiceCommandOutput
9
- extends DeregisterServiceOutput,
10
- __MetadataBearer {}
5
+ export interface DeregisterServiceCommandOutput extends DeregisterServiceOutput, __MetadataBearer {}
11
6
  declare const DeregisterServiceCommand_base: {
12
7
  new (
13
- input: DeregisterServiceCommandInput
8
+ input: DeregisterServiceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeregisterServiceCommandInput,
16
11
  DeregisterServiceCommandOutput,
@@ -19,7 +14,7 @@ declare const DeregisterServiceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeregisterServiceCommandInput
17
+ input: DeregisterServiceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeregisterServiceCommandInput,
25
20
  DeregisterServiceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribePrivateConnectionOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribePrivateConnectionCommandInput
8
- extends DescribePrivateConnectionInput {}
7
+ export interface DescribePrivateConnectionCommandInput extends DescribePrivateConnectionInput {}
9
8
  export interface DescribePrivateConnectionCommandOutput
10
- extends DescribePrivateConnectionOutput,
11
- __MetadataBearer {}
9
+ extends DescribePrivateConnectionOutput, __MetadataBearer {}
12
10
  declare const DescribePrivateConnectionCommand_base: {
13
11
  new (
14
- input: DescribePrivateConnectionCommandInput
12
+ input: DescribePrivateConnectionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribePrivateConnectionCommandInput,
17
15
  DescribePrivateConnectionCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribePrivateConnectionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribePrivateConnectionCommandInput
21
+ input: DescribePrivateConnectionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribePrivateConnectionCommandInput,
26
24
  DescribePrivateConnectionCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisableOperatorAppInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisableOperatorAppCommandInput
5
- extends DisableOperatorAppInput {}
4
+ export interface DisableOperatorAppCommandInput extends DisableOperatorAppInput {}
6
5
  export interface DisableOperatorAppCommandOutput extends __MetadataBearer {}
7
6
  declare const DisableOperatorAppCommand_base: {
8
7
  new (
9
- input: DisableOperatorAppCommandInput
8
+ input: DisableOperatorAppCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisableOperatorAppCommandInput,
12
11
  DisableOperatorAppCommandOutput,
@@ -15,7 +14,7 @@ declare const DisableOperatorAppCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisableOperatorAppCommandInput
17
+ input: DisableOperatorAppCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisableOperatorAppCommandInput,
21
20
  DisableOperatorAppCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DisassociateServiceInput,
4
- DisassociateServiceOutput,
5
- } from "../models/models_0";
2
+ import { DisassociateServiceInput, DisassociateServiceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DisassociateServiceCommandInput
8
- extends DisassociateServiceInput {}
4
+ export interface DisassociateServiceCommandInput extends DisassociateServiceInput {}
9
5
  export interface DisassociateServiceCommandOutput
10
- extends DisassociateServiceOutput,
11
- __MetadataBearer {}
6
+ extends DisassociateServiceOutput, __MetadataBearer {}
12
7
  declare const DisassociateServiceCommand_base: {
13
8
  new (
14
- input: DisassociateServiceCommandInput
9
+ input: DisassociateServiceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DisassociateServiceCommandInput,
17
12
  DisassociateServiceCommandOutput,
@@ -20,7 +15,7 @@ declare const DisassociateServiceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DisassociateServiceCommandInput
18
+ input: DisassociateServiceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DisassociateServiceCommandInput,
26
21
  DisassociateServiceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- EnableOperatorAppInput,
4
- EnableOperatorAppOutput,
5
- } from "../models/models_0";
2
+ import { EnableOperatorAppInput, EnableOperatorAppOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface EnableOperatorAppCommandInput extends EnableOperatorAppInput {}
8
- export interface EnableOperatorAppCommandOutput
9
- extends EnableOperatorAppOutput,
10
- __MetadataBearer {}
5
+ export interface EnableOperatorAppCommandOutput extends EnableOperatorAppOutput, __MetadataBearer {}
11
6
  declare const EnableOperatorAppCommand_base: {
12
7
  new (
13
- input: EnableOperatorAppCommandInput
8
+ input: EnableOperatorAppCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  EnableOperatorAppCommandInput,
16
11
  EnableOperatorAppCommandOutput,
@@ -19,7 +14,7 @@ declare const EnableOperatorAppCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: EnableOperatorAppCommandInput
17
+ input: EnableOperatorAppCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  EnableOperatorAppCommandInput,
25
20
  EnableOperatorAppCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccountUsageInput,
4
- GetAccountUsageOutput,
5
- } from "../models/models_0";
2
+ import { GetAccountUsageInput, GetAccountUsageOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAccountUsageCommandInput extends GetAccountUsageInput {}
8
- export interface GetAccountUsageCommandOutput
9
- extends GetAccountUsageOutput,
10
- __MetadataBearer {}
5
+ export interface GetAccountUsageCommandOutput extends GetAccountUsageOutput, __MetadataBearer {}
11
6
  declare const GetAccountUsageCommand_base: {
12
7
  new (
13
- input: GetAccountUsageCommandInput
8
+ input: GetAccountUsageCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAccountUsageCommandInput,
16
11
  GetAccountUsageCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetAgentSpaceInput, GetAgentSpaceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAgentSpaceCommandInput extends GetAgentSpaceInput {}
5
- export interface GetAgentSpaceCommandOutput
6
- extends GetAgentSpaceOutput,
7
- __MetadataBearer {}
5
+ export interface GetAgentSpaceCommandOutput extends GetAgentSpaceOutput, __MetadataBearer {}
8
6
  declare const GetAgentSpaceCommand_base: {
9
7
  new (
10
- input: GetAgentSpaceCommandInput
8
+ input: GetAgentSpaceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetAgentSpaceCommandInput,
13
11
  GetAgentSpaceCommandOutput,
@@ -16,7 +14,7 @@ declare const GetAgentSpaceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetAgentSpaceCommandInput
17
+ input: GetAgentSpaceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetAgentSpaceCommandInput,
22
20
  GetAgentSpaceCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetAssetRequest, GetAssetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAssetCommandInput extends GetAssetRequest {}
5
- export interface GetAssetCommandOutput
6
- extends GetAssetResponse,
7
- __MetadataBearer {}
5
+ export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {}
8
6
  declare const GetAssetCommand_base: {
9
- new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetAssetCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetAssetCommandInput,
11
11
  GetAssetCommandOutput,
12
12
  import("..").DevOpsAgentClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetAssetCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetAssetCommandInput,
18
20
  GetAssetCommandOutput,
19
21
  import("..").DevOpsAgentClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAssetContentRequest,
4
- GetAssetContentResponse,
5
- } from "../models/models_0";
2
+ import { GetAssetContentRequest, GetAssetContentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAssetContentCommandInput extends GetAssetContentRequest {}
8
- export interface GetAssetContentCommandOutput
9
- extends GetAssetContentResponse,
10
- __MetadataBearer {}
5
+ export interface GetAssetContentCommandOutput extends GetAssetContentResponse, __MetadataBearer {}
11
6
  declare const GetAssetContentCommand_base: {
12
7
  new (
13
- input: GetAssetContentCommandInput
8
+ input: GetAssetContentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAssetContentCommandInput,
16
11
  GetAssetContentCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAssetContentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAssetContentCommandInput
17
+ input: GetAssetContentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAssetContentCommandInput,
25
20
  GetAssetContentCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetAssetFileRequest, GetAssetFileResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAssetFileCommandInput extends GetAssetFileRequest {}
5
- export interface GetAssetFileCommandOutput
6
- extends GetAssetFileResponse,
7
- __MetadataBearer {}
5
+ export interface GetAssetFileCommandOutput extends GetAssetFileResponse, __MetadataBearer {}
8
6
  declare const GetAssetFileCommand_base: {
9
7
  new (
10
- input: GetAssetFileCommandInput
8
+ input: GetAssetFileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetAssetFileCommandInput,
13
11
  GetAssetFileCommandOutput,
@@ -16,7 +14,7 @@ declare const GetAssetFileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetAssetFileCommandInput
17
+ input: GetAssetFileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetAssetFileCommandInput,
22
20
  GetAssetFileCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetAssociationInput, GetAssociationOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetAssociationCommandInput extends GetAssociationInput {}
5
- export interface GetAssociationCommandOutput
6
- extends GetAssociationOutput,
7
- __MetadataBearer {}
5
+ export interface GetAssociationCommandOutput extends GetAssociationOutput, __MetadataBearer {}
8
6
  declare const GetAssociationCommand_base: {
9
7
  new (
10
- input: GetAssociationCommandInput
8
+ input: GetAssociationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetAssociationCommandInput,
13
11
  GetAssociationCommandOutput,
@@ -16,7 +14,7 @@ declare const GetAssociationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetAssociationCommandInput
17
+ input: GetAssociationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetAssociationCommandInput,
22
20
  GetAssociationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetBacklogTaskRequest,
4
- GetBacklogTaskResponse,
5
- } from "../models/models_0";
2
+ import { GetBacklogTaskRequest, GetBacklogTaskResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetBacklogTaskCommandInput extends GetBacklogTaskRequest {}
8
- export interface GetBacklogTaskCommandOutput
9
- extends GetBacklogTaskResponse,
10
- __MetadataBearer {}
5
+ export interface GetBacklogTaskCommandOutput extends GetBacklogTaskResponse, __MetadataBearer {}
11
6
  declare const GetBacklogTaskCommand_base: {
12
7
  new (
13
- input: GetBacklogTaskCommandInput
8
+ input: GetBacklogTaskCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetBacklogTaskCommandInput,
16
11
  GetBacklogTaskCommandOutput,
@@ -19,7 +14,7 @@ declare const GetBacklogTaskCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetBacklogTaskCommandInput
17
+ input: GetBacklogTaskCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetBacklogTaskCommandInput,
25
20
  GetBacklogTaskCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetOperatorAppInput, GetOperatorAppOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetOperatorAppCommandInput extends GetOperatorAppInput {}
5
- export interface GetOperatorAppCommandOutput
6
- extends GetOperatorAppOutput,
7
- __MetadataBearer {}
5
+ export interface GetOperatorAppCommandOutput extends GetOperatorAppOutput, __MetadataBearer {}
8
6
  declare const GetOperatorAppCommand_base: {
9
7
  new (
10
- input: GetOperatorAppCommandInput
8
+ input: GetOperatorAppCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetOperatorAppCommandInput,
13
11
  GetOperatorAppCommandOutput,
@@ -16,7 +14,7 @@ declare const GetOperatorAppCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetOperatorAppCommandInput
17
+ input: GetOperatorAppCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetOperatorAppCommandInput,
22
20
  GetOperatorAppCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRecommendationRequest,
4
- GetRecommendationResponse,
5
- } from "../models/models_0";
2
+ import { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetRecommendationCommandInput
8
- extends GetRecommendationRequest {}
4
+ export interface GetRecommendationCommandInput extends GetRecommendationRequest {}
9
5
  export interface GetRecommendationCommandOutput
10
- extends GetRecommendationResponse,
11
- __MetadataBearer {}
6
+ extends GetRecommendationResponse, __MetadataBearer {}
12
7
  declare const GetRecommendationCommand_base: {
13
8
  new (
14
- input: GetRecommendationCommandInput
9
+ input: GetRecommendationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetRecommendationCommandInput,
17
12
  GetRecommendationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetRecommendationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetRecommendationCommandInput
18
+ input: GetRecommendationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetRecommendationCommandInput,
26
21
  GetRecommendationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetServiceInput, GetServiceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetServiceCommandInput extends GetServiceInput {}
5
- export interface GetServiceCommandOutput
6
- extends GetServiceOutput,
7
- __MetadataBearer {}
5
+ export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {}
8
6
  declare const GetServiceCommand_base: {
9
7
  new (
10
- input: GetServiceCommandInput
8
+ input: GetServiceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetServiceCommandInput,
13
11
  GetServiceCommandOutput,
@@ -16,7 +14,7 @@ declare const GetServiceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetServiceCommandInput
17
+ input: GetServiceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetServiceCommandInput,
22
20
  GetServiceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetTriggerRequest, GetTriggerResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetTriggerCommandInput extends GetTriggerRequest {}
5
- export interface GetTriggerCommandOutput
6
- extends GetTriggerResponse,
7
- __MetadataBearer {}
5
+ export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataBearer {}
8
6
  declare const GetTriggerCommand_base: {
9
7
  new (
10
- input: GetTriggerCommandInput
8
+ input: GetTriggerCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetTriggerCommandInput,
13
11
  GetTriggerCommandOutput,
@@ -16,7 +14,7 @@ declare const GetTriggerCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetTriggerCommandInput
17
+ input: GetTriggerCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetTriggerCommandInput,
22
20
  GetTriggerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAgentSpacesInput,
4
- ListAgentSpacesOutput,
5
- } from "../models/models_0";
2
+ import { ListAgentSpacesInput, ListAgentSpacesOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAgentSpacesCommandInput extends ListAgentSpacesInput {}
8
- export interface ListAgentSpacesCommandOutput
9
- extends ListAgentSpacesOutput,
10
- __MetadataBearer {}
5
+ export interface ListAgentSpacesCommandOutput extends ListAgentSpacesOutput, __MetadataBearer {}
11
6
  declare const ListAgentSpacesCommand_base: {
12
7
  new (
13
- input: ListAgentSpacesCommandInput
8
+ input: ListAgentSpacesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAgentSpacesCommandInput,
16
11
  ListAgentSpacesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAssetFilesRequest,
4
- ListAssetFilesResponse,
5
- } from "../models/models_0";
2
+ import { ListAssetFilesRequest, ListAssetFilesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAssetFilesCommandInput extends ListAssetFilesRequest {}
8
- export interface ListAssetFilesCommandOutput
9
- extends ListAssetFilesResponse,
10
- __MetadataBearer {}
5
+ export interface ListAssetFilesCommandOutput extends ListAssetFilesResponse, __MetadataBearer {}
11
6
  declare const ListAssetFilesCommand_base: {
12
7
  new (
13
- input: ListAssetFilesCommandInput
8
+ input: ListAssetFilesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAssetFilesCommandInput,
16
11
  ListAssetFilesCommandOutput,
@@ -19,7 +14,7 @@ declare const ListAssetFilesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListAssetFilesCommandInput
17
+ input: ListAssetFilesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListAssetFilesCommandInput,
25
20
  ListAssetFilesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAssetTypesRequest,
4
- ListAssetTypesResponse,
5
- } from "../models/models_0";
2
+ import { ListAssetTypesRequest, ListAssetTypesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAssetTypesCommandInput extends ListAssetTypesRequest {}
8
- export interface ListAssetTypesCommandOutput
9
- extends ListAssetTypesResponse,
10
- __MetadataBearer {}
5
+ export interface ListAssetTypesCommandOutput extends ListAssetTypesResponse, __MetadataBearer {}
11
6
  declare const ListAssetTypesCommand_base: {
12
7
  new (
13
- input: ListAssetTypesCommandInput
8
+ input: ListAssetTypesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAssetTypesCommandInput,
16
11
  ListAssetTypesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAssetVersionsRequest,
4
- ListAssetVersionsResponse,
5
- } from "../models/models_0";
2
+ import { ListAssetVersionsRequest, ListAssetVersionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListAssetVersionsCommandInput
8
- extends ListAssetVersionsRequest {}
4
+ export interface ListAssetVersionsCommandInput extends ListAssetVersionsRequest {}
9
5
  export interface ListAssetVersionsCommandOutput
10
- extends ListAssetVersionsResponse,
11
- __MetadataBearer {}
6
+ extends ListAssetVersionsResponse, __MetadataBearer {}
12
7
  declare const ListAssetVersionsCommand_base: {
13
8
  new (
14
- input: ListAssetVersionsCommandInput
9
+ input: ListAssetVersionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListAssetVersionsCommandInput,
17
12
  ListAssetVersionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListAssetVersionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListAssetVersionsCommandInput
18
+ input: ListAssetVersionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListAssetVersionsCommandInput,
26
21
  ListAssetVersionsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetsCommandInput extends ListAssetsRequest {}
5
- export interface ListAssetsCommandOutput
6
- extends ListAssetsResponse,
7
- __MetadataBearer {}
5
+ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {}
8
6
  declare const ListAssetsCommand_base: {
9
7
  new (
10
- input: ListAssetsCommandInput
8
+ input: ListAssetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListAssetsCommandInput,
13
11
  ListAssetsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListAssetsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListAssetsCommandInput
17
+ input: ListAssetsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListAssetsCommandInput,
22
20
  ListAssetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListAssociationsInput,
4
- ListAssociationsOutput,
5
- } from "../models/models_0";
2
+ import { ListAssociationsInput, ListAssociationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListAssociationsCommandInput extends ListAssociationsInput {}
8
- export interface ListAssociationsCommandOutput
9
- extends ListAssociationsOutput,
10
- __MetadataBearer {}
5
+ export interface ListAssociationsCommandOutput extends ListAssociationsOutput, __MetadataBearer {}
11
6
  declare const ListAssociationsCommand_base: {
12
7
  new (
13
- input: ListAssociationsCommandInput
8
+ input: ListAssociationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListAssociationsCommandInput,
16
11
  ListAssociationsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListAssociationsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListAssociationsCommandInput
17
+ input: ListAssociationsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListAssociationsCommandInput,
25
20
  ListAssociationsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListBacklogTasksRequest,
4
- ListBacklogTasksResponse,
5
- } from "../models/models_0";
2
+ import { ListBacklogTasksRequest, ListBacklogTasksResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListBacklogTasksCommandInput extends ListBacklogTasksRequest {}
8
- export interface ListBacklogTasksCommandOutput
9
- extends ListBacklogTasksResponse,
10
- __MetadataBearer {}
5
+ export interface ListBacklogTasksCommandOutput extends ListBacklogTasksResponse, __MetadataBearer {}
11
6
  declare const ListBacklogTasksCommand_base: {
12
7
  new (
13
- input: ListBacklogTasksCommandInput
8
+ input: ListBacklogTasksCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListBacklogTasksCommandInput,
16
11
  ListBacklogTasksCommandOutput,
@@ -19,7 +14,7 @@ declare const ListBacklogTasksCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListBacklogTasksCommandInput
17
+ input: ListBacklogTasksCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListBacklogTasksCommandInput,
25
20
  ListBacklogTasksCommandOutput,