@aws-sdk/client-m2 3.107.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.
- package/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +209 -0
- package/dist-cjs/M2.js +487 -0
- package/dist-cjs/M2Client.js +37 -0
- package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +36 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +36 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/GetApplicationCommand.js +36 -0
- package/dist-cjs/commands/GetApplicationVersionCommand.js +36 -0
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +36 -0
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +36 -0
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +36 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +36 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +36 -0
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +36 -0
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +36 -0
- package/dist-cjs/commands/ListDataSetsCommand.js +36 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +36 -0
- package/dist-cjs/commands/ListEngineVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/StartApplicationCommand.js +36 -0
- package/dist-cjs/commands/StartBatchJobCommand.js +36 -0
- package/dist-cjs/commands/StopApplicationCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +36 -0
- package/dist-cjs/commands/index.js +35 -0
- package/dist-cjs/endpoints.js +131 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/M2ServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +911 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +36 -0
- package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataSetsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +36 -0
- package/dist-cjs/pagination/ListEngineVersionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3744 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/M2.js +490 -0
- package/dist-es/M2Client.js +39 -0
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +39 -0
- package/dist-es/commands/CreateDeploymentCommand.js +39 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +39 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +39 -0
- package/dist-es/commands/GetApplicationCommand.js +39 -0
- package/dist-es/commands/GetApplicationVersionCommand.js +39 -0
- package/dist-es/commands/GetBatchJobExecutionCommand.js +39 -0
- package/dist-es/commands/GetDataSetDetailsCommand.js +39 -0
- package/dist-es/commands/GetDataSetImportTaskCommand.js +39 -0
- package/dist-es/commands/GetDeploymentCommand.js +39 -0
- package/dist-es/commands/GetEnvironmentCommand.js +39 -0
- package/dist-es/commands/ListApplicationVersionsCommand.js +39 -0
- package/dist-es/commands/ListApplicationsCommand.js +39 -0
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +39 -0
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +39 -0
- package/dist-es/commands/ListDataSetsCommand.js +39 -0
- package/dist-es/commands/ListDeploymentsCommand.js +39 -0
- package/dist-es/commands/ListEngineVersionsCommand.js +39 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/StartApplicationCommand.js +39 -0
- package/dist-es/commands/StartBatchJobCommand.js +39 -0
- package/dist-es/commands/StopApplicationCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +39 -0
- package/dist-es/commands/index.js +32 -0
- package/dist-es/endpoints.js +127 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/M2ServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +709 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationVersionsPaginator.js +75 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +75 -0
- package/dist-es/pagination/ListBatchJobDefinitionsPaginator.js +75 -0
- package/dist-es/pagination/ListBatchJobExecutionsPaginator.js +75 -0
- package/dist-es/pagination/ListDataSetImportHistoryPaginator.js +75 -0
- package/dist-es/pagination/ListDataSetsPaginator.js +75 -0
- package/dist-es/pagination/ListDeploymentsPaginator.js +75 -0
- package/dist-es/pagination/ListEngineVersionsPaginator.js +75 -0
- package/dist-es/pagination/ListEnvironmentsPaginator.js +75 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +4508 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/M2.d.ts +250 -0
- package/dist-types/M2Client.d.ts +180 -0
- package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +35 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +36 -0
- package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +38 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +36 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +35 -0
- package/dist-types/commands/GetApplicationVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +35 -0
- package/dist-types/commands/GetDataSetDetailsCommand.d.ts +35 -0
- package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +35 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +35 -0
- package/dist-types/commands/ListApplicationVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +37 -0
- package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +37 -0
- package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +36 -0
- package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +35 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +37 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/StartApplicationCommand.d.ts +35 -0
- package/dist-types/commands/StartBatchJobCommand.d.ts +36 -0
- package/dist-types/commands/StopApplicationCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +32 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/M2ServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2682 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +98 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/M2.d.ts +165 -0
- package/dist-types/ts3.4/M2Client.d.ts +105 -0
- package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +32 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/M2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1609 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBatchJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBatchJobExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSetImportHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +98 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +96 -0
|
@@ -0,0 +1,1609 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { M2ServiceException as __BaseException } from "./M2ServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export interface AlternateKey {
|
|
12
|
+
|
|
13
|
+
name?: string;
|
|
14
|
+
|
|
15
|
+
offset: number | undefined;
|
|
16
|
+
|
|
17
|
+
length: number | undefined;
|
|
18
|
+
|
|
19
|
+
allowDuplicates?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace AlternateKey {
|
|
22
|
+
|
|
23
|
+
const filterSensitiveLog: (obj: AlternateKey) => any;
|
|
24
|
+
}
|
|
25
|
+
export interface CancelBatchJobExecutionRequest {
|
|
26
|
+
|
|
27
|
+
applicationId: string | undefined;
|
|
28
|
+
|
|
29
|
+
executionId: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace CancelBatchJobExecutionRequest {
|
|
32
|
+
|
|
33
|
+
const filterSensitiveLog: (obj: CancelBatchJobExecutionRequest) => any;
|
|
34
|
+
}
|
|
35
|
+
export interface CancelBatchJobExecutionResponse {
|
|
36
|
+
}
|
|
37
|
+
export declare namespace CancelBatchJobExecutionResponse {
|
|
38
|
+
|
|
39
|
+
const filterSensitiveLog: (obj: CancelBatchJobExecutionResponse) => any;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export declare class ConflictException extends __BaseException {
|
|
43
|
+
readonly name: "ConflictException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
|
|
46
|
+
resourceId?: string;
|
|
47
|
+
|
|
48
|
+
resourceType?: string;
|
|
49
|
+
|
|
50
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export declare class InternalServerException extends __BaseException {
|
|
54
|
+
readonly name: "InternalServerException";
|
|
55
|
+
readonly $fault: "server";
|
|
56
|
+
$retryable: {};
|
|
57
|
+
|
|
58
|
+
retryAfterSeconds?: number;
|
|
59
|
+
|
|
60
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
64
|
+
readonly name: "ResourceNotFoundException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
|
|
67
|
+
resourceId?: string;
|
|
68
|
+
|
|
69
|
+
resourceType?: string;
|
|
70
|
+
|
|
71
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export declare class ThrottlingException extends __BaseException {
|
|
75
|
+
readonly name: "ThrottlingException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
$retryable: {
|
|
78
|
+
throttling: boolean;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
serviceCode?: string;
|
|
82
|
+
|
|
83
|
+
quotaCode?: string;
|
|
84
|
+
|
|
85
|
+
retryAfterSeconds?: number;
|
|
86
|
+
|
|
87
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface ValidationExceptionField {
|
|
91
|
+
|
|
92
|
+
name: string | undefined;
|
|
93
|
+
|
|
94
|
+
message: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace ValidationExceptionField {
|
|
97
|
+
|
|
98
|
+
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
99
|
+
}
|
|
100
|
+
export declare enum ValidationExceptionReason {
|
|
101
|
+
CANNOT_PARSE = "cannotParse",
|
|
102
|
+
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
103
|
+
OTHER = "other",
|
|
104
|
+
UNKNOWN_OPERATION = "unknownOperation"
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export declare class ValidationException extends __BaseException {
|
|
108
|
+
readonly name: "ValidationException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
|
|
111
|
+
reason?: ValidationExceptionReason | string;
|
|
112
|
+
|
|
113
|
+
fieldList?: ValidationExceptionField[];
|
|
114
|
+
|
|
115
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export declare type Definition = Definition.ContentMember | Definition.S3LocationMember | Definition.$UnknownMember;
|
|
119
|
+
export declare namespace Definition {
|
|
120
|
+
|
|
121
|
+
interface S3LocationMember {
|
|
122
|
+
s3Location: string;
|
|
123
|
+
content?: never;
|
|
124
|
+
$unknown?: never;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
interface ContentMember {
|
|
128
|
+
s3Location?: never;
|
|
129
|
+
content: string;
|
|
130
|
+
$unknown?: never;
|
|
131
|
+
}
|
|
132
|
+
interface $UnknownMember {
|
|
133
|
+
s3Location?: never;
|
|
134
|
+
content?: never;
|
|
135
|
+
$unknown: [
|
|
136
|
+
string,
|
|
137
|
+
any
|
|
138
|
+
];
|
|
139
|
+
}
|
|
140
|
+
interface Visitor<T> {
|
|
141
|
+
s3Location: (value: string) => T;
|
|
142
|
+
content: (value: string) => T;
|
|
143
|
+
_: (name: string, value: any) => T;
|
|
144
|
+
}
|
|
145
|
+
const visit: <T>(value: Definition, visitor: Visitor<T>) => T;
|
|
146
|
+
|
|
147
|
+
const filterSensitiveLog: (obj: Definition) => any;
|
|
148
|
+
}
|
|
149
|
+
export declare enum EngineType {
|
|
150
|
+
BLUAGE = "bluage",
|
|
151
|
+
MICROFOCUS = "microfocus"
|
|
152
|
+
}
|
|
153
|
+
export interface CreateApplicationRequest {
|
|
154
|
+
|
|
155
|
+
name: string | undefined;
|
|
156
|
+
|
|
157
|
+
description?: string;
|
|
158
|
+
|
|
159
|
+
engineType: EngineType | string | undefined;
|
|
160
|
+
|
|
161
|
+
definition: Definition | undefined;
|
|
162
|
+
|
|
163
|
+
tags?: Record<string, string>;
|
|
164
|
+
|
|
165
|
+
clientToken?: string;
|
|
166
|
+
}
|
|
167
|
+
export declare namespace CreateApplicationRequest {
|
|
168
|
+
|
|
169
|
+
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
170
|
+
}
|
|
171
|
+
export interface CreateApplicationResponse {
|
|
172
|
+
|
|
173
|
+
applicationArn: string | undefined;
|
|
174
|
+
|
|
175
|
+
applicationId: string | undefined;
|
|
176
|
+
|
|
177
|
+
applicationVersion: number | undefined;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace CreateApplicationResponse {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
185
|
+
readonly name: "ServiceQuotaExceededException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
|
|
188
|
+
resourceId?: string;
|
|
189
|
+
|
|
190
|
+
resourceType?: string;
|
|
191
|
+
|
|
192
|
+
serviceCode?: string;
|
|
193
|
+
|
|
194
|
+
quotaCode?: string;
|
|
195
|
+
|
|
196
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface GdgAttributes {
|
|
200
|
+
|
|
201
|
+
limit?: number;
|
|
202
|
+
|
|
203
|
+
rollDisposition?: string;
|
|
204
|
+
}
|
|
205
|
+
export declare namespace GdgAttributes {
|
|
206
|
+
|
|
207
|
+
const filterSensitiveLog: (obj: GdgAttributes) => any;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export interface PrimaryKey {
|
|
211
|
+
|
|
212
|
+
name?: string;
|
|
213
|
+
|
|
214
|
+
offset: number | undefined;
|
|
215
|
+
|
|
216
|
+
length: number | undefined;
|
|
217
|
+
}
|
|
218
|
+
export declare namespace PrimaryKey {
|
|
219
|
+
|
|
220
|
+
const filterSensitiveLog: (obj: PrimaryKey) => any;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface VsamAttributes {
|
|
224
|
+
|
|
225
|
+
format: string | undefined;
|
|
226
|
+
|
|
227
|
+
encoding?: string;
|
|
228
|
+
|
|
229
|
+
compressed?: boolean;
|
|
230
|
+
|
|
231
|
+
primaryKey?: PrimaryKey;
|
|
232
|
+
|
|
233
|
+
alternateKeys?: AlternateKey[];
|
|
234
|
+
}
|
|
235
|
+
export declare namespace VsamAttributes {
|
|
236
|
+
|
|
237
|
+
const filterSensitiveLog: (obj: VsamAttributes) => any;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
export declare type DatasetOrgAttributes = DatasetOrgAttributes.GdgMember | DatasetOrgAttributes.VsamMember | DatasetOrgAttributes.$UnknownMember;
|
|
241
|
+
export declare namespace DatasetOrgAttributes {
|
|
242
|
+
|
|
243
|
+
interface VsamMember {
|
|
244
|
+
vsam: VsamAttributes;
|
|
245
|
+
gdg?: never;
|
|
246
|
+
$unknown?: never;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
interface GdgMember {
|
|
250
|
+
vsam?: never;
|
|
251
|
+
gdg: GdgAttributes;
|
|
252
|
+
$unknown?: never;
|
|
253
|
+
}
|
|
254
|
+
interface $UnknownMember {
|
|
255
|
+
vsam?: never;
|
|
256
|
+
gdg?: never;
|
|
257
|
+
$unknown: [
|
|
258
|
+
string,
|
|
259
|
+
any
|
|
260
|
+
];
|
|
261
|
+
}
|
|
262
|
+
interface Visitor<T> {
|
|
263
|
+
vsam: (value: VsamAttributes) => T;
|
|
264
|
+
gdg: (value: GdgAttributes) => T;
|
|
265
|
+
_: (name: string, value: any) => T;
|
|
266
|
+
}
|
|
267
|
+
const visit: <T>(value: DatasetOrgAttributes, visitor: Visitor<T>) => T;
|
|
268
|
+
|
|
269
|
+
const filterSensitiveLog: (obj: DatasetOrgAttributes) => any;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
export interface RecordLength {
|
|
273
|
+
|
|
274
|
+
min: number | undefined;
|
|
275
|
+
|
|
276
|
+
max: number | undefined;
|
|
277
|
+
}
|
|
278
|
+
export declare namespace RecordLength {
|
|
279
|
+
|
|
280
|
+
const filterSensitiveLog: (obj: RecordLength) => any;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface DataSet {
|
|
284
|
+
|
|
285
|
+
storageType?: string;
|
|
286
|
+
|
|
287
|
+
datasetName: string | undefined;
|
|
288
|
+
|
|
289
|
+
datasetOrg: DatasetOrgAttributes | undefined;
|
|
290
|
+
|
|
291
|
+
relativePath?: string;
|
|
292
|
+
|
|
293
|
+
recordLength: RecordLength | undefined;
|
|
294
|
+
}
|
|
295
|
+
export declare namespace DataSet {
|
|
296
|
+
|
|
297
|
+
const filterSensitiveLog: (obj: DataSet) => any;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export declare type ExternalLocation = ExternalLocation.S3LocationMember | ExternalLocation.$UnknownMember;
|
|
301
|
+
export declare namespace ExternalLocation {
|
|
302
|
+
|
|
303
|
+
interface S3LocationMember {
|
|
304
|
+
s3Location: string;
|
|
305
|
+
$unknown?: never;
|
|
306
|
+
}
|
|
307
|
+
interface $UnknownMember {
|
|
308
|
+
s3Location?: never;
|
|
309
|
+
$unknown: [
|
|
310
|
+
string,
|
|
311
|
+
any
|
|
312
|
+
];
|
|
313
|
+
}
|
|
314
|
+
interface Visitor<T> {
|
|
315
|
+
s3Location: (value: string) => T;
|
|
316
|
+
_: (name: string, value: any) => T;
|
|
317
|
+
}
|
|
318
|
+
const visit: <T>(value: ExternalLocation, visitor: Visitor<T>) => T;
|
|
319
|
+
|
|
320
|
+
const filterSensitiveLog: (obj: ExternalLocation) => any;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export interface DataSetImportItem {
|
|
324
|
+
|
|
325
|
+
dataSet: DataSet | undefined;
|
|
326
|
+
|
|
327
|
+
externalLocation: ExternalLocation | undefined;
|
|
328
|
+
}
|
|
329
|
+
export declare namespace DataSetImportItem {
|
|
330
|
+
|
|
331
|
+
const filterSensitiveLog: (obj: DataSetImportItem) => any;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export declare type DataSetImportConfig = DataSetImportConfig.DataSetsMember | DataSetImportConfig.S3LocationMember | DataSetImportConfig.$UnknownMember;
|
|
335
|
+
export declare namespace DataSetImportConfig {
|
|
336
|
+
|
|
337
|
+
interface S3LocationMember {
|
|
338
|
+
s3Location: string;
|
|
339
|
+
dataSets?: never;
|
|
340
|
+
$unknown?: never;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
interface DataSetsMember {
|
|
344
|
+
s3Location?: never;
|
|
345
|
+
dataSets: DataSetImportItem[];
|
|
346
|
+
$unknown?: never;
|
|
347
|
+
}
|
|
348
|
+
interface $UnknownMember {
|
|
349
|
+
s3Location?: never;
|
|
350
|
+
dataSets?: never;
|
|
351
|
+
$unknown: [
|
|
352
|
+
string,
|
|
353
|
+
any
|
|
354
|
+
];
|
|
355
|
+
}
|
|
356
|
+
interface Visitor<T> {
|
|
357
|
+
s3Location: (value: string) => T;
|
|
358
|
+
dataSets: (value: DataSetImportItem[]) => T;
|
|
359
|
+
_: (name: string, value: any) => T;
|
|
360
|
+
}
|
|
361
|
+
const visit: <T>(value: DataSetImportConfig, visitor: Visitor<T>) => T;
|
|
362
|
+
|
|
363
|
+
const filterSensitiveLog: (obj: DataSetImportConfig) => any;
|
|
364
|
+
}
|
|
365
|
+
export interface CreateDataSetImportTaskRequest {
|
|
366
|
+
|
|
367
|
+
applicationId: string | undefined;
|
|
368
|
+
|
|
369
|
+
importConfig: DataSetImportConfig | undefined;
|
|
370
|
+
|
|
371
|
+
clientToken?: string;
|
|
372
|
+
}
|
|
373
|
+
export declare namespace CreateDataSetImportTaskRequest {
|
|
374
|
+
|
|
375
|
+
const filterSensitiveLog: (obj: CreateDataSetImportTaskRequest) => any;
|
|
376
|
+
}
|
|
377
|
+
export interface CreateDataSetImportTaskResponse {
|
|
378
|
+
|
|
379
|
+
taskId: string | undefined;
|
|
380
|
+
}
|
|
381
|
+
export declare namespace CreateDataSetImportTaskResponse {
|
|
382
|
+
|
|
383
|
+
const filterSensitiveLog: (obj: CreateDataSetImportTaskResponse) => any;
|
|
384
|
+
}
|
|
385
|
+
export interface CreateDeploymentRequest {
|
|
386
|
+
|
|
387
|
+
environmentId: string | undefined;
|
|
388
|
+
|
|
389
|
+
applicationId: string | undefined;
|
|
390
|
+
|
|
391
|
+
applicationVersion: number | undefined;
|
|
392
|
+
|
|
393
|
+
clientToken?: string;
|
|
394
|
+
}
|
|
395
|
+
export declare namespace CreateDeploymentRequest {
|
|
396
|
+
|
|
397
|
+
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
398
|
+
}
|
|
399
|
+
export interface CreateDeploymentResponse {
|
|
400
|
+
|
|
401
|
+
deploymentId: string | undefined;
|
|
402
|
+
}
|
|
403
|
+
export declare namespace CreateDeploymentResponse {
|
|
404
|
+
|
|
405
|
+
const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
406
|
+
}
|
|
407
|
+
export interface DeleteApplicationRequest {
|
|
408
|
+
|
|
409
|
+
applicationId: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export declare namespace DeleteApplicationRequest {
|
|
412
|
+
|
|
413
|
+
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
414
|
+
}
|
|
415
|
+
export interface DeleteApplicationResponse {
|
|
416
|
+
}
|
|
417
|
+
export declare namespace DeleteApplicationResponse {
|
|
418
|
+
|
|
419
|
+
const filterSensitiveLog: (obj: DeleteApplicationResponse) => any;
|
|
420
|
+
}
|
|
421
|
+
export interface DeleteApplicationFromEnvironmentRequest {
|
|
422
|
+
|
|
423
|
+
applicationId: string | undefined;
|
|
424
|
+
|
|
425
|
+
environmentId: string | undefined;
|
|
426
|
+
}
|
|
427
|
+
export declare namespace DeleteApplicationFromEnvironmentRequest {
|
|
428
|
+
|
|
429
|
+
const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentRequest) => any;
|
|
430
|
+
}
|
|
431
|
+
export interface DeleteApplicationFromEnvironmentResponse {
|
|
432
|
+
}
|
|
433
|
+
export declare namespace DeleteApplicationFromEnvironmentResponse {
|
|
434
|
+
|
|
435
|
+
const filterSensitiveLog: (obj: DeleteApplicationFromEnvironmentResponse) => any;
|
|
436
|
+
}
|
|
437
|
+
export interface GetApplicationRequest {
|
|
438
|
+
|
|
439
|
+
applicationId: string | undefined;
|
|
440
|
+
}
|
|
441
|
+
export declare namespace GetApplicationRequest {
|
|
442
|
+
|
|
443
|
+
const filterSensitiveLog: (obj: GetApplicationRequest) => any;
|
|
444
|
+
}
|
|
445
|
+
export declare enum DeploymentLifecycle {
|
|
446
|
+
DEPLOYING = "Deploying",
|
|
447
|
+
FAILED = "Failed",
|
|
448
|
+
SUCCEEDED = "Succeeded"
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface DeployedVersionSummary {
|
|
452
|
+
|
|
453
|
+
applicationVersion: number | undefined;
|
|
454
|
+
|
|
455
|
+
status: DeploymentLifecycle | string | undefined;
|
|
456
|
+
|
|
457
|
+
statusReason?: string;
|
|
458
|
+
}
|
|
459
|
+
export declare namespace DeployedVersionSummary {
|
|
460
|
+
|
|
461
|
+
const filterSensitiveLog: (obj: DeployedVersionSummary) => any;
|
|
462
|
+
}
|
|
463
|
+
export declare enum ApplicationVersionLifecycle {
|
|
464
|
+
AVAILABLE = "Available",
|
|
465
|
+
CREATING = "Creating",
|
|
466
|
+
FAILED = "Failed"
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface ApplicationVersionSummary {
|
|
470
|
+
|
|
471
|
+
applicationVersion: number | undefined;
|
|
472
|
+
|
|
473
|
+
status: ApplicationVersionLifecycle | string | undefined;
|
|
474
|
+
|
|
475
|
+
statusReason?: string;
|
|
476
|
+
|
|
477
|
+
creationTime: Date | undefined;
|
|
478
|
+
}
|
|
479
|
+
export declare namespace ApplicationVersionSummary {
|
|
480
|
+
|
|
481
|
+
const filterSensitiveLog: (obj: ApplicationVersionSummary) => any;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export interface LogGroupSummary {
|
|
485
|
+
|
|
486
|
+
logType: string | undefined;
|
|
487
|
+
|
|
488
|
+
logGroupName: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
export declare namespace LogGroupSummary {
|
|
491
|
+
|
|
492
|
+
const filterSensitiveLog: (obj: LogGroupSummary) => any;
|
|
493
|
+
}
|
|
494
|
+
export declare enum ApplicationLifecycle {
|
|
495
|
+
AVAILABLE = "Available",
|
|
496
|
+
CREATED = "Created",
|
|
497
|
+
CREATING = "Creating",
|
|
498
|
+
DELETING = "Deleting",
|
|
499
|
+
FAILED = "Failed",
|
|
500
|
+
READY = "Ready",
|
|
501
|
+
RUNNING = "Running",
|
|
502
|
+
STARTING = "Starting",
|
|
503
|
+
STOPPED = "Stopped",
|
|
504
|
+
STOPPING = "Stopping"
|
|
505
|
+
}
|
|
506
|
+
export interface GetApplicationResponse {
|
|
507
|
+
|
|
508
|
+
name: string | undefined;
|
|
509
|
+
|
|
510
|
+
description?: string;
|
|
511
|
+
|
|
512
|
+
applicationId: string | undefined;
|
|
513
|
+
|
|
514
|
+
applicationArn: string | undefined;
|
|
515
|
+
|
|
516
|
+
status: ApplicationLifecycle | string | undefined;
|
|
517
|
+
|
|
518
|
+
latestVersion: ApplicationVersionSummary | undefined;
|
|
519
|
+
|
|
520
|
+
deployedVersion?: DeployedVersionSummary;
|
|
521
|
+
|
|
522
|
+
engineType: EngineType | string | undefined;
|
|
523
|
+
|
|
524
|
+
logGroups?: LogGroupSummary[];
|
|
525
|
+
|
|
526
|
+
creationTime: Date | undefined;
|
|
527
|
+
|
|
528
|
+
lastStartTime?: Date;
|
|
529
|
+
|
|
530
|
+
tags?: Record<string, string>;
|
|
531
|
+
|
|
532
|
+
environmentId?: string;
|
|
533
|
+
|
|
534
|
+
targetGroupArns?: string[];
|
|
535
|
+
|
|
536
|
+
listenerArns?: string[];
|
|
537
|
+
|
|
538
|
+
listenerPorts?: number[];
|
|
539
|
+
|
|
540
|
+
loadBalancerDnsName?: string;
|
|
541
|
+
|
|
542
|
+
statusReason?: string;
|
|
543
|
+
}
|
|
544
|
+
export declare namespace GetApplicationResponse {
|
|
545
|
+
|
|
546
|
+
const filterSensitiveLog: (obj: GetApplicationResponse) => any;
|
|
547
|
+
}
|
|
548
|
+
export interface GetApplicationVersionRequest {
|
|
549
|
+
|
|
550
|
+
applicationId: string | undefined;
|
|
551
|
+
|
|
552
|
+
applicationVersion: number | undefined;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace GetApplicationVersionRequest {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: GetApplicationVersionRequest) => any;
|
|
557
|
+
}
|
|
558
|
+
export interface GetApplicationVersionResponse {
|
|
559
|
+
|
|
560
|
+
name: string | undefined;
|
|
561
|
+
|
|
562
|
+
applicationVersion: number | undefined;
|
|
563
|
+
|
|
564
|
+
description?: string;
|
|
565
|
+
|
|
566
|
+
definitionContent: string | undefined;
|
|
567
|
+
|
|
568
|
+
status: ApplicationVersionLifecycle | string | undefined;
|
|
569
|
+
|
|
570
|
+
creationTime: Date | undefined;
|
|
571
|
+
|
|
572
|
+
statusReason?: string;
|
|
573
|
+
}
|
|
574
|
+
export declare namespace GetApplicationVersionResponse {
|
|
575
|
+
|
|
576
|
+
const filterSensitiveLog: (obj: GetApplicationVersionResponse) => any;
|
|
577
|
+
}
|
|
578
|
+
export interface GetBatchJobExecutionRequest {
|
|
579
|
+
|
|
580
|
+
applicationId: string | undefined;
|
|
581
|
+
|
|
582
|
+
executionId: string | undefined;
|
|
583
|
+
}
|
|
584
|
+
export declare namespace GetBatchJobExecutionRequest {
|
|
585
|
+
|
|
586
|
+
const filterSensitiveLog: (obj: GetBatchJobExecutionRequest) => any;
|
|
587
|
+
}
|
|
588
|
+
export declare enum BatchJobType {
|
|
589
|
+
JES2 = "JES2",
|
|
590
|
+
JES3 = "JES3",
|
|
591
|
+
VSE = "VSE"
|
|
592
|
+
}
|
|
593
|
+
export declare enum BatchJobExecutionStatus {
|
|
594
|
+
CANCELLED = "Cancelled",
|
|
595
|
+
CANCELLING = "Cancelling",
|
|
596
|
+
DISPATCH = "Dispatching",
|
|
597
|
+
FAILED = "Failed",
|
|
598
|
+
HOLDING = "Holding",
|
|
599
|
+
RUNNING = "Running",
|
|
600
|
+
SUBMITTING = "Submitting",
|
|
601
|
+
SUCCEEDED = "Succeeded",
|
|
602
|
+
SUCCEEDED_WITH_WARNING = "Succeeded With Warning"
|
|
603
|
+
}
|
|
604
|
+
export interface GetBatchJobExecutionResponse {
|
|
605
|
+
|
|
606
|
+
executionId: string | undefined;
|
|
607
|
+
|
|
608
|
+
applicationId: string | undefined;
|
|
609
|
+
|
|
610
|
+
jobId?: string;
|
|
611
|
+
|
|
612
|
+
jobName?: string;
|
|
613
|
+
|
|
614
|
+
jobUser?: string;
|
|
615
|
+
|
|
616
|
+
jobType?: BatchJobType | string;
|
|
617
|
+
|
|
618
|
+
status: BatchJobExecutionStatus | string | undefined;
|
|
619
|
+
|
|
620
|
+
startTime: Date | undefined;
|
|
621
|
+
|
|
622
|
+
endTime?: Date;
|
|
623
|
+
|
|
624
|
+
statusReason?: string;
|
|
625
|
+
}
|
|
626
|
+
export declare namespace GetBatchJobExecutionResponse {
|
|
627
|
+
|
|
628
|
+
const filterSensitiveLog: (obj: GetBatchJobExecutionResponse) => any;
|
|
629
|
+
}
|
|
630
|
+
export interface GetDataSetDetailsRequest {
|
|
631
|
+
|
|
632
|
+
applicationId: string | undefined;
|
|
633
|
+
|
|
634
|
+
dataSetName: string | undefined;
|
|
635
|
+
}
|
|
636
|
+
export declare namespace GetDataSetDetailsRequest {
|
|
637
|
+
|
|
638
|
+
const filterSensitiveLog: (obj: GetDataSetDetailsRequest) => any;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface GdgDetailAttributes {
|
|
642
|
+
|
|
643
|
+
limit?: number;
|
|
644
|
+
|
|
645
|
+
rollDisposition?: string;
|
|
646
|
+
}
|
|
647
|
+
export declare namespace GdgDetailAttributes {
|
|
648
|
+
|
|
649
|
+
const filterSensitiveLog: (obj: GdgDetailAttributes) => any;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export interface VsamDetailAttributes {
|
|
653
|
+
|
|
654
|
+
encoding?: string;
|
|
655
|
+
|
|
656
|
+
recordFormat?: string;
|
|
657
|
+
|
|
658
|
+
compressed?: boolean;
|
|
659
|
+
|
|
660
|
+
cacheAtStartup?: boolean;
|
|
661
|
+
|
|
662
|
+
primaryKey?: PrimaryKey;
|
|
663
|
+
|
|
664
|
+
alternateKeys?: AlternateKey[];
|
|
665
|
+
}
|
|
666
|
+
export declare namespace VsamDetailAttributes {
|
|
667
|
+
|
|
668
|
+
const filterSensitiveLog: (obj: VsamDetailAttributes) => any;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
export declare type DatasetDetailOrgAttributes = DatasetDetailOrgAttributes.GdgMember | DatasetDetailOrgAttributes.VsamMember | DatasetDetailOrgAttributes.$UnknownMember;
|
|
672
|
+
export declare namespace DatasetDetailOrgAttributes {
|
|
673
|
+
|
|
674
|
+
interface VsamMember {
|
|
675
|
+
vsam: VsamDetailAttributes;
|
|
676
|
+
gdg?: never;
|
|
677
|
+
$unknown?: never;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
interface GdgMember {
|
|
681
|
+
vsam?: never;
|
|
682
|
+
gdg: GdgDetailAttributes;
|
|
683
|
+
$unknown?: never;
|
|
684
|
+
}
|
|
685
|
+
interface $UnknownMember {
|
|
686
|
+
vsam?: never;
|
|
687
|
+
gdg?: never;
|
|
688
|
+
$unknown: [
|
|
689
|
+
string,
|
|
690
|
+
any
|
|
691
|
+
];
|
|
692
|
+
}
|
|
693
|
+
interface Visitor<T> {
|
|
694
|
+
vsam: (value: VsamDetailAttributes) => T;
|
|
695
|
+
gdg: (value: GdgDetailAttributes) => T;
|
|
696
|
+
_: (name: string, value: any) => T;
|
|
697
|
+
}
|
|
698
|
+
const visit: <T>(value: DatasetDetailOrgAttributes, visitor: Visitor<T>) => T;
|
|
699
|
+
|
|
700
|
+
const filterSensitiveLog: (obj: DatasetDetailOrgAttributes) => any;
|
|
701
|
+
}
|
|
702
|
+
export interface GetDataSetDetailsResponse {
|
|
703
|
+
|
|
704
|
+
dataSetName: string | undefined;
|
|
705
|
+
|
|
706
|
+
dataSetOrg?: DatasetDetailOrgAttributes;
|
|
707
|
+
|
|
708
|
+
recordLength?: number;
|
|
709
|
+
|
|
710
|
+
location?: string;
|
|
711
|
+
|
|
712
|
+
blocksize?: number;
|
|
713
|
+
|
|
714
|
+
creationTime?: Date;
|
|
715
|
+
|
|
716
|
+
lastUpdatedTime?: Date;
|
|
717
|
+
|
|
718
|
+
lastReferencedTime?: Date;
|
|
719
|
+
}
|
|
720
|
+
export declare namespace GetDataSetDetailsResponse {
|
|
721
|
+
|
|
722
|
+
const filterSensitiveLog: (obj: GetDataSetDetailsResponse) => any;
|
|
723
|
+
}
|
|
724
|
+
export interface GetDataSetImportTaskRequest {
|
|
725
|
+
|
|
726
|
+
applicationId: string | undefined;
|
|
727
|
+
|
|
728
|
+
taskId: string | undefined;
|
|
729
|
+
}
|
|
730
|
+
export declare namespace GetDataSetImportTaskRequest {
|
|
731
|
+
|
|
732
|
+
const filterSensitiveLog: (obj: GetDataSetImportTaskRequest) => any;
|
|
733
|
+
}
|
|
734
|
+
export declare enum DataSetTaskLifecycle {
|
|
735
|
+
COMPLETED = "Completed",
|
|
736
|
+
CREATING = "Creating",
|
|
737
|
+
RUNNING = "Running"
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface DataSetImportSummary {
|
|
741
|
+
|
|
742
|
+
total: number | undefined;
|
|
743
|
+
|
|
744
|
+
succeeded: number | undefined;
|
|
745
|
+
|
|
746
|
+
failed: number | undefined;
|
|
747
|
+
|
|
748
|
+
pending: number | undefined;
|
|
749
|
+
|
|
750
|
+
inProgress: number | undefined;
|
|
751
|
+
}
|
|
752
|
+
export declare namespace DataSetImportSummary {
|
|
753
|
+
|
|
754
|
+
const filterSensitiveLog: (obj: DataSetImportSummary) => any;
|
|
755
|
+
}
|
|
756
|
+
export interface GetDataSetImportTaskResponse {
|
|
757
|
+
|
|
758
|
+
taskId: string | undefined;
|
|
759
|
+
|
|
760
|
+
status: DataSetTaskLifecycle | string | undefined;
|
|
761
|
+
|
|
762
|
+
summary?: DataSetImportSummary;
|
|
763
|
+
}
|
|
764
|
+
export declare namespace GetDataSetImportTaskResponse {
|
|
765
|
+
|
|
766
|
+
const filterSensitiveLog: (obj: GetDataSetImportTaskResponse) => any;
|
|
767
|
+
}
|
|
768
|
+
export interface GetDeploymentRequest {
|
|
769
|
+
|
|
770
|
+
deploymentId: string | undefined;
|
|
771
|
+
|
|
772
|
+
applicationId: string | undefined;
|
|
773
|
+
}
|
|
774
|
+
export declare namespace GetDeploymentRequest {
|
|
775
|
+
|
|
776
|
+
const filterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
777
|
+
}
|
|
778
|
+
export interface GetDeploymentResponse {
|
|
779
|
+
|
|
780
|
+
deploymentId: string | undefined;
|
|
781
|
+
|
|
782
|
+
applicationId: string | undefined;
|
|
783
|
+
|
|
784
|
+
environmentId: string | undefined;
|
|
785
|
+
|
|
786
|
+
applicationVersion: number | undefined;
|
|
787
|
+
|
|
788
|
+
status: DeploymentLifecycle | string | undefined;
|
|
789
|
+
|
|
790
|
+
creationTime: Date | undefined;
|
|
791
|
+
|
|
792
|
+
statusReason?: string;
|
|
793
|
+
}
|
|
794
|
+
export declare namespace GetDeploymentResponse {
|
|
795
|
+
|
|
796
|
+
const filterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
797
|
+
}
|
|
798
|
+
export interface ListApplicationsRequest {
|
|
799
|
+
|
|
800
|
+
nextToken?: string;
|
|
801
|
+
|
|
802
|
+
maxResults?: number;
|
|
803
|
+
|
|
804
|
+
names?: string[];
|
|
805
|
+
|
|
806
|
+
environmentId?: string;
|
|
807
|
+
}
|
|
808
|
+
export declare namespace ListApplicationsRequest {
|
|
809
|
+
|
|
810
|
+
const filterSensitiveLog: (obj: ListApplicationsRequest) => any;
|
|
811
|
+
}
|
|
812
|
+
export declare enum ApplicationDeploymentLifecycle {
|
|
813
|
+
DEPLOYED = "Deployed",
|
|
814
|
+
DEPLOYING = "Deploying"
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
export interface ApplicationSummary {
|
|
818
|
+
|
|
819
|
+
name: string | undefined;
|
|
820
|
+
|
|
821
|
+
description?: string;
|
|
822
|
+
|
|
823
|
+
applicationId: string | undefined;
|
|
824
|
+
|
|
825
|
+
applicationArn: string | undefined;
|
|
826
|
+
|
|
827
|
+
applicationVersion: number | undefined;
|
|
828
|
+
|
|
829
|
+
status: ApplicationLifecycle | string | undefined;
|
|
830
|
+
|
|
831
|
+
engineType: EngineType | string | undefined;
|
|
832
|
+
|
|
833
|
+
creationTime: Date | undefined;
|
|
834
|
+
|
|
835
|
+
environmentId?: string;
|
|
836
|
+
|
|
837
|
+
lastStartTime?: Date;
|
|
838
|
+
|
|
839
|
+
versionStatus?: ApplicationVersionLifecycle | string;
|
|
840
|
+
|
|
841
|
+
deploymentStatus?: ApplicationDeploymentLifecycle | string;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace ApplicationSummary {
|
|
844
|
+
|
|
845
|
+
const filterSensitiveLog: (obj: ApplicationSummary) => any;
|
|
846
|
+
}
|
|
847
|
+
export interface ListApplicationsResponse {
|
|
848
|
+
|
|
849
|
+
applications: ApplicationSummary[] | undefined;
|
|
850
|
+
|
|
851
|
+
nextToken?: string;
|
|
852
|
+
}
|
|
853
|
+
export declare namespace ListApplicationsResponse {
|
|
854
|
+
|
|
855
|
+
const filterSensitiveLog: (obj: ListApplicationsResponse) => any;
|
|
856
|
+
}
|
|
857
|
+
export interface ListApplicationVersionsRequest {
|
|
858
|
+
|
|
859
|
+
nextToken?: string;
|
|
860
|
+
|
|
861
|
+
maxResults?: number;
|
|
862
|
+
|
|
863
|
+
applicationId: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export declare namespace ListApplicationVersionsRequest {
|
|
866
|
+
|
|
867
|
+
const filterSensitiveLog: (obj: ListApplicationVersionsRequest) => any;
|
|
868
|
+
}
|
|
869
|
+
export interface ListApplicationVersionsResponse {
|
|
870
|
+
|
|
871
|
+
applicationVersions: ApplicationVersionSummary[] | undefined;
|
|
872
|
+
|
|
873
|
+
nextToken?: string;
|
|
874
|
+
}
|
|
875
|
+
export declare namespace ListApplicationVersionsResponse {
|
|
876
|
+
|
|
877
|
+
const filterSensitiveLog: (obj: ListApplicationVersionsResponse) => any;
|
|
878
|
+
}
|
|
879
|
+
export interface ListBatchJobDefinitionsRequest {
|
|
880
|
+
|
|
881
|
+
nextToken?: string;
|
|
882
|
+
|
|
883
|
+
maxResults?: number;
|
|
884
|
+
|
|
885
|
+
applicationId: string | undefined;
|
|
886
|
+
|
|
887
|
+
prefix?: string;
|
|
888
|
+
}
|
|
889
|
+
export declare namespace ListBatchJobDefinitionsRequest {
|
|
890
|
+
|
|
891
|
+
const filterSensitiveLog: (obj: ListBatchJobDefinitionsRequest) => any;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export interface FileBatchJobDefinition {
|
|
895
|
+
|
|
896
|
+
fileName: string | undefined;
|
|
897
|
+
|
|
898
|
+
folderPath?: string;
|
|
899
|
+
}
|
|
900
|
+
export declare namespace FileBatchJobDefinition {
|
|
901
|
+
|
|
902
|
+
const filterSensitiveLog: (obj: FileBatchJobDefinition) => any;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export interface ScriptBatchJobDefinition {
|
|
906
|
+
|
|
907
|
+
scriptName: string | undefined;
|
|
908
|
+
}
|
|
909
|
+
export declare namespace ScriptBatchJobDefinition {
|
|
910
|
+
|
|
911
|
+
const filterSensitiveLog: (obj: ScriptBatchJobDefinition) => any;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
export declare type BatchJobDefinition = BatchJobDefinition.FileBatchJobDefinitionMember | BatchJobDefinition.ScriptBatchJobDefinitionMember | BatchJobDefinition.$UnknownMember;
|
|
915
|
+
export declare namespace BatchJobDefinition {
|
|
916
|
+
|
|
917
|
+
interface FileBatchJobDefinitionMember {
|
|
918
|
+
fileBatchJobDefinition: FileBatchJobDefinition;
|
|
919
|
+
scriptBatchJobDefinition?: never;
|
|
920
|
+
$unknown?: never;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
interface ScriptBatchJobDefinitionMember {
|
|
924
|
+
fileBatchJobDefinition?: never;
|
|
925
|
+
scriptBatchJobDefinition: ScriptBatchJobDefinition;
|
|
926
|
+
$unknown?: never;
|
|
927
|
+
}
|
|
928
|
+
interface $UnknownMember {
|
|
929
|
+
fileBatchJobDefinition?: never;
|
|
930
|
+
scriptBatchJobDefinition?: never;
|
|
931
|
+
$unknown: [
|
|
932
|
+
string,
|
|
933
|
+
any
|
|
934
|
+
];
|
|
935
|
+
}
|
|
936
|
+
interface Visitor<T> {
|
|
937
|
+
fileBatchJobDefinition: (value: FileBatchJobDefinition) => T;
|
|
938
|
+
scriptBatchJobDefinition: (value: ScriptBatchJobDefinition) => T;
|
|
939
|
+
_: (name: string, value: any) => T;
|
|
940
|
+
}
|
|
941
|
+
const visit: <T>(value: BatchJobDefinition, visitor: Visitor<T>) => T;
|
|
942
|
+
|
|
943
|
+
const filterSensitiveLog: (obj: BatchJobDefinition) => any;
|
|
944
|
+
}
|
|
945
|
+
export interface ListBatchJobDefinitionsResponse {
|
|
946
|
+
|
|
947
|
+
batchJobDefinitions: BatchJobDefinition[] | undefined;
|
|
948
|
+
|
|
949
|
+
nextToken?: string;
|
|
950
|
+
}
|
|
951
|
+
export declare namespace ListBatchJobDefinitionsResponse {
|
|
952
|
+
|
|
953
|
+
const filterSensitiveLog: (obj: ListBatchJobDefinitionsResponse) => any;
|
|
954
|
+
}
|
|
955
|
+
export interface ListBatchJobExecutionsRequest {
|
|
956
|
+
|
|
957
|
+
nextToken?: string;
|
|
958
|
+
|
|
959
|
+
maxResults?: number;
|
|
960
|
+
|
|
961
|
+
applicationId: string | undefined;
|
|
962
|
+
|
|
963
|
+
executionIds?: string[];
|
|
964
|
+
|
|
965
|
+
jobName?: string;
|
|
966
|
+
|
|
967
|
+
status?: BatchJobExecutionStatus | string;
|
|
968
|
+
|
|
969
|
+
startedAfter?: Date;
|
|
970
|
+
|
|
971
|
+
startedBefore?: Date;
|
|
972
|
+
}
|
|
973
|
+
export declare namespace ListBatchJobExecutionsRequest {
|
|
974
|
+
|
|
975
|
+
const filterSensitiveLog: (obj: ListBatchJobExecutionsRequest) => any;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
export interface BatchJobExecutionSummary {
|
|
979
|
+
|
|
980
|
+
executionId: string | undefined;
|
|
981
|
+
|
|
982
|
+
applicationId: string | undefined;
|
|
983
|
+
|
|
984
|
+
jobId?: string;
|
|
985
|
+
|
|
986
|
+
jobName?: string;
|
|
987
|
+
|
|
988
|
+
jobType?: BatchJobType | string;
|
|
989
|
+
|
|
990
|
+
status: BatchJobExecutionStatus | string | undefined;
|
|
991
|
+
|
|
992
|
+
startTime: Date | undefined;
|
|
993
|
+
|
|
994
|
+
endTime?: Date;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace BatchJobExecutionSummary {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: BatchJobExecutionSummary) => any;
|
|
999
|
+
}
|
|
1000
|
+
export interface ListBatchJobExecutionsResponse {
|
|
1001
|
+
|
|
1002
|
+
batchJobExecutions: BatchJobExecutionSummary[] | undefined;
|
|
1003
|
+
|
|
1004
|
+
nextToken?: string;
|
|
1005
|
+
}
|
|
1006
|
+
export declare namespace ListBatchJobExecutionsResponse {
|
|
1007
|
+
|
|
1008
|
+
const filterSensitiveLog: (obj: ListBatchJobExecutionsResponse) => any;
|
|
1009
|
+
}
|
|
1010
|
+
export interface ListDataSetImportHistoryRequest {
|
|
1011
|
+
|
|
1012
|
+
nextToken?: string;
|
|
1013
|
+
|
|
1014
|
+
maxResults?: number;
|
|
1015
|
+
|
|
1016
|
+
applicationId: string | undefined;
|
|
1017
|
+
}
|
|
1018
|
+
export declare namespace ListDataSetImportHistoryRequest {
|
|
1019
|
+
|
|
1020
|
+
const filterSensitiveLog: (obj: ListDataSetImportHistoryRequest) => any;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface DataSetImportTask {
|
|
1024
|
+
|
|
1025
|
+
taskId: string | undefined;
|
|
1026
|
+
|
|
1027
|
+
status: DataSetTaskLifecycle | string | undefined;
|
|
1028
|
+
|
|
1029
|
+
summary: DataSetImportSummary | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
export declare namespace DataSetImportTask {
|
|
1032
|
+
|
|
1033
|
+
const filterSensitiveLog: (obj: DataSetImportTask) => any;
|
|
1034
|
+
}
|
|
1035
|
+
export interface ListDataSetImportHistoryResponse {
|
|
1036
|
+
|
|
1037
|
+
dataSetImportTasks: DataSetImportTask[] | undefined;
|
|
1038
|
+
|
|
1039
|
+
nextToken?: string;
|
|
1040
|
+
}
|
|
1041
|
+
export declare namespace ListDataSetImportHistoryResponse {
|
|
1042
|
+
|
|
1043
|
+
const filterSensitiveLog: (obj: ListDataSetImportHistoryResponse) => any;
|
|
1044
|
+
}
|
|
1045
|
+
export interface ListDataSetsRequest {
|
|
1046
|
+
|
|
1047
|
+
applicationId: string | undefined;
|
|
1048
|
+
|
|
1049
|
+
nextToken?: string;
|
|
1050
|
+
|
|
1051
|
+
maxResults?: number;
|
|
1052
|
+
|
|
1053
|
+
prefix?: string;
|
|
1054
|
+
}
|
|
1055
|
+
export declare namespace ListDataSetsRequest {
|
|
1056
|
+
|
|
1057
|
+
const filterSensitiveLog: (obj: ListDataSetsRequest) => any;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
export interface DataSetSummary {
|
|
1061
|
+
|
|
1062
|
+
dataSetName: string | undefined;
|
|
1063
|
+
|
|
1064
|
+
dataSetOrg?: string;
|
|
1065
|
+
|
|
1066
|
+
format?: string;
|
|
1067
|
+
|
|
1068
|
+
creationTime?: Date;
|
|
1069
|
+
|
|
1070
|
+
lastUpdatedTime?: Date;
|
|
1071
|
+
|
|
1072
|
+
lastReferencedTime?: Date;
|
|
1073
|
+
}
|
|
1074
|
+
export declare namespace DataSetSummary {
|
|
1075
|
+
|
|
1076
|
+
const filterSensitiveLog: (obj: DataSetSummary) => any;
|
|
1077
|
+
}
|
|
1078
|
+
export interface ListDataSetsResponse {
|
|
1079
|
+
|
|
1080
|
+
dataSets: DataSetSummary[] | undefined;
|
|
1081
|
+
|
|
1082
|
+
nextToken?: string;
|
|
1083
|
+
}
|
|
1084
|
+
export declare namespace ListDataSetsResponse {
|
|
1085
|
+
|
|
1086
|
+
const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
1087
|
+
}
|
|
1088
|
+
export interface ListDeploymentsRequest {
|
|
1089
|
+
|
|
1090
|
+
nextToken?: string;
|
|
1091
|
+
|
|
1092
|
+
maxResults?: number;
|
|
1093
|
+
|
|
1094
|
+
applicationId: string | undefined;
|
|
1095
|
+
}
|
|
1096
|
+
export declare namespace ListDeploymentsRequest {
|
|
1097
|
+
|
|
1098
|
+
const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
export interface DeploymentSummary {
|
|
1102
|
+
|
|
1103
|
+
deploymentId: string | undefined;
|
|
1104
|
+
|
|
1105
|
+
applicationId: string | undefined;
|
|
1106
|
+
|
|
1107
|
+
environmentId: string | undefined;
|
|
1108
|
+
|
|
1109
|
+
applicationVersion: number | undefined;
|
|
1110
|
+
|
|
1111
|
+
status: DeploymentLifecycle | string | undefined;
|
|
1112
|
+
|
|
1113
|
+
creationTime: Date | undefined;
|
|
1114
|
+
|
|
1115
|
+
statusReason?: string;
|
|
1116
|
+
}
|
|
1117
|
+
export declare namespace DeploymentSummary {
|
|
1118
|
+
|
|
1119
|
+
const filterSensitiveLog: (obj: DeploymentSummary) => any;
|
|
1120
|
+
}
|
|
1121
|
+
export interface ListDeploymentsResponse {
|
|
1122
|
+
|
|
1123
|
+
deployments: DeploymentSummary[] | undefined;
|
|
1124
|
+
|
|
1125
|
+
nextToken?: string;
|
|
1126
|
+
}
|
|
1127
|
+
export declare namespace ListDeploymentsResponse {
|
|
1128
|
+
|
|
1129
|
+
const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
1130
|
+
}
|
|
1131
|
+
export interface StartApplicationRequest {
|
|
1132
|
+
|
|
1133
|
+
applicationId: string | undefined;
|
|
1134
|
+
}
|
|
1135
|
+
export declare namespace StartApplicationRequest {
|
|
1136
|
+
|
|
1137
|
+
const filterSensitiveLog: (obj: StartApplicationRequest) => any;
|
|
1138
|
+
}
|
|
1139
|
+
export interface StartApplicationResponse {
|
|
1140
|
+
}
|
|
1141
|
+
export declare namespace StartApplicationResponse {
|
|
1142
|
+
|
|
1143
|
+
const filterSensitiveLog: (obj: StartApplicationResponse) => any;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
export interface FileBatchJobIdentifier {
|
|
1147
|
+
|
|
1148
|
+
fileName: string | undefined;
|
|
1149
|
+
|
|
1150
|
+
folderPath?: string;
|
|
1151
|
+
}
|
|
1152
|
+
export declare namespace FileBatchJobIdentifier {
|
|
1153
|
+
|
|
1154
|
+
const filterSensitiveLog: (obj: FileBatchJobIdentifier) => any;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
export interface ScriptBatchJobIdentifier {
|
|
1158
|
+
|
|
1159
|
+
scriptName: string | undefined;
|
|
1160
|
+
}
|
|
1161
|
+
export declare namespace ScriptBatchJobIdentifier {
|
|
1162
|
+
|
|
1163
|
+
const filterSensitiveLog: (obj: ScriptBatchJobIdentifier) => any;
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
export declare type BatchJobIdentifier = BatchJobIdentifier.FileBatchJobIdentifierMember | BatchJobIdentifier.ScriptBatchJobIdentifierMember | BatchJobIdentifier.$UnknownMember;
|
|
1167
|
+
export declare namespace BatchJobIdentifier {
|
|
1168
|
+
|
|
1169
|
+
interface FileBatchJobIdentifierMember {
|
|
1170
|
+
fileBatchJobIdentifier: FileBatchJobIdentifier;
|
|
1171
|
+
scriptBatchJobIdentifier?: never;
|
|
1172
|
+
$unknown?: never;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
interface ScriptBatchJobIdentifierMember {
|
|
1176
|
+
fileBatchJobIdentifier?: never;
|
|
1177
|
+
scriptBatchJobIdentifier: ScriptBatchJobIdentifier;
|
|
1178
|
+
$unknown?: never;
|
|
1179
|
+
}
|
|
1180
|
+
interface $UnknownMember {
|
|
1181
|
+
fileBatchJobIdentifier?: never;
|
|
1182
|
+
scriptBatchJobIdentifier?: never;
|
|
1183
|
+
$unknown: [
|
|
1184
|
+
string,
|
|
1185
|
+
any
|
|
1186
|
+
];
|
|
1187
|
+
}
|
|
1188
|
+
interface Visitor<T> {
|
|
1189
|
+
fileBatchJobIdentifier: (value: FileBatchJobIdentifier) => T;
|
|
1190
|
+
scriptBatchJobIdentifier: (value: ScriptBatchJobIdentifier) => T;
|
|
1191
|
+
_: (name: string, value: any) => T;
|
|
1192
|
+
}
|
|
1193
|
+
const visit: <T>(value: BatchJobIdentifier, visitor: Visitor<T>) => T;
|
|
1194
|
+
|
|
1195
|
+
const filterSensitiveLog: (obj: BatchJobIdentifier) => any;
|
|
1196
|
+
}
|
|
1197
|
+
export interface StartBatchJobRequest {
|
|
1198
|
+
|
|
1199
|
+
applicationId: string | undefined;
|
|
1200
|
+
|
|
1201
|
+
batchJobIdentifier: BatchJobIdentifier | undefined;
|
|
1202
|
+
|
|
1203
|
+
jobParams?: Record<string, string>;
|
|
1204
|
+
}
|
|
1205
|
+
export declare namespace StartBatchJobRequest {
|
|
1206
|
+
|
|
1207
|
+
const filterSensitiveLog: (obj: StartBatchJobRequest) => any;
|
|
1208
|
+
}
|
|
1209
|
+
export interface StartBatchJobResponse {
|
|
1210
|
+
|
|
1211
|
+
executionId: string | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export declare namespace StartBatchJobResponse {
|
|
1214
|
+
|
|
1215
|
+
const filterSensitiveLog: (obj: StartBatchJobResponse) => any;
|
|
1216
|
+
}
|
|
1217
|
+
export interface StopApplicationRequest {
|
|
1218
|
+
|
|
1219
|
+
applicationId: string | undefined;
|
|
1220
|
+
|
|
1221
|
+
forceStop?: boolean;
|
|
1222
|
+
}
|
|
1223
|
+
export declare namespace StopApplicationRequest {
|
|
1224
|
+
|
|
1225
|
+
const filterSensitiveLog: (obj: StopApplicationRequest) => any;
|
|
1226
|
+
}
|
|
1227
|
+
export interface StopApplicationResponse {
|
|
1228
|
+
}
|
|
1229
|
+
export declare namespace StopApplicationResponse {
|
|
1230
|
+
|
|
1231
|
+
const filterSensitiveLog: (obj: StopApplicationResponse) => any;
|
|
1232
|
+
}
|
|
1233
|
+
export interface UpdateApplicationRequest {
|
|
1234
|
+
|
|
1235
|
+
applicationId: string | undefined;
|
|
1236
|
+
|
|
1237
|
+
description?: string;
|
|
1238
|
+
|
|
1239
|
+
currentApplicationVersion: number | undefined;
|
|
1240
|
+
|
|
1241
|
+
definition?: Definition;
|
|
1242
|
+
}
|
|
1243
|
+
export declare namespace UpdateApplicationRequest {
|
|
1244
|
+
|
|
1245
|
+
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1246
|
+
}
|
|
1247
|
+
export interface UpdateApplicationResponse {
|
|
1248
|
+
|
|
1249
|
+
applicationVersion: number | undefined;
|
|
1250
|
+
}
|
|
1251
|
+
export declare namespace UpdateApplicationResponse {
|
|
1252
|
+
|
|
1253
|
+
const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
export interface HighAvailabilityConfig {
|
|
1257
|
+
|
|
1258
|
+
desiredCapacity: number | undefined;
|
|
1259
|
+
}
|
|
1260
|
+
export declare namespace HighAvailabilityConfig {
|
|
1261
|
+
|
|
1262
|
+
const filterSensitiveLog: (obj: HighAvailabilityConfig) => any;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
export interface EfsStorageConfiguration {
|
|
1266
|
+
|
|
1267
|
+
fileSystemId: string | undefined;
|
|
1268
|
+
|
|
1269
|
+
mountPoint: string | undefined;
|
|
1270
|
+
}
|
|
1271
|
+
export declare namespace EfsStorageConfiguration {
|
|
1272
|
+
|
|
1273
|
+
const filterSensitiveLog: (obj: EfsStorageConfiguration) => any;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export interface FsxStorageConfiguration {
|
|
1277
|
+
|
|
1278
|
+
fileSystemId: string | undefined;
|
|
1279
|
+
|
|
1280
|
+
mountPoint: string | undefined;
|
|
1281
|
+
}
|
|
1282
|
+
export declare namespace FsxStorageConfiguration {
|
|
1283
|
+
|
|
1284
|
+
const filterSensitiveLog: (obj: FsxStorageConfiguration) => any;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export declare type StorageConfiguration = StorageConfiguration.EfsMember | StorageConfiguration.FsxMember | StorageConfiguration.$UnknownMember;
|
|
1288
|
+
export declare namespace StorageConfiguration {
|
|
1289
|
+
|
|
1290
|
+
interface EfsMember {
|
|
1291
|
+
efs: EfsStorageConfiguration;
|
|
1292
|
+
fsx?: never;
|
|
1293
|
+
$unknown?: never;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
interface FsxMember {
|
|
1297
|
+
efs?: never;
|
|
1298
|
+
fsx: FsxStorageConfiguration;
|
|
1299
|
+
$unknown?: never;
|
|
1300
|
+
}
|
|
1301
|
+
interface $UnknownMember {
|
|
1302
|
+
efs?: never;
|
|
1303
|
+
fsx?: never;
|
|
1304
|
+
$unknown: [
|
|
1305
|
+
string,
|
|
1306
|
+
any
|
|
1307
|
+
];
|
|
1308
|
+
}
|
|
1309
|
+
interface Visitor<T> {
|
|
1310
|
+
efs: (value: EfsStorageConfiguration) => T;
|
|
1311
|
+
fsx: (value: FsxStorageConfiguration) => T;
|
|
1312
|
+
_: (name: string, value: any) => T;
|
|
1313
|
+
}
|
|
1314
|
+
const visit: <T>(value: StorageConfiguration, visitor: Visitor<T>) => T;
|
|
1315
|
+
|
|
1316
|
+
const filterSensitiveLog: (obj: StorageConfiguration) => any;
|
|
1317
|
+
}
|
|
1318
|
+
export interface CreateEnvironmentRequest {
|
|
1319
|
+
|
|
1320
|
+
name: string | undefined;
|
|
1321
|
+
|
|
1322
|
+
instanceType: string | undefined;
|
|
1323
|
+
|
|
1324
|
+
description?: string;
|
|
1325
|
+
|
|
1326
|
+
engineType: EngineType | string | undefined;
|
|
1327
|
+
|
|
1328
|
+
engineVersion?: string;
|
|
1329
|
+
|
|
1330
|
+
subnetIds?: string[];
|
|
1331
|
+
|
|
1332
|
+
securityGroupIds?: string[];
|
|
1333
|
+
|
|
1334
|
+
storageConfigurations?: StorageConfiguration[];
|
|
1335
|
+
|
|
1336
|
+
publiclyAccessible?: boolean;
|
|
1337
|
+
|
|
1338
|
+
highAvailabilityConfig?: HighAvailabilityConfig;
|
|
1339
|
+
|
|
1340
|
+
tags?: Record<string, string>;
|
|
1341
|
+
|
|
1342
|
+
preferredMaintenanceWindow?: string;
|
|
1343
|
+
|
|
1344
|
+
clientToken?: string;
|
|
1345
|
+
}
|
|
1346
|
+
export declare namespace CreateEnvironmentRequest {
|
|
1347
|
+
|
|
1348
|
+
const filterSensitiveLog: (obj: CreateEnvironmentRequest) => any;
|
|
1349
|
+
}
|
|
1350
|
+
export interface CreateEnvironmentResponse {
|
|
1351
|
+
|
|
1352
|
+
environmentId: string | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
export declare namespace CreateEnvironmentResponse {
|
|
1355
|
+
|
|
1356
|
+
const filterSensitiveLog: (obj: CreateEnvironmentResponse) => any;
|
|
1357
|
+
}
|
|
1358
|
+
export interface DeleteEnvironmentRequest {
|
|
1359
|
+
|
|
1360
|
+
environmentId: string | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export declare namespace DeleteEnvironmentRequest {
|
|
1363
|
+
|
|
1364
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentRequest) => any;
|
|
1365
|
+
}
|
|
1366
|
+
export interface DeleteEnvironmentResponse {
|
|
1367
|
+
}
|
|
1368
|
+
export declare namespace DeleteEnvironmentResponse {
|
|
1369
|
+
|
|
1370
|
+
const filterSensitiveLog: (obj: DeleteEnvironmentResponse) => any;
|
|
1371
|
+
}
|
|
1372
|
+
export interface GetEnvironmentRequest {
|
|
1373
|
+
|
|
1374
|
+
environmentId: string | undefined;
|
|
1375
|
+
}
|
|
1376
|
+
export declare namespace GetEnvironmentRequest {
|
|
1377
|
+
|
|
1378
|
+
const filterSensitiveLog: (obj: GetEnvironmentRequest) => any;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
export interface MaintenanceSchedule {
|
|
1382
|
+
|
|
1383
|
+
startTime?: Date;
|
|
1384
|
+
|
|
1385
|
+
endTime?: Date;
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace MaintenanceSchedule {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: MaintenanceSchedule) => any;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export interface PendingMaintenance {
|
|
1393
|
+
|
|
1394
|
+
schedule?: MaintenanceSchedule;
|
|
1395
|
+
|
|
1396
|
+
engineVersion?: string;
|
|
1397
|
+
}
|
|
1398
|
+
export declare namespace PendingMaintenance {
|
|
1399
|
+
|
|
1400
|
+
const filterSensitiveLog: (obj: PendingMaintenance) => any;
|
|
1401
|
+
}
|
|
1402
|
+
export declare enum EnvironmentLifecycle {
|
|
1403
|
+
AVAILABLE = "Available",
|
|
1404
|
+
CREATING = "Creating",
|
|
1405
|
+
DELETING = "Deleting",
|
|
1406
|
+
FAILED = "Failed"
|
|
1407
|
+
}
|
|
1408
|
+
export interface GetEnvironmentResponse {
|
|
1409
|
+
|
|
1410
|
+
name: string | undefined;
|
|
1411
|
+
|
|
1412
|
+
description?: string;
|
|
1413
|
+
|
|
1414
|
+
environmentArn: string | undefined;
|
|
1415
|
+
|
|
1416
|
+
environmentId: string | undefined;
|
|
1417
|
+
|
|
1418
|
+
instanceType: string | undefined;
|
|
1419
|
+
|
|
1420
|
+
status: EnvironmentLifecycle | string | undefined;
|
|
1421
|
+
|
|
1422
|
+
engineType: EngineType | string | undefined;
|
|
1423
|
+
|
|
1424
|
+
engineVersion: string | undefined;
|
|
1425
|
+
|
|
1426
|
+
vpcId: string | undefined;
|
|
1427
|
+
|
|
1428
|
+
subnetIds: string[] | undefined;
|
|
1429
|
+
|
|
1430
|
+
securityGroupIds: string[] | undefined;
|
|
1431
|
+
|
|
1432
|
+
creationTime: Date | undefined;
|
|
1433
|
+
|
|
1434
|
+
storageConfigurations?: StorageConfiguration[];
|
|
1435
|
+
|
|
1436
|
+
tags?: Record<string, string>;
|
|
1437
|
+
|
|
1438
|
+
highAvailabilityConfig?: HighAvailabilityConfig;
|
|
1439
|
+
|
|
1440
|
+
publiclyAccessible?: boolean;
|
|
1441
|
+
|
|
1442
|
+
actualCapacity?: number;
|
|
1443
|
+
|
|
1444
|
+
loadBalancerArn?: string;
|
|
1445
|
+
|
|
1446
|
+
statusReason?: string;
|
|
1447
|
+
|
|
1448
|
+
preferredMaintenanceWindow?: string;
|
|
1449
|
+
|
|
1450
|
+
pendingMaintenance?: PendingMaintenance;
|
|
1451
|
+
}
|
|
1452
|
+
export declare namespace GetEnvironmentResponse {
|
|
1453
|
+
|
|
1454
|
+
const filterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1455
|
+
}
|
|
1456
|
+
export interface ListEnvironmentsRequest {
|
|
1457
|
+
|
|
1458
|
+
nextToken?: string;
|
|
1459
|
+
|
|
1460
|
+
maxResults?: number;
|
|
1461
|
+
|
|
1462
|
+
names?: string[];
|
|
1463
|
+
|
|
1464
|
+
engineType?: EngineType | string;
|
|
1465
|
+
}
|
|
1466
|
+
export declare namespace ListEnvironmentsRequest {
|
|
1467
|
+
|
|
1468
|
+
const filterSensitiveLog: (obj: ListEnvironmentsRequest) => any;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
export interface EnvironmentSummary {
|
|
1472
|
+
|
|
1473
|
+
name: string | undefined;
|
|
1474
|
+
|
|
1475
|
+
environmentArn: string | undefined;
|
|
1476
|
+
|
|
1477
|
+
environmentId: string | undefined;
|
|
1478
|
+
|
|
1479
|
+
instanceType: string | undefined;
|
|
1480
|
+
|
|
1481
|
+
status: EnvironmentLifecycle | string | undefined;
|
|
1482
|
+
|
|
1483
|
+
engineType: EngineType | string | undefined;
|
|
1484
|
+
|
|
1485
|
+
engineVersion: string | undefined;
|
|
1486
|
+
|
|
1487
|
+
creationTime: Date | undefined;
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace EnvironmentSummary {
|
|
1490
|
+
|
|
1491
|
+
const filterSensitiveLog: (obj: EnvironmentSummary) => any;
|
|
1492
|
+
}
|
|
1493
|
+
export interface ListEnvironmentsResponse {
|
|
1494
|
+
|
|
1495
|
+
environments: EnvironmentSummary[] | undefined;
|
|
1496
|
+
|
|
1497
|
+
nextToken?: string;
|
|
1498
|
+
}
|
|
1499
|
+
export declare namespace ListEnvironmentsResponse {
|
|
1500
|
+
|
|
1501
|
+
const filterSensitiveLog: (obj: ListEnvironmentsResponse) => any;
|
|
1502
|
+
}
|
|
1503
|
+
export interface UpdateEnvironmentRequest {
|
|
1504
|
+
|
|
1505
|
+
environmentId: string | undefined;
|
|
1506
|
+
|
|
1507
|
+
desiredCapacity?: number;
|
|
1508
|
+
|
|
1509
|
+
instanceType?: string;
|
|
1510
|
+
|
|
1511
|
+
engineVersion?: string;
|
|
1512
|
+
|
|
1513
|
+
preferredMaintenanceWindow?: string;
|
|
1514
|
+
|
|
1515
|
+
applyDuringMaintenanceWindow?: boolean;
|
|
1516
|
+
}
|
|
1517
|
+
export declare namespace UpdateEnvironmentRequest {
|
|
1518
|
+
|
|
1519
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentRequest) => any;
|
|
1520
|
+
}
|
|
1521
|
+
export interface UpdateEnvironmentResponse {
|
|
1522
|
+
|
|
1523
|
+
environmentId: string | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace UpdateEnvironmentResponse {
|
|
1526
|
+
|
|
1527
|
+
const filterSensitiveLog: (obj: UpdateEnvironmentResponse) => any;
|
|
1528
|
+
}
|
|
1529
|
+
export interface ListEngineVersionsRequest {
|
|
1530
|
+
|
|
1531
|
+
engineType?: EngineType | string;
|
|
1532
|
+
|
|
1533
|
+
nextToken?: string;
|
|
1534
|
+
|
|
1535
|
+
maxResults?: number;
|
|
1536
|
+
}
|
|
1537
|
+
export declare namespace ListEngineVersionsRequest {
|
|
1538
|
+
|
|
1539
|
+
const filterSensitiveLog: (obj: ListEngineVersionsRequest) => any;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export interface EngineVersionsSummary {
|
|
1543
|
+
|
|
1544
|
+
engineType: string | undefined;
|
|
1545
|
+
|
|
1546
|
+
engineVersion: string | undefined;
|
|
1547
|
+
}
|
|
1548
|
+
export declare namespace EngineVersionsSummary {
|
|
1549
|
+
|
|
1550
|
+
const filterSensitiveLog: (obj: EngineVersionsSummary) => any;
|
|
1551
|
+
}
|
|
1552
|
+
export interface ListEngineVersionsResponse {
|
|
1553
|
+
|
|
1554
|
+
engineVersions: EngineVersionsSummary[] | undefined;
|
|
1555
|
+
|
|
1556
|
+
nextToken?: string;
|
|
1557
|
+
}
|
|
1558
|
+
export declare namespace ListEngineVersionsResponse {
|
|
1559
|
+
|
|
1560
|
+
const filterSensitiveLog: (obj: ListEngineVersionsResponse) => any;
|
|
1561
|
+
}
|
|
1562
|
+
export interface ListTagsForResourceRequest {
|
|
1563
|
+
|
|
1564
|
+
resourceArn: string | undefined;
|
|
1565
|
+
}
|
|
1566
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1567
|
+
|
|
1568
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1569
|
+
}
|
|
1570
|
+
export interface ListTagsForResourceResponse {
|
|
1571
|
+
|
|
1572
|
+
tags: Record<string, string> | undefined;
|
|
1573
|
+
}
|
|
1574
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1575
|
+
|
|
1576
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1577
|
+
}
|
|
1578
|
+
export interface TagResourceRequest {
|
|
1579
|
+
|
|
1580
|
+
resourceArn: string | undefined;
|
|
1581
|
+
|
|
1582
|
+
tags: Record<string, string> | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export declare namespace TagResourceRequest {
|
|
1585
|
+
|
|
1586
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1587
|
+
}
|
|
1588
|
+
export interface TagResourceResponse {
|
|
1589
|
+
}
|
|
1590
|
+
export declare namespace TagResourceResponse {
|
|
1591
|
+
|
|
1592
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1593
|
+
}
|
|
1594
|
+
export interface UntagResourceRequest {
|
|
1595
|
+
|
|
1596
|
+
resourceArn: string | undefined;
|
|
1597
|
+
|
|
1598
|
+
tagKeys: string[] | undefined;
|
|
1599
|
+
}
|
|
1600
|
+
export declare namespace UntagResourceRequest {
|
|
1601
|
+
|
|
1602
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1603
|
+
}
|
|
1604
|
+
export interface UntagResourceResponse {
|
|
1605
|
+
}
|
|
1606
|
+
export declare namespace UntagResourceResponse {
|
|
1607
|
+
|
|
1608
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1609
|
+
}
|