@aws-sdk/client-appintegrations 3.170.0 → 3.178.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/AppIntegrations.d.ts +0 -15
  6. package/dist-types/ts3.4/AppIntegrationsClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/models/AppIntegrationsServiceException.d.ts +0 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +0 -118
  24. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  25. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  26. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  27. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  28. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-appintegrations
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-appintegrations
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-appintegrations
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AppIntegrationsClientConfig) =>
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AppIntegrationsClientConfig) =>
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: AppIntegrationsClientConfig) =>
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -60,7 +60,6 @@ import {
60
60
  UpdateEventIntegrationCommandInput,
61
61
  UpdateEventIntegrationCommandOutput,
62
62
  } from "./commands/UpdateEventIntegrationCommand";
63
-
64
63
  export declare class AppIntegrations extends AppIntegrationsClient {
65
64
  createDataIntegration(
66
65
  args: CreateDataIntegrationCommandInput,
@@ -75,7 +74,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
75
74
  options: __HttpHandlerOptions,
76
75
  cb: (err: any, data?: CreateDataIntegrationCommandOutput) => void
77
76
  ): void;
78
-
79
77
  createEventIntegration(
80
78
  args: CreateEventIntegrationCommandInput,
81
79
  options?: __HttpHandlerOptions
@@ -89,7 +87,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
89
87
  options: __HttpHandlerOptions,
90
88
  cb: (err: any, data?: CreateEventIntegrationCommandOutput) => void
91
89
  ): void;
92
-
93
90
  deleteDataIntegration(
94
91
  args: DeleteDataIntegrationCommandInput,
95
92
  options?: __HttpHandlerOptions
@@ -103,7 +100,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
103
100
  options: __HttpHandlerOptions,
104
101
  cb: (err: any, data?: DeleteDataIntegrationCommandOutput) => void
105
102
  ): void;
106
-
107
103
  deleteEventIntegration(
108
104
  args: DeleteEventIntegrationCommandInput,
109
105
  options?: __HttpHandlerOptions
@@ -117,7 +113,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
117
113
  options: __HttpHandlerOptions,
118
114
  cb: (err: any, data?: DeleteEventIntegrationCommandOutput) => void
119
115
  ): void;
120
-
121
116
  getDataIntegration(
122
117
  args: GetDataIntegrationCommandInput,
123
118
  options?: __HttpHandlerOptions
@@ -131,7 +126,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
131
126
  options: __HttpHandlerOptions,
132
127
  cb: (err: any, data?: GetDataIntegrationCommandOutput) => void
133
128
  ): void;
134
-
135
129
  getEventIntegration(
136
130
  args: GetEventIntegrationCommandInput,
137
131
  options?: __HttpHandlerOptions
@@ -145,7 +139,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
145
139
  options: __HttpHandlerOptions,
146
140
  cb: (err: any, data?: GetEventIntegrationCommandOutput) => void
147
141
  ): void;
148
-
149
142
  listDataIntegrationAssociations(
150
143
  args: ListDataIntegrationAssociationsCommandInput,
151
144
  options?: __HttpHandlerOptions
@@ -159,7 +152,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
159
152
  options: __HttpHandlerOptions,
160
153
  cb: (err: any, data?: ListDataIntegrationAssociationsCommandOutput) => void
161
154
  ): void;
162
-
163
155
  listDataIntegrations(
164
156
  args: ListDataIntegrationsCommandInput,
165
157
  options?: __HttpHandlerOptions
@@ -173,7 +165,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
173
165
  options: __HttpHandlerOptions,
174
166
  cb: (err: any, data?: ListDataIntegrationsCommandOutput) => void
175
167
  ): void;
176
-
177
168
  listEventIntegrationAssociations(
178
169
  args: ListEventIntegrationAssociationsCommandInput,
179
170
  options?: __HttpHandlerOptions
@@ -187,7 +178,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
187
178
  options: __HttpHandlerOptions,
188
179
  cb: (err: any, data?: ListEventIntegrationAssociationsCommandOutput) => void
189
180
  ): void;
190
-
191
181
  listEventIntegrations(
192
182
  args: ListEventIntegrationsCommandInput,
193
183
  options?: __HttpHandlerOptions
@@ -201,7 +191,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
201
191
  options: __HttpHandlerOptions,
202
192
  cb: (err: any, data?: ListEventIntegrationsCommandOutput) => void
203
193
  ): void;
204
-
205
194
  listTagsForResource(
206
195
  args: ListTagsForResourceCommandInput,
207
196
  options?: __HttpHandlerOptions
@@ -215,7 +204,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
215
204
  options: __HttpHandlerOptions,
216
205
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
217
206
  ): void;
218
-
219
207
  tagResource(
220
208
  args: TagResourceCommandInput,
221
209
  options?: __HttpHandlerOptions
@@ -229,7 +217,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
229
217
  options: __HttpHandlerOptions,
230
218
  cb: (err: any, data?: TagResourceCommandOutput) => void
231
219
  ): void;
232
-
233
220
  untagResource(
234
221
  args: UntagResourceCommandInput,
235
222
  options?: __HttpHandlerOptions
@@ -243,7 +230,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
243
230
  options: __HttpHandlerOptions,
244
231
  cb: (err: any, data?: UntagResourceCommandOutput) => void
245
232
  ): void;
246
-
247
233
  updateDataIntegration(
248
234
  args: UpdateDataIntegrationCommandInput,
249
235
  options?: __HttpHandlerOptions
@@ -257,7 +243,6 @@ export declare class AppIntegrations extends AppIntegrationsClient {
257
243
  options: __HttpHandlerOptions,
258
244
  cb: (err: any, data?: UpdateDataIntegrationCommandOutput) => void
259
245
  ): void;
260
-
261
246
  updateEventIntegration(
262
247
  args: UpdateEventIntegrationCommandInput,
263
248
  options?: __HttpHandlerOptions
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
137
137
  export interface ClientDefaults
138
138
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
139
139
  requestHandler?: __HttpHandler;
140
-
141
140
  sha256?: __HashConstructor;
142
-
143
141
  urlParser?: __UrlParser;
144
-
145
142
  bodyLengthChecker?: __BodyLengthCalculator;
146
-
147
143
  streamCollector?: __StreamCollector;
148
-
149
144
  base64Decoder?: __Decoder;
150
-
151
145
  base64Encoder?: __Encoder;
152
-
153
146
  utf8Decoder?: __Decoder;
154
-
155
147
  utf8Encoder?: __Encoder;
156
-
157
148
  runtime?: string;
158
-
159
149
  disableHostPrefix?: boolean;
160
-
161
150
  maxAttempts?: number | __Provider<number>;
162
-
163
151
  retryMode?: string | __Provider<string>;
164
-
165
152
  logger?: __Logger;
166
-
167
153
  useDualstackEndpoint?: boolean | __Provider<boolean>;
168
-
169
154
  useFipsEndpoint?: boolean | __Provider<boolean>;
170
-
171
155
  serviceId?: string;
172
-
173
156
  region?: string | __Provider<string>;
174
-
175
157
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
176
-
177
158
  regionInfoProvider?: RegionInfoProvider;
178
-
179
159
  defaultUserAgentProvider?: Provider<__UserAgent>;
180
-
181
160
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
182
161
  }
183
162
  declare type AppIntegrationsClientConfigType = Partial<
@@ -190,7 +169,6 @@ declare type AppIntegrationsClientConfigType = Partial<
190
169
  HostHeaderInputConfig &
191
170
  AwsAuthInputConfig &
192
171
  UserAgentInputConfig;
193
-
194
172
  export interface AppIntegrationsClientConfig
195
173
  extends AppIntegrationsClientConfigType {}
196
174
  declare type AppIntegrationsClientResolvedConfigType =
@@ -202,10 +180,8 @@ declare type AppIntegrationsClientResolvedConfigType =
202
180
  HostHeaderResolvedConfig &
203
181
  AwsAuthResolvedConfig &
204
182
  UserAgentResolvedConfig;
205
-
206
183
  export interface AppIntegrationsClientResolvedConfig
207
184
  extends AppIntegrationsClientResolvedConfigType {}
208
-
209
185
  export declare class AppIntegrationsClient extends __Client<
210
186
  __HttpHandlerOptions,
211
187
  ServiceInputTypes,
@@ -214,7 +190,6 @@ export declare class AppIntegrationsClient extends __Client<
214
190
  > {
215
191
  readonly config: AppIntegrationsClientResolvedConfig;
216
192
  constructor(configuration: AppIntegrationsClientConfig);
217
-
218
193
  destroy(): void;
219
194
  }
220
195
  export {};
@@ -19,7 +19,6 @@ export interface CreateDataIntegrationCommandInput
19
19
  export interface CreateDataIntegrationCommandOutput
20
20
  extends CreateDataIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDataIntegrationCommand extends $Command<
24
23
  CreateDataIntegrationCommandInput,
25
24
  CreateDataIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDataIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateDataIntegrationCommandInput;
29
28
  constructor(input: CreateDataIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEventIntegrationCommandInput
19
19
  export interface CreateEventIntegrationCommandOutput
20
20
  extends CreateEventIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEventIntegrationCommand extends $Command<
24
23
  CreateEventIntegrationCommandInput,
25
24
  CreateEventIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEventIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEventIntegrationCommandInput;
29
28
  constructor(input: CreateEventIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteDataIntegrationCommandInput
19
19
  export interface DeleteDataIntegrationCommandOutput
20
20
  extends DeleteDataIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteDataIntegrationCommand extends $Command<
24
23
  DeleteDataIntegrationCommandInput,
25
24
  DeleteDataIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteDataIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteDataIntegrationCommandInput;
29
28
  constructor(input: DeleteDataIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEventIntegrationCommandInput
19
19
  export interface DeleteEventIntegrationCommandOutput
20
20
  extends DeleteEventIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEventIntegrationCommand extends $Command<
24
23
  DeleteEventIntegrationCommandInput,
25
24
  DeleteEventIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEventIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEventIntegrationCommandInput;
29
28
  constructor(input: DeleteEventIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetDataIntegrationCommandInput
19
19
  export interface GetDataIntegrationCommandOutput
20
20
  extends GetDataIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetDataIntegrationCommand extends $Command<
24
23
  GetDataIntegrationCommandInput,
25
24
  GetDataIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetDataIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetDataIntegrationCommandInput;
29
28
  constructor(input: GetDataIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEventIntegrationCommandInput
19
19
  export interface GetEventIntegrationCommandOutput
20
20
  extends GetEventIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEventIntegrationCommand extends $Command<
24
23
  GetEventIntegrationCommandInput,
25
24
  GetEventIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEventIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEventIntegrationCommandInput;
29
28
  constructor(input: GetEventIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDataIntegrationAssociationsCommandInput
19
19
  export interface ListDataIntegrationAssociationsCommandOutput
20
20
  extends ListDataIntegrationAssociationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDataIntegrationAssociationsCommand extends $Command<
24
23
  ListDataIntegrationAssociationsCommandInput,
25
24
  ListDataIntegrationAssociationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDataIntegrationAssociationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDataIntegrationAssociationsCommandInput;
29
28
  constructor(input: ListDataIntegrationAssociationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDataIntegrationsCommandInput
19
19
  export interface ListDataIntegrationsCommandOutput
20
20
  extends ListDataIntegrationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDataIntegrationsCommand extends $Command<
24
23
  ListDataIntegrationsCommandInput,
25
24
  ListDataIntegrationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDataIntegrationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDataIntegrationsCommandInput;
29
28
  constructor(input: ListDataIntegrationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEventIntegrationAssociationsCommandInput
19
19
  export interface ListEventIntegrationAssociationsCommandOutput
20
20
  extends ListEventIntegrationAssociationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEventIntegrationAssociationsCommand extends $Command<
24
23
  ListEventIntegrationAssociationsCommandInput,
25
24
  ListEventIntegrationAssociationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEventIntegrationAssociationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEventIntegrationAssociationsCommandInput;
29
28
  constructor(input: ListEventIntegrationAssociationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEventIntegrationsCommandInput
19
19
  export interface ListEventIntegrationsCommandOutput
20
20
  extends ListEventIntegrationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEventIntegrationsCommand extends $Command<
24
23
  ListEventIntegrationsCommandInput,
25
24
  ListEventIntegrationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEventIntegrationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEventIntegrationsCommandInput;
29
28
  constructor(input: ListEventIntegrationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppIntegrationsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateDataIntegrationCommandInput
19
19
  export interface UpdateDataIntegrationCommandOutput
20
20
  extends UpdateDataIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateDataIntegrationCommand extends $Command<
24
23
  UpdateDataIntegrationCommandInput,
25
24
  UpdateDataIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateDataIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateDataIntegrationCommandInput;
29
28
  constructor(input: UpdateDataIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEventIntegrationCommandInput
19
19
  export interface UpdateEventIntegrationCommandOutput
20
20
  extends UpdateEventIntegrationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEventIntegrationCommand extends $Command<
24
23
  UpdateEventIntegrationCommandInput,
25
24
  UpdateEventIntegrationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEventIntegrationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEventIntegrationCommandInput;
29
28
  constructor(input: UpdateEventIntegrationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppIntegrationsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class AppIntegrationsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,122 +1,87 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AppIntegrationsServiceException as __BaseException } from "./AppIntegrationsServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
6
  Message?: string;
8
-
9
7
  constructor(
10
8
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
9
  );
12
10
  }
13
-
14
11
  export interface ScheduleConfiguration {
15
12
  FirstExecutionFrom?: string;
16
-
17
13
  Object?: string;
18
-
19
14
  ScheduleExpression?: string;
20
15
  }
21
16
  export interface CreateDataIntegrationRequest {
22
17
  Name: string | undefined;
23
-
24
18
  Description?: string;
25
-
26
19
  KmsKey?: string;
27
-
28
20
  SourceURI?: string;
29
-
30
21
  ScheduleConfig?: ScheduleConfiguration;
31
-
32
22
  Tags?: Record<string, string>;
33
-
34
23
  ClientToken?: string;
35
24
  }
36
25
  export interface CreateDataIntegrationResponse {
37
26
  Arn?: string;
38
-
39
27
  Id?: string;
40
-
41
28
  Name?: string;
42
-
43
29
  Description?: string;
44
-
45
30
  KmsKey?: string;
46
-
47
31
  SourceURI?: string;
48
-
49
32
  ScheduleConfiguration?: ScheduleConfiguration;
50
-
51
33
  Tags?: Record<string, string>;
52
-
53
34
  ClientToken?: string;
54
35
  }
55
-
56
36
  export declare class DuplicateResourceException extends __BaseException {
57
37
  readonly name: "DuplicateResourceException";
58
38
  readonly $fault: "client";
59
39
  Message?: string;
60
-
61
40
  constructor(
62
41
  opts: __ExceptionOptionType<DuplicateResourceException, __BaseException>
63
42
  );
64
43
  }
65
-
66
44
  export declare class InternalServiceError extends __BaseException {
67
45
  readonly name: "InternalServiceError";
68
46
  readonly $fault: "server";
69
47
  Message?: string;
70
-
71
48
  constructor(
72
49
  opts: __ExceptionOptionType<InternalServiceError, __BaseException>
73
50
  );
74
51
  }
75
-
76
52
  export declare class InvalidRequestException extends __BaseException {
77
53
  readonly name: "InvalidRequestException";
78
54
  readonly $fault: "client";
79
55
  Message?: string;
80
-
81
56
  constructor(
82
57
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
83
58
  );
84
59
  }
85
-
86
60
  export declare class ResourceQuotaExceededException extends __BaseException {
87
61
  readonly name: "ResourceQuotaExceededException";
88
62
  readonly $fault: "client";
89
63
  Message?: string;
90
-
91
64
  constructor(
92
65
  opts: __ExceptionOptionType<ResourceQuotaExceededException, __BaseException>
93
66
  );
94
67
  }
95
-
96
68
  export declare class ThrottlingException extends __BaseException {
97
69
  readonly name: "ThrottlingException";
98
70
  readonly $fault: "client";
99
71
  Message?: string;
100
-
101
72
  constructor(
102
73
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
103
74
  );
104
75
  }
105
-
106
76
  export interface EventFilter {
107
77
  Source: string | undefined;
108
78
  }
109
79
  export interface CreateEventIntegrationRequest {
110
80
  Name: string | undefined;
111
-
112
81
  Description?: string;
113
-
114
82
  EventFilter: EventFilter | undefined;
115
-
116
83
  EventBridgeBus: string | undefined;
117
-
118
84
  ClientToken?: string;
119
-
120
85
  Tags?: Record<string, string>;
121
86
  }
122
87
  export interface CreateEventIntegrationResponse {
@@ -126,12 +91,10 @@ export interface DeleteDataIntegrationRequest {
126
91
  DataIntegrationIdentifier: string | undefined;
127
92
  }
128
93
  export interface DeleteDataIntegrationResponse {}
129
-
130
94
  export declare class ResourceNotFoundException extends __BaseException {
131
95
  readonly name: "ResourceNotFoundException";
132
96
  readonly $fault: "client";
133
97
  Message?: string;
134
-
135
98
  constructor(
136
99
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
137
100
  );
@@ -145,19 +108,12 @@ export interface GetDataIntegrationRequest {
145
108
  }
146
109
  export interface GetDataIntegrationResponse {
147
110
  Arn?: string;
148
-
149
111
  Id?: string;
150
-
151
112
  Name?: string;
152
-
153
113
  Description?: string;
154
-
155
114
  KmsKey?: string;
156
-
157
115
  SourceURI?: string;
158
-
159
116
  ScheduleConfiguration?: ScheduleConfiguration;
160
-
161
117
  Tags?: Record<string, string>;
162
118
  }
163
119
  export interface GetEventIntegrationRequest {
@@ -165,103 +121,70 @@ export interface GetEventIntegrationRequest {
165
121
  }
166
122
  export interface GetEventIntegrationResponse {
167
123
  Name?: string;
168
-
169
124
  Description?: string;
170
-
171
125
  EventIntegrationArn?: string;
172
-
173
126
  EventBridgeBus?: string;
174
-
175
127
  EventFilter?: EventFilter;
176
-
177
128
  Tags?: Record<string, string>;
178
129
  }
179
130
  export interface ListDataIntegrationAssociationsRequest {
180
131
  DataIntegrationIdentifier: string | undefined;
181
-
182
132
  NextToken?: string;
183
-
184
133
  MaxResults?: number;
185
134
  }
186
-
187
135
  export interface DataIntegrationAssociationSummary {
188
136
  DataIntegrationAssociationArn?: string;
189
-
190
137
  DataIntegrationArn?: string;
191
-
192
138
  ClientId?: string;
193
139
  }
194
140
  export interface ListDataIntegrationAssociationsResponse {
195
141
  DataIntegrationAssociations?: DataIntegrationAssociationSummary[];
196
-
197
142
  NextToken?: string;
198
143
  }
199
144
  export interface ListDataIntegrationsRequest {
200
145
  NextToken?: string;
201
-
202
146
  MaxResults?: number;
203
147
  }
204
-
205
148
  export interface DataIntegrationSummary {
206
149
  Arn?: string;
207
-
208
150
  Name?: string;
209
-
210
151
  SourceURI?: string;
211
152
  }
212
153
  export interface ListDataIntegrationsResponse {
213
154
  DataIntegrations?: DataIntegrationSummary[];
214
-
215
155
  NextToken?: string;
216
156
  }
217
157
  export interface ListEventIntegrationAssociationsRequest {
218
158
  EventIntegrationName: string | undefined;
219
-
220
159
  NextToken?: string;
221
-
222
160
  MaxResults?: number;
223
161
  }
224
-
225
162
  export interface EventIntegrationAssociation {
226
163
  EventIntegrationAssociationArn?: string;
227
-
228
164
  EventIntegrationAssociationId?: string;
229
-
230
165
  EventIntegrationName?: string;
231
-
232
166
  ClientId?: string;
233
-
234
167
  EventBridgeRuleName?: string;
235
-
236
168
  ClientAssociationMetadata?: Record<string, string>;
237
169
  }
238
170
  export interface ListEventIntegrationAssociationsResponse {
239
171
  EventIntegrationAssociations?: EventIntegrationAssociation[];
240
-
241
172
  NextToken?: string;
242
173
  }
243
174
  export interface ListEventIntegrationsRequest {
244
175
  NextToken?: string;
245
-
246
176
  MaxResults?: number;
247
177
  }
248
-
249
178
  export interface EventIntegration {
250
179
  EventIntegrationArn?: string;
251
-
252
180
  Name?: string;
253
-
254
181
  Description?: string;
255
-
256
182
  EventFilter?: EventFilter;
257
-
258
183
  EventBridgeBus?: string;
259
-
260
184
  Tags?: Record<string, string>;
261
185
  }
262
186
  export interface ListEventIntegrationsResponse {
263
187
  EventIntegrations?: EventIntegration[];
264
-
265
188
  NextToken?: string;
266
189
  }
267
190
  export interface ListTagsForResourceRequest {
@@ -272,169 +195,128 @@ export interface ListTagsForResourceResponse {
272
195
  }
273
196
  export interface TagResourceRequest {
274
197
  resourceArn: string | undefined;
275
-
276
198
  tags: Record<string, string> | undefined;
277
199
  }
278
200
  export interface TagResourceResponse {}
279
201
  export interface UntagResourceRequest {
280
202
  resourceArn: string | undefined;
281
-
282
203
  tagKeys: string[] | undefined;
283
204
  }
284
205
  export interface UntagResourceResponse {}
285
206
  export interface UpdateDataIntegrationRequest {
286
207
  Identifier: string | undefined;
287
-
288
208
  Name?: string;
289
-
290
209
  Description?: string;
291
210
  }
292
211
  export interface UpdateDataIntegrationResponse {}
293
212
  export interface UpdateEventIntegrationRequest {
294
213
  Name: string | undefined;
295
-
296
214
  Description?: string;
297
215
  }
298
216
  export interface UpdateEventIntegrationResponse {}
299
-
300
217
  export declare const ScheduleConfigurationFilterSensitiveLog: (
301
218
  obj: ScheduleConfiguration
302
219
  ) => any;
303
-
304
220
  export declare const CreateDataIntegrationRequestFilterSensitiveLog: (
305
221
  obj: CreateDataIntegrationRequest
306
222
  ) => any;
307
-
308
223
  export declare const CreateDataIntegrationResponseFilterSensitiveLog: (
309
224
  obj: CreateDataIntegrationResponse
310
225
  ) => any;
311
-
312
226
  export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
313
-
314
227
  export declare const CreateEventIntegrationRequestFilterSensitiveLog: (
315
228
  obj: CreateEventIntegrationRequest
316
229
  ) => any;
317
-
318
230
  export declare const CreateEventIntegrationResponseFilterSensitiveLog: (
319
231
  obj: CreateEventIntegrationResponse
320
232
  ) => any;
321
-
322
233
  export declare const DeleteDataIntegrationRequestFilterSensitiveLog: (
323
234
  obj: DeleteDataIntegrationRequest
324
235
  ) => any;
325
-
326
236
  export declare const DeleteDataIntegrationResponseFilterSensitiveLog: (
327
237
  obj: DeleteDataIntegrationResponse
328
238
  ) => any;
329
-
330
239
  export declare const DeleteEventIntegrationRequestFilterSensitiveLog: (
331
240
  obj: DeleteEventIntegrationRequest
332
241
  ) => any;
333
-
334
242
  export declare const DeleteEventIntegrationResponseFilterSensitiveLog: (
335
243
  obj: DeleteEventIntegrationResponse
336
244
  ) => any;
337
-
338
245
  export declare const GetDataIntegrationRequestFilterSensitiveLog: (
339
246
  obj: GetDataIntegrationRequest
340
247
  ) => any;
341
-
342
248
  export declare const GetDataIntegrationResponseFilterSensitiveLog: (
343
249
  obj: GetDataIntegrationResponse
344
250
  ) => any;
345
-
346
251
  export declare const GetEventIntegrationRequestFilterSensitiveLog: (
347
252
  obj: GetEventIntegrationRequest
348
253
  ) => any;
349
-
350
254
  export declare const GetEventIntegrationResponseFilterSensitiveLog: (
351
255
  obj: GetEventIntegrationResponse
352
256
  ) => any;
353
-
354
257
  export declare const ListDataIntegrationAssociationsRequestFilterSensitiveLog: (
355
258
  obj: ListDataIntegrationAssociationsRequest
356
259
  ) => any;
357
-
358
260
  export declare const DataIntegrationAssociationSummaryFilterSensitiveLog: (
359
261
  obj: DataIntegrationAssociationSummary
360
262
  ) => any;
361
-
362
263
  export declare const ListDataIntegrationAssociationsResponseFilterSensitiveLog: (
363
264
  obj: ListDataIntegrationAssociationsResponse
364
265
  ) => any;
365
-
366
266
  export declare const ListDataIntegrationsRequestFilterSensitiveLog: (
367
267
  obj: ListDataIntegrationsRequest
368
268
  ) => any;
369
-
370
269
  export declare const DataIntegrationSummaryFilterSensitiveLog: (
371
270
  obj: DataIntegrationSummary
372
271
  ) => any;
373
-
374
272
  export declare const ListDataIntegrationsResponseFilterSensitiveLog: (
375
273
  obj: ListDataIntegrationsResponse
376
274
  ) => any;
377
-
378
275
  export declare const ListEventIntegrationAssociationsRequestFilterSensitiveLog: (
379
276
  obj: ListEventIntegrationAssociationsRequest
380
277
  ) => any;
381
-
382
278
  export declare const EventIntegrationAssociationFilterSensitiveLog: (
383
279
  obj: EventIntegrationAssociation
384
280
  ) => any;
385
-
386
281
  export declare const ListEventIntegrationAssociationsResponseFilterSensitiveLog: (
387
282
  obj: ListEventIntegrationAssociationsResponse
388
283
  ) => any;
389
-
390
284
  export declare const ListEventIntegrationsRequestFilterSensitiveLog: (
391
285
  obj: ListEventIntegrationsRequest
392
286
  ) => any;
393
-
394
287
  export declare const EventIntegrationFilterSensitiveLog: (
395
288
  obj: EventIntegration
396
289
  ) => any;
397
-
398
290
  export declare const ListEventIntegrationsResponseFilterSensitiveLog: (
399
291
  obj: ListEventIntegrationsResponse
400
292
  ) => any;
401
-
402
293
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
403
294
  obj: ListTagsForResourceRequest
404
295
  ) => any;
405
-
406
296
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
407
297
  obj: ListTagsForResourceResponse
408
298
  ) => any;
409
-
410
299
  export declare const TagResourceRequestFilterSensitiveLog: (
411
300
  obj: TagResourceRequest
412
301
  ) => any;
413
-
414
302
  export declare const TagResourceResponseFilterSensitiveLog: (
415
303
  obj: TagResourceResponse
416
304
  ) => any;
417
-
418
305
  export declare const UntagResourceRequestFilterSensitiveLog: (
419
306
  obj: UntagResourceRequest
420
307
  ) => any;
421
-
422
308
  export declare const UntagResourceResponseFilterSensitiveLog: (
423
309
  obj: UntagResourceResponse
424
310
  ) => any;
425
-
426
311
  export declare const UpdateDataIntegrationRequestFilterSensitiveLog: (
427
312
  obj: UpdateDataIntegrationRequest
428
313
  ) => any;
429
-
430
314
  export declare const UpdateDataIntegrationResponseFilterSensitiveLog: (
431
315
  obj: UpdateDataIntegrationResponse
432
316
  ) => any;
433
-
434
317
  export declare const UpdateEventIntegrationRequestFilterSensitiveLog: (
435
318
  obj: UpdateEventIntegrationRequest
436
319
  ) => any;
437
-
438
320
  export declare const UpdateEventIntegrationResponseFilterSensitiveLog: (
439
321
  obj: UpdateEventIntegrationResponse
440
322
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { AppIntegrationsClientConfig } from "./AppIntegrationsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: AppIntegrationsClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { AppIntegrationsClientConfig } from "./AppIntegrationsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: AppIntegrationsClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { AppIntegrationsClientConfig } from "./AppIntegrationsClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: AppIntegrationsClientConfig
5
4
  ) => {
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
54
53
  | undefined;
55
54
  signer?:
56
55
  | import("@aws-sdk/types").RequestSigner
57
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | ((
57
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
58
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
58
59
  | undefined;
59
60
  signingEscapePath?: boolean | undefined;
60
61
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { AppIntegrationsClientConfig } from "./AppIntegrationsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: AppIntegrationsClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appintegrations",
3
3
  "description": "AWS SDK for JavaScript Appintegrations Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.178.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",