@aws-sdk/client-license-manager-user-subscriptions 3.296.0 → 3.298.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/AssociateUserCommand.js +2 -3
- package/dist-cjs/commands/DeregisterIdentityProviderCommand.js +2 -3
- package/dist-cjs/commands/DisassociateUserCommand.js +2 -3
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +2 -3
- package/dist-cjs/commands/ListInstancesCommand.js +2 -3
- package/dist-cjs/commands/ListProductSubscriptionsCommand.js +2 -3
- package/dist-cjs/commands/ListUserAssociationsCommand.js +2 -3
- package/dist-cjs/commands/RegisterIdentityProviderCommand.js +2 -3
- package/dist-cjs/commands/StartProductSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/StopProductSubscriptionCommand.js +2 -3
- package/dist-cjs/commands/UpdateIdentityProviderSettingsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -168
- package/dist-es/commands/AssociateUserCommand.js +2 -3
- package/dist-es/commands/DeregisterIdentityProviderCommand.js +2 -3
- package/dist-es/commands/DisassociateUserCommand.js +2 -3
- package/dist-es/commands/ListIdentityProvidersCommand.js +2 -3
- package/dist-es/commands/ListInstancesCommand.js +2 -3
- package/dist-es/commands/ListProductSubscriptionsCommand.js +2 -3
- package/dist-es/commands/ListUserAssociationsCommand.js +2 -3
- package/dist-es/commands/RegisterIdentityProviderCommand.js +2 -3
- package/dist-es/commands/StartProductSubscriptionCommand.js +2 -3
- package/dist-es/commands/StopProductSubscriptionCommand.js +2 -3
- package/dist-es/commands/UpdateIdentityProviderSettingsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -136
- package/dist-types/LicenseManagerUserSubscriptions.d.ts +12 -0
- package/dist-types/LicenseManagerUserSubscriptionsClient.d.ts +24 -4
- package/dist-types/commands/AssociateUserCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateUserCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +16 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/ListUserAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +16 -0
- package/dist-types/commands/StartProductSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/StopProductSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIdentityProviderSettingsCommand.d.ts +16 -0
- package/dist-types/models/LicenseManagerUserSubscriptionsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +85 -124
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProductSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUserAssociationsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -89
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.AssociateUserCommand = 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 AssociateUserCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class AssociateUserCommand 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.DeregisterIdentityProviderCommand = 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 DeregisterIdentityProviderCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeregisterIdentityProviderCommand 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.DisassociateUserCommand = 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 DisassociateUserCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DisassociateUserCommand 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.ListIdentityProvidersCommand = 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 ListIdentityProvidersCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListIdentityProvidersCommand 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.ListInstancesCommand = 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 ListInstancesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListInstancesCommand 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.ListProductSubscriptionsCommand = 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 ListProductSubscriptionsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListProductSubscriptionsCommand 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.ListUserAssociationsCommand = 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 ListUserAssociationsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListUserAssociationsCommand 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.RegisterIdentityProviderCommand = 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 RegisterIdentityProviderCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class RegisterIdentityProviderCommand 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.StartProductSubscriptionCommand = 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 StartProductSubscriptionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StartProductSubscriptionCommand 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.StopProductSubscriptionCommand = 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 StopProductSubscriptionCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class StopProductSubscriptionCommand 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.UpdateIdentityProviderSettingsCommand = 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 UpdateIdentityProviderSettingsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateIdentityProviderSettingsCommand 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.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.IdentityProvider = exports.AccessDeniedException = void 0;
|
|
4
4
|
const LicenseManagerUserSubscriptionsServiceException_1 = require("./LicenseManagerUserSubscriptionsServiceException");
|
|
5
5
|
class AccessDeniedException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -101,170 +101,3 @@ class ValidationException extends LicenseManagerUserSubscriptionsServiceExceptio
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
exports.ValidationException = ValidationException;
|
|
104
|
-
const ActiveDirectoryIdentityProviderFilterSensitiveLog = (obj) => ({
|
|
105
|
-
...obj,
|
|
106
|
-
});
|
|
107
|
-
exports.ActiveDirectoryIdentityProviderFilterSensitiveLog = ActiveDirectoryIdentityProviderFilterSensitiveLog;
|
|
108
|
-
const IdentityProviderFilterSensitiveLog = (obj) => {
|
|
109
|
-
if (obj.ActiveDirectoryIdentityProvider !== undefined)
|
|
110
|
-
return {
|
|
111
|
-
ActiveDirectoryIdentityProvider: (0, exports.ActiveDirectoryIdentityProviderFilterSensitiveLog)(obj.ActiveDirectoryIdentityProvider),
|
|
112
|
-
};
|
|
113
|
-
if (obj.$unknown !== undefined)
|
|
114
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
115
|
-
};
|
|
116
|
-
exports.IdentityProviderFilterSensitiveLog = IdentityProviderFilterSensitiveLog;
|
|
117
|
-
const AssociateUserRequestFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
120
|
-
});
|
|
121
|
-
exports.AssociateUserRequestFilterSensitiveLog = AssociateUserRequestFilterSensitiveLog;
|
|
122
|
-
const InstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
125
|
-
});
|
|
126
|
-
exports.InstanceUserSummaryFilterSensitiveLog = InstanceUserSummaryFilterSensitiveLog;
|
|
127
|
-
const AssociateUserResponseFilterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
...(obj.InstanceUserSummary && {
|
|
130
|
-
InstanceUserSummary: (0, exports.InstanceUserSummaryFilterSensitiveLog)(obj.InstanceUserSummary),
|
|
131
|
-
}),
|
|
132
|
-
});
|
|
133
|
-
exports.AssociateUserResponseFilterSensitiveLog = AssociateUserResponseFilterSensitiveLog;
|
|
134
|
-
const DeregisterIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
137
|
-
});
|
|
138
|
-
exports.DeregisterIdentityProviderRequestFilterSensitiveLog = DeregisterIdentityProviderRequestFilterSensitiveLog;
|
|
139
|
-
const SettingsFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
exports.SettingsFilterSensitiveLog = SettingsFilterSensitiveLog;
|
|
143
|
-
const IdentityProviderSummaryFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
146
|
-
});
|
|
147
|
-
exports.IdentityProviderSummaryFilterSensitiveLog = IdentityProviderSummaryFilterSensitiveLog;
|
|
148
|
-
const DeregisterIdentityProviderResponseFilterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
...(obj.IdentityProviderSummary && {
|
|
151
|
-
IdentityProviderSummary: (0, exports.IdentityProviderSummaryFilterSensitiveLog)(obj.IdentityProviderSummary),
|
|
152
|
-
}),
|
|
153
|
-
});
|
|
154
|
-
exports.DeregisterIdentityProviderResponseFilterSensitiveLog = DeregisterIdentityProviderResponseFilterSensitiveLog;
|
|
155
|
-
const DisassociateUserRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
158
|
-
});
|
|
159
|
-
exports.DisassociateUserRequestFilterSensitiveLog = DisassociateUserRequestFilterSensitiveLog;
|
|
160
|
-
const DisassociateUserResponseFilterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
...(obj.InstanceUserSummary && {
|
|
163
|
-
InstanceUserSummary: (0, exports.InstanceUserSummaryFilterSensitiveLog)(obj.InstanceUserSummary),
|
|
164
|
-
}),
|
|
165
|
-
});
|
|
166
|
-
exports.DisassociateUserResponseFilterSensitiveLog = DisassociateUserResponseFilterSensitiveLog;
|
|
167
|
-
const FilterFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
171
|
-
const InstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
exports.InstanceSummaryFilterSensitiveLog = InstanceSummaryFilterSensitiveLog;
|
|
175
|
-
const ListIdentityProvidersRequestFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
exports.ListIdentityProvidersRequestFilterSensitiveLog = ListIdentityProvidersRequestFilterSensitiveLog;
|
|
179
|
-
const ListIdentityProvidersResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
...(obj.IdentityProviderSummaries && {
|
|
182
|
-
IdentityProviderSummaries: obj.IdentityProviderSummaries.map((item) => (0, exports.IdentityProviderSummaryFilterSensitiveLog)(item)),
|
|
183
|
-
}),
|
|
184
|
-
});
|
|
185
|
-
exports.ListIdentityProvidersResponseFilterSensitiveLog = ListIdentityProvidersResponseFilterSensitiveLog;
|
|
186
|
-
const ListInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
exports.ListInstancesRequestFilterSensitiveLog = ListInstancesRequestFilterSensitiveLog;
|
|
190
|
-
const ListInstancesResponseFilterSensitiveLog = (obj) => ({
|
|
191
|
-
...obj,
|
|
192
|
-
});
|
|
193
|
-
exports.ListInstancesResponseFilterSensitiveLog = ListInstancesResponseFilterSensitiveLog;
|
|
194
|
-
const ListProductSubscriptionsRequestFilterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
197
|
-
});
|
|
198
|
-
exports.ListProductSubscriptionsRequestFilterSensitiveLog = ListProductSubscriptionsRequestFilterSensitiveLog;
|
|
199
|
-
const ProductUserSummaryFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
202
|
-
});
|
|
203
|
-
exports.ProductUserSummaryFilterSensitiveLog = ProductUserSummaryFilterSensitiveLog;
|
|
204
|
-
const ListProductSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
...(obj.ProductUserSummaries && {
|
|
207
|
-
ProductUserSummaries: obj.ProductUserSummaries.map((item) => (0, exports.ProductUserSummaryFilterSensitiveLog)(item)),
|
|
208
|
-
}),
|
|
209
|
-
});
|
|
210
|
-
exports.ListProductSubscriptionsResponseFilterSensitiveLog = ListProductSubscriptionsResponseFilterSensitiveLog;
|
|
211
|
-
const ListUserAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
214
|
-
});
|
|
215
|
-
exports.ListUserAssociationsRequestFilterSensitiveLog = ListUserAssociationsRequestFilterSensitiveLog;
|
|
216
|
-
const ListUserAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
...(obj.InstanceUserSummaries && {
|
|
219
|
-
InstanceUserSummaries: obj.InstanceUserSummaries.map((item) => (0, exports.InstanceUserSummaryFilterSensitiveLog)(item)),
|
|
220
|
-
}),
|
|
221
|
-
});
|
|
222
|
-
exports.ListUserAssociationsResponseFilterSensitiveLog = ListUserAssociationsResponseFilterSensitiveLog;
|
|
223
|
-
const RegisterIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
226
|
-
});
|
|
227
|
-
exports.RegisterIdentityProviderRequestFilterSensitiveLog = RegisterIdentityProviderRequestFilterSensitiveLog;
|
|
228
|
-
const RegisterIdentityProviderResponseFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
...(obj.IdentityProviderSummary && {
|
|
231
|
-
IdentityProviderSummary: (0, exports.IdentityProviderSummaryFilterSensitiveLog)(obj.IdentityProviderSummary),
|
|
232
|
-
}),
|
|
233
|
-
});
|
|
234
|
-
exports.RegisterIdentityProviderResponseFilterSensitiveLog = RegisterIdentityProviderResponseFilterSensitiveLog;
|
|
235
|
-
const StartProductSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
238
|
-
});
|
|
239
|
-
exports.StartProductSubscriptionRequestFilterSensitiveLog = StartProductSubscriptionRequestFilterSensitiveLog;
|
|
240
|
-
const StartProductSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
...(obj.ProductUserSummary && { ProductUserSummary: (0, exports.ProductUserSummaryFilterSensitiveLog)(obj.ProductUserSummary) }),
|
|
243
|
-
});
|
|
244
|
-
exports.StartProductSubscriptionResponseFilterSensitiveLog = StartProductSubscriptionResponseFilterSensitiveLog;
|
|
245
|
-
const StopProductSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
248
|
-
});
|
|
249
|
-
exports.StopProductSubscriptionRequestFilterSensitiveLog = StopProductSubscriptionRequestFilterSensitiveLog;
|
|
250
|
-
const StopProductSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
...(obj.ProductUserSummary && { ProductUserSummary: (0, exports.ProductUserSummaryFilterSensitiveLog)(obj.ProductUserSummary) }),
|
|
253
|
-
});
|
|
254
|
-
exports.StopProductSubscriptionResponseFilterSensitiveLog = StopProductSubscriptionResponseFilterSensitiveLog;
|
|
255
|
-
const UpdateSettingsFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
exports.UpdateSettingsFilterSensitiveLog = UpdateSettingsFilterSensitiveLog;
|
|
259
|
-
const UpdateIdentityProviderSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
...(obj.IdentityProvider && { IdentityProvider: (0, exports.IdentityProviderFilterSensitiveLog)(obj.IdentityProvider) }),
|
|
262
|
-
});
|
|
263
|
-
exports.UpdateIdentityProviderSettingsRequestFilterSensitiveLog = UpdateIdentityProviderSettingsRequestFilterSensitiveLog;
|
|
264
|
-
const UpdateIdentityProviderSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
...(obj.IdentityProviderSummary && {
|
|
267
|
-
IdentityProviderSummary: (0, exports.IdentityProviderSummaryFilterSensitiveLog)(obj.IdentityProviderSummary),
|
|
268
|
-
}),
|
|
269
|
-
});
|
|
270
|
-
exports.UpdateIdentityProviderSettingsResponseFilterSensitiveLog = UpdateIdentityProviderSettingsResponseFilterSensitiveLog;
|
|
@@ -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 { AssociateUserRequestFilterSensitiveLog, AssociateUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1AssociateUserCommand, serializeAws_restJson1AssociateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class AssociateUserCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class AssociateUserCommand 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 { DeregisterIdentityProviderRequestFilterSensitiveLog, DeregisterIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeregisterIdentityProviderCommand, serializeAws_restJson1DeregisterIdentityProviderCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeregisterIdentityProviderCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeregisterIdentityProviderCommand 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 { DisassociateUserRequestFilterSensitiveLog, DisassociateUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisassociateUserCommand, serializeAws_restJson1DisassociateUserCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisassociateUserCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisassociateUserCommand 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 { ListIdentityProvidersRequestFilterSensitiveLog, ListIdentityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListIdentityProvidersCommand, serializeAws_restJson1ListIdentityProvidersCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListIdentityProvidersCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListIdentityProvidersCommand 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 { ListInstancesRequestFilterSensitiveLog, ListInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListInstancesCommand, serializeAws_restJson1ListInstancesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListInstancesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListInstancesCommand 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 { ListProductSubscriptionsRequestFilterSensitiveLog, ListProductSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListProductSubscriptionsCommand, serializeAws_restJson1ListProductSubscriptionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListProductSubscriptionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListProductSubscriptionsCommand 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 { ListUserAssociationsRequestFilterSensitiveLog, ListUserAssociationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListUserAssociationsCommand, serializeAws_restJson1ListUserAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListUserAssociationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListUserAssociationsCommand 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 { RegisterIdentityProviderRequestFilterSensitiveLog, RegisterIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1RegisterIdentityProviderCommand, serializeAws_restJson1RegisterIdentityProviderCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class RegisterIdentityProviderCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class RegisterIdentityProviderCommand 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 { StartProductSubscriptionRequestFilterSensitiveLog, StartProductSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StartProductSubscriptionCommand, serializeAws_restJson1StartProductSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StartProductSubscriptionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StartProductSubscriptionCommand 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 { StopProductSubscriptionRequestFilterSensitiveLog, StopProductSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1StopProductSubscriptionCommand, serializeAws_restJson1StopProductSubscriptionCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class StopProductSubscriptionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class StopProductSubscriptionCommand 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 { UpdateIdentityProviderSettingsRequestFilterSensitiveLog, UpdateIdentityProviderSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UpdateIdentityProviderSettingsCommand, serializeAws_restJson1UpdateIdentityProviderSettingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UpdateIdentityProviderSettingsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UpdateIdentityProviderSettingsCommand 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);
|