@aws-sdk/client-license-manager-user-subscriptions 3.337.0 → 3.338.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 (57) hide show
  1. package/dist-cjs/LicenseManagerUserSubscriptionsClient.js +2 -1
  2. package/dist-cjs/commands/AssociateUserCommand.js +2 -1
  3. package/dist-cjs/commands/DeregisterIdentityProviderCommand.js +2 -1
  4. package/dist-cjs/commands/DisassociateUserCommand.js +2 -1
  5. package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -1
  6. package/dist-cjs/commands/ListInstancesCommand.js +2 -1
  7. package/dist-cjs/commands/ListProductSubscriptionsCommand.js +2 -1
  8. package/dist-cjs/commands/ListUserAssociationsCommand.js +2 -1
  9. package/dist-cjs/commands/RegisterIdentityProviderCommand.js +2 -1
  10. package/dist-cjs/commands/StartProductSubscriptionCommand.js +2 -1
  11. package/dist-cjs/commands/StopProductSubscriptionCommand.js +2 -1
  12. package/dist-cjs/commands/UpdateIdentityProviderSettingsCommand.js +2 -1
  13. package/dist-cjs/index.js +2 -2
  14. package/dist-cjs/models/LicenseManagerUserSubscriptionsServiceException.js +2 -1
  15. package/dist-es/LicenseManagerUserSubscriptionsClient.js +1 -0
  16. package/dist-es/commands/AssociateUserCommand.js +1 -0
  17. package/dist-es/commands/DeregisterIdentityProviderCommand.js +1 -0
  18. package/dist-es/commands/DisassociateUserCommand.js +1 -0
  19. package/dist-es/commands/ListIdentityProvidersCommand.js +1 -0
  20. package/dist-es/commands/ListInstancesCommand.js +1 -0
  21. package/dist-es/commands/ListProductSubscriptionsCommand.js +1 -0
  22. package/dist-es/commands/ListUserAssociationsCommand.js +1 -0
  23. package/dist-es/commands/RegisterIdentityProviderCommand.js +1 -0
  24. package/dist-es/commands/StartProductSubscriptionCommand.js +1 -0
  25. package/dist-es/commands/StopProductSubscriptionCommand.js +1 -0
  26. package/dist-es/commands/UpdateIdentityProviderSettingsCommand.js +1 -0
  27. package/dist-es/index.js +2 -2
  28. package/dist-es/models/LicenseManagerUserSubscriptionsServiceException.js +1 -0
  29. package/dist-types/LicenseManagerUserSubscriptionsClient.d.ts +3 -3
  30. package/dist-types/commands/AssociateUserCommand.d.ts +4 -0
  31. package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +4 -0
  32. package/dist-types/commands/DisassociateUserCommand.d.ts +4 -0
  33. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +4 -0
  34. package/dist-types/commands/ListInstancesCommand.d.ts +4 -0
  35. package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +4 -0
  36. package/dist-types/commands/ListUserAssociationsCommand.d.ts +4 -0
  37. package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +4 -0
  38. package/dist-types/commands/StartProductSubscriptionCommand.d.ts +4 -0
  39. package/dist-types/commands/StopProductSubscriptionCommand.d.ts +4 -0
  40. package/dist-types/commands/UpdateIdentityProviderSettingsCommand.d.ts +4 -0
  41. package/dist-types/index.d.ts +8 -2
  42. package/dist-types/models/LicenseManagerUserSubscriptionsServiceException.d.ts +1 -0
  43. package/dist-types/ts3.4/LicenseManagerUserSubscriptionsClient.d.ts +3 -3
  44. package/dist-types/ts3.4/commands/AssociateUserCommand.d.ts +1 -0
  45. package/dist-types/ts3.4/commands/DeregisterIdentityProviderCommand.d.ts +1 -0
  46. package/dist-types/ts3.4/commands/DisassociateUserCommand.d.ts +1 -0
  47. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -0
  48. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -0
  49. package/dist-types/ts3.4/commands/ListProductSubscriptionsCommand.d.ts +1 -0
  50. package/dist-types/ts3.4/commands/ListUserAssociationsCommand.d.ts +1 -0
  51. package/dist-types/ts3.4/commands/RegisterIdentityProviderCommand.d.ts +1 -0
  52. package/dist-types/ts3.4/commands/StartProductSubscriptionCommand.d.ts +1 -0
  53. package/dist-types/ts3.4/commands/StopProductSubscriptionCommand.d.ts +1 -0
  54. package/dist-types/ts3.4/commands/UpdateIdentityProviderSettingsCommand.d.ts +1 -0
  55. package/dist-types/ts3.4/index.d.ts +2 -2
  56. package/dist-types/ts3.4/models/LicenseManagerUserSubscriptionsServiceException.d.ts +1 -0
  57. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerUserSubscriptionsClient = void 0;
3
+ exports.LicenseManagerUserSubscriptionsClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class LicenseManagerUserSubscriptionsClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateUserCommand = void 0;
3
+ exports.AssociateUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class AssociateUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterIdentityProviderCommand = void 0;
3
+ exports.DeregisterIdentityProviderCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DeregisterIdentityProviderCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateUserCommand = void 0;
3
+ exports.DisassociateUserCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class DisassociateUserCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityProvidersCommand = void 0;
3
+ exports.ListIdentityProvidersCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListIdentityProvidersCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInstancesCommand = void 0;
3
+ exports.ListInstancesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListInstancesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProductSubscriptionsCommand = void 0;
3
+ exports.ListProductSubscriptionsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListProductSubscriptionsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUserAssociationsCommand = void 0;
3
+ exports.ListUserAssociationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class ListUserAssociationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterIdentityProviderCommand = void 0;
3
+ exports.RegisterIdentityProviderCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class RegisterIdentityProviderCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartProductSubscriptionCommand = void 0;
3
+ exports.StartProductSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StartProductSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopProductSubscriptionCommand = void 0;
3
+ exports.StopProductSubscriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class StopProductSubscriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIdentityProviderSettingsCommand = void 0;
3
+ exports.UpdateIdentityProviderSettingsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
9
  class UpdateIdentityProviderSettingsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LicenseManagerUserSubscriptionsServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./LicenseManagerUserSubscriptions"), exports);
6
5
  tslib_1.__exportStar(require("./LicenseManagerUserSubscriptionsClient"), exports);
6
+ tslib_1.__exportStar(require("./LicenseManagerUserSubscriptions"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var LicenseManagerUserSubscriptionsServiceException_1 = require("./models/LicenseManagerUserSubscriptionsServiceException");
11
11
  Object.defineProperty(exports, "LicenseManagerUserSubscriptionsServiceException", { enumerable: true, get: function () { return LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LicenseManagerUserSubscriptionsServiceException = void 0;
3
+ exports.LicenseManagerUserSubscriptionsServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class LicenseManagerUserSubscriptionsServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class LicenseManagerUserSubscriptionsClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateUserCommand, se_AssociateUserCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class AssociateUserCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeregisterIdentityProviderCommand, se_DeregisterIdentityProviderCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeregisterIdentityProviderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateUserCommand, se_DisassociateUserCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DisassociateUserCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListIdentityProvidersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListInstancesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListProductSubscriptionsCommand, se_ListProductSubscriptionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListProductSubscriptionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListUserAssociationsCommand, se_ListUserAssociationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListUserAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RegisterIdentityProviderCommand, se_RegisterIdentityProviderCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RegisterIdentityProviderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartProductSubscriptionCommand, se_StartProductSubscriptionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartProductSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopProductSubscriptionCommand, se_StopProductSubscriptionCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StopProductSubscriptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateIdentityProviderSettingsCommand, se_UpdateIdentityProviderSettingsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateIdentityProviderSettingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./LicenseManagerUserSubscriptions";
2
1
  export * from "./LicenseManagerUserSubscriptionsClient";
2
+ export * from "./LicenseManagerUserSubscriptions";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { LicenseManagerUserSubscriptionsServiceException } from "./models/LicenseManagerUserSubscriptionsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class LicenseManagerUserSubscriptionsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -20,6 +20,7 @@ import { StartProductSubscriptionCommandInput, StartProductSubscriptionCommandOu
20
20
  import { StopProductSubscriptionCommandInput, StopProductSubscriptionCommandOutput } from "./commands/StopProductSubscriptionCommand";
21
21
  import { UpdateIdentityProviderSettingsCommandInput, UpdateIdentityProviderSettingsCommandOutput } from "./commands/UpdateIdentityProviderSettingsCommand";
22
22
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
23
+ export { __Client };
23
24
  /**
24
25
  * @public
25
26
  */
@@ -134,7 +135,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
134
135
  /**
135
136
  * @public
136
137
  */
137
- type LicenseManagerUserSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
138
+ export type LicenseManagerUserSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
138
139
  /**
139
140
  * @public
140
141
  *
@@ -145,7 +146,7 @@ export interface LicenseManagerUserSubscriptionsClientConfig extends LicenseMana
145
146
  /**
146
147
  * @public
147
148
  */
148
- type LicenseManagerUserSubscriptionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
149
+ export type LicenseManagerUserSubscriptionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
149
150
  /**
150
151
  * @public
151
152
  *
@@ -171,4 +172,3 @@ export declare class LicenseManagerUserSubscriptionsClient extends __Client<__Ht
171
172
  */
172
173
  destroy(): void;
173
174
  }
174
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { AssociateUserRequest, AssociateUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { DeregisterIdentityProviderRequest, DeregisterIdentityProviderResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { DisassociateUserRequest, DisassociateUserResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { ListProductSubscriptionsRequest, ListProductSubscriptionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { ListUserAssociationsRequest, ListUserAssociationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { RegisterIdentityProviderRequest, RegisterIdentityProviderResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { StartProductSubscriptionRequest, StartProductSubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { StopProductSubscriptionRequest, StopProductSubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LicenseManagerUserSubscriptionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerUserSubscriptionsClient";
5
5
  import { UpdateIdentityProviderSettingsRequest, UpdateIdentityProviderSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,12 @@
1
- export * from "./LicenseManagerUserSubscriptions";
1
+ /**
2
+ * <p>With License Manager, you can create user-based subscriptions to utilize licensed software with
3
+ * a per user subscription fee on Amazon EC2 instances.</p>
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./LicenseManagerUserSubscriptionsClient";
8
+ export * from "./LicenseManagerUserSubscriptions";
3
9
  export * from "./commands";
4
- export * from "./models";
5
10
  export * from "./pagination";
11
+ export * from "./models";
6
12
  export { LicenseManagerUserSubscriptionsServiceException } from "./models/LicenseManagerUserSubscriptionsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -95,6 +95,7 @@ import {
95
95
  ClientResolvedEndpointParameters,
96
96
  EndpointParameters,
97
97
  } from "./endpoint/EndpointParameters";
98
+ export { __Client };
98
99
  export type ServiceInputTypes =
99
100
  | AssociateUserCommandInput
100
101
  | DeregisterIdentityProviderCommandInput
@@ -143,7 +144,7 @@ export interface ClientDefaults
143
144
  logger?: __Logger;
144
145
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
145
146
  }
146
- type LicenseManagerUserSubscriptionsClientConfigType = Partial<
147
+ export type LicenseManagerUserSubscriptionsClientConfigType = Partial<
147
148
  __SmithyConfiguration<__HttpHandlerOptions>
148
149
  > &
149
150
  ClientDefaults &
@@ -156,7 +157,7 @@ type LicenseManagerUserSubscriptionsClientConfigType = Partial<
156
157
  ClientInputEndpointParameters;
157
158
  export interface LicenseManagerUserSubscriptionsClientConfig
158
159
  extends LicenseManagerUserSubscriptionsClientConfigType {}
159
- type LicenseManagerUserSubscriptionsClientResolvedConfigType =
160
+ export type LicenseManagerUserSubscriptionsClientResolvedConfigType =
160
161
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
161
162
  Required<ClientDefaults> &
162
163
  RegionResolvedConfig &
@@ -178,4 +179,3 @@ export declare class LicenseManagerUserSubscriptionsClient extends __Client<
178
179
  constructor(configuration: LicenseManagerUserSubscriptionsClientConfig);
179
180
  destroy(): void;
180
181
  }
181
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateUserRequest,
16
16
  AssociateUserResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateUserCommandInput extends AssociateUserRequest {}
19
20
  export interface AssociateUserCommandOutput
20
21
  extends AssociateUserResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeregisterIdentityProviderRequest,
16
16
  DeregisterIdentityProviderResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeregisterIdentityProviderCommandInput
19
20
  extends DeregisterIdentityProviderRequest {}
20
21
  export interface DeregisterIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DisassociateUserRequest,
16
16
  DisassociateUserResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateUserCommandInput extends DisassociateUserRequest {}
19
20
  export interface DisassociateUserCommandOutput
20
21
  extends DisassociateUserResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListIdentityProvidersRequest,
16
16
  ListIdentityProvidersResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListIdentityProvidersCommandInput
19
20
  extends ListIdentityProvidersRequest {}
20
21
  export interface ListIdentityProvidersCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListInstancesRequest,
16
16
  ListInstancesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListInstancesCommandInput extends ListInstancesRequest {}
19
20
  export interface ListInstancesCommandOutput
20
21
  extends ListInstancesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListProductSubscriptionsRequest,
16
16
  ListProductSubscriptionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListProductSubscriptionsCommandInput
19
20
  extends ListProductSubscriptionsRequest {}
20
21
  export interface ListProductSubscriptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListUserAssociationsRequest,
16
16
  ListUserAssociationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListUserAssociationsCommandInput
19
20
  extends ListUserAssociationsRequest {}
20
21
  export interface ListUserAssociationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RegisterIdentityProviderRequest,
16
16
  RegisterIdentityProviderResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterIdentityProviderCommandInput
19
20
  extends RegisterIdentityProviderRequest {}
20
21
  export interface RegisterIdentityProviderCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StartProductSubscriptionRequest,
16
16
  StartProductSubscriptionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartProductSubscriptionCommandInput
19
20
  extends StartProductSubscriptionRequest {}
20
21
  export interface StartProductSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StopProductSubscriptionRequest,
16
16
  StopProductSubscriptionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StopProductSubscriptionCommandInput
19
20
  extends StopProductSubscriptionRequest {}
20
21
  export interface StopProductSubscriptionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateIdentityProviderSettingsRequest,
16
16
  UpdateIdentityProviderSettingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateIdentityProviderSettingsCommandInput
19
20
  extends UpdateIdentityProviderSettingsRequest {}
20
21
  export interface UpdateIdentityProviderSettingsCommandOutput
@@ -1,6 +1,6 @@
1
- export * from "./LicenseManagerUserSubscriptions";
2
1
  export * from "./LicenseManagerUserSubscriptionsClient";
2
+ export * from "./LicenseManagerUserSubscriptions";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { LicenseManagerUserSubscriptionsServiceException } from "./models/LicenseManagerUserSubscriptionsServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class LicenseManagerUserSubscriptionsServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager-user-subscriptions",
3
3
  "description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",