@aws-sdk/client-rbin 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 +20 -20
  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
  ConflictException: () => ConflictException,
25
25
  ConflictExceptionReason: () => ConflictExceptionReason,
26
26
  CreateRuleCommand: () => CreateRuleCommand,
@@ -51,7 +51,7 @@ __export(src_exports, {
51
51
  __Client: () => import_smithy_client.Client,
52
52
  paginateListRules: () => paginateListRules
53
53
  });
54
- module.exports = __toCommonJS(src_exports);
54
+ module.exports = __toCommonJS(index_exports);
55
55
 
56
56
  // src/RbinClient.ts
57
57
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -178,9 +178,9 @@ var RbinClient = class extends import_smithy_client.Client {
178
178
  this.middlewareStack.use(
179
179
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
180
180
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultRbinHttpAuthSchemeParametersProvider,
181
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
181
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
182
182
  "aws.auth#sigv4": config.credentials
183
- })
183
+ }), "identityProviderConfigProvider")
184
184
  })
185
185
  );
186
186
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -392,12 +392,12 @@ var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
392
392
  body = JSON.stringify(
393
393
  (0, import_smithy_client.take)(input, {
394
394
  Description: [],
395
- ExcludeResourceTags: (_) => (0, import_smithy_client._json)(_),
396
- LockConfiguration: (_) => (0, import_smithy_client._json)(_),
397
- ResourceTags: (_) => (0, import_smithy_client._json)(_),
395
+ ExcludeResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExcludeResourceTags"),
396
+ LockConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LockConfiguration"),
397
+ ResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTags"),
398
398
  ResourceType: [],
399
- RetentionPeriod: (_) => (0, import_smithy_client._json)(_),
400
- Tags: (_) => (0, import_smithy_client._json)(_)
399
+ RetentionPeriod: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RetentionPeriod"),
400
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
401
401
  })
402
402
  );
403
403
  b.m("POST").h(headers).b(body);
@@ -430,11 +430,11 @@ var se_ListRulesCommand = /* @__PURE__ */ __name(async (input, context) => {
430
430
  let body;
431
431
  body = JSON.stringify(
432
432
  (0, import_smithy_client.take)(input, {
433
- ExcludeResourceTags: (_) => (0, import_smithy_client._json)(_),
433
+ ExcludeResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExcludeResourceTags"),
434
434
  LockState: [],
435
435
  MaxResults: [],
436
436
  NextToken: [],
437
- ResourceTags: (_) => (0, import_smithy_client._json)(_),
437
+ ResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTags"),
438
438
  ResourceType: []
439
439
  })
440
440
  );
@@ -460,7 +460,7 @@ var se_LockRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
460
460
  let body;
461
461
  body = JSON.stringify(
462
462
  (0, import_smithy_client.take)(input, {
463
- LockConfiguration: (_) => (0, import_smithy_client._json)(_)
463
+ LockConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LockConfiguration")
464
464
  })
465
465
  );
466
466
  b.m("PATCH").h(headers).b(body);
@@ -476,7 +476,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
476
476
  let body;
477
477
  body = JSON.stringify(
478
478
  (0, import_smithy_client.take)(input, {
479
- Tags: (_) => (0, import_smithy_client._json)(_)
479
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
480
480
  })
481
481
  );
482
482
  b.m("POST").h(headers).b(body);
@@ -514,10 +514,10 @@ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
514
514
  body = JSON.stringify(
515
515
  (0, import_smithy_client.take)(input, {
516
516
  Description: [],
517
- ExcludeResourceTags: (_) => (0, import_smithy_client._json)(_),
518
- ResourceTags: (_) => (0, import_smithy_client._json)(_),
517
+ ExcludeResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExcludeResourceTags"),
518
+ ResourceTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceTags"),
519
519
  ResourceType: [],
520
- RetentionPeriod: (_) => (0, import_smithy_client._json)(_)
520
+ RetentionPeriod: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "RetentionPeriod")
521
521
  })
522
522
  );
523
523
  b.m("PATCH").h(headers).b(body);
@@ -570,7 +570,7 @@ var de_GetRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
570
570
  ExcludeResourceTags: import_smithy_client._json,
571
571
  Identifier: import_smithy_client.expectString,
572
572
  LockConfiguration: import_smithy_client._json,
573
- LockEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
573
+ LockEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LockEndTime"),
574
574
  LockState: import_smithy_client.expectString,
575
575
  ResourceTags: import_smithy_client._json,
576
576
  ResourceType: import_smithy_client.expectString,
@@ -656,7 +656,7 @@ var de_UnlockRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
656
656
  ExcludeResourceTags: import_smithy_client._json,
657
657
  Identifier: import_smithy_client.expectString,
658
658
  LockConfiguration: import_smithy_client._json,
659
- LockEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
659
+ LockEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LockEndTime"),
660
660
  LockState: import_smithy_client.expectString,
661
661
  ResourceTags: import_smithy_client._json,
662
662
  ResourceType: import_smithy_client.expectString,
@@ -689,7 +689,7 @@ var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
689
689
  Description: import_smithy_client.expectString,
690
690
  ExcludeResourceTags: import_smithy_client._json,
691
691
  Identifier: import_smithy_client.expectString,
692
- LockEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
692
+ LockEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LockEndTime"),
693
693
  LockState: import_smithy_client.expectString,
694
694
  ResourceTags: import_smithy_client._json,
695
695
  ResourceType: import_smithy_client.expectString,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rbin",
3
3
  "description": "AWS SDK for JavaScript Rbin 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-rbin",
@@ -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",