@aws-sdk/client-ssm-sap 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 +31 -31
  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
  AllocationType: () => AllocationType,
25
25
  ApplicationCredentialFilterSensitiveLog: () => ApplicationCredentialFilterSensitiveLog,
26
26
  ApplicationDiscoveryStatus: () => ApplicationDiscoveryStatus,
@@ -82,7 +82,7 @@ __export(src_exports, {
82
82
  paginateListOperationEvents: () => paginateListOperationEvents,
83
83
  paginateListOperations: () => paginateListOperations
84
84
  });
85
- module.exports = __toCommonJS(src_exports);
85
+ module.exports = __toCommonJS(index_exports);
86
86
 
87
87
  // src/SsmSapClient.ts
88
88
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -209,9 +209,9 @@ var SsmSapClient = class extends import_smithy_client.Client {
209
209
  this.middlewareStack.use(
210
210
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
211
211
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSsmSapHttpAuthSchemeParametersProvider,
212
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
212
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
213
213
  "aws.auth#sigv4": config.credentials
214
- })
214
+ }), "identityProviderConfigProvider")
215
215
  })
216
216
  );
217
217
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -624,7 +624,7 @@ var se_ListApplicationsCommand = /* @__PURE__ */ __name(async (input, context) =
624
624
  let body;
625
625
  body = JSON.stringify(
626
626
  (0, import_smithy_client.take)(input, {
627
- Filters: (_) => (0, import_smithy_client._json)(_),
627
+ Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
628
628
  MaxResults: [],
629
629
  NextToken: []
630
630
  })
@@ -676,7 +676,7 @@ var se_ListOperationEventsCommand = /* @__PURE__ */ __name(async (input, context
676
676
  let body;
677
677
  body = JSON.stringify(
678
678
  (0, import_smithy_client.take)(input, {
679
- Filters: (_) => (0, import_smithy_client._json)(_),
679
+ Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
680
680
  MaxResults: [],
681
681
  NextToken: [],
682
682
  OperationId: []
@@ -695,7 +695,7 @@ var se_ListOperationsCommand = /* @__PURE__ */ __name(async (input, context) =>
695
695
  body = JSON.stringify(
696
696
  (0, import_smithy_client.take)(input, {
697
697
  ApplicationId: [],
698
- Filters: (_) => (0, import_smithy_client._json)(_),
698
+ Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
699
699
  MaxResults: [],
700
700
  NextToken: []
701
701
  })
@@ -740,13 +740,13 @@ var se_RegisterApplicationCommand = /* @__PURE__ */ __name(async (input, context
740
740
  (0, import_smithy_client.take)(input, {
741
741
  ApplicationId: [],
742
742
  ApplicationType: [],
743
- ComponentsInfo: (_) => (0, import_smithy_client._json)(_),
744
- Credentials: (_) => (0, import_smithy_client._json)(_),
743
+ ComponentsInfo: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ComponentsInfo"),
744
+ Credentials: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Credentials"),
745
745
  DatabaseArn: [],
746
- Instances: (_) => (0, import_smithy_client._json)(_),
746
+ Instances: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Instances"),
747
747
  SapInstanceNumber: [],
748
748
  Sid: [],
749
- Tags: (_) => (0, import_smithy_client._json)(_)
749
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
750
750
  })
751
751
  );
752
752
  b.m("POST").h(headers).b(body);
@@ -809,7 +809,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
809
809
  let body;
810
810
  body = JSON.stringify(
811
811
  (0, import_smithy_client.take)(input, {
812
- tags: (_) => (0, import_smithy_client._json)(_)
812
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
813
813
  })
814
814
  );
815
815
  b.m("POST").h(headers).b(body);
@@ -837,9 +837,9 @@ var se_UpdateApplicationSettingsCommand = /* @__PURE__ */ __name(async (input, c
837
837
  body = JSON.stringify(
838
838
  (0, import_smithy_client.take)(input, {
839
839
  ApplicationId: [],
840
- Backint: (_) => (0, import_smithy_client._json)(_),
841
- CredentialsToAddOrUpdate: (_) => (0, import_smithy_client._json)(_),
842
- CredentialsToRemove: (_) => (0, import_smithy_client._json)(_),
840
+ Backint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Backint"),
841
+ CredentialsToAddOrUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CredentialsToAddOrUpdate"),
842
+ CredentialsToRemove: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "CredentialsToRemove"),
843
843
  DatabaseArn: []
844
844
  })
845
845
  );
@@ -879,7 +879,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
879
879
  });
880
880
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
881
881
  const doc = (0, import_smithy_client.take)(data, {
882
- Application: (_) => de_Application(_, context),
882
+ Application: /* @__PURE__ */ __name((_) => de_Application(_, context), "Application"),
883
883
  Tags: import_smithy_client._json
884
884
  });
885
885
  Object.assign(contents, doc);
@@ -894,7 +894,7 @@ var de_GetComponentCommand = /* @__PURE__ */ __name(async (output, context) => {
894
894
  });
895
895
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
896
896
  const doc = (0, import_smithy_client.take)(data, {
897
- Component: (_) => de_Component(_, context),
897
+ Component: /* @__PURE__ */ __name((_) => de_Component(_, context), "Component"),
898
898
  Tags: import_smithy_client._json
899
899
  });
900
900
  Object.assign(contents, doc);
@@ -909,7 +909,7 @@ var de_GetDatabaseCommand = /* @__PURE__ */ __name(async (output, context) => {
909
909
  });
910
910
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
911
911
  const doc = (0, import_smithy_client.take)(data, {
912
- Database: (_) => de_Database(_, context),
912
+ Database: /* @__PURE__ */ __name((_) => de_Database(_, context), "Database"),
913
913
  Tags: import_smithy_client._json
914
914
  });
915
915
  Object.assign(contents, doc);
@@ -924,7 +924,7 @@ var de_GetOperationCommand = /* @__PURE__ */ __name(async (output, context) => {
924
924
  });
925
925
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
926
926
  const doc = (0, import_smithy_client.take)(data, {
927
- Operation: (_) => de_Operation(_, context)
927
+ Operation: /* @__PURE__ */ __name((_) => de_Operation(_, context), "Operation")
928
928
  });
929
929
  Object.assign(contents, doc);
930
930
  return contents;
@@ -998,7 +998,7 @@ var de_ListOperationEventsCommand = /* @__PURE__ */ __name(async (output, contex
998
998
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
999
999
  const doc = (0, import_smithy_client.take)(data, {
1000
1000
  NextToken: import_smithy_client.expectString,
1001
- OperationEvents: (_) => de_OperationEventList(_, context)
1001
+ OperationEvents: /* @__PURE__ */ __name((_) => de_OperationEventList(_, context), "OperationEvents")
1002
1002
  });
1003
1003
  Object.assign(contents, doc);
1004
1004
  return contents;
@@ -1013,7 +1013,7 @@ var de_ListOperationsCommand = /* @__PURE__ */ __name(async (output, context) =>
1013
1013
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1014
1014
  const doc = (0, import_smithy_client.take)(data, {
1015
1015
  NextToken: import_smithy_client.expectString,
1016
- Operations: (_) => de_OperationList(_, context)
1016
+ Operations: /* @__PURE__ */ __name((_) => de_OperationList(_, context), "Operations")
1017
1017
  });
1018
1018
  Object.assign(contents, doc);
1019
1019
  return contents;
@@ -1055,7 +1055,7 @@ var de_RegisterApplicationCommand = /* @__PURE__ */ __name(async (output, contex
1055
1055
  });
1056
1056
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1057
1057
  const doc = (0, import_smithy_client.take)(data, {
1058
- Application: (_) => de_Application(_, context),
1058
+ Application: /* @__PURE__ */ __name((_) => de_Application(_, context), "Application"),
1059
1059
  OperationId: import_smithy_client.expectString
1060
1060
  });
1061
1061
  Object.assign(contents, doc);
@@ -1243,7 +1243,7 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
1243
1243
  Components: import_smithy_client._json,
1244
1244
  DiscoveryStatus: import_smithy_client.expectString,
1245
1245
  Id: import_smithy_client.expectString,
1246
- LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1246
+ LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
1247
1247
  Status: import_smithy_client.expectString,
1248
1248
  StatusMessage: import_smithy_client.expectString,
1249
1249
  Type: import_smithy_client.expectString
@@ -1261,7 +1261,7 @@ var de_Component = /* @__PURE__ */ __name((output, context) => {
1261
1261
  Databases: import_smithy_client._json,
1262
1262
  HdbVersion: import_smithy_client.expectString,
1263
1263
  Hosts: import_smithy_client._json,
1264
- LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1264
+ LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
1265
1265
  ParentComponent: import_smithy_client.expectString,
1266
1266
  PrimaryHost: import_smithy_client.expectString,
1267
1267
  Resilience: import_smithy_client._json,
@@ -1283,7 +1283,7 @@ var de_Database = /* @__PURE__ */ __name((output, context) => {
1283
1283
  DatabaseId: import_smithy_client.expectString,
1284
1284
  DatabaseName: import_smithy_client.expectString,
1285
1285
  DatabaseType: import_smithy_client.expectString,
1286
- LastUpdated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1286
+ LastUpdated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdated"),
1287
1287
  PrimaryHost: import_smithy_client.expectString,
1288
1288
  SQLPort: import_smithy_client.expectInt32,
1289
1289
  Status: import_smithy_client.expectString
@@ -1291,14 +1291,14 @@ var de_Database = /* @__PURE__ */ __name((output, context) => {
1291
1291
  }, "de_Database");
1292
1292
  var de_Operation = /* @__PURE__ */ __name((output, context) => {
1293
1293
  return (0, import_smithy_client.take)(output, {
1294
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1294
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
1295
1295
  Id: import_smithy_client.expectString,
1296
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1297
- Properties: (_) => de_OperationProperties(_, context),
1296
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1297
+ Properties: /* @__PURE__ */ __name((_) => de_OperationProperties(_, context), "Properties"),
1298
1298
  ResourceArn: import_smithy_client.expectString,
1299
1299
  ResourceId: import_smithy_client.expectString,
1300
1300
  ResourceType: import_smithy_client.expectString,
1301
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1301
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
1302
1302
  Status: import_smithy_client.expectString,
1303
1303
  StatusMessage: import_smithy_client.expectString,
1304
1304
  Type: import_smithy_client.expectString
@@ -1310,7 +1310,7 @@ var de_OperationEvent = /* @__PURE__ */ __name((output, context) => {
1310
1310
  Resource: import_smithy_client._json,
1311
1311
  Status: import_smithy_client.expectString,
1312
1312
  StatusMessage: import_smithy_client.expectString,
1313
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1313
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
1314
1314
  });
1315
1315
  }, "de_OperationEvent");
1316
1316
  var de_OperationEventList = /* @__PURE__ */ __name((output, context) => {
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.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-ssm-sap",
@@ -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",