@aws-sdk/client-license-manager-linux-subscriptions 3.297.0 → 3.299.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/commands/GetServiceSettingsCommand.js +2 -3
- package/dist-cjs/commands/ListLinuxSubscriptionInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListLinuxSubscriptionsCommand.js +2 -3
- package/dist-cjs/commands/UpdateServiceSettingsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -49
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -3
- package/dist-es/commands/ListLinuxSubscriptionInstancesCommand.js +2 -3
- package/dist-es/commands/ListLinuxSubscriptionsCommand.js +2 -3
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -36
- package/dist-types/models/models_0.d.ts +0 -48
- package/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.GetServiceSettingsCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetServiceSettingsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetServiceSettingsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListLinuxSubscriptionInstancesCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListLinuxSubscriptionInstancesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListLinuxSubscriptionInstancesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListLinuxSubscriptionsCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListLinuxSubscriptionsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListLinuxSubscriptionsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateServiceSettingsCommand = 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
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateServiceSettingsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateServiceSettingsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.Status = exports.OrganizationIntegration = exports.LinuxSubscriptionsDiscovery = exports.Operator = void 0;
|
|
4
4
|
const LicenseManagerLinuxSubscriptionsServiceException_1 = require("./LicenseManagerLinuxSubscriptionsServiceException");
|
|
5
5
|
var Operator;
|
|
6
6
|
(function (Operator) {
|
|
@@ -64,51 +64,3 @@ class ValidationException extends LicenseManagerLinuxSubscriptionsServiceExcepti
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.ValidationException = ValidationException;
|
|
67
|
-
const FilterFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
71
|
-
const GetServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
72
|
-
...obj,
|
|
73
|
-
});
|
|
74
|
-
exports.GetServiceSettingsRequestFilterSensitiveLog = GetServiceSettingsRequestFilterSensitiveLog;
|
|
75
|
-
const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
exports.LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog;
|
|
79
|
-
const GetServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
exports.GetServiceSettingsResponseFilterSensitiveLog = GetServiceSettingsResponseFilterSensitiveLog;
|
|
83
|
-
const InstanceFilterSensitiveLog = (obj) => ({
|
|
84
|
-
...obj,
|
|
85
|
-
});
|
|
86
|
-
exports.InstanceFilterSensitiveLog = InstanceFilterSensitiveLog;
|
|
87
|
-
const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
88
|
-
...obj,
|
|
89
|
-
});
|
|
90
|
-
exports.ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = ListLinuxSubscriptionInstancesRequestFilterSensitiveLog;
|
|
91
|
-
const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
exports.ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = ListLinuxSubscriptionInstancesResponseFilterSensitiveLog;
|
|
95
|
-
const ListLinuxSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
96
|
-
...obj,
|
|
97
|
-
});
|
|
98
|
-
exports.ListLinuxSubscriptionsRequestFilterSensitiveLog = ListLinuxSubscriptionsRequestFilterSensitiveLog;
|
|
99
|
-
const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
exports.SubscriptionFilterSensitiveLog = SubscriptionFilterSensitiveLog;
|
|
103
|
-
const ListLinuxSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
exports.ListLinuxSubscriptionsResponseFilterSensitiveLog = ListLinuxSubscriptionsResponseFilterSensitiveLog;
|
|
107
|
-
const UpdateServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
108
|
-
...obj,
|
|
109
|
-
});
|
|
110
|
-
exports.UpdateServiceSettingsRequestFilterSensitiveLog = UpdateServiceSettingsRequestFilterSensitiveLog;
|
|
111
|
-
const UpdateServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
112
|
-
...obj,
|
|
113
|
-
});
|
|
114
|
-
exports.UpdateServiceSettingsResponseFilterSensitiveLog = UpdateServiceSettingsResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { GetServiceSettingsRequestFilterSensitiveLog, GetServiceSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetServiceSettingsCommand, serializeAws_restJson1GetServiceSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetServiceSettingsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetServiceSettingsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { ListLinuxSubscriptionInstancesRequestFilterSensitiveLog, ListLinuxSubscriptionInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLinuxSubscriptionInstancesCommand, serializeAws_restJson1ListLinuxSubscriptionInstancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLinuxSubscriptionInstancesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { ListLinuxSubscriptionsRequestFilterSensitiveLog, ListLinuxSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListLinuxSubscriptionsCommand, serializeAws_restJson1ListLinuxSubscriptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListLinuxSubscriptionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListLinuxSubscriptionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { UpdateServiceSettingsRequestFilterSensitiveLog, UpdateServiceSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateServiceSettingsCommand, serializeAws_restJson1UpdateServiceSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateServiceSettingsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateServiceSettingsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -58,39 +58,3 @@ export class ValidationException extends __BaseException {
|
|
|
58
58
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
export const GetServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
65
|
-
...obj,
|
|
66
|
-
});
|
|
67
|
-
export const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
export const GetServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
71
|
-
...obj,
|
|
72
|
-
});
|
|
73
|
-
export const InstanceFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
export const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
export const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
export const ListLinuxSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
export const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
export const ListLinuxSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
export const UpdateServiceSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
export const UpdateServiceSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
@@ -437,51 +437,3 @@ export interface UpdateServiceSettingsResponse {
|
|
|
437
437
|
*/
|
|
438
438
|
HomeRegions?: string[];
|
|
439
439
|
}
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
export declare const GetServiceSettingsRequestFilterSensitiveLog: (obj: GetServiceSettingsRequest) => any;
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
export declare const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog: (obj: LinuxSubscriptionsDiscoverySettings) => any;
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
|
-
export declare const GetServiceSettingsResponseFilterSensitiveLog: (obj: GetServiceSettingsResponse) => any;
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
export declare const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesRequest) => any;
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
export declare const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionInstancesResponse) => any;
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
export declare const ListLinuxSubscriptionsRequestFilterSensitiveLog: (obj: ListLinuxSubscriptionsRequest) => any;
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
|
-
export declare const ListLinuxSubscriptionsResponseFilterSensitiveLog: (obj: ListLinuxSubscriptionsResponse) => any;
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
|
-
export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (obj: UpdateServiceSettingsRequest) => any;
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (obj: UpdateServiceSettingsResponse) => any;
|
|
@@ -106,33 +106,3 @@ export interface UpdateServiceSettingsResponse {
|
|
|
106
106
|
StatusMessage?: Record<string, string>;
|
|
107
107
|
HomeRegions?: string[];
|
|
108
108
|
}
|
|
109
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
110
|
-
export declare const GetServiceSettingsRequestFilterSensitiveLog: (
|
|
111
|
-
obj: GetServiceSettingsRequest
|
|
112
|
-
) => any;
|
|
113
|
-
export declare const LinuxSubscriptionsDiscoverySettingsFilterSensitiveLog: (
|
|
114
|
-
obj: LinuxSubscriptionsDiscoverySettings
|
|
115
|
-
) => any;
|
|
116
|
-
export declare const GetServiceSettingsResponseFilterSensitiveLog: (
|
|
117
|
-
obj: GetServiceSettingsResponse
|
|
118
|
-
) => any;
|
|
119
|
-
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
120
|
-
export declare const ListLinuxSubscriptionInstancesRequestFilterSensitiveLog: (
|
|
121
|
-
obj: ListLinuxSubscriptionInstancesRequest
|
|
122
|
-
) => any;
|
|
123
|
-
export declare const ListLinuxSubscriptionInstancesResponseFilterSensitiveLog: (
|
|
124
|
-
obj: ListLinuxSubscriptionInstancesResponse
|
|
125
|
-
) => any;
|
|
126
|
-
export declare const ListLinuxSubscriptionsRequestFilterSensitiveLog: (
|
|
127
|
-
obj: ListLinuxSubscriptionsRequest
|
|
128
|
-
) => any;
|
|
129
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
130
|
-
export declare const ListLinuxSubscriptionsResponseFilterSensitiveLog: (
|
|
131
|
-
obj: ListLinuxSubscriptionsResponse
|
|
132
|
-
) => any;
|
|
133
|
-
export declare const UpdateServiceSettingsRequestFilterSensitiveLog: (
|
|
134
|
-
obj: UpdateServiceSettingsRequest
|
|
135
|
-
) => any;
|
|
136
|
-
export declare const UpdateServiceSettingsResponseFilterSensitiveLog: (
|
|
137
|
-
obj: UpdateServiceSettingsResponse
|
|
138
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo license-manager-linux-subscriptions"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|