@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,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRecommendationRequest,
4
- UpdateRecommendationResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRecommendationRequest, UpdateRecommendationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRecommendationCommandInput
8
- extends UpdateRecommendationRequest {}
4
+ export interface UpdateRecommendationCommandInput extends UpdateRecommendationRequest {}
9
5
  export interface UpdateRecommendationCommandOutput
10
- extends UpdateRecommendationResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRecommendationResponse, __MetadataBearer {}
12
7
  declare const UpdateRecommendationCommand_base: {
13
8
  new (
14
- input: UpdateRecommendationCommandInput
9
+ input: UpdateRecommendationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRecommendationCommandInput,
17
12
  UpdateRecommendationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRecommendationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRecommendationCommandInput
18
+ input: UpdateRecommendationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRecommendationCommandInput,
26
21
  UpdateRecommendationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateTriggerRequest,
4
- UpdateTriggerResponse,
5
- } from "../models/models_0";
2
+ import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateTriggerCommandInput extends UpdateTriggerRequest {}
8
- export interface UpdateTriggerCommandOutput
9
- extends UpdateTriggerResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateTriggerCommandOutput extends UpdateTriggerResponse, __MetadataBearer {}
11
6
  declare const UpdateTriggerCommand_base: {
12
7
  new (
13
- input: UpdateTriggerCommandInput
8
+ input: UpdateTriggerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateTriggerCommandInput,
16
11
  UpdateTriggerCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateTriggerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateTriggerCommandInput
17
+ input: UpdateTriggerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateTriggerCommandInput,
25
20
  UpdateTriggerCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ValidateAwsAssociationsInput,
4
- ValidateAwsAssociationsOutput,
5
- } from "../models/models_0";
2
+ import { ValidateAwsAssociationsInput, ValidateAwsAssociationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ValidateAwsAssociationsCommandInput
8
- extends ValidateAwsAssociationsInput {}
4
+ export interface ValidateAwsAssociationsCommandInput extends ValidateAwsAssociationsInput {}
9
5
  export interface ValidateAwsAssociationsCommandOutput
10
- extends ValidateAwsAssociationsOutput,
11
- __MetadataBearer {}
6
+ extends ValidateAwsAssociationsOutput, __MetadataBearer {}
12
7
  declare const ValidateAwsAssociationsCommand_base: {
13
8
  new (
14
- input: ValidateAwsAssociationsCommandInput
9
+ input: ValidateAwsAssociationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ValidateAwsAssociationsCommandInput,
17
12
  ValidateAwsAssociationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ValidateAwsAssociationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ValidateAwsAssociationsCommandInput
18
+ input: ValidateAwsAssociationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ValidateAwsAssociationsCommandInput,
26
21
  ValidateAwsAssociationsCommandOutput,
@@ -22,7 +22,7 @@ export type ClientResolvedEndpointParameters = Pick<
22
22
  defaultSigningName: string;
23
23
  };
24
24
  export declare const resolveClientEndpointParameters: <T>(
25
- options: T & ClientInputEndpointParameters
25
+ options: T & ClientInputEndpointParameters,
26
26
  ) => T & ClientResolvedEndpointParameters;
27
27
  export declare const commonParams: {
28
28
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DevOpsAgentExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -2,14 +2,12 @@ export declare const GithubRepoOwnerType: {
2
2
  readonly ORGANIZATION: "organization";
3
3
  readonly USER: "user";
4
4
  };
5
- export type GithubRepoOwnerType =
6
- (typeof GithubRepoOwnerType)[keyof typeof GithubRepoOwnerType];
5
+ export type GithubRepoOwnerType = (typeof GithubRepoOwnerType)[keyof typeof GithubRepoOwnerType];
7
6
  export declare const GitLabTokenType: {
8
7
  readonly GROUP: "group";
9
8
  readonly PERSONAL: "personal";
10
9
  };
11
- export type GitLabTokenType =
12
- (typeof GitLabTokenType)[keyof typeof GitLabTokenType];
10
+ export type GitLabTokenType = (typeof GitLabTokenType)[keyof typeof GitLabTokenType];
13
11
  export declare const MCPServerAuthorizationMethod: {
14
12
  readonly API_KEY: "api-key";
15
13
  readonly BEARER_TOKEN: "bearer-token";
@@ -22,8 +20,7 @@ export declare const NewRelicRegion: {
22
20
  readonly EU: "EU";
23
21
  readonly US: "US";
24
22
  };
25
- export type NewRelicRegion =
26
- (typeof NewRelicRegion)[keyof typeof NewRelicRegion];
23
+ export type NewRelicRegion = (typeof NewRelicRegion)[keyof typeof NewRelicRegion];
27
24
  export declare const RemoteAgentAuthorizationMethod: {
28
25
  readonly API_KEY: "api-key";
29
26
  readonly BEARER_TOKEN: "bearer-token";
@@ -35,25 +32,21 @@ export declare const CapabilityType: {
35
32
  readonly RELEASE_READINESS_REVIEW: "RELEASE_READINESS_REVIEW";
36
33
  readonly RELEASE_READINESS_REVIEW_AUTOMATED_TESTING: "RELEASE_READINESS_REVIEW_AUTOMATED_TESTING";
37
34
  };
38
- export type CapabilityType =
39
- (typeof CapabilityType)[keyof typeof CapabilityType];
35
+ export type CapabilityType = (typeof CapabilityType)[keyof typeof CapabilityType];
40
36
  export declare const MonitorAccountType: {
41
37
  readonly MONITOR: "monitor";
42
38
  };
43
- export type MonitorAccountType =
44
- (typeof MonitorAccountType)[keyof typeof MonitorAccountType];
39
+ export type MonitorAccountType = (typeof MonitorAccountType)[keyof typeof MonitorAccountType];
45
40
  export declare const SourceAccountType: {
46
41
  readonly SOURCE: "source";
47
42
  };
48
- export type SourceAccountType =
49
- (typeof SourceAccountType)[keyof typeof SourceAccountType];
43
+ export type SourceAccountType = (typeof SourceAccountType)[keyof typeof SourceAccountType];
50
44
  export declare const ValidationStatus: {
51
45
  readonly INVALID: "invalid";
52
46
  readonly PENDING_CONFIRMATION: "pending-confirmation";
53
47
  readonly VALID: "valid";
54
48
  };
55
- export type ValidationStatus =
56
- (typeof ValidationStatus)[keyof typeof ValidationStatus];
49
+ export type ValidationStatus = (typeof ValidationStatus)[keyof typeof ValidationStatus];
57
50
  export declare const WebhookType: {
58
51
  readonly API_KEY: "apikey";
59
52
  readonly GITLAB: "gitlab";
@@ -143,8 +136,7 @@ export declare const RecommendationStatus: {
143
136
  readonly REJECTED: "REJECTED";
144
137
  readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
145
138
  };
146
- export type RecommendationStatus =
147
- (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
139
+ export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
148
140
  export declare const TaskSortOrder: {
149
141
  readonly ASC: "ASC";
150
142
  readonly DESC: "DESC";
@@ -162,8 +154,7 @@ export declare const ExecutionStatus: {
162
154
  readonly STOPPED: "STOPPED";
163
155
  readonly TIMED_OUT: "TIMED_OUT";
164
156
  };
165
- export type ExecutionStatus =
166
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
157
+ export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
167
158
  export declare const GoalType: {
168
159
  readonly CUSTOMER_DEFINED: "CUSTOMER_DEFINED";
169
160
  readonly ONCALL_REPORT: "ONCALL_REPORT";
@@ -179,8 +170,7 @@ export declare const SchedulerState: {
179
170
  readonly DISABLED: "DISABLED";
180
171
  readonly ENABLED: "ENABLED";
181
172
  };
182
- export type SchedulerState =
183
- (typeof SchedulerState)[keyof typeof SchedulerState];
173
+ export type SchedulerState = (typeof SchedulerState)[keyof typeof SchedulerState];
184
174
  export declare const OrderType: {
185
175
  readonly ASC: "ASC";
186
176
  readonly DESC: "DESC";
@@ -228,5 +218,4 @@ export type PostRegisterServiceSupportedService =
228
218
  export declare const EventChannelType: {
229
219
  readonly WEBHOOK: "webhook";
230
220
  };
231
- export type EventChannelType =
232
- (typeof EventChannelType)[keyof typeof EventChannelType];
221
+ export type EventChannelType = (typeof EventChannelType)[keyof typeof EventChannelType];
@@ -4,9 +4,7 @@ import { ValidationExceptionField } from "./models_0";
4
4
  export declare class AccessDeniedException extends __BaseException {
5
5
  readonly name: "AccessDeniedException";
6
6
  readonly $fault: "client";
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
8
  }
11
9
  export declare class ConflictException extends __BaseException {
12
10
  readonly name: "ConflictException";
@@ -16,60 +14,44 @@ export declare class ConflictException extends __BaseException {
16
14
  export declare class ContentSizeExceededException extends __BaseException {
17
15
  readonly name: "ContentSizeExceededException";
18
16
  readonly $fault: "client";
19
- constructor(
20
- opts: __ExceptionOptionType<ContentSizeExceededException, __BaseException>
21
- );
17
+ constructor(opts: __ExceptionOptionType<ContentSizeExceededException, __BaseException>);
22
18
  }
23
19
  export declare class InternalServerException extends __BaseException {
24
20
  readonly name: "InternalServerException";
25
21
  readonly $fault: "server";
26
22
  $retryable: {};
27
- constructor(
28
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
29
- );
23
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
30
24
  }
31
25
  export declare class InvalidParameterException extends __BaseException {
32
26
  readonly name: "InvalidParameterException";
33
27
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
36
- );
28
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
37
29
  }
38
30
  export declare class ResourceNotFoundException extends __BaseException {
39
31
  readonly name: "ResourceNotFoundException";
40
32
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
43
- );
33
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
44
34
  }
45
35
  export declare class ServiceQuotaExceededException extends __BaseException {
46
36
  readonly name: "ServiceQuotaExceededException";
47
37
  readonly $fault: "client";
48
- constructor(
49
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
50
- );
38
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
51
39
  }
52
40
  export declare class ThrottlingException extends __BaseException {
53
41
  readonly name: "ThrottlingException";
54
42
  readonly $fault: "client";
55
43
  $retryable: {};
56
- constructor(
57
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
58
- );
44
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
59
45
  }
60
46
  export declare class ValidationException extends __BaseException {
61
47
  readonly name: "ValidationException";
62
48
  readonly $fault: "client";
63
49
  fieldList?: ValidationExceptionField[] | undefined;
64
- constructor(
65
- opts: __ExceptionOptionType<ValidationException, __BaseException>
66
- );
50
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
67
51
  }
68
52
  export declare class IdentityCenterServiceException extends __BaseException {
69
53
  readonly name: "IdentityCenterServiceException";
70
54
  readonly $fault: "client";
71
55
  underlyingErrorCode?: string | undefined;
72
- constructor(
73
- opts: __ExceptionOptionType<IdentityCenterServiceException, __BaseException>
74
- );
56
+ constructor(opts: __ExceptionOptionType<IdentityCenterServiceException, __BaseException>);
75
57
  }
@@ -1026,9 +1026,7 @@ export interface AssociateServiceInput {
1026
1026
  agentSpaceId: string | undefined;
1027
1027
  serviceId: string | undefined;
1028
1028
  configuration: ServiceConfiguration | undefined;
1029
- capabilities?:
1030
- | Partial<Record<CapabilityType, CapabilityConfiguration>>
1031
- | undefined;
1029
+ capabilities?: Partial<Record<CapabilityType, CapabilityConfiguration>> | undefined;
1032
1030
  }
1033
1031
  export interface Association {
1034
1032
  agentSpaceId: string | undefined;
@@ -1038,9 +1036,7 @@ export interface Association {
1038
1036
  associationId: string | undefined;
1039
1037
  serviceId: string | undefined;
1040
1038
  configuration: ServiceConfiguration | undefined;
1041
- capabilities?:
1042
- | Partial<Record<CapabilityType, CapabilityConfiguration>>
1043
- | undefined;
1039
+ capabilities?: Partial<Record<CapabilityType, CapabilityConfiguration>> | undefined;
1044
1040
  }
1045
1041
  export interface GenericWebhook {
1046
1042
  webhookUrl?: string | undefined;
@@ -1095,9 +1091,7 @@ export interface UpdateAssociationInput {
1095
1091
  agentSpaceId: string | undefined;
1096
1092
  associationId: string | undefined;
1097
1093
  configuration: ServiceConfiguration | undefined;
1098
- capabilities?:
1099
- | Partial<Record<CapabilityType, CapabilityConfiguration>>
1100
- | undefined;
1094
+ capabilities?: Partial<Record<CapabilityType, CapabilityConfiguration>> | undefined;
1101
1095
  }
1102
1096
  export interface UpdateAssociationOutput {
1103
1097
  association: Association | undefined;
@@ -1480,9 +1474,7 @@ export interface CreatePrivateConnectionOutput {
1480
1474
  export interface ScheduleCondition {
1481
1475
  expression: string | undefined;
1482
1476
  }
1483
- export type TriggerCondition =
1484
- | TriggerCondition.ScheduleMember
1485
- | TriggerCondition.$UnknownMember;
1477
+ export type TriggerCondition = TriggerCondition.ScheduleMember | TriggerCondition.$UnknownMember;
1486
1478
  export declare namespace TriggerCondition {
1487
1479
  interface ScheduleMember {
1488
1480
  schedule: ScheduleCondition;
@@ -2473,9 +2465,7 @@ export declare namespace RemoteAgentAuthorizationConfig {
2473
2465
  }
2474
2466
  interface Visitor<T> {
2475
2467
  apiKey: (value: RemoteAgentAPIKeyConfig) => T;
2476
- oAuthClientCredentials: (
2477
- value: RemoteAgentOAuthClientCredentialsConfig
2478
- ) => T;
2468
+ oAuthClientCredentials: (value: RemoteAgentOAuthClientCredentialsConfig) => T;
2479
2469
  bearerToken: (value: RemoteAgentBearerTokenConfig) => T;
2480
2470
  _: (name: string, value: any) => T;
2481
2471
  }
@@ -2516,9 +2506,7 @@ export declare namespace ServiceNowServiceAuthorizationConfig {
2516
2506
  $unknown: [string, any];
2517
2507
  }
2518
2508
  interface Visitor<T> {
2519
- oAuthClientCredentials: (
2520
- value: ServiceNowOAuthClientCredentialsConfig
2521
- ) => T;
2509
+ oAuthClientCredentials: (value: ServiceNowOAuthClientCredentialsConfig) => T;
2522
2510
  _: (name: string, value: any) => T;
2523
2511
  }
2524
2512
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { DevOpsAgentClient } from "../DevOpsAgentClient";
3
- export interface DevOpsAgentPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface DevOpsAgentPaginationConfiguration extends PaginationConfiguration {
5
4
  client: DevOpsAgentClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListAssetsCommandInput,
4
- ListAssetsCommandOutput,
5
- } from "../commands/ListAssetsCommand";
2
+ import { ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand";
6
3
  import { DevOpsAgentPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListAssets: (
8
5
  config: DevOpsAgentPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListGoalsCommandInput,
4
- ListGoalsCommandOutput,
5
- } from "../commands/ListGoalsCommand";
2
+ import { ListGoalsCommandInput, ListGoalsCommandOutput } from "../commands/ListGoalsCommand";
6
3
  import { DevOpsAgentPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListGoals: (
8
5
  config: DevOpsAgentPaginationConfiguration,
@@ -8,25 +8,17 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider:
10
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
- | ((
12
- _: unknown
13
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
12
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
16
14
  ) => Promise<import("@smithy/types").UserAgent>;
17
15
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
18
16
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
17
  region: string | import("@smithy/types").Provider<any>;
20
- requestHandler:
21
- | import("@smithy/core/protocols").HttpHandler<any>
22
- | RequestHandler;
18
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
23
19
  retryMode: string | import("@smithy/types").Provider<string>;
24
20
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
21
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
22
  ) => Promise<Uint8Array>;
31
23
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
32
24
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -54,13 +46,8 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
54
46
  logger: import("@smithy/types").Logger;
55
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
56
48
  customUserAgent?: string | import("@smithy/types").UserAgent;
57
- userAgentAppId?:
58
- | string
59
- | undefined
60
- | import("@smithy/types").Provider<string | undefined>;
61
- retryStrategy?:
62
- | import("@smithy/types").RetryStrategy
63
- | import("@smithy/types").RetryStrategyV2;
49
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
64
51
  endpoint?:
65
52
  | ((
66
53
  | string
@@ -82,7 +69,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
82
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
83
70
  context?: {
84
71
  logger?: import("@smithy/types").Logger;
85
- }
72
+ },
86
73
  ) => import("@smithy/types").EndpointV2;
87
74
  tls?: boolean;
88
75
  serviceConfiguredEndpoint?: never;
@@ -95,13 +82,13 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
95
82
  signer?:
96
83
  | import("@smithy/types").RequestSigner
97
84
  | ((
98
- authScheme?: import("@smithy/types").AuthScheme
85
+ authScheme?: import("@smithy/types").AuthScheme,
99
86
  ) => Promise<import("@smithy/types").RequestSigner>);
100
87
  signingEscapePath?: boolean;
101
88
  systemClockOffset?: number;
102
89
  signingRegion?: string;
103
90
  signerConstructor?: new (
104
91
  options: import("@smithy/signature-v4").SignatureV4Init &
105
- import("@smithy/signature-v4").SignatureV4CryptoInit
92
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
106
93
  ) => import("@smithy/types").RequestSigner;
107
94
  };
@@ -10,24 +10,18 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
19
19
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
20
  region: string | import("@smithy/types").Provider<string>;
21
- requestHandler:
22
- | RequestHandler
23
- | import("@smithy/core/protocols").HttpHandler<any>;
21
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
24
22
  retryMode: string | import("@smithy/types").Provider<string>;
25
23
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
25
  ) => Promise<Uint8Array>;
32
26
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
33
27
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -54,9 +48,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
54
48
  logger: import("@smithy/types").Logger;
55
49
  extensions: import("./runtimeExtensions").RuntimeExtension[];
56
50
  customUserAgent?: string | import("@smithy/types").UserAgent;
57
- retryStrategy?:
58
- | import("@smithy/types").RetryStrategy
59
- | import("@smithy/types").RetryStrategyV2;
51
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
60
52
  endpoint?:
61
53
  | ((
62
54
  | string
@@ -78,7 +70,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
78
70
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
79
71
  context?: {
80
72
  logger?: import("@smithy/types").Logger;
81
- }
73
+ },
82
74
  ) => import("@smithy/types").EndpointV2;
83
75
  tls?: boolean;
84
76
  serviceConfiguredEndpoint?: never;
@@ -90,13 +82,13 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
90
82
  signer?:
91
83
  | import("@smithy/types").RequestSigner
92
84
  | ((
93
- authScheme?: import("@smithy/types").AuthScheme
85
+ authScheme?: import("@smithy/types").AuthScheme,
94
86
  ) => Promise<import("@smithy/types").RequestSigner>);
95
87
  signingEscapePath?: boolean;
96
88
  systemClockOffset?: number;
97
89
  signingRegion?: string;
98
90
  signerConstructor?: new (
99
91
  options: import("@smithy/signature-v4").SignatureV4Init &
100
- import("@smithy/signature-v4").SignatureV4CryptoInit
92
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
101
93
  ) => import("@smithy/types").RequestSigner;
102
94
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,13 +36,11 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
51
45
  retryMode: string | import("@smithy/types").Provider<string>;
52
46
  logger: import("@smithy/types").Logger;
@@ -54,17 +48,10 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
54
48
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
55
49
  defaultsMode:
56
50
  | import("@smithy/core/client").DefaultsMode
57
- | import("@smithy/types").Provider<
58
- import("@smithy/core/client").DefaultsMode
59
- >;
51
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
60
52
  customUserAgent?: string | import("@smithy/types").UserAgent;
61
- userAgentAppId?:
62
- | string
63
- | undefined
64
- | import("@smithy/types").Provider<string | undefined>;
65
- retryStrategy?:
66
- | import("@smithy/types").RetryStrategy
67
- | import("@smithy/types").RetryStrategyV2;
53
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
54
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
68
55
  endpoint?:
69
56
  | ((
70
57
  | string
@@ -86,7 +73,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
86
73
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
87
74
  context?: {
88
75
  logger?: import("@smithy/types").Logger;
89
- }
76
+ },
90
77
  ) => import("@smithy/types").EndpointV2;
91
78
  tls?: boolean;
92
79
  serviceConfiguredEndpoint?: never;
@@ -99,13 +86,13 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
99
86
  signer?:
100
87
  | import("@smithy/types").RequestSigner
101
88
  | ((
102
- authScheme?: import("@smithy/types").AuthScheme
89
+ authScheme?: import("@smithy/types").AuthScheme,
103
90
  ) => Promise<import("@smithy/types").RequestSigner>);
104
91
  signingEscapePath?: boolean;
105
92
  systemClockOffset?: number;
106
93
  signingRegion?: string;
107
94
  signerConstructor?: new (
108
95
  options: import("@smithy/signature-v4").SignatureV4Init &
109
- import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
110
97
  ) => import("@smithy/types").RequestSigner;
111
98
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DevOpsAgentHttpAuthSchemeProvider;
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;