@aws-sdk/client-service-catalog-appregistry 3.758.0 → 3.774.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 +32 -32
  2. package/package.json +7 -7
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
  ApplicationTagStatus: () => ApplicationTagStatus,
25
25
  AssociateAttributeGroupCommand: () => AssociateAttributeGroupCommand,
26
26
  AssociateResourceCommand: () => AssociateResourceCommand,
@@ -67,7 +67,7 @@ __export(src_exports, {
67
67
  paginateListAttributeGroups: () => paginateListAttributeGroups,
68
68
  paginateListAttributeGroupsForApplication: () => paginateListAttributeGroupsForApplication
69
69
  });
70
- module.exports = __toCommonJS(src_exports);
70
+ module.exports = __toCommonJS(index_exports);
71
71
 
72
72
  // src/ServiceCatalogAppRegistryClient.ts
73
73
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -194,9 +194,9 @@ var ServiceCatalogAppRegistryClient = class extends import_smithy_client.Client
194
194
  this.middlewareStack.use(
195
195
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
196
196
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultServiceCatalogAppRegistryHttpAuthSchemeParametersProvider,
197
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
197
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
198
198
  "aws.auth#sigv4": config.credentials
199
- })
199
+ }), "identityProviderConfigProvider")
200
200
  })
201
201
  );
202
202
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -410,7 +410,7 @@ var se_AssociateResourceCommand = /* @__PURE__ */ __name(async (input, context)
410
410
  let body;
411
411
  body = JSON.stringify(
412
412
  (0, import_smithy_client.take)(input, {
413
- options: (_) => (0, import_smithy_client._json)(_)
413
+ options: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "options")
414
414
  })
415
415
  );
416
416
  b.m("PUT").h(headers).b(body);
@@ -428,7 +428,7 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
428
428
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
429
429
  description: [],
430
430
  name: [],
431
- tags: (_) => (0, import_smithy_client._json)(_)
431
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
432
432
  })
433
433
  );
434
434
  b.m("POST").h(headers).b(body);
@@ -447,7 +447,7 @@ var se_CreateAttributeGroupCommand = /* @__PURE__ */ __name(async (input, contex
447
447
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
448
448
  description: [],
449
449
  name: [],
450
- tags: (_) => (0, import_smithy_client._json)(_)
450
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
451
451
  })
452
452
  );
453
453
  b.m("POST").h(headers).b(body);
@@ -615,7 +615,7 @@ var se_PutConfigurationCommand = /* @__PURE__ */ __name(async (input, context) =
615
615
  let body;
616
616
  body = JSON.stringify(
617
617
  (0, import_smithy_client.take)(input, {
618
- configuration: (_) => (0, import_smithy_client._json)(_)
618
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration")
619
619
  })
620
620
  );
621
621
  b.m("PUT").h(headers).b(body);
@@ -641,7 +641,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
641
641
  let body;
642
642
  body = JSON.stringify(
643
643
  (0, import_smithy_client.take)(input, {
644
- tags: (_) => (0, import_smithy_client._json)(_)
644
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
645
645
  })
646
646
  );
647
647
  b.m("POST").h(headers).b(body);
@@ -734,7 +734,7 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
734
734
  });
735
735
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
736
736
  const doc = (0, import_smithy_client.take)(data, {
737
- application: (_) => de_Application(_, context)
737
+ application: /* @__PURE__ */ __name((_) => de_Application(_, context), "application")
738
738
  });
739
739
  Object.assign(contents, doc);
740
740
  return contents;
@@ -748,7 +748,7 @@ var de_CreateAttributeGroupCommand = /* @__PURE__ */ __name(async (output, conte
748
748
  });
749
749
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
750
750
  const doc = (0, import_smithy_client.take)(data, {
751
- attributeGroup: (_) => de_AttributeGroup(_, context)
751
+ attributeGroup: /* @__PURE__ */ __name((_) => de_AttributeGroup(_, context), "attributeGroup")
752
752
  });
753
753
  Object.assign(contents, doc);
754
754
  return contents;
@@ -762,7 +762,7 @@ var de_DeleteApplicationCommand = /* @__PURE__ */ __name(async (output, context)
762
762
  });
763
763
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
764
764
  const doc = (0, import_smithy_client.take)(data, {
765
- application: (_) => de_ApplicationSummary(_, context)
765
+ application: /* @__PURE__ */ __name((_) => de_ApplicationSummary(_, context), "application")
766
766
  });
767
767
  Object.assign(contents, doc);
768
768
  return contents;
@@ -776,7 +776,7 @@ var de_DeleteAttributeGroupCommand = /* @__PURE__ */ __name(async (output, conte
776
776
  });
777
777
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
778
778
  const doc = (0, import_smithy_client.take)(data, {
779
- attributeGroup: (_) => de_AttributeGroupSummary(_, context)
779
+ attributeGroup: /* @__PURE__ */ __name((_) => de_AttributeGroupSummary(_, context), "attributeGroup")
780
780
  });
781
781
  Object.assign(contents, doc);
782
782
  return contents;
@@ -823,11 +823,11 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
823
823
  applicationTag: import_smithy_client._json,
824
824
  arn: import_smithy_client.expectString,
825
825
  associatedResourceCount: import_smithy_client.expectInt32,
826
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
826
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
827
827
  description: import_smithy_client.expectString,
828
828
  id: import_smithy_client.expectString,
829
829
  integrations: import_smithy_client._json,
830
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
830
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
831
831
  name: import_smithy_client.expectString,
832
832
  tags: import_smithy_client._json
833
833
  });
@@ -845,7 +845,7 @@ var de_GetAssociatedResourceCommand = /* @__PURE__ */ __name(async (output, cont
845
845
  const doc = (0, import_smithy_client.take)(data, {
846
846
  applicationTagResult: import_smithy_client._json,
847
847
  options: import_smithy_client._json,
848
- resource: (_) => de_Resource(_, context)
848
+ resource: /* @__PURE__ */ __name((_) => de_Resource(_, context), "resource")
849
849
  });
850
850
  Object.assign(contents, doc);
851
851
  return contents;
@@ -862,10 +862,10 @@ var de_GetAttributeGroupCommand = /* @__PURE__ */ __name(async (output, context)
862
862
  arn: import_smithy_client.expectString,
863
863
  attributes: import_smithy_client.expectString,
864
864
  createdBy: import_smithy_client.expectString,
865
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
865
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
866
866
  description: import_smithy_client.expectString,
867
867
  id: import_smithy_client.expectString,
868
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
868
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
869
869
  name: import_smithy_client.expectString,
870
870
  tags: import_smithy_client._json
871
871
  });
@@ -895,7 +895,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
895
895
  });
896
896
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
897
897
  const doc = (0, import_smithy_client.take)(data, {
898
- applications: (_) => de_ApplicationSummaries(_, context),
898
+ applications: /* @__PURE__ */ __name((_) => de_ApplicationSummaries(_, context), "applications"),
899
899
  nextToken: import_smithy_client.expectString
900
900
  });
901
901
  Object.assign(contents, doc);
@@ -940,7 +940,7 @@ var de_ListAttributeGroupsCommand = /* @__PURE__ */ __name(async (output, contex
940
940
  });
941
941
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
942
942
  const doc = (0, import_smithy_client.take)(data, {
943
- attributeGroups: (_) => de_AttributeGroupSummaries(_, context),
943
+ attributeGroups: /* @__PURE__ */ __name((_) => de_AttributeGroupSummaries(_, context), "attributeGroups"),
944
944
  nextToken: import_smithy_client.expectString
945
945
  });
946
946
  Object.assign(contents, doc);
@@ -1030,7 +1030,7 @@ var de_UpdateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
1030
1030
  });
1031
1031
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1032
1032
  const doc = (0, import_smithy_client.take)(data, {
1033
- application: (_) => de_Application(_, context)
1033
+ application: /* @__PURE__ */ __name((_) => de_Application(_, context), "application")
1034
1034
  });
1035
1035
  Object.assign(contents, doc);
1036
1036
  return contents;
@@ -1044,7 +1044,7 @@ var de_UpdateAttributeGroupCommand = /* @__PURE__ */ __name(async (output, conte
1044
1044
  });
1045
1045
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1046
1046
  const doc = (0, import_smithy_client.take)(data, {
1047
- attributeGroup: (_) => de_AttributeGroup(_, context)
1047
+ attributeGroup: /* @__PURE__ */ __name((_) => de_AttributeGroup(_, context), "attributeGroup")
1048
1048
  });
1049
1049
  Object.assign(contents, doc);
1050
1050
  return contents;
@@ -1167,10 +1167,10 @@ var de_Application = /* @__PURE__ */ __name((output, context) => {
1167
1167
  return (0, import_smithy_client.take)(output, {
1168
1168
  applicationTag: import_smithy_client._json,
1169
1169
  arn: import_smithy_client.expectString,
1170
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1170
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
1171
1171
  description: import_smithy_client.expectString,
1172
1172
  id: import_smithy_client.expectString,
1173
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1173
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
1174
1174
  name: import_smithy_client.expectString,
1175
1175
  tags: import_smithy_client._json
1176
1176
  });
@@ -1184,20 +1184,20 @@ var de_ApplicationSummaries = /* @__PURE__ */ __name((output, context) => {
1184
1184
  var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
1185
1185
  return (0, import_smithy_client.take)(output, {
1186
1186
  arn: import_smithy_client.expectString,
1187
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1187
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
1188
1188
  description: import_smithy_client.expectString,
1189
1189
  id: import_smithy_client.expectString,
1190
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1190
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
1191
1191
  name: import_smithy_client.expectString
1192
1192
  });
1193
1193
  }, "de_ApplicationSummary");
1194
1194
  var de_AttributeGroup = /* @__PURE__ */ __name((output, context) => {
1195
1195
  return (0, import_smithy_client.take)(output, {
1196
1196
  arn: import_smithy_client.expectString,
1197
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1197
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
1198
1198
  description: import_smithy_client.expectString,
1199
1199
  id: import_smithy_client.expectString,
1200
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1200
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
1201
1201
  name: import_smithy_client.expectString,
1202
1202
  tags: import_smithy_client._json
1203
1203
  });
@@ -1212,17 +1212,17 @@ var de_AttributeGroupSummary = /* @__PURE__ */ __name((output, context) => {
1212
1212
  return (0, import_smithy_client.take)(output, {
1213
1213
  arn: import_smithy_client.expectString,
1214
1214
  createdBy: import_smithy_client.expectString,
1215
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1215
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
1216
1216
  description: import_smithy_client.expectString,
1217
1217
  id: import_smithy_client.expectString,
1218
- lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1218
+ lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdateTime"),
1219
1219
  name: import_smithy_client.expectString
1220
1220
  });
1221
1221
  }, "de_AttributeGroupSummary");
1222
1222
  var de_Resource = /* @__PURE__ */ __name((output, context) => {
1223
1223
  return (0, import_smithy_client.take)(output, {
1224
1224
  arn: import_smithy_client.expectString,
1225
- associationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1225
+ associationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "associationTime"),
1226
1226
  integrations: import_smithy_client._json,
1227
1227
  name: import_smithy_client.expectString
1228
1228
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-service-catalog-appregistry",
@@ -20,17 +20,17 @@
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.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",