@aws-sdk/client-license-manager-user-subscriptions 3.590.0 → 3.596.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.
- package/dist-cjs/index.js +0 -11
- package/dist-types/commands/AssociateUserCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateUserCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListUserAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +2 -1
- package/dist-types/commands/StartProductSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/StopProductSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateIdentityProviderSettingsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/LicenseManagerUserSubscriptionsServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterIdentityProviderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProductSubscriptionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListUserAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterIdentityProviderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartProductSubscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopProductSubscriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderSettingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/LicenseManagerUserSubscriptionsServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -201,7 +201,6 @@ var LicenseManagerUserSubscriptionsClient = _LicenseManagerUserSubscriptionsClie
|
|
|
201
201
|
|
|
202
202
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
203
203
|
|
|
204
|
-
var import_types = require("@smithy/types");
|
|
205
204
|
|
|
206
205
|
// src/protocols/Aws_restJson1.ts
|
|
207
206
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -856,7 +855,6 @@ var AssociateUserCommand = _AssociateUserCommand;
|
|
|
856
855
|
|
|
857
856
|
|
|
858
857
|
|
|
859
|
-
|
|
860
858
|
var _DeregisterIdentityProviderCommand = class _DeregisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
861
859
|
...commonParams
|
|
862
860
|
}).m(function(Command, cs, config, o) {
|
|
@@ -873,7 +871,6 @@ var DeregisterIdentityProviderCommand = _DeregisterIdentityProviderCommand;
|
|
|
873
871
|
|
|
874
872
|
|
|
875
873
|
|
|
876
|
-
|
|
877
874
|
var _DisassociateUserCommand = class _DisassociateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
878
875
|
...commonParams
|
|
879
876
|
}).m(function(Command, cs, config, o) {
|
|
@@ -890,7 +887,6 @@ var DisassociateUserCommand = _DisassociateUserCommand;
|
|
|
890
887
|
|
|
891
888
|
|
|
892
889
|
|
|
893
|
-
|
|
894
890
|
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
895
891
|
...commonParams
|
|
896
892
|
}).m(function(Command, cs, config, o) {
|
|
@@ -907,7 +903,6 @@ var ListIdentityProvidersCommand = _ListIdentityProvidersCommand;
|
|
|
907
903
|
|
|
908
904
|
|
|
909
905
|
|
|
910
|
-
|
|
911
906
|
var _ListInstancesCommand = class _ListInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
912
907
|
...commonParams
|
|
913
908
|
}).m(function(Command, cs, config, o) {
|
|
@@ -924,7 +919,6 @@ var ListInstancesCommand = _ListInstancesCommand;
|
|
|
924
919
|
|
|
925
920
|
|
|
926
921
|
|
|
927
|
-
|
|
928
922
|
var _ListProductSubscriptionsCommand = class _ListProductSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
929
923
|
...commonParams
|
|
930
924
|
}).m(function(Command, cs, config, o) {
|
|
@@ -941,7 +935,6 @@ var ListProductSubscriptionsCommand = _ListProductSubscriptionsCommand;
|
|
|
941
935
|
|
|
942
936
|
|
|
943
937
|
|
|
944
|
-
|
|
945
938
|
var _ListUserAssociationsCommand = class _ListUserAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
946
939
|
...commonParams
|
|
947
940
|
}).m(function(Command, cs, config, o) {
|
|
@@ -958,7 +951,6 @@ var ListUserAssociationsCommand = _ListUserAssociationsCommand;
|
|
|
958
951
|
|
|
959
952
|
|
|
960
953
|
|
|
961
|
-
|
|
962
954
|
var _RegisterIdentityProviderCommand = class _RegisterIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
963
955
|
...commonParams
|
|
964
956
|
}).m(function(Command, cs, config, o) {
|
|
@@ -975,7 +967,6 @@ var RegisterIdentityProviderCommand = _RegisterIdentityProviderCommand;
|
|
|
975
967
|
|
|
976
968
|
|
|
977
969
|
|
|
978
|
-
|
|
979
970
|
var _StartProductSubscriptionCommand = class _StartProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
980
971
|
...commonParams
|
|
981
972
|
}).m(function(Command, cs, config, o) {
|
|
@@ -992,7 +983,6 @@ var StartProductSubscriptionCommand = _StartProductSubscriptionCommand;
|
|
|
992
983
|
|
|
993
984
|
|
|
994
985
|
|
|
995
|
-
|
|
996
986
|
var _StopProductSubscriptionCommand = class _StopProductSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
997
987
|
...commonParams
|
|
998
988
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1009,7 +999,6 @@ var StopProductSubscriptionCommand = _StopProductSubscriptionCommand;
|
|
|
1009
999
|
|
|
1010
1000
|
|
|
1011
1001
|
|
|
1012
|
-
|
|
1013
1002
|
var _UpdateIdentityProviderSettingsCommand = class _UpdateIdentityProviderSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1014
1003
|
...commonParams
|
|
1015
1004
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
export * from "./LicenseManagerUserSubscriptionsClient";
|
|
8
8
|
export * from "./LicenseManagerUserSubscriptions";
|
|
9
9
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
-
export { LicenseManagerUserSubscriptionsExtensionConfiguration } from "./extensionConfiguration";
|
|
10
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
11
|
+
export type { LicenseManagerUserSubscriptionsExtensionConfiguration } from "./extensionConfiguration";
|
|
12
12
|
export * from "./commands";
|
|
13
13
|
export * from "./pagination";
|
|
14
14
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AssociateUserRequest,
|
|
10
10
|
AssociateUserResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateUserCommandInput extends AssociateUserRequest {}
|
|
14
15
|
export interface AssociateUserCommandOutput
|
|
15
16
|
extends AssociateUserResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeregisterIdentityProviderRequest,
|
|
10
10
|
DeregisterIdentityProviderResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeregisterIdentityProviderCommandInput
|
|
14
15
|
extends DeregisterIdentityProviderRequest {}
|
|
15
16
|
export interface DeregisterIdentityProviderCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateUserRequest,
|
|
10
10
|
DisassociateUserResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateUserCommandInput extends DisassociateUserRequest {}
|
|
14
15
|
export interface DisassociateUserCommandOutput
|
|
15
16
|
extends DisassociateUserResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListIdentityProvidersRequest,
|
|
10
10
|
ListIdentityProvidersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListIdentityProvidersCommandInput
|
|
14
15
|
extends ListIdentityProvidersRequest {}
|
|
15
16
|
export interface ListIdentityProvidersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListInstancesRequest,
|
|
10
10
|
ListInstancesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListInstancesCommandInput extends ListInstancesRequest {}
|
|
14
15
|
export interface ListInstancesCommandOutput
|
|
15
16
|
extends ListInstancesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListProductSubscriptionsRequest,
|
|
10
10
|
ListProductSubscriptionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListProductSubscriptionsCommandInput
|
|
14
15
|
extends ListProductSubscriptionsRequest {}
|
|
15
16
|
export interface ListProductSubscriptionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListUserAssociationsRequest,
|
|
10
10
|
ListUserAssociationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListUserAssociationsCommandInput
|
|
14
15
|
extends ListUserAssociationsRequest {}
|
|
15
16
|
export interface ListUserAssociationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterIdentityProviderRequest,
|
|
10
10
|
RegisterIdentityProviderResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterIdentityProviderCommandInput
|
|
14
15
|
extends RegisterIdentityProviderRequest {}
|
|
15
16
|
export interface RegisterIdentityProviderCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartProductSubscriptionRequest,
|
|
10
10
|
StartProductSubscriptionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartProductSubscriptionCommandInput
|
|
14
15
|
extends StartProductSubscriptionRequest {}
|
|
15
16
|
export interface StartProductSubscriptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopProductSubscriptionRequest,
|
|
10
10
|
StopProductSubscriptionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopProductSubscriptionCommandInput
|
|
14
15
|
extends StopProductSubscriptionRequest {}
|
|
15
16
|
export interface StopProductSubscriptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateIdentityProviderSettingsRequest,
|
|
10
10
|
UpdateIdentityProviderSettingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateIdentityProviderSettingsCommandInput
|
|
14
15
|
extends UpdateIdentityProviderSettingsRequest {}
|
|
15
16
|
export interface UpdateIdentityProviderSettingsCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class LicenseManagerUserSubscriptionsServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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-license-manager-user-subscriptions",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|