@aws-sdk/client-sso-admin 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/SSOAdmin.js +157 -150
- package/dist-es/SSOAdminClient.js +28 -22
- package/dist-es/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +28 -21
- package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +28 -21
- package/dist-es/commands/CreateAccountAssignmentCommand.js +28 -21
- package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +28 -21
- package/dist-es/commands/CreatePermissionSetCommand.js +28 -21
- package/dist-es/commands/DeleteAccountAssignmentCommand.js +28 -21
- package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +28 -21
- package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +28 -21
- package/dist-es/commands/DeletePermissionSetCommand.js +28 -21
- package/dist-es/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +28 -21
- package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +28 -21
- package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +28 -21
- package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribePermissionSetCommand.js +28 -21
- package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +28 -21
- package/dist-es/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +28 -21
- package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +28 -21
- package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +28 -21
- package/dist-es/commands/GetPermissionsBoundaryForPermissionSetCommand.js +28 -21
- package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +28 -21
- package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +28 -21
- package/dist-es/commands/ListAccountAssignmentsCommand.js +28 -21
- package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +28 -21
- package/dist-es/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +28 -21
- package/dist-es/commands/ListInstancesCommand.js +28 -21
- package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +28 -21
- package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +28 -21
- package/dist-es/commands/ListPermissionSetsCommand.js +28 -21
- package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ProvisionPermissionSetCommand.js +28 -21
- package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +28 -21
- package/dist-es/commands/PutPermissionsBoundaryToPermissionSetCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdatePermissionSetCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SSOAdminServiceException.js +10 -5
- package/dist-es/models/models_0.js +174 -351
- package/dist-es/pagination/ListAccountAssignmentCreationStatusPaginator.js +68 -25
- package/dist-es/pagination/ListAccountAssignmentDeletionStatusPaginator.js +68 -25
- package/dist-es/pagination/ListAccountAssignmentsPaginator.js +68 -25
- package/dist-es/pagination/ListAccountsForProvisionedPermissionSetPaginator.js +68 -25
- package/dist-es/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.js +68 -25
- package/dist-es/pagination/ListInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListManagedPoliciesInPermissionSetPaginator.js +68 -25
- package/dist-es/pagination/ListPermissionSetProvisioningStatusPaginator.js +68 -25
- package/dist-es/pagination/ListPermissionSetsPaginator.js +68 -25
- package/dist-es/pagination/ListPermissionSetsProvisionedToAccountPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +3330 -2568
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAccountAssignmentCreationStatusRequestFilterSensitiveLog, ListAccountAssignmentCreationStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAccountAssignmentCreationStatusCommand, serializeAws_json1_1ListAccountAssignmentCreationStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAccountAssignmentCreationStatusCommand = (function (_super) {
|
|
7
|
+
__extends(ListAccountAssignmentCreationStatusCommand, _super);
|
|
8
|
+
function ListAccountAssignmentCreationStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAccountAssignmentCreationStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListAccountAssignmentCreationStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAccountAssignmentCreationStatusRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAccountAssignmentCreationStatusResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListAccountAssignmentCreationStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAccountAssignmentCreationStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAccountAssignmentCreationStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAccountAssignmentCreationStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAccountAssignmentCreationStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAccountAssignmentCreationStatusCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAccountAssignmentDeletionStatusRequestFilterSensitiveLog, ListAccountAssignmentDeletionStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAccountAssignmentDeletionStatusCommand, serializeAws_json1_1ListAccountAssignmentDeletionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAccountAssignmentDeletionStatusCommand = (function (_super) {
|
|
7
|
+
__extends(ListAccountAssignmentDeletionStatusCommand, _super);
|
|
8
|
+
function ListAccountAssignmentDeletionStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAccountAssignmentDeletionStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListAccountAssignmentDeletionStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAccountAssignmentDeletionStatusRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAccountAssignmentDeletionStatusResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListAccountAssignmentDeletionStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAccountAssignmentDeletionStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAccountAssignmentDeletionStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAccountAssignmentDeletionStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAccountAssignmentDeletionStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAccountAssignmentDeletionStatusCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAccountAssignmentsRequestFilterSensitiveLog, ListAccountAssignmentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAccountAssignmentsCommand, serializeAws_json1_1ListAccountAssignmentsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAccountAssignmentsCommand = (function (_super) {
|
|
7
|
+
__extends(ListAccountAssignmentsCommand, _super);
|
|
8
|
+
function ListAccountAssignmentsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAccountAssignmentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListAccountAssignmentsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAccountAssignmentsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAccountAssignmentsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListAccountAssignmentsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAccountAssignmentsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAccountAssignmentsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAccountAssignmentsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAccountAssignmentsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAccountAssignmentsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListAccountsForProvisionedPermissionSetRequestFilterSensitiveLog, ListAccountsForProvisionedPermissionSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListAccountsForProvisionedPermissionSetCommand, serializeAws_json1_1ListAccountsForProvisionedPermissionSetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListAccountsForProvisionedPermissionSetCommand = (function (_super) {
|
|
7
|
+
__extends(ListAccountsForProvisionedPermissionSetCommand, _super);
|
|
8
|
+
function ListAccountsForProvisionedPermissionSetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListAccountsForProvisionedPermissionSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListAccountsForProvisionedPermissionSetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListAccountsForProvisionedPermissionSetRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListAccountsForProvisionedPermissionSetResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListAccountsForProvisionedPermissionSetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListAccountsForProvisionedPermissionSetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListAccountsForProvisionedPermissionSetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListAccountsForProvisionedPermissionSetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListAccountsForProvisionedPermissionSetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListAccountsForProvisionedPermissionSetCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListCustomerManagedPolicyReferencesInPermissionSetRequestFilterSensitiveLog, ListCustomerManagedPolicyReferencesInPermissionSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListCustomerManagedPolicyReferencesInPermissionSetCommand, serializeAws_json1_1ListCustomerManagedPolicyReferencesInPermissionSetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListCustomerManagedPolicyReferencesInPermissionSetCommand = (function (_super) {
|
|
7
|
+
__extends(ListCustomerManagedPolicyReferencesInPermissionSetCommand, _super);
|
|
8
|
+
function ListCustomerManagedPolicyReferencesInPermissionSetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListCustomerManagedPolicyReferencesInPermissionSetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListCustomerManagedPolicyReferencesInPermissionSetRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListCustomerManagedPolicyReferencesInPermissionSetResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListCustomerManagedPolicyReferencesInPermissionSetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListCustomerManagedPolicyReferencesInPermissionSetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListCustomerManagedPolicyReferencesInPermissionSetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListCustomerManagedPolicyReferencesInPermissionSetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListCustomerManagedPolicyReferencesInPermissionSetCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListInstancesRequestFilterSensitiveLog, ListInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListInstancesCommand, serializeAws_json1_1ListInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListInstancesCommand = (function (_super) {
|
|
7
|
+
__extends(ListInstancesCommand, _super);
|
|
8
|
+
function ListInstancesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListInstancesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListInstancesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListInstancesRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListInstancesResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListInstancesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListInstancesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListInstancesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListInstancesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListInstancesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListInstancesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListManagedPoliciesInPermissionSetRequestFilterSensitiveLog, ListManagedPoliciesInPermissionSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListManagedPoliciesInPermissionSetCommand, serializeAws_json1_1ListManagedPoliciesInPermissionSetCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListManagedPoliciesInPermissionSetCommand = (function (_super) {
|
|
7
|
+
__extends(ListManagedPoliciesInPermissionSetCommand, _super);
|
|
8
|
+
function ListManagedPoliciesInPermissionSetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListManagedPoliciesInPermissionSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListManagedPoliciesInPermissionSetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListManagedPoliciesInPermissionSetRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListManagedPoliciesInPermissionSetResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListManagedPoliciesInPermissionSetCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListManagedPoliciesInPermissionSetCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListManagedPoliciesInPermissionSetCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListManagedPoliciesInPermissionSetCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListManagedPoliciesInPermissionSetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListManagedPoliciesInPermissionSetCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListPermissionSetProvisioningStatusRequestFilterSensitiveLog, ListPermissionSetProvisioningStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListPermissionSetProvisioningStatusCommand, serializeAws_json1_1ListPermissionSetProvisioningStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListPermissionSetProvisioningStatusCommand = (function (_super) {
|
|
7
|
+
__extends(ListPermissionSetProvisioningStatusCommand, _super);
|
|
8
|
+
function ListPermissionSetProvisioningStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListPermissionSetProvisioningStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListPermissionSetProvisioningStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListPermissionSetProvisioningStatusRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListPermissionSetProvisioningStatusResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListPermissionSetProvisioningStatusCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListPermissionSetProvisioningStatusCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListPermissionSetProvisioningStatusCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListPermissionSetProvisioningStatusCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListPermissionSetProvisioningStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListPermissionSetProvisioningStatusCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListPermissionSetsRequestFilterSensitiveLog, ListPermissionSetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListPermissionSetsCommand, serializeAws_json1_1ListPermissionSetsCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListPermissionSetsCommand = (function (_super) {
|
|
7
|
+
__extends(ListPermissionSetsCommand, _super);
|
|
8
|
+
function ListPermissionSetsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListPermissionSetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListPermissionSetsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListPermissionSetsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListPermissionSetsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListPermissionSetsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListPermissionSetsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListPermissionSetsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListPermissionSetsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListPermissionSetsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListPermissionSetsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListPermissionSetsProvisionedToAccountRequestFilterSensitiveLog, ListPermissionSetsProvisionedToAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ListPermissionSetsProvisionedToAccountCommand, serializeAws_json1_1ListPermissionSetsProvisionedToAccountCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListPermissionSetsProvisionedToAccountCommand = (function (_super) {
|
|
7
|
+
__extends(ListPermissionSetsProvisionedToAccountCommand, _super);
|
|
8
|
+
function ListPermissionSetsProvisionedToAccountCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListPermissionSetsProvisionedToAccountCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SSOAdminClient";
|
|
18
|
+
var commandName = "ListPermissionSetsProvisionedToAccountCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListPermissionSetsProvisionedToAccountRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListPermissionSetsProvisionedToAccountResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListPermissionSetsProvisionedToAccountCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ListPermissionSetsProvisionedToAccountCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListPermissionSetsProvisionedToAccountCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ListPermissionSetsProvisionedToAccountCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListPermissionSetsProvisionedToAccountCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListPermissionSetsProvisionedToAccountCommand };
|