@aws-sdk/client-appintegrations 3.758.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +30 -30
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AppIntegrations: () => AppIntegrations,
26
26
  AppIntegrationsClient: () => AppIntegrationsClient,
@@ -65,7 +65,7 @@ __export(src_exports, {
65
65
  paginateListEventIntegrationAssociations: () => paginateListEventIntegrationAssociations,
66
66
  paginateListEventIntegrations: () => paginateListEventIntegrations
67
67
  });
68
- module.exports = __toCommonJS(src_exports);
68
+ module.exports = __toCommonJS(index_exports);
69
69
 
70
70
  // src/AppIntegrationsClient.ts
71
71
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -192,9 +192,9 @@ var AppIntegrationsClient = class extends import_smithy_client.Client {
192
192
  this.middlewareStack.use(
193
193
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
194
194
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppIntegrationsHttpAuthSchemeParametersProvider,
195
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
195
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
196
196
  "aws.auth#sigv4": config.credentials
197
- })
197
+ }), "identityProviderConfigProvider")
198
198
  })
199
199
  );
200
200
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -419,15 +419,15 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
419
419
  let body;
420
420
  body = JSON.stringify(
421
421
  (0, import_smithy_client.take)(input, {
422
- ApplicationSourceConfig: (_) => (0, import_smithy_client._json)(_),
422
+ ApplicationSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ApplicationSourceConfig"),
423
423
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
424
424
  Description: [],
425
425
  Name: [],
426
426
  Namespace: [],
427
- Permissions: (_) => (0, import_smithy_client._json)(_),
428
- Publications: (_) => (0, import_smithy_client._json)(_),
429
- Subscriptions: (_) => (0, import_smithy_client._json)(_),
430
- Tags: (_) => (0, import_smithy_client._json)(_)
427
+ Permissions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Permissions"),
428
+ Publications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Publications"),
429
+ Subscriptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Subscriptions"),
430
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
431
431
  })
432
432
  );
433
433
  b.m("POST").h(headers).b(body);
@@ -444,13 +444,13 @@ var se_CreateDataIntegrationCommand = /* @__PURE__ */ __name(async (input, conte
444
444
  (0, import_smithy_client.take)(input, {
445
445
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
446
446
  Description: [],
447
- FileConfiguration: (_) => (0, import_smithy_client._json)(_),
447
+ FileConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FileConfiguration"),
448
448
  KmsKey: [],
449
449
  Name: [],
450
- ObjectConfiguration: (_) => (0, import_smithy_client._json)(_),
451
- ScheduleConfig: (_) => (0, import_smithy_client._json)(_),
450
+ ObjectConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectConfiguration"),
451
+ ScheduleConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ScheduleConfig"),
452
452
  SourceURI: [],
453
- Tags: (_) => (0, import_smithy_client._json)(_)
453
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
454
454
  })
455
455
  );
456
456
  b.m("POST").h(headers).b(body);
@@ -466,12 +466,12 @@ var se_CreateDataIntegrationAssociationCommand = /* @__PURE__ */ __name(async (i
466
466
  let body;
467
467
  body = JSON.stringify(
468
468
  (0, import_smithy_client.take)(input, {
469
- ClientAssociationMetadata: (_) => (0, import_smithy_client._json)(_),
469
+ ClientAssociationMetadata: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ClientAssociationMetadata"),
470
470
  ClientId: [],
471
471
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
472
472
  DestinationURI: [],
473
- ExecutionConfiguration: (_) => (0, import_smithy_client._json)(_),
474
- ObjectConfiguration: (_) => (0, import_smithy_client._json)(_)
473
+ ExecutionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExecutionConfiguration"),
474
+ ObjectConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ObjectConfiguration")
475
475
  })
476
476
  );
477
477
  b.m("POST").h(headers).b(body);
@@ -489,9 +489,9 @@ var se_CreateEventIntegrationCommand = /* @__PURE__ */ __name(async (input, cont
489
489
  ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
490
490
  Description: [],
491
491
  EventBridgeBus: [],
492
- EventFilter: (_) => (0, import_smithy_client._json)(_),
492
+ EventFilter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventFilter"),
493
493
  Name: [],
494
- Tags: (_) => (0, import_smithy_client._json)(_)
494
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
495
495
  })
496
496
  );
497
497
  b.m("POST").h(headers).b(body);
@@ -645,7 +645,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
645
645
  let body;
646
646
  body = JSON.stringify(
647
647
  (0, import_smithy_client.take)(input, {
648
- tags: (_) => (0, import_smithy_client._json)(_)
648
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
649
649
  })
650
650
  );
651
651
  b.m("POST").h(headers).b(body);
@@ -673,12 +673,12 @@ var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
673
673
  let body;
674
674
  body = JSON.stringify(
675
675
  (0, import_smithy_client.take)(input, {
676
- ApplicationSourceConfig: (_) => (0, import_smithy_client._json)(_),
676
+ ApplicationSourceConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ApplicationSourceConfig"),
677
677
  Description: [],
678
678
  Name: [],
679
- Permissions: (_) => (0, import_smithy_client._json)(_),
680
- Publications: (_) => (0, import_smithy_client._json)(_),
681
- Subscriptions: (_) => (0, import_smithy_client._json)(_)
679
+ Permissions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Permissions"),
680
+ Publications: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Publications"),
681
+ Subscriptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Subscriptions")
682
682
  })
683
683
  );
684
684
  b.m("PATCH").h(headers).b(body);
@@ -717,7 +717,7 @@ var se_UpdateDataIntegrationAssociationCommand = /* @__PURE__ */ __name(async (i
717
717
  let body;
718
718
  body = JSON.stringify(
719
719
  (0, import_smithy_client.take)(input, {
720
- ExecutionConfiguration: (_) => (0, import_smithy_client._json)(_)
720
+ ExecutionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExecutionConfiguration")
721
721
  })
722
722
  );
723
723
  b.m("PATCH").h(headers).b(body);
@@ -848,10 +848,10 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
848
848
  const doc = (0, import_smithy_client.take)(data, {
849
849
  ApplicationSourceConfig: import_smithy_client._json,
850
850
  Arn: import_smithy_client.expectString,
851
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
851
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
852
852
  Description: import_smithy_client.expectString,
853
853
  Id: import_smithy_client.expectString,
854
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
854
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
855
855
  Name: import_smithy_client.expectString,
856
856
  Namespace: import_smithy_client.expectString,
857
857
  Permissions: import_smithy_client._json,
@@ -928,7 +928,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
928
928
  });
929
929
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
930
930
  const doc = (0, import_smithy_client.take)(data, {
931
- Applications: (_) => de_ApplicationsList(_, context),
931
+ Applications: /* @__PURE__ */ __name((_) => de_ApplicationsList(_, context), "Applications"),
932
932
  NextToken: import_smithy_client.expectString
933
933
  });
934
934
  Object.assign(contents, doc);
@@ -1222,9 +1222,9 @@ var de_ApplicationsList = /* @__PURE__ */ __name((output, context) => {
1222
1222
  var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
1223
1223
  return (0, import_smithy_client.take)(output, {
1224
1224
  Arn: import_smithy_client.expectString,
1225
- CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1225
+ CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
1226
1226
  Id: import_smithy_client.expectString,
1227
- LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1227
+ LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
1228
1228
  Name: import_smithy_client.expectString,
1229
1229
  Namespace: import_smithy_client.expectString
1230
1230
  });
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.758.0",
4
+ "version": "3.772.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-appintegrations",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",