@aws-sdk/client-sso-admin 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +73 -219
- package/dist-es/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +1 -3
- package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +1 -3
- package/dist-es/commands/CreateAccountAssignmentCommand.js +1 -3
- package/dist-es/commands/CreateApplicationAssignmentCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateInstanceCommand.js +1 -3
- package/dist-es/commands/CreatePermissionSetCommand.js +1 -3
- package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +1 -3
- package/dist-es/commands/DeleteAccountAssignmentCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationAssignmentCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationGrantCommand.js +1 -3
- package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +1 -3
- package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteInstanceCommand.js +1 -3
- package/dist-es/commands/DeletePermissionSetCommand.js +1 -3
- package/dist-es/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +1 -3
- package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +1 -3
- package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +1 -3
- package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationAssignmentCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationCommand.js +1 -3
- package/dist-es/commands/DescribeApplicationProviderCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceCommand.js +1 -3
- package/dist-es/commands/DescribePermissionSetCommand.js +1 -3
- package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +1 -3
- package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +1 -3
- package/dist-es/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +1 -3
- package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +1 -3
- package/dist-es/commands/GetApplicationAccessScopeCommand.js +1 -3
- package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +1 -3
- package/dist-es/commands/GetApplicationGrantCommand.js +1 -3
- package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +1 -3
- package/dist-es/commands/GetPermissionsBoundaryForPermissionSetCommand.js +1 -3
- package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +1 -3
- package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +1 -3
- package/dist-es/commands/ListAccountAssignmentsCommand.js +1 -3
- package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +1 -3
- package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +1 -3
- package/dist-es/commands/ListApplicationAccessScopesCommand.js +1 -3
- package/dist-es/commands/ListApplicationAssignmentsCommand.js +1 -3
- package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +1 -3
- package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +1 -3
- package/dist-es/commands/ListApplicationGrantsCommand.js +1 -3
- package/dist-es/commands/ListApplicationProvidersCommand.js +1 -3
- package/dist-es/commands/ListApplicationsCommand.js +1 -3
- package/dist-es/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +1 -3
- package/dist-es/commands/ListInstancesCommand.js +1 -3
- package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +1 -3
- package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +1 -3
- package/dist-es/commands/ListPermissionSetsCommand.js +1 -3
- package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTrustedTokenIssuersCommand.js +1 -3
- package/dist-es/commands/ProvisionPermissionSetCommand.js +1 -3
- package/dist-es/commands/PutApplicationAccessScopeCommand.js +1 -3
- package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +1 -3
- package/dist-es/commands/PutApplicationGrantCommand.js +1 -3
- package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +1 -3
- package/dist-es/commands/PutPermissionsBoundaryToPermissionSetCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateInstanceCommand.js +1 -3
- package/dist-es/commands/UpdatePermissionSetCommand.js +1 -3
- package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_AttachCustomerManagedPolicyReferenceToPermissionSetCommand, se_Attac
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AttachManagedPolicyToPermissionSetCommand, se_AttachManagedPolicyToP
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AttachManagedPolicyToPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAccountAssignmentCommand, se_CreateAccountAssignmentCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAccountAssignmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateApplicationAssignmentCommand, se_CreateApplicationAssignmentCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationAssignmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateInstanceAccessControlAttributeConfigurationCommand, se_CreateI
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateInstanceAccessControlAttributeConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateInstanceCommand, se_CreateInstanceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePermissionSetCommand, se_CreatePermissionSetCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTrustedTokenIssuerCommand, se_CreateTrustedTokenIssuerCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTrustedTokenIssuerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAccountAssignmentCommand, se_DeleteAccountAssignmentCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAccountAssignmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationAccessScopeCommand, se_DeleteApplicationAccessScope
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationAccessScopeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationAssignmentCommand, se_DeleteApplicationAssignmentCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationAssignmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationAuthenticationMethodCommand, se_DeleteApplicationAu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationAuthenticationMethodCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationGrantCommand, se_DeleteApplicationGrantCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationGrantCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteInlinePolicyFromPermissionSetCommand, se_DeleteInlinePolicyFro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInlinePolicyFromPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteInstanceAccessControlAttributeConfigurationCommand, se_DeleteI
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePermissionSetCommand, se_DeletePermissionSetCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePermissionsBoundaryFromPermissionSetCommand, se_DeletePermissi
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTrustedTokenIssuerCommand, se_DeleteTrustedTokenIssuerCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTrustedTokenIssuerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeAccountAssignmentCreationStatusCommand, se_DescribeAccountAs
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAccountAssignmentCreationStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeAccountAssignmentDeletionStatusCommand, se_DescribeAccountAs
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAccountAssignmentDeletionStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeApplicationAssignmentCommand, se_DescribeApplicationAssignme
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationAssignmentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeApplicationProviderCommand, se_DescribeApplicationProviderCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeApplicationProviderCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeInstanceAccessControlAttributeConfigurationCommand, se_Descr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInstanceAccessControlAttributeConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeInstanceCommand, se_DescribeInstanceCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePermissionSetCommand, se_DescribePermissionSetCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribePermissionSetProvisioningStatusCommand, se_DescribePermissio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePermissionSetProvisioningStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeTrustedTokenIssuerCommand, se_DescribeTrustedTokenIssuerComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTrustedTokenIssuerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand, se_Det
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetachManagedPolicyFromPermissionSetCommand, se_DetachManagedPolicyF
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetachManagedPolicyFromPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationAccessScopeCommand, se_GetApplicationAccessScopeComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationAccessScopeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationAssignmentConfigurationCommand, se_GetApplicationAssig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationAssignmentConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationAuthenticationMethodCommand, se_GetApplicationAuthenti
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationAuthenticationMethodCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationGrantCommand, se_GetApplicationGrantCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationGrantCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetInlinePolicyForPermissionSetCommand, se_GetInlinePolicyForPermiss
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetInlinePolicyForPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPermissionsBoundaryForPermissionSetCommand, se_GetPermissionsBoun
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPermissionsBoundaryForPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccountAssignmentCreationStatusCommand, se_ListAccountAssignment
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccountAssignmentCreationStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccountAssignmentDeletionStatusCommand, se_ListAccountAssignment
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccountAssignmentDeletionStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccountAssignmentsCommand, se_ListAccountAssignmentsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccountAssignmentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccountAssignmentsForPrincipalCommand, se_ListAccountAssignments
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccountAssignmentsForPrincipalCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccountsForProvisionedPermissionSetCommand, se_ListAccountsForPr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccountsForProvisionedPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationAccessScopesCommand, se_ListApplicationAccessScopesCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationAccessScopesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationAssignmentsCommand, se_ListApplicationAssignmentsComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationAssignmentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationAssignmentsForPrincipalCommand, se_ListApplicationAss
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationAssignmentsForPrincipalCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationAuthenticationMethodsCommand, se_ListApplicationAuthe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationAuthenticationMethodsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationGrantsCommand, se_ListApplicationGrantsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationGrantsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationProvidersCommand, se_ListApplicationProvidersCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationProvidersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCustomerManagedPolicyReferencesInPermissionSetCommand, se_ListCu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInstancesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|