@aws-sdk/client-sso-admin 3.803.0 → 3.806.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/README.md +17 -9
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/SSOAdmin.d.ts +17 -9
- package/dist-types/SSOAdminClient.d.ts +17 -9
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +12 -2
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +7 -5
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +3 -2
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +5 -4
- package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCommand.d.ts +11 -8
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +4 -3
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +1 -1
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -2
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -2
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +2 -2
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +79 -2
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +5 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/index.d.ts +17 -9
- package/dist-types/models/models_0.d.ts +67 -36
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +22 -22
package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateInstanceAccessControlAttributeConfigurationCommandInput,
|
|
33
33
|
CreateInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreatePermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreatePermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreatePermissionSetCommandInput,
|
|
33
33
|
CreatePermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const CreateTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: CreateTrustedTokenIssuerCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
CreateTrustedTokenIssuerCommandInput,
|
|
33
33
|
CreateTrustedTokenIssuerCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteAccountAssignmentCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteAccountAssignmentCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteAccountAssignmentCommandInput,
|
|
33
33
|
DeleteAccountAssignmentCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteApplicationAccessScopeCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteApplicationAccessScopeCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteApplicationAccessScopeCommandInput,
|
|
29
29
|
DeleteApplicationAccessScopeCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteApplicationAssignmentCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteApplicationAssignmentCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteApplicationAssignmentCommandInput,
|
|
33
33
|
DeleteApplicationAssignmentCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const DeleteApplicationAuthenticationMethodCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: DeleteApplicationAuthenticationMethodCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
DeleteApplicationAuthenticationMethodCommandInput,
|
|
29
29
|
DeleteApplicationAuthenticationMethodCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteApplicationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteApplicationCommandInput,
|
|
33
33
|
DeleteApplicationCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const DeleteApplicationGrantCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: DeleteApplicationGrantCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
DeleteApplicationGrantCommandInput,
|
|
28
28
|
DeleteApplicationGrantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteInlinePolicyFromPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteInlinePolicyFromPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteInlinePolicyFromPermissionSetCommandInput,
|
|
33
33
|
DeleteInlinePolicyFromPermissionSetCommandOutput,
|
package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteInstanceAccessControlAttributeConfigurationCommandInput,
|
|
33
33
|
DeleteInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const DeleteInstanceCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: DeleteInstanceCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
DeleteInstanceCommandInput,
|
|
32
32
|
DeleteInstanceCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeletePermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeletePermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeletePermissionSetCommandInput,
|
|
33
33
|
DeletePermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeletePermissionsBoundaryFromPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeletePermissionsBoundaryFromPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeletePermissionsBoundaryFromPermissionSetCommandInput,
|
|
33
33
|
DeletePermissionsBoundaryFromPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DeleteTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DeleteTrustedTokenIssuerCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DeleteTrustedTokenIssuerCommandInput,
|
|
33
33
|
DeleteTrustedTokenIssuerCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeAccountAssignmentCreationStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeAccountAssignmentCreationStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeAccountAssignmentCreationStatusCommandInput,
|
|
33
33
|
DescribeAccountAssignmentCreationStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeAccountAssignmentDeletionStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeAccountAssignmentDeletionStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeAccountAssignmentDeletionStatusCommandInput,
|
|
33
33
|
DescribeAccountAssignmentDeletionStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeApplicationAssignmentCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeApplicationAssignmentCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeApplicationAssignmentCommandInput,
|
|
33
33
|
DescribeApplicationAssignmentCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeApplicationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeApplicationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeApplicationCommandInput,
|
|
33
33
|
DescribeApplicationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeApplicationProviderCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeApplicationProviderCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeApplicationProviderCommandInput,
|
|
33
33
|
DescribeApplicationProviderCommandOutput,
|
package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeInstanceAccessControlAttributeConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeInstanceAccessControlAttributeConfigurationCommandInput,
|
|
33
33
|
DescribeInstanceAccessControlAttributeConfigurationCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const DescribeInstanceCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: DescribeInstanceCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
DescribeInstanceCommandInput,
|
|
32
32
|
DescribeInstanceCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribePermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribePermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribePermissionSetCommandInput,
|
|
33
33
|
DescribePermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribePermissionSetProvisioningStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribePermissionSetProvisioningStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribePermissionSetProvisioningStatusCommandInput,
|
|
33
33
|
DescribePermissionSetProvisioningStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DescribeTrustedTokenIssuerCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DescribeTrustedTokenIssuerCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DescribeTrustedTokenIssuerCommandInput,
|
|
33
33
|
DescribeTrustedTokenIssuerCommandOutput,
|
package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const DetachCustomerManagedPolicyReferenceFromPermissionSetCommand_base:
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput,
|
|
33
33
|
DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const DetachManagedPolicyFromPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: DetachManagedPolicyFromPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
DetachManagedPolicyFromPermissionSetCommandInput,
|
|
33
33
|
DetachManagedPolicyFromPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetApplicationAccessScopeCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetApplicationAccessScopeCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetApplicationAccessScopeCommandInput,
|
|
33
33
|
GetApplicationAccessScopeCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetApplicationAssignmentConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetApplicationAssignmentConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetApplicationAssignmentConfigurationCommandInput,
|
|
33
33
|
GetApplicationAssignmentConfigurationCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetApplicationAuthenticationMethodCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetApplicationAuthenticationMethodCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetApplicationAuthenticationMethodCommandInput,
|
|
33
33
|
GetApplicationAuthenticationMethodCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetApplicationGrantCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetApplicationGrantCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetApplicationGrantCommandInput,
|
|
33
33
|
GetApplicationGrantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetInlinePolicyForPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetInlinePolicyForPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetInlinePolicyForPermissionSetCommandInput,
|
|
33
33
|
GetInlinePolicyForPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const GetPermissionsBoundaryForPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: GetPermissionsBoundaryForPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
GetPermissionsBoundaryForPermissionSetCommandInput,
|
|
33
33
|
GetPermissionsBoundaryForPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentCreationStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListAccountAssignmentCreationStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListAccountAssignmentCreationStatusCommandInput,
|
|
33
33
|
ListAccountAssignmentCreationStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentDeletionStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListAccountAssignmentDeletionStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListAccountAssignmentDeletionStatusCommandInput,
|
|
33
33
|
ListAccountAssignmentDeletionStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListAccountAssignmentsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListAccountAssignmentsCommandInput,
|
|
33
33
|
ListAccountAssignmentsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListAccountAssignmentsForPrincipalCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListAccountAssignmentsForPrincipalCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListAccountAssignmentsForPrincipalCommandInput,
|
|
33
33
|
ListAccountAssignmentsForPrincipalCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListAccountsForProvisionedPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListAccountsForProvisionedPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListAccountsForProvisionedPermissionSetCommandInput,
|
|
33
33
|
ListAccountsForProvisionedPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListApplicationAccessScopesCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListApplicationAccessScopesCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListApplicationAccessScopesCommandInput,
|
|
33
33
|
ListApplicationAccessScopesCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListApplicationAssignmentsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListApplicationAssignmentsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListApplicationAssignmentsCommandInput,
|
|
33
33
|
ListApplicationAssignmentsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListApplicationAssignmentsForPrincipalCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListApplicationAssignmentsForPrincipalCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListApplicationAssignmentsForPrincipalCommandInput,
|
|
33
33
|
ListApplicationAssignmentsForPrincipalCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListApplicationAuthenticationMethodsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListApplicationAuthenticationMethodsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListApplicationAuthenticationMethodsCommandInput,
|
|
33
33
|
ListApplicationAuthenticationMethodsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListApplicationGrantsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListApplicationGrantsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListApplicationGrantsCommandInput,
|
|
33
33
|
ListApplicationGrantsCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const ListApplicationsCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: ListApplicationsCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
ListApplicationsCommandInput,
|
|
32
32
|
ListApplicationsCommandOutput,
|
package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const ListCustomerManagedPolicyReferencesInPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandInput,
|
|
33
33
|
ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListManagedPoliciesInPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListManagedPoliciesInPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListManagedPoliciesInPermissionSetCommandInput,
|
|
33
33
|
ListManagedPoliciesInPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListPermissionSetProvisioningStatusCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListPermissionSetProvisioningStatusCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListPermissionSetProvisioningStatusCommandInput,
|
|
33
33
|
ListPermissionSetProvisioningStatusCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListPermissionSetsCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListPermissionSetsCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListPermissionSetsCommandInput,
|
|
33
33
|
ListPermissionSetsCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListPermissionSetsProvisionedToAccountCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListPermissionSetsProvisionedToAccountCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListPermissionSetsProvisionedToAccountCommandInput,
|
|
33
33
|
ListPermissionSetsProvisionedToAccountCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListTagsForResourceCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ListTrustedTokenIssuersCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ListTrustedTokenIssuersCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ListTrustedTokenIssuersCommandInput,
|
|
33
33
|
ListTrustedTokenIssuersCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const ProvisionPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: ProvisionPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
ProvisionPermissionSetCommandInput,
|
|
33
33
|
ProvisionPermissionSetCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutApplicationAccessScopeCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutApplicationAccessScopeCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutApplicationAccessScopeCommandInput,
|
|
29
29
|
PutApplicationAccessScopeCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const PutApplicationAssignmentConfigurationCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: PutApplicationAssignmentConfigurationCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
PutApplicationAssignmentConfigurationCommandInput,
|
|
33
33
|
PutApplicationAssignmentConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ declare const PutApplicationAuthenticationMethodCommand_base: {
|
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
|
-
|
|
26
|
+
input: PutApplicationAuthenticationMethodCommandInput
|
|
27
27
|
): import("@smithy/smithy-client").CommandImpl<
|
|
28
28
|
PutApplicationAuthenticationMethodCommandInput,
|
|
29
29
|
PutApplicationAuthenticationMethodCommandOutput,
|
|
@@ -22,7 +22,7 @@ declare const PutApplicationGrantCommand_base: {
|
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
|
-
|
|
25
|
+
input: PutApplicationGrantCommandInput
|
|
26
26
|
): import("@smithy/smithy-client").CommandImpl<
|
|
27
27
|
PutApplicationGrantCommandInput,
|
|
28
28
|
PutApplicationGrantCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const PutInlinePolicyToPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: PutInlinePolicyToPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
PutInlinePolicyToPermissionSetCommandInput,
|
|
33
33
|
PutInlinePolicyToPermissionSetCommandOutput,
|
|
@@ -27,7 +27,7 @@ declare const PutPermissionsBoundaryToPermissionSetCommand_base: {
|
|
|
27
27
|
ServiceOutputTypes
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
|
-
|
|
30
|
+
input: PutPermissionsBoundaryToPermissionSetCommandInput
|
|
31
31
|
): import("@smithy/smithy-client").CommandImpl<
|
|
32
32
|
PutPermissionsBoundaryToPermissionSetCommandInput,
|
|
33
33
|
PutPermissionsBoundaryToPermissionSetCommandOutput,
|
|
@@ -26,7 +26,7 @@ declare const UntagResourceCommand_base: {
|
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
|
-
|
|
29
|
+
input: UntagResourceCommandInput
|
|
30
30
|
): import("@smithy/smithy-client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|