@aws-sdk/client-appfabric 3.929.0 → 3.930.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/index.js
CHANGED
|
@@ -143,16 +143,6 @@ const AppAuthorizationStatus = {
|
|
|
143
143
|
PENDING_CONNECT: "PendingConnect",
|
|
144
144
|
TOKEN_AUTO_ROTATION_FAILED: "TokenAutoRotationFailed",
|
|
145
145
|
};
|
|
146
|
-
exports.Destination = void 0;
|
|
147
|
-
(function (Destination) {
|
|
148
|
-
Destination.visit = (value, visitor) => {
|
|
149
|
-
if (value.s3Bucket !== undefined)
|
|
150
|
-
return visitor.s3Bucket(value.s3Bucket);
|
|
151
|
-
if (value.firehoseStream !== undefined)
|
|
152
|
-
return visitor.firehoseStream(value.firehoseStream);
|
|
153
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
154
|
-
};
|
|
155
|
-
})(exports.Destination || (exports.Destination = {}));
|
|
156
146
|
const Format = {
|
|
157
147
|
JSON: "json",
|
|
158
148
|
PARQUET: "parquet",
|
|
@@ -257,16 +247,6 @@ let ConflictException$1 = class ConflictException extends AppFabricServiceExcept
|
|
|
257
247
|
this.resourceType = opts.resourceType;
|
|
258
248
|
}
|
|
259
249
|
};
|
|
260
|
-
exports.Credential = void 0;
|
|
261
|
-
(function (Credential) {
|
|
262
|
-
Credential.visit = (value, visitor) => {
|
|
263
|
-
if (value.oauth2Credential !== undefined)
|
|
264
|
-
return visitor.oauth2Credential(value.oauth2Credential);
|
|
265
|
-
if (value.apiKeyCredential !== undefined)
|
|
266
|
-
return visitor.apiKeyCredential(value.apiKeyCredential);
|
|
267
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
268
|
-
};
|
|
269
|
-
})(exports.Credential || (exports.Credential = {}));
|
|
270
250
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends AppFabricServiceException$1 {
|
|
271
251
|
name = "ServiceQuotaExceededException";
|
|
272
252
|
$fault = "client";
|
|
@@ -294,22 +274,6 @@ const IngestionState = {
|
|
|
294
274
|
DISABLED: "disabled",
|
|
295
275
|
ENABLED: "enabled",
|
|
296
276
|
};
|
|
297
|
-
exports.DestinationConfiguration = void 0;
|
|
298
|
-
(function (DestinationConfiguration) {
|
|
299
|
-
DestinationConfiguration.visit = (value, visitor) => {
|
|
300
|
-
if (value.auditLog !== undefined)
|
|
301
|
-
return visitor.auditLog(value.auditLog);
|
|
302
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
303
|
-
};
|
|
304
|
-
})(exports.DestinationConfiguration || (exports.DestinationConfiguration = {}));
|
|
305
|
-
exports.ProcessingConfiguration = void 0;
|
|
306
|
-
(function (ProcessingConfiguration) {
|
|
307
|
-
ProcessingConfiguration.visit = (value, visitor) => {
|
|
308
|
-
if (value.auditLog !== undefined)
|
|
309
|
-
return visitor.auditLog(value.auditLog);
|
|
310
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
311
|
-
};
|
|
312
|
-
})(exports.ProcessingConfiguration || (exports.ProcessingConfiguration = {}));
|
|
313
277
|
const IngestionDestinationStatus = {
|
|
314
278
|
ACTIVE: "Active",
|
|
315
279
|
FAILED: "Failed",
|
|
@@ -25,16 +25,6 @@ export const AppAuthorizationStatus = {
|
|
|
25
25
|
PENDING_CONNECT: "PendingConnect",
|
|
26
26
|
TOKEN_AUTO_ROTATION_FAILED: "TokenAutoRotationFailed",
|
|
27
27
|
};
|
|
28
|
-
export var Destination;
|
|
29
|
-
(function (Destination) {
|
|
30
|
-
Destination.visit = (value, visitor) => {
|
|
31
|
-
if (value.s3Bucket !== undefined)
|
|
32
|
-
return visitor.s3Bucket(value.s3Bucket);
|
|
33
|
-
if (value.firehoseStream !== undefined)
|
|
34
|
-
return visitor.firehoseStream(value.firehoseStream);
|
|
35
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
36
|
-
};
|
|
37
|
-
})(Destination || (Destination = {}));
|
|
38
28
|
export const Format = {
|
|
39
29
|
JSON: "json",
|
|
40
30
|
PARQUET: "parquet",
|
|
@@ -139,16 +129,6 @@ export class ConflictException extends __BaseException {
|
|
|
139
129
|
this.resourceType = opts.resourceType;
|
|
140
130
|
}
|
|
141
131
|
}
|
|
142
|
-
export var Credential;
|
|
143
|
-
(function (Credential) {
|
|
144
|
-
Credential.visit = (value, visitor) => {
|
|
145
|
-
if (value.oauth2Credential !== undefined)
|
|
146
|
-
return visitor.oauth2Credential(value.oauth2Credential);
|
|
147
|
-
if (value.apiKeyCredential !== undefined)
|
|
148
|
-
return visitor.apiKeyCredential(value.apiKeyCredential);
|
|
149
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
150
|
-
};
|
|
151
|
-
})(Credential || (Credential = {}));
|
|
152
132
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
153
133
|
name = "ServiceQuotaExceededException";
|
|
154
134
|
$fault = "client";
|
|
@@ -176,22 +156,6 @@ export const IngestionState = {
|
|
|
176
156
|
DISABLED: "disabled",
|
|
177
157
|
ENABLED: "enabled",
|
|
178
158
|
};
|
|
179
|
-
export var DestinationConfiguration;
|
|
180
|
-
(function (DestinationConfiguration) {
|
|
181
|
-
DestinationConfiguration.visit = (value, visitor) => {
|
|
182
|
-
if (value.auditLog !== undefined)
|
|
183
|
-
return visitor.auditLog(value.auditLog);
|
|
184
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
185
|
-
};
|
|
186
|
-
})(DestinationConfiguration || (DestinationConfiguration = {}));
|
|
187
|
-
export var ProcessingConfiguration;
|
|
188
|
-
(function (ProcessingConfiguration) {
|
|
189
|
-
ProcessingConfiguration.visit = (value, visitor) => {
|
|
190
|
-
if (value.auditLog !== undefined)
|
|
191
|
-
return visitor.auditLog(value.auditLog);
|
|
192
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
193
|
-
};
|
|
194
|
-
})(ProcessingConfiguration || (ProcessingConfiguration = {}));
|
|
195
159
|
export const IngestionDestinationStatus = {
|
|
196
160
|
ACTIVE: "Active",
|
|
197
161
|
FAILED: "Failed",
|
|
@@ -314,12 +314,15 @@ export declare namespace Destination {
|
|
|
314
314
|
firehoseStream?: never;
|
|
315
315
|
$unknown: [string, any];
|
|
316
316
|
}
|
|
317
|
+
/**
|
|
318
|
+
* @deprecated unused in schema-serde mode.
|
|
319
|
+
*
|
|
320
|
+
*/
|
|
317
321
|
interface Visitor<T> {
|
|
318
322
|
s3Bucket: (value: S3Bucket) => T;
|
|
319
323
|
firehoseStream: (value: FirehoseStream) => T;
|
|
320
324
|
_: (name: string, value: any) => T;
|
|
321
325
|
}
|
|
322
|
-
const visit: <T>(value: Destination, visitor: Visitor<T>) => T;
|
|
323
326
|
}
|
|
324
327
|
/**
|
|
325
328
|
* <p>Contains information about an audit log destination configuration.</p>
|
|
@@ -762,12 +765,15 @@ export declare namespace Credential {
|
|
|
762
765
|
apiKeyCredential?: never;
|
|
763
766
|
$unknown: [string, any];
|
|
764
767
|
}
|
|
768
|
+
/**
|
|
769
|
+
* @deprecated unused in schema-serde mode.
|
|
770
|
+
*
|
|
771
|
+
*/
|
|
765
772
|
interface Visitor<T> {
|
|
766
773
|
oauth2Credential: (value: Oauth2Credential) => T;
|
|
767
774
|
apiKeyCredential: (value: ApiKeyCredential) => T;
|
|
768
775
|
_: (name: string, value: any) => T;
|
|
769
776
|
}
|
|
770
|
-
const visit: <T>(value: Credential, visitor: Visitor<T>) => T;
|
|
771
777
|
}
|
|
772
778
|
/**
|
|
773
779
|
* <p>The key or keys of the key-value pairs for the tag or tags assigned to a
|
|
@@ -1197,11 +1203,14 @@ export declare namespace DestinationConfiguration {
|
|
|
1197
1203
|
auditLog?: never;
|
|
1198
1204
|
$unknown: [string, any];
|
|
1199
1205
|
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @deprecated unused in schema-serde mode.
|
|
1208
|
+
*
|
|
1209
|
+
*/
|
|
1200
1210
|
interface Visitor<T> {
|
|
1201
1211
|
auditLog: (value: AuditLogDestinationConfiguration) => T;
|
|
1202
1212
|
_: (name: string, value: any) => T;
|
|
1203
1213
|
}
|
|
1204
|
-
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
1205
1214
|
}
|
|
1206
1215
|
/**
|
|
1207
1216
|
* <p>Contains information about how ingested data is processed.</p>
|
|
@@ -1227,11 +1236,14 @@ export declare namespace ProcessingConfiguration {
|
|
|
1227
1236
|
auditLog?: never;
|
|
1228
1237
|
$unknown: [string, any];
|
|
1229
1238
|
}
|
|
1239
|
+
/**
|
|
1240
|
+
* @deprecated unused in schema-serde mode.
|
|
1241
|
+
*
|
|
1242
|
+
*/
|
|
1230
1243
|
interface Visitor<T> {
|
|
1231
1244
|
auditLog: (value: AuditLogProcessingConfiguration) => T;
|
|
1232
1245
|
_: (name: string, value: any) => T;
|
|
1233
1246
|
}
|
|
1234
|
-
const visit: <T>(value: ProcessingConfiguration, visitor: Visitor<T>) => T;
|
|
1235
1247
|
}
|
|
1236
1248
|
/**
|
|
1237
1249
|
* @public
|
|
@@ -91,7 +91,6 @@ export declare namespace Destination {
|
|
|
91
91
|
firehoseStream: (value: FirehoseStream) => T;
|
|
92
92
|
_: (name: string, value: any) => T;
|
|
93
93
|
}
|
|
94
|
-
const visit: <T>(value: Destination, visitor: Visitor<T>) => T;
|
|
95
94
|
}
|
|
96
95
|
export interface AuditLogDestinationConfiguration {
|
|
97
96
|
destination: Destination | undefined;
|
|
@@ -242,7 +241,6 @@ export declare namespace Credential {
|
|
|
242
241
|
apiKeyCredential: (value: ApiKeyCredential) => T;
|
|
243
242
|
_: (name: string, value: any) => T;
|
|
244
243
|
}
|
|
245
|
-
const visit: <T>(value: Credential, visitor: Visitor<T>) => T;
|
|
246
244
|
}
|
|
247
245
|
export interface Tag {
|
|
248
246
|
key: string | undefined;
|
|
@@ -326,7 +324,6 @@ export declare namespace DestinationConfiguration {
|
|
|
326
324
|
auditLog: (value: AuditLogDestinationConfiguration) => T;
|
|
327
325
|
_: (name: string, value: any) => T;
|
|
328
326
|
}
|
|
329
|
-
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
330
327
|
}
|
|
331
328
|
export type ProcessingConfiguration =
|
|
332
329
|
| ProcessingConfiguration.AuditLogMember
|
|
@@ -344,7 +341,6 @@ export declare namespace ProcessingConfiguration {
|
|
|
344
341
|
auditLog: (value: AuditLogProcessingConfiguration) => T;
|
|
345
342
|
_: (name: string, value: any) => T;
|
|
346
343
|
}
|
|
347
|
-
const visit: <T>(value: ProcessingConfiguration, visitor: Visitor<T>) => T;
|
|
348
344
|
}
|
|
349
345
|
export interface CreateIngestionDestinationRequest {
|
|
350
346
|
appBundleIdentifier: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appfabric",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appfabric",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|