@aws-sdk/client-ssm-sap 3.256.0 → 3.258.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/dist-cjs/SsmSap.js +15 -0
- package/dist-cjs/commands/ListOperationsCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +20 -2
- package/dist-cjs/pagination/ListOperationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +91 -1
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/SsmSap.js +15 -0
- package/dist-es/commands/ListOperationsCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +15 -0
- package/dist-es/pagination/ListOperationsPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +88 -0
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/SsmSap.d.ts +11 -3
- package/dist-types/SsmSapClient.d.ts +3 -2
- package/dist-types/commands/ListOperationsCommand.d.ts +37 -0
- package/dist-types/commands/RegisterApplicationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +214 -127
- package/dist-types/pagination/ListOperationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/SsmSap.d.ts +17 -0
- package/dist-types/ts3.4/SsmSapClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +28 -0
- package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +30 -31
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
3
|
+
import { SsmSapPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListOperations(config: SsmSapPaginationConfiguration, input: ListOperationsCommandInput, ...additionalArguments: any): Paginator<ListOperationsCommandOutput>;
|
|
@@ -10,6 +10,7 @@ import { GetResourcePermissionCommandInput, GetResourcePermissionCommandOutput }
|
|
|
10
10
|
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
11
11
|
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
|
|
12
12
|
import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
|
|
13
|
+
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
13
14
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
14
15
|
import { PutResourcePermissionCommandInput, PutResourcePermissionCommandOutput } from "../commands/PutResourcePermissionCommand";
|
|
15
16
|
import { RegisterApplicationCommandInput, RegisterApplicationCommandOutput } from "../commands/RegisterApplicationCommand";
|
|
@@ -26,6 +27,7 @@ export declare const serializeAws_restJson1GetResourcePermissionCommand: (input:
|
|
|
26
27
|
export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
28
|
export declare const serializeAws_restJson1ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
29
|
export declare const serializeAws_restJson1ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
export declare const serializeAws_restJson1ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
31
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
32
|
export declare const serializeAws_restJson1PutResourcePermissionCommand: (input: PutResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
33
|
export declare const serializeAws_restJson1RegisterApplicationCommand: (input: RegisterApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -42,6 +44,7 @@ export declare const deserializeAws_restJson1GetResourcePermissionCommand: (outp
|
|
|
42
44
|
export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
43
45
|
export declare const deserializeAws_restJson1ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
|
|
44
46
|
export declare const deserializeAws_restJson1ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
|
|
47
|
+
export declare const deserializeAws_restJson1ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
|
|
45
48
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
46
49
|
export declare const deserializeAws_restJson1PutResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePermissionCommandOutput>;
|
|
47
50
|
export declare const deserializeAws_restJson1RegisterApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterApplicationCommandOutput>;
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -17,12 +17,12 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
20
|
apiVersion: string;
|
|
23
21
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
22
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
23
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
24
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
16
18
|
};
|
|
@@ -39,6 +39,10 @@ import {
|
|
|
39
39
|
ListDatabasesCommandInput,
|
|
40
40
|
ListDatabasesCommandOutput,
|
|
41
41
|
} from "./commands/ListDatabasesCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListOperationsCommandInput,
|
|
44
|
+
ListOperationsCommandOutput,
|
|
45
|
+
} from "./commands/ListOperationsCommand";
|
|
42
46
|
import {
|
|
43
47
|
ListTagsForResourceCommandInput,
|
|
44
48
|
ListTagsForResourceCommandOutput,
|
|
@@ -195,6 +199,19 @@ export declare class SsmSap extends SsmSapClient {
|
|
|
195
199
|
options: __HttpHandlerOptions,
|
|
196
200
|
cb: (err: any, data?: ListDatabasesCommandOutput) => void
|
|
197
201
|
): void;
|
|
202
|
+
listOperations(
|
|
203
|
+
args: ListOperationsCommandInput,
|
|
204
|
+
options?: __HttpHandlerOptions
|
|
205
|
+
): Promise<ListOperationsCommandOutput>;
|
|
206
|
+
listOperations(
|
|
207
|
+
args: ListOperationsCommandInput,
|
|
208
|
+
cb: (err: any, data?: ListOperationsCommandOutput) => void
|
|
209
|
+
): void;
|
|
210
|
+
listOperations(
|
|
211
|
+
args: ListOperationsCommandInput,
|
|
212
|
+
options: __HttpHandlerOptions,
|
|
213
|
+
cb: (err: any, data?: ListOperationsCommandOutput) => void
|
|
214
|
+
): void;
|
|
198
215
|
listTagsForResource(
|
|
199
216
|
args: ListTagsForResourceCommandInput,
|
|
200
217
|
options?: __HttpHandlerOptions
|
|
@@ -84,6 +84,10 @@ import {
|
|
|
84
84
|
ListDatabasesCommandInput,
|
|
85
85
|
ListDatabasesCommandOutput,
|
|
86
86
|
} from "./commands/ListDatabasesCommand";
|
|
87
|
+
import {
|
|
88
|
+
ListOperationsCommandInput,
|
|
89
|
+
ListOperationsCommandOutput,
|
|
90
|
+
} from "./commands/ListOperationsCommand";
|
|
87
91
|
import {
|
|
88
92
|
ListTagsForResourceCommandInput,
|
|
89
93
|
ListTagsForResourceCommandOutput,
|
|
@@ -124,6 +128,7 @@ export declare type ServiceInputTypes =
|
|
|
124
128
|
| ListApplicationsCommandInput
|
|
125
129
|
| ListComponentsCommandInput
|
|
126
130
|
| ListDatabasesCommandInput
|
|
131
|
+
| ListOperationsCommandInput
|
|
127
132
|
| ListTagsForResourceCommandInput
|
|
128
133
|
| PutResourcePermissionCommandInput
|
|
129
134
|
| RegisterApplicationCommandInput
|
|
@@ -141,6 +146,7 @@ export declare type ServiceOutputTypes =
|
|
|
141
146
|
| ListApplicationsCommandOutput
|
|
142
147
|
| ListComponentsCommandOutput
|
|
143
148
|
| ListDatabasesCommandOutput
|
|
149
|
+
| ListOperationsCommandOutput
|
|
144
150
|
| ListTagsForResourceCommandOutput
|
|
145
151
|
| PutResourcePermissionCommandOutput
|
|
146
152
|
| RegisterApplicationCommandOutput
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { ListOperationsInput, ListOperationsOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
SsmSapClientResolvedConfig,
|
|
14
|
+
} from "../SsmSapClient";
|
|
15
|
+
export interface ListOperationsCommandInput extends ListOperationsInput {}
|
|
16
|
+
export interface ListOperationsCommandOutput
|
|
17
|
+
extends ListOperationsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListOperationsCommand extends $Command<
|
|
20
|
+
ListOperationsCommandInput,
|
|
21
|
+
ListOperationsCommandOutput,
|
|
22
|
+
SsmSapClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListOperationsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListOperationsCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SsmSapClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListOperationsCommandInput, ListOperationsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -8,6 +8,7 @@ export * from "./GetResourcePermissionCommand";
|
|
|
8
8
|
export * from "./ListApplicationsCommand";
|
|
9
9
|
export * from "./ListComponentsCommand";
|
|
10
10
|
export * from "./ListDatabasesCommand";
|
|
11
|
+
export * from "./ListOperationsCommand";
|
|
11
12
|
export * from "./ListTagsForResourceCommand";
|
|
12
13
|
export * from "./PutResourcePermissionCommand";
|
|
13
14
|
export * from "./RegisterApplicationCommand";
|
|
@@ -148,9 +148,20 @@ export interface DeregisterApplicationInput {
|
|
|
148
148
|
ApplicationId: string | undefined;
|
|
149
149
|
}
|
|
150
150
|
export interface DeregisterApplicationOutput {}
|
|
151
|
+
export declare enum FilterOperator {
|
|
152
|
+
EQUALS = "Equals",
|
|
153
|
+
GREATER_THAN_OR_EQUALS = "GreaterThanOrEquals",
|
|
154
|
+
LESS_THAN_OR_EQUALS = "LessThanOrEquals",
|
|
155
|
+
}
|
|
156
|
+
export interface Filter {
|
|
157
|
+
Name: string | undefined;
|
|
158
|
+
Value: string | undefined;
|
|
159
|
+
Operator: FilterOperator | string | undefined;
|
|
160
|
+
}
|
|
151
161
|
export interface GetApplicationInput {
|
|
152
162
|
ApplicationId?: string;
|
|
153
163
|
ApplicationArn?: string;
|
|
164
|
+
AppRegistryArn?: string;
|
|
154
165
|
}
|
|
155
166
|
export interface GetApplicationOutput {
|
|
156
167
|
Application?: Application;
|
|
@@ -231,6 +242,16 @@ export interface ListDatabasesOutput {
|
|
|
231
242
|
Databases?: DatabaseSummary[];
|
|
232
243
|
NextToken?: string;
|
|
233
244
|
}
|
|
245
|
+
export interface ListOperationsInput {
|
|
246
|
+
ApplicationId: string | undefined;
|
|
247
|
+
MaxResults?: number;
|
|
248
|
+
NextToken?: string;
|
|
249
|
+
Filters?: Filter[];
|
|
250
|
+
}
|
|
251
|
+
export interface ListOperationsOutput {
|
|
252
|
+
Operations?: Operation[];
|
|
253
|
+
NextToken?: string;
|
|
254
|
+
}
|
|
234
255
|
export interface ListTagsForResourceRequest {
|
|
235
256
|
resourceArn: string | undefined;
|
|
236
257
|
}
|
|
@@ -305,6 +326,7 @@ export declare const DeregisterApplicationInputFilterSensitiveLog: (
|
|
|
305
326
|
export declare const DeregisterApplicationOutputFilterSensitiveLog: (
|
|
306
327
|
obj: DeregisterApplicationOutput
|
|
307
328
|
) => any;
|
|
329
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
308
330
|
export declare const GetApplicationInputFilterSensitiveLog: (
|
|
309
331
|
obj: GetApplicationInput
|
|
310
332
|
) => any;
|
|
@@ -354,6 +376,12 @@ export declare const ListDatabasesInputFilterSensitiveLog: (
|
|
|
354
376
|
export declare const ListDatabasesOutputFilterSensitiveLog: (
|
|
355
377
|
obj: ListDatabasesOutput
|
|
356
378
|
) => any;
|
|
379
|
+
export declare const ListOperationsInputFilterSensitiveLog: (
|
|
380
|
+
obj: ListOperationsInput
|
|
381
|
+
) => any;
|
|
382
|
+
export declare const ListOperationsOutputFilterSensitiveLog: (
|
|
383
|
+
obj: ListOperationsOutput
|
|
384
|
+
) => any;
|
|
357
385
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
358
386
|
obj: ListTagsForResourceRequest
|
|
359
387
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOperationsCommandInput,
|
|
4
|
+
ListOperationsCommandOutput,
|
|
5
|
+
} from "../commands/ListOperationsCommand";
|
|
6
|
+
import { SsmSapPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOperations(
|
|
8
|
+
config: SsmSapPaginationConfiguration,
|
|
9
|
+
input: ListOperationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOperationsCommandOutput>;
|
|
@@ -43,6 +43,10 @@ import {
|
|
|
43
43
|
ListDatabasesCommandInput,
|
|
44
44
|
ListDatabasesCommandOutput,
|
|
45
45
|
} from "../commands/ListDatabasesCommand";
|
|
46
|
+
import {
|
|
47
|
+
ListOperationsCommandInput,
|
|
48
|
+
ListOperationsCommandOutput,
|
|
49
|
+
} from "../commands/ListOperationsCommand";
|
|
46
50
|
import {
|
|
47
51
|
ListTagsForResourceCommandInput,
|
|
48
52
|
ListTagsForResourceCommandOutput,
|
|
@@ -107,6 +111,10 @@ export declare const serializeAws_restJson1ListDatabasesCommand: (
|
|
|
107
111
|
input: ListDatabasesCommandInput,
|
|
108
112
|
context: __SerdeContext
|
|
109
113
|
) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1ListOperationsCommand: (
|
|
115
|
+
input: ListOperationsCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
110
118
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
111
119
|
input: ListTagsForResourceCommandInput,
|
|
112
120
|
context: __SerdeContext
|
|
@@ -171,6 +179,10 @@ export declare const deserializeAws_restJson1ListDatabasesCommand: (
|
|
|
171
179
|
output: __HttpResponse,
|
|
172
180
|
context: __SerdeContext
|
|
173
181
|
) => Promise<ListDatabasesCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_restJson1ListOperationsCommand: (
|
|
183
|
+
output: __HttpResponse,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<ListOperationsCommandOutput>;
|
|
174
186
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
175
187
|
output: __HttpResponse,
|
|
176
188
|
context: __SerdeContext
|
|
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
27
27
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
28
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
30
|
apiVersion: string;
|
|
33
31
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
32
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
33
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -27,12 +27,12 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
27
27
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
28
28
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
30
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
31
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
32
30
|
apiVersion: string;
|
|
33
31
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
34
32
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
35
33
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
35
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
@@ -13,4 +13,6 @@ export declare const getRuntimeConfig: (config: SsmSapClientConfig) => {
|
|
|
13
13
|
logger: import("@aws-sdk/types").Logger;
|
|
14
14
|
serviceId: string;
|
|
15
15
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
17
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
16
18
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-sap",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Sap Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.258.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.258.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.257.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.258.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.257.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.257.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.257.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.257.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.257.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.257.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.257.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.257.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.257.0",
|
|
43
|
+
"@aws-sdk/types": "3.257.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8
|
|
55
|
-
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.257.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.257.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.257.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.257.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.257.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.254.0",
|
|
56
55
|
"tslib": "^2.3.1"
|
|
57
56
|
},
|
|
58
57
|
"devDependencies": {
|