@aws-sdk/client-license-manager 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.
- package/dist-cjs/index.js +22 -22
- 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
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AcceptGrantCommand: () => AcceptGrantCommand,
|
|
25
25
|
AccessDeniedException: () => AccessDeniedException,
|
|
26
26
|
ActivationOverrideBehavior: () => ActivationOverrideBehavior,
|
|
@@ -112,7 +112,7 @@ __export(src_exports, {
|
|
|
112
112
|
ValidationException: () => ValidationException,
|
|
113
113
|
__Client: () => import_smithy_client.Client
|
|
114
114
|
});
|
|
115
|
-
module.exports = __toCommonJS(
|
|
115
|
+
module.exports = __toCommonJS(index_exports);
|
|
116
116
|
|
|
117
117
|
// src/LicenseManagerClient.ts
|
|
118
118
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -239,9 +239,9 @@ var LicenseManagerClient = class extends import_smithy_client.Client {
|
|
|
239
239
|
this.middlewareStack.use(
|
|
240
240
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
241
241
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultLicenseManagerHttpAuthSchemeParametersProvider,
|
|
242
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
242
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
243
243
|
"aws.auth#sigv4": config.credentials
|
|
244
|
-
})
|
|
244
|
+
}), "identityProviderConfigProvider")
|
|
245
245
|
})
|
|
246
246
|
);
|
|
247
247
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1960,12 +1960,12 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1960
1960
|
}, "de_ValidationExceptionRes");
|
|
1961
1961
|
var de_AutomatedDiscoveryInformation = /* @__PURE__ */ __name((output, context) => {
|
|
1962
1962
|
return (0, import_smithy_client.take)(output, {
|
|
1963
|
-
LastRunTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1963
|
+
LastRunTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastRunTime")
|
|
1964
1964
|
});
|
|
1965
1965
|
}, "de_AutomatedDiscoveryInformation");
|
|
1966
1966
|
var de_GetLicenseConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1967
1967
|
return (0, import_smithy_client.take)(output, {
|
|
1968
|
-
AutomatedDiscoveryInformation: (_) => de_AutomatedDiscoveryInformation(_, context),
|
|
1968
|
+
AutomatedDiscoveryInformation: /* @__PURE__ */ __name((_) => de_AutomatedDiscoveryInformation(_, context), "AutomatedDiscoveryInformation"),
|
|
1969
1969
|
ConsumedLicenseSummaryList: import_smithy_client._json,
|
|
1970
1970
|
ConsumedLicenses: import_smithy_client.expectLong,
|
|
1971
1971
|
Description: import_smithy_client.expectString,
|
|
@@ -1987,19 +1987,19 @@ var de_GetLicenseConfigurationResponse = /* @__PURE__ */ __name((output, context
|
|
|
1987
1987
|
var de_GetLicenseConversionTaskResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1988
1988
|
return (0, import_smithy_client.take)(output, {
|
|
1989
1989
|
DestinationLicenseContext: import_smithy_client._json,
|
|
1990
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1990
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1991
1991
|
LicenseConversionTaskId: import_smithy_client.expectString,
|
|
1992
|
-
LicenseConversionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1992
|
+
LicenseConversionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LicenseConversionTime"),
|
|
1993
1993
|
ResourceArn: import_smithy_client.expectString,
|
|
1994
1994
|
SourceLicenseContext: import_smithy_client._json,
|
|
1995
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1995
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1996
1996
|
Status: import_smithy_client.expectString,
|
|
1997
1997
|
StatusMessage: import_smithy_client.expectString
|
|
1998
1998
|
});
|
|
1999
1999
|
}, "de_GetLicenseConversionTaskResponse");
|
|
2000
2000
|
var de_LicenseConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2001
2001
|
return (0, import_smithy_client.take)(output, {
|
|
2002
|
-
AutomatedDiscoveryInformation: (_) => de_AutomatedDiscoveryInformation(_, context),
|
|
2002
|
+
AutomatedDiscoveryInformation: /* @__PURE__ */ __name((_) => de_AutomatedDiscoveryInformation(_, context), "AutomatedDiscoveryInformation"),
|
|
2003
2003
|
ConsumedLicenseSummaryList: import_smithy_client._json,
|
|
2004
2004
|
ConsumedLicenses: import_smithy_client.expectLong,
|
|
2005
2005
|
Description: import_smithy_client.expectString,
|
|
@@ -2020,7 +2020,7 @@ var de_LicenseConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
|
2020
2020
|
var de_LicenseConfigurationAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
2021
2021
|
return (0, import_smithy_client.take)(output, {
|
|
2022
2022
|
AmiAssociationScope: import_smithy_client.expectString,
|
|
2023
|
-
AssociationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2023
|
+
AssociationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AssociationTime"),
|
|
2024
2024
|
ResourceArn: import_smithy_client.expectString,
|
|
2025
2025
|
ResourceOwnerId: import_smithy_client.expectString,
|
|
2026
2026
|
ResourceType: import_smithy_client.expectString
|
|
@@ -2040,7 +2040,7 @@ var de_LicenseConfigurations = /* @__PURE__ */ __name((output, context) => {
|
|
|
2040
2040
|
}, "de_LicenseConfigurations");
|
|
2041
2041
|
var de_LicenseConfigurationUsage = /* @__PURE__ */ __name((output, context) => {
|
|
2042
2042
|
return (0, import_smithy_client.take)(output, {
|
|
2043
|
-
AssociationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2043
|
+
AssociationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "AssociationTime"),
|
|
2044
2044
|
ConsumedLicenses: import_smithy_client.expectLong,
|
|
2045
2045
|
ResourceArn: import_smithy_client.expectString,
|
|
2046
2046
|
ResourceOwnerId: import_smithy_client.expectString,
|
|
@@ -2057,12 +2057,12 @@ var de_LicenseConfigurationUsageList = /* @__PURE__ */ __name((output, context)
|
|
|
2057
2057
|
var de_LicenseConversionTask = /* @__PURE__ */ __name((output, context) => {
|
|
2058
2058
|
return (0, import_smithy_client.take)(output, {
|
|
2059
2059
|
DestinationLicenseContext: import_smithy_client._json,
|
|
2060
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2060
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
2061
2061
|
LicenseConversionTaskId: import_smithy_client.expectString,
|
|
2062
|
-
LicenseConversionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2062
|
+
LicenseConversionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LicenseConversionTime"),
|
|
2063
2063
|
ResourceArn: import_smithy_client.expectString,
|
|
2064
2064
|
SourceLicenseContext: import_smithy_client._json,
|
|
2065
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2065
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
2066
2066
|
Status: import_smithy_client.expectString,
|
|
2067
2067
|
StatusMessage: import_smithy_client.expectString
|
|
2068
2068
|
});
|
|
@@ -2076,7 +2076,7 @@ var de_LicenseConversionTasks = /* @__PURE__ */ __name((output, context) => {
|
|
|
2076
2076
|
var de_LicenseOperationFailure = /* @__PURE__ */ __name((output, context) => {
|
|
2077
2077
|
return (0, import_smithy_client.take)(output, {
|
|
2078
2078
|
ErrorMessage: import_smithy_client.expectString,
|
|
2079
|
-
FailureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2079
|
+
FailureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FailureTime"),
|
|
2080
2080
|
MetadataList: import_smithy_client._json,
|
|
2081
2081
|
OperationName: import_smithy_client.expectString,
|
|
2082
2082
|
OperationRequestedBy: import_smithy_client.expectString,
|
|
@@ -2093,31 +2093,31 @@ var de_LicenseOperationFailureList = /* @__PURE__ */ __name((output, context) =>
|
|
|
2093
2093
|
}, "de_LicenseOperationFailureList");
|
|
2094
2094
|
var de_ListAssociationsForLicenseConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2095
2095
|
return (0, import_smithy_client.take)(output, {
|
|
2096
|
-
LicenseConfigurationAssociations: (_) => de_LicenseConfigurationAssociations(_, context),
|
|
2096
|
+
LicenseConfigurationAssociations: /* @__PURE__ */ __name((_) => de_LicenseConfigurationAssociations(_, context), "LicenseConfigurationAssociations"),
|
|
2097
2097
|
NextToken: import_smithy_client.expectString
|
|
2098
2098
|
});
|
|
2099
2099
|
}, "de_ListAssociationsForLicenseConfigurationResponse");
|
|
2100
2100
|
var de_ListFailuresForLicenseConfigurationOperationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2101
2101
|
return (0, import_smithy_client.take)(output, {
|
|
2102
|
-
LicenseOperationFailureList: (_) => de_LicenseOperationFailureList(_, context),
|
|
2102
|
+
LicenseOperationFailureList: /* @__PURE__ */ __name((_) => de_LicenseOperationFailureList(_, context), "LicenseOperationFailureList"),
|
|
2103
2103
|
NextToken: import_smithy_client.expectString
|
|
2104
2104
|
});
|
|
2105
2105
|
}, "de_ListFailuresForLicenseConfigurationOperationsResponse");
|
|
2106
2106
|
var de_ListLicenseConfigurationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2107
2107
|
return (0, import_smithy_client.take)(output, {
|
|
2108
|
-
LicenseConfigurations: (_) => de_LicenseConfigurations(_, context),
|
|
2108
|
+
LicenseConfigurations: /* @__PURE__ */ __name((_) => de_LicenseConfigurations(_, context), "LicenseConfigurations"),
|
|
2109
2109
|
NextToken: import_smithy_client.expectString
|
|
2110
2110
|
});
|
|
2111
2111
|
}, "de_ListLicenseConfigurationsResponse");
|
|
2112
2112
|
var de_ListLicenseConversionTasksResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2113
2113
|
return (0, import_smithy_client.take)(output, {
|
|
2114
|
-
LicenseConversionTasks: (_) => de_LicenseConversionTasks(_, context),
|
|
2114
|
+
LicenseConversionTasks: /* @__PURE__ */ __name((_) => de_LicenseConversionTasks(_, context), "LicenseConversionTasks"),
|
|
2115
2115
|
NextToken: import_smithy_client.expectString
|
|
2116
2116
|
});
|
|
2117
2117
|
}, "de_ListLicenseConversionTasksResponse");
|
|
2118
2118
|
var de_ListUsageForLicenseConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2119
2119
|
return (0, import_smithy_client.take)(output, {
|
|
2120
|
-
LicenseConfigurationUsageList: (_) => de_LicenseConfigurationUsageList(_, context),
|
|
2120
|
+
LicenseConfigurationUsageList: /* @__PURE__ */ __name((_) => de_LicenseConfigurationUsageList(_, context), "LicenseConfigurationUsageList"),
|
|
2121
2121
|
NextToken: import_smithy_client.expectString
|
|
2122
2122
|
});
|
|
2123
2123
|
}, "de_ListUsageForLicenseConfigurationResponse");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-license-manager",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
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.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
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.
|
|
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",
|