@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 0.0.89
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/.jsii +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +87 -0
- package/lib/constructs/Actions.js +88 -1
- package/lib/constructs/ManagedPolicies.d.ts +32 -0
- package/lib/constructs/ManagedPolicies.js +33 -1
- package/methods_list.txt +87 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -1
- package/node_modules/@aws-sdk/client-iam/README.md +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
- package/node_modules/@aws-sdk/client-sso/package.json +18 -18
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
- package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
package/methods_list.txt
CHANGED
|
@@ -585,6 +585,7 @@ application-signals:GetService
|
|
|
585
585
|
application-signals:GetServiceLevelObjective
|
|
586
586
|
application-signals:Link
|
|
587
587
|
application-signals:ListAuditFindings
|
|
588
|
+
application-signals:ListEntityEvents
|
|
588
589
|
application-signals:ListGroupingAttributeDefinitions
|
|
589
590
|
application-signals:ListObservedEntities
|
|
590
591
|
application-signals:ListServiceDependencies
|
|
@@ -1255,6 +1256,7 @@ autoscaling:DeleteScheduledAction
|
|
|
1255
1256
|
autoscaling:DeleteTags
|
|
1256
1257
|
autoscaling:DeleteWarmPool
|
|
1257
1258
|
autoscaling:DescribeAccountLimits
|
|
1259
|
+
autoscaling:DescribeAccountSettings
|
|
1258
1260
|
autoscaling:DescribeAdjustmentTypes
|
|
1259
1261
|
autoscaling:DescribeAutoScalingGroups
|
|
1260
1262
|
autoscaling:DescribeAutoScalingInstances
|
|
@@ -1286,6 +1288,7 @@ autoscaling:ExecutePolicy
|
|
|
1286
1288
|
autoscaling:ExitStandby
|
|
1287
1289
|
autoscaling:GetPredictiveScalingForecast
|
|
1288
1290
|
autoscaling:LaunchInstances
|
|
1291
|
+
autoscaling:PutAccountSetting
|
|
1289
1292
|
autoscaling:PutLifecycleHook
|
|
1290
1293
|
autoscaling:PutNotificationConfiguration
|
|
1291
1294
|
autoscaling:PutScalingPolicy
|
|
@@ -1471,6 +1474,7 @@ backup:AssociateBackupVaultMpaApprovalTeam
|
|
|
1471
1474
|
backup:CancelLegalHold
|
|
1472
1475
|
backup:CopyFromBackupVault
|
|
1473
1476
|
backup:CopyIntoBackupVault
|
|
1477
|
+
backup:CreateBackupAccessPoint
|
|
1474
1478
|
backup:CreateBackupPlan
|
|
1475
1479
|
backup:CreateBackupSelection
|
|
1476
1480
|
backup:CreateBackupVault
|
|
@@ -1482,6 +1486,7 @@ backup:CreateRestoreAccessBackupVault
|
|
|
1482
1486
|
backup:CreateRestoreTestingPlan
|
|
1483
1487
|
backup:CreateRestoreTestingSelection
|
|
1484
1488
|
backup:CreateTieringConfiguration
|
|
1489
|
+
backup:DeleteBackupAccessPoint
|
|
1485
1490
|
backup:DeleteBackupPlan
|
|
1486
1491
|
backup:DeleteBackupSelection
|
|
1487
1492
|
backup:DeleteBackupVault
|
|
@@ -1495,6 +1500,7 @@ backup:DeleteReportPlan
|
|
|
1495
1500
|
backup:DeleteRestoreTestingPlan
|
|
1496
1501
|
backup:DeleteRestoreTestingSelection
|
|
1497
1502
|
backup:DeleteTieringConfiguration
|
|
1503
|
+
backup:DescribeBackupAccessPoint
|
|
1498
1504
|
backup:DescribeBackupJob
|
|
1499
1505
|
backup:DescribeBackupVault
|
|
1500
1506
|
backup:DescribeCopyJob
|
|
@@ -1506,6 +1512,7 @@ backup:DescribeRegionSettings
|
|
|
1506
1512
|
backup:DescribeReportJob
|
|
1507
1513
|
backup:DescribeReportPlan
|
|
1508
1514
|
backup:DescribeRestoreJob
|
|
1515
|
+
backup:DescribeScanJob
|
|
1509
1516
|
backup:DisassociateBackupVaultMpaApprovalTeam
|
|
1510
1517
|
backup:DisassociateRecoveryPoint
|
|
1511
1518
|
backup:DisassociateRecoveryPointFromParent
|
|
@@ -1552,6 +1559,8 @@ backup:ListRestoreJobsByProtectedResource
|
|
|
1552
1559
|
backup:ListRestoreJobSummaries
|
|
1553
1560
|
backup:ListRestoreTestingPlans
|
|
1554
1561
|
backup:ListRestoreTestingSelections
|
|
1562
|
+
backup:ListScanJobs
|
|
1563
|
+
backup:ListScanJobSummaries
|
|
1555
1564
|
backup:ListTags
|
|
1556
1565
|
backup:ListTieringConfigurations
|
|
1557
1566
|
backup:PutBackupVaultAccessPolicy
|
|
@@ -1565,6 +1574,7 @@ backup:StartBackupJob
|
|
|
1565
1574
|
backup:StartCopyJob
|
|
1566
1575
|
backup:StartReportJob
|
|
1567
1576
|
backup:StartRestoreJob
|
|
1577
|
+
backup:StartScanJob
|
|
1568
1578
|
backup:StopBackupJob
|
|
1569
1579
|
backup:TagResource
|
|
1570
1580
|
backup:UntagResource
|
|
@@ -1901,6 +1911,7 @@ bedrock:InvokeAgent
|
|
|
1901
1911
|
bedrock:InvokeAutomatedReasoningPolicy
|
|
1902
1912
|
bedrock:InvokeBlueprintRecommendationAsync
|
|
1903
1913
|
bedrock:InvokeBuilder
|
|
1914
|
+
bedrock:InvokeDataAutomation
|
|
1904
1915
|
bedrock:InvokeDataAutomationAsync
|
|
1905
1916
|
bedrock:InvokeFlow
|
|
1906
1917
|
bedrock:InvokeInlineAgent
|
|
@@ -2059,6 +2070,8 @@ braket:CancelJob
|
|
|
2059
2070
|
braket:CancelQuantumTask
|
|
2060
2071
|
braket:CreateJob
|
|
2061
2072
|
braket:CreateQuantumTask
|
|
2073
|
+
braket:CreateSpendingLimit
|
|
2074
|
+
braket:DeleteSpendingLimit
|
|
2062
2075
|
braket:GetDevice
|
|
2063
2076
|
braket:GetJob
|
|
2064
2077
|
braket:GetQuantumTask
|
|
@@ -2068,8 +2081,10 @@ braket:ListTagsForResource
|
|
|
2068
2081
|
braket:SearchDevices
|
|
2069
2082
|
braket:SearchJobs
|
|
2070
2083
|
braket:SearchQuantumTasks
|
|
2084
|
+
braket:SearchSpendingLimits
|
|
2071
2085
|
braket:TagResource
|
|
2072
2086
|
braket:UntagResource
|
|
2087
|
+
braket:UpdateSpendingLimit
|
|
2073
2088
|
budgets:CreateBudgetAction
|
|
2074
2089
|
budgets:DeleteBudgetAction
|
|
2075
2090
|
budgets:DescribeBudgetAction
|
|
@@ -3186,6 +3201,7 @@ cloudtrail:ListDashboards
|
|
|
3186
3201
|
cloudtrail:ListEventDataStores
|
|
3187
3202
|
cloudtrail:ListImportFailures
|
|
3188
3203
|
cloudtrail:ListImports
|
|
3204
|
+
cloudtrail:ListInsightsData
|
|
3189
3205
|
cloudtrail:ListPublicKeys
|
|
3190
3206
|
cloudtrail:ListQueries
|
|
3191
3207
|
cloudtrail:ListServiceLinkedChannels
|
|
@@ -4597,6 +4613,7 @@ controltower:UpdateEnabledControl
|
|
|
4597
4613
|
controltower:UpdateLandingZone
|
|
4598
4614
|
cost-optimization-hub:GetPreferences
|
|
4599
4615
|
cost-optimization-hub:GetRecommendation
|
|
4616
|
+
cost-optimization-hub:ListEfficiencyMetrics
|
|
4600
4617
|
cost-optimization-hub:ListEnrollmentStatuses
|
|
4601
4618
|
cost-optimization-hub:ListRecommendations
|
|
4602
4619
|
cost-optimization-hub:ListRecommendationSummaries
|
|
@@ -5499,6 +5516,7 @@ dms:CreateEventSubscription
|
|
|
5499
5516
|
dms:CreateFleetAdvisorCollector
|
|
5500
5517
|
dms:CreateInstanceProfile
|
|
5501
5518
|
dms:CreateMigrationProject
|
|
5519
|
+
dms:CreateOutboundIntegration
|
|
5502
5520
|
dms:CreateReplicationConfig
|
|
5503
5521
|
dms:CreateReplicationInstance
|
|
5504
5522
|
dms:CreateReplicationSubnetGroup
|
|
@@ -5574,6 +5592,7 @@ dms:ModifyEndpoint
|
|
|
5574
5592
|
dms:ModifyEventSubscription
|
|
5575
5593
|
dms:ModifyFleetAdvisorCollector
|
|
5576
5594
|
dms:ModifyFleetAdvisorCollectorStatuses
|
|
5595
|
+
dms:ModifyOutboundIntegration
|
|
5577
5596
|
dms:ModifyReplicationConfig
|
|
5578
5597
|
dms:ModifyReplicationInstance
|
|
5579
5598
|
dms:ModifyReplicationSubnetGroup
|
|
@@ -6734,12 +6753,14 @@ ecr:UploadLayerPart
|
|
|
6734
6753
|
ecr:ValidatePullThroughCacheRule
|
|
6735
6754
|
ecs:CreateCapacityProvider
|
|
6736
6755
|
ecs:CreateCluster
|
|
6756
|
+
ecs:CreateExpressGatewayService
|
|
6737
6757
|
ecs:CreateService
|
|
6738
6758
|
ecs:CreateTaskSet
|
|
6739
6759
|
ecs:DeleteAccountSetting
|
|
6740
6760
|
ecs:DeleteAttributes
|
|
6741
6761
|
ecs:DeleteCapacityProvider
|
|
6742
6762
|
ecs:DeleteCluster
|
|
6763
|
+
ecs:DeleteExpressGatewayService
|
|
6743
6764
|
ecs:DeleteService
|
|
6744
6765
|
ecs:DeleteTaskDefinitions
|
|
6745
6766
|
ecs:DeleteTaskSet
|
|
@@ -6748,6 +6769,7 @@ ecs:DeregisterTaskDefinition
|
|
|
6748
6769
|
ecs:DescribeCapacityProviders
|
|
6749
6770
|
ecs:DescribeClusters
|
|
6750
6771
|
ecs:DescribeContainerInstances
|
|
6772
|
+
ecs:DescribeExpressGatewayService
|
|
6751
6773
|
ecs:DescribeServiceDeployments
|
|
6752
6774
|
ecs:DescribeServiceRevisions
|
|
6753
6775
|
ecs:DescribeServices
|
|
@@ -6791,6 +6813,7 @@ ecs:UpdateCluster
|
|
|
6791
6813
|
ecs:UpdateClusterSettings
|
|
6792
6814
|
ecs:UpdateContainerAgent
|
|
6793
6815
|
ecs:UpdateContainerInstancesState
|
|
6816
|
+
ecs:UpdateExpressGatewayService
|
|
6794
6817
|
ecs:UpdateService
|
|
6795
6818
|
ecs:UpdateServicePrimaryTaskSet
|
|
6796
6819
|
ecs:UpdateTaskProtection
|
|
@@ -8468,6 +8491,7 @@ glue:QuerySchemaVersionMetadata
|
|
|
8468
8491
|
glue:RefreshOAuth2Tokens
|
|
8469
8492
|
glue:RegisterSchemaVersion
|
|
8470
8493
|
glue:RemoveSchemaVersionMetadata
|
|
8494
|
+
glue:RenameTable
|
|
8471
8495
|
glue:RequestLogParsing
|
|
8472
8496
|
glue:ResetJobBookmark
|
|
8473
8497
|
glue:ResumeWorkflowRun
|
|
@@ -8774,6 +8798,7 @@ guardduty:GetFindingsStatistics
|
|
|
8774
8798
|
guardduty:GetInvitationsCount
|
|
8775
8799
|
guardduty:GetIPSet
|
|
8776
8800
|
guardduty:GetMalwareProtectionPlan
|
|
8801
|
+
guardduty:GetMalwareScan
|
|
8777
8802
|
guardduty:GetMalwareScanSettings
|
|
8778
8803
|
guardduty:GetMasterAccount
|
|
8779
8804
|
guardduty:GetMemberDetectors
|
|
@@ -8792,6 +8817,7 @@ guardduty:ListFindings
|
|
|
8792
8817
|
guardduty:ListInvitations
|
|
8793
8818
|
guardduty:ListIPSets
|
|
8794
8819
|
guardduty:ListMalwareProtectionPlans
|
|
8820
|
+
guardduty:ListMalwareScans
|
|
8795
8821
|
guardduty:ListMembers
|
|
8796
8822
|
guardduty:ListOrganizationAdminAccounts
|
|
8797
8823
|
guardduty:ListPublishingDestinations
|
|
@@ -8907,15 +8933,18 @@ honeycode:StartTableDataImportJob
|
|
|
8907
8933
|
honeycode:TagResource
|
|
8908
8934
|
honeycode:UntagResource
|
|
8909
8935
|
honeycode:UpdateTeam
|
|
8936
|
+
iam:AcceptDelegationRequest
|
|
8910
8937
|
iam:AddClientIDToOpenIDConnectProvider
|
|
8911
8938
|
iam:AddRoleToInstanceProfile
|
|
8912
8939
|
iam:AddUserToGroup
|
|
8940
|
+
iam:AssociateDelegationRequest
|
|
8913
8941
|
iam:AttachGroupPolicy
|
|
8914
8942
|
iam:AttachRolePolicy
|
|
8915
8943
|
iam:AttachUserPolicy
|
|
8916
8944
|
iam:ChangePassword
|
|
8917
8945
|
iam:CreateAccessKey
|
|
8918
8946
|
iam:CreateAccountAlias
|
|
8947
|
+
iam:CreateDelegationRequest
|
|
8919
8948
|
iam:CreateGroup
|
|
8920
8949
|
iam:CreateInstanceProfile
|
|
8921
8950
|
iam:CreateLoginProfile
|
|
@@ -8958,9 +8987,11 @@ iam:DetachRolePolicy
|
|
|
8958
8987
|
iam:DetachUserPolicy
|
|
8959
8988
|
iam:DisableOrganizationsRootCredentialsManagement
|
|
8960
8989
|
iam:DisableOrganizationsRootSessions
|
|
8990
|
+
iam:DisableOutboundWebIdentityFederation
|
|
8961
8991
|
iam:EnableMFADevice
|
|
8962
8992
|
iam:EnableOrganizationsRootCredentialsManagement
|
|
8963
8993
|
iam:EnableOrganizationsRootSessions
|
|
8994
|
+
iam:EnableOutboundWebIdentityFederation
|
|
8964
8995
|
iam:GenerateCredentialReport
|
|
8965
8996
|
iam:GenerateOrganizationsAccessReport
|
|
8966
8997
|
iam:GenerateServiceLastAccessedDetails
|
|
@@ -8974,13 +9005,16 @@ iam:GetCloudFrontPublicKey
|
|
|
8974
9005
|
iam:GetContextKeysForCustomPolicy
|
|
8975
9006
|
iam:GetContextKeysForPrincipalPolicy
|
|
8976
9007
|
iam:GetCredentialReport
|
|
9008
|
+
iam:GetDelegationRequest
|
|
8977
9009
|
iam:GetGroup
|
|
8978
9010
|
iam:GetGroupPolicy
|
|
9011
|
+
iam:GetHumanReadableSummary
|
|
8979
9012
|
iam:GetInstanceProfile
|
|
8980
9013
|
iam:GetLoginProfile
|
|
8981
9014
|
iam:GetMFADevice
|
|
8982
9015
|
iam:GetOpenIDConnectProvider
|
|
8983
9016
|
iam:GetOrganizationsAccessReport
|
|
9017
|
+
iam:GetOutboundWebIdentityFederationInfo
|
|
8984
9018
|
iam:GetPolicy
|
|
8985
9019
|
iam:GetPolicyVersion
|
|
8986
9020
|
iam:GetRole
|
|
@@ -8999,6 +9033,7 @@ iam:ListAttachedGroupPolicies
|
|
|
8999
9033
|
iam:ListAttachedRolePolicies
|
|
9000
9034
|
iam:ListAttachedUserPolicies
|
|
9001
9035
|
iam:ListCloudFrontPublicKeys
|
|
9036
|
+
iam:ListDelegationRequests
|
|
9002
9037
|
iam:ListEntitiesForPolicy
|
|
9003
9038
|
iam:ListGroupPolicies
|
|
9004
9039
|
iam:ListGroups
|
|
@@ -9036,11 +9071,13 @@ iam:PutRolePermissionsBoundary
|
|
|
9036
9071
|
iam:PutRolePolicy
|
|
9037
9072
|
iam:PutUserPermissionsBoundary
|
|
9038
9073
|
iam:PutUserPolicy
|
|
9074
|
+
iam:RejectDelegationRequest
|
|
9039
9075
|
iam:RemoveClientIDFromOpenIDConnectProvider
|
|
9040
9076
|
iam:RemoveRoleFromInstanceProfile
|
|
9041
9077
|
iam:RemoveUserFromGroup
|
|
9042
9078
|
iam:ResetServiceSpecificCredential
|
|
9043
9079
|
iam:ResyncMFADevice
|
|
9080
|
+
iam:SendDelegationToken
|
|
9044
9081
|
iam:SetDefaultPolicyVersion
|
|
9045
9082
|
iam:SetSecurityTokenServicePreferences
|
|
9046
9083
|
iam:SetSTSRegionalEndpointStatus
|
|
@@ -9141,6 +9178,7 @@ imagebuilder:DeleteImageRecipe
|
|
|
9141
9178
|
imagebuilder:DeleteInfrastructureConfiguration
|
|
9142
9179
|
imagebuilder:DeleteLifecyclePolicy
|
|
9143
9180
|
imagebuilder:DeleteWorkflow
|
|
9181
|
+
imagebuilder:DistributeImage
|
|
9144
9182
|
imagebuilder:GetComponent
|
|
9145
9183
|
imagebuilder:GetComponentPolicy
|
|
9146
9184
|
imagebuilder:GetContainerRecipe
|
|
@@ -9187,6 +9225,7 @@ imagebuilder:PutComponentPolicy
|
|
|
9187
9225
|
imagebuilder:PutContainerRecipePolicy
|
|
9188
9226
|
imagebuilder:PutImagePolicy
|
|
9189
9227
|
imagebuilder:PutImageRecipePolicy
|
|
9228
|
+
imagebuilder:RetryImage
|
|
9190
9229
|
imagebuilder:SendWorkflowStepAction
|
|
9191
9230
|
imagebuilder:StartImagePipelineExecution
|
|
9192
9231
|
imagebuilder:StartResourceStateUpdate
|
|
@@ -10695,6 +10734,8 @@ lakeformation:GetQueryState
|
|
|
10695
10734
|
lakeformation:GetQueryStatistics
|
|
10696
10735
|
lakeformation:GetResourceLFTags
|
|
10697
10736
|
lakeformation:GetTableObjects
|
|
10737
|
+
lakeformation:GetTemporaryGluePartitionCredentials
|
|
10738
|
+
lakeformation:GetTemporaryGlueTableCredentials
|
|
10698
10739
|
lakeformation:GetWorkUnitResults
|
|
10699
10740
|
lakeformation:GetWorkUnits
|
|
10700
10741
|
lakeformation:GrantPermissions
|
|
@@ -11025,6 +11066,8 @@ license-manager:CheckoutLicense
|
|
|
11025
11066
|
license-manager:CreateGrant
|
|
11026
11067
|
license-manager:CreateGrantVersion
|
|
11027
11068
|
license-manager:CreateLicense
|
|
11069
|
+
license-manager:CreateLicenseAssetGroup
|
|
11070
|
+
license-manager:CreateLicenseAssetRuleset
|
|
11028
11071
|
license-manager:CreateLicenseConfiguration
|
|
11029
11072
|
license-manager:CreateLicenseConversionTaskForResource
|
|
11030
11073
|
license-manager:CreateLicenseManagerReportGenerator
|
|
@@ -11032,6 +11075,8 @@ license-manager:CreateLicenseVersion
|
|
|
11032
11075
|
license-manager:CreateToken
|
|
11033
11076
|
license-manager:DeleteGrant
|
|
11034
11077
|
license-manager:DeleteLicense
|
|
11078
|
+
license-manager:DeleteLicenseAssetGroup
|
|
11079
|
+
license-manager:DeleteLicenseAssetRuleset
|
|
11035
11080
|
license-manager:DeleteLicenseConfiguration
|
|
11036
11081
|
license-manager:DeleteLicenseManagerReportGenerator
|
|
11037
11082
|
license-manager:DeleteToken
|
|
@@ -11039,15 +11084,21 @@ license-manager:ExtendLicenseConsumption
|
|
|
11039
11084
|
license-manager:GetAccessToken
|
|
11040
11085
|
license-manager:GetGrant
|
|
11041
11086
|
license-manager:GetLicense
|
|
11087
|
+
license-manager:GetLicenseAssetGroup
|
|
11088
|
+
license-manager:GetLicenseAssetRuleset
|
|
11042
11089
|
license-manager:GetLicenseConfiguration
|
|
11043
11090
|
license-manager:GetLicenseConversionTask
|
|
11044
11091
|
license-manager:GetLicenseManagerReportGenerator
|
|
11045
11092
|
license-manager:GetLicenseUsage
|
|
11046
11093
|
license-manager:GetServiceSettings
|
|
11094
|
+
license-manager:ListAssetsForLicenseAssetGroup
|
|
11047
11095
|
license-manager:ListAssociationsForLicenseConfiguration
|
|
11048
11096
|
license-manager:ListDistributedGrants
|
|
11049
11097
|
license-manager:ListFailuresForLicenseConfigurationOperations
|
|
11098
|
+
license-manager:ListLicenseAssetGroups
|
|
11099
|
+
license-manager:ListLicenseAssetRulesets
|
|
11050
11100
|
license-manager:ListLicenseConfigurations
|
|
11101
|
+
license-manager:ListLicenseConfigurationsForOrganization
|
|
11051
11102
|
license-manager:ListLicenseConversionTasks
|
|
11052
11103
|
license-manager:ListLicenseManagerReportGenerators
|
|
11053
11104
|
license-manager:ListLicenses
|
|
@@ -11064,6 +11115,8 @@ license-manager:ListUsageForLicenseConfiguration
|
|
|
11064
11115
|
license-manager:RejectGrant
|
|
11065
11116
|
license-manager:TagResource
|
|
11066
11117
|
license-manager:UntagResource
|
|
11118
|
+
license-manager:UpdateLicenseAssetGroup
|
|
11119
|
+
license-manager:UpdateLicenseAssetRuleset
|
|
11067
11120
|
license-manager:UpdateLicenseConfiguration
|
|
11068
11121
|
license-manager:UpdateLicenseManagerReportGenerator
|
|
11069
11122
|
license-manager:UpdateLicenseSpecificationsForResource
|
|
@@ -11237,6 +11290,7 @@ logs:CreateLogAnomalyDetector
|
|
|
11237
11290
|
logs:CreateLogDelivery
|
|
11238
11291
|
logs:CreateLogGroup
|
|
11239
11292
|
logs:CreateLogStream
|
|
11293
|
+
logs:CreateScheduledQuery
|
|
11240
11294
|
logs:DeleteAccountPolicy
|
|
11241
11295
|
logs:DeleteDataProtectionPolicy
|
|
11242
11296
|
logs:DeleteDelivery
|
|
@@ -11254,6 +11308,7 @@ logs:DeleteMetricFilter
|
|
|
11254
11308
|
logs:DeleteQueryDefinition
|
|
11255
11309
|
logs:DeleteResourcePolicy
|
|
11256
11310
|
logs:DeleteRetentionPolicy
|
|
11311
|
+
logs:DeleteScheduledQuery
|
|
11257
11312
|
logs:DeleteSubscriptionFilter
|
|
11258
11313
|
logs:DeleteTransformer
|
|
11259
11314
|
logs:DescribeAccountPolicies
|
|
@@ -11286,6 +11341,8 @@ logs:GetLogEvents
|
|
|
11286
11341
|
logs:GetLogGroupFields
|
|
11287
11342
|
logs:GetLogRecord
|
|
11288
11343
|
logs:GetQueryResults
|
|
11344
|
+
logs:GetScheduledQuery
|
|
11345
|
+
logs:GetScheduledQueryHistory
|
|
11289
11346
|
logs:GetTransformer
|
|
11290
11347
|
logs:Link
|
|
11291
11348
|
logs:ListAnomalies
|
|
@@ -11296,6 +11353,7 @@ logs:ListLogDeliveries
|
|
|
11296
11353
|
logs:ListLogGroups
|
|
11297
11354
|
logs:ListLogGroupsForEntity
|
|
11298
11355
|
logs:ListLogGroupsForQuery
|
|
11356
|
+
logs:ListScheduledQueries
|
|
11299
11357
|
logs:ListTagsForResource
|
|
11300
11358
|
logs:ListTagsLogGroup
|
|
11301
11359
|
logs:PutAccountPolicy
|
|
@@ -11329,6 +11387,7 @@ logs:UpdateAnomaly
|
|
|
11329
11387
|
logs:UpdateDeliveryConfiguration
|
|
11330
11388
|
logs:UpdateLogAnomalyDetector
|
|
11331
11389
|
logs:UpdateLogDelivery
|
|
11390
|
+
logs:UpdateScheduledQuery
|
|
11332
11391
|
lookoutequipment:CreateDataset
|
|
11333
11392
|
lookoutequipment:CreateInferenceScheduler
|
|
11334
11393
|
lookoutequipment:CreateLabel
|
|
@@ -12993,6 +13052,7 @@ odb:UntagResource
|
|
|
12993
13052
|
odb:UpdateCloudExadataInfrastructure
|
|
12994
13053
|
odb:UpdateOdbNetwork
|
|
12995
13054
|
odb:UpdateOdbPeeringConnection
|
|
13055
|
+
odb:UpdateOutboundIntegration
|
|
12996
13056
|
omics:AbortMultipartReadSetUpload
|
|
12997
13057
|
omics:AcceptShare
|
|
12998
13058
|
omics:BatchDeleteReadSet
|
|
@@ -13238,6 +13298,7 @@ organizations:DescribeOrganization
|
|
|
13238
13298
|
organizations:DescribeOrganizationalUnit
|
|
13239
13299
|
organizations:DescribePolicy
|
|
13240
13300
|
organizations:DescribeResourcePolicy
|
|
13301
|
+
organizations:DescribeResponsibilityTransfer
|
|
13241
13302
|
organizations:DetachPolicy
|
|
13242
13303
|
organizations:DisableAWSServiceAccess
|
|
13243
13304
|
organizations:DisablePolicyType
|
|
@@ -13245,6 +13306,7 @@ organizations:EnableAllFeatures
|
|
|
13245
13306
|
organizations:EnableAWSServiceAccess
|
|
13246
13307
|
organizations:EnablePolicyType
|
|
13247
13308
|
organizations:InviteAccountToOrganization
|
|
13309
|
+
organizations:InviteOrganizationToTransferResponsibility
|
|
13248
13310
|
organizations:LeaveOrganization
|
|
13249
13311
|
organizations:ListAccounts
|
|
13250
13312
|
organizations:ListAccountsForParent
|
|
@@ -13257,7 +13319,9 @@ organizations:ListDelegatedServicesForAccount
|
|
|
13257
13319
|
organizations:ListEffectivePolicyValidationErrors
|
|
13258
13320
|
organizations:ListHandshakesForAccount
|
|
13259
13321
|
organizations:ListHandshakesForOrganization
|
|
13322
|
+
organizations:ListInboundResponsibilityTransfers
|
|
13260
13323
|
organizations:ListOrganizationalUnitsForParent
|
|
13324
|
+
organizations:ListOutboundResponsibilityTransfers
|
|
13261
13325
|
organizations:ListParents
|
|
13262
13326
|
organizations:ListPolicies
|
|
13263
13327
|
organizations:ListPoliciesForTarget
|
|
@@ -13269,9 +13333,11 @@ organizations:PutResourcePolicy
|
|
|
13269
13333
|
organizations:RegisterDelegatedAdministrator
|
|
13270
13334
|
organizations:RemoveAccountFromOrganization
|
|
13271
13335
|
organizations:TagResource
|
|
13336
|
+
organizations:TerminateResponsibilityTransfer
|
|
13272
13337
|
organizations:UntagResource
|
|
13273
13338
|
organizations:UpdateOrganizationalUnit
|
|
13274
13339
|
organizations:UpdatePolicy
|
|
13340
|
+
organizations:UpdateResponsibilityTransfer
|
|
13275
13341
|
osis:CreatePipeline
|
|
13276
13342
|
osis:CreatePipelineEndpoint
|
|
13277
13343
|
osis:DeletePipeline
|
|
@@ -13370,23 +13436,33 @@ panorama:UpdateDeviceMetadata
|
|
|
13370
13436
|
partnercentral-account-management:AssociatePartnerAccount
|
|
13371
13437
|
partnercentral-account-management:AssociatePartnerUser
|
|
13372
13438
|
partnercentral-account-management:DisassociatePartnerUser
|
|
13439
|
+
partnercentral:AcceptChannelHandshake
|
|
13373
13440
|
partnercentral:AcceptEngagementInvitation
|
|
13374
13441
|
partnercentral:AssignOpportunity
|
|
13375
13442
|
partnercentral:AssociateOpportunity
|
|
13443
|
+
partnercentral:CancelChannelHandshake
|
|
13444
|
+
partnercentral:CreateChannelHandshake
|
|
13376
13445
|
partnercentral:CreateEngagement
|
|
13377
13446
|
partnercentral:CreateEngagementInvitation
|
|
13378
13447
|
partnercentral:CreateOpportunity
|
|
13448
|
+
partnercentral:CreateProgramManagementAccount
|
|
13449
|
+
partnercentral:CreateRelationship
|
|
13379
13450
|
partnercentral:CreateResourceSnapshot
|
|
13380
13451
|
partnercentral:CreateResourceSnapshotJob
|
|
13452
|
+
partnercentral:DeleteProgramManagementAccount
|
|
13453
|
+
partnercentral:DeleteRelationship
|
|
13381
13454
|
partnercentral:DeleteResourceSnapshotJob
|
|
13382
13455
|
partnercentral:DisassociateOpportunity
|
|
13383
13456
|
partnercentral:GetAwsOpportunitySummary
|
|
13384
13457
|
partnercentral:GetEngagement
|
|
13385
13458
|
partnercentral:GetEngagementInvitation
|
|
13386
13459
|
partnercentral:GetOpportunity
|
|
13460
|
+
partnercentral:GetProgramManagementAccount
|
|
13461
|
+
partnercentral:GetRelationship
|
|
13387
13462
|
partnercentral:GetResourceSnapshot
|
|
13388
13463
|
partnercentral:GetResourceSnapshotJob
|
|
13389
13464
|
partnercentral:GetSellingSystemSettings
|
|
13465
|
+
partnercentral:ListChannelHandshakes
|
|
13390
13466
|
partnercentral:ListEngagementByAcceptingInvitationTasks
|
|
13391
13467
|
partnercentral:ListEngagementFromOpportunityTasks
|
|
13392
13468
|
partnercentral:ListEngagementInvitations
|
|
@@ -13394,11 +13470,14 @@ partnercentral:ListEngagementMembers
|
|
|
13394
13470
|
partnercentral:ListEngagementResourceAssociations
|
|
13395
13471
|
partnercentral:ListEngagements
|
|
13396
13472
|
partnercentral:ListOpportunities
|
|
13473
|
+
partnercentral:ListProgramManagementAccounts
|
|
13474
|
+
partnercentral:ListRelationships
|
|
13397
13475
|
partnercentral:ListResourceSnapshotJobs
|
|
13398
13476
|
partnercentral:ListResourceSnapshots
|
|
13399
13477
|
partnercentral:ListSolutions
|
|
13400
13478
|
partnercentral:ListTagsForResource
|
|
13401
13479
|
partnercentral:PutSellingSystemSettings
|
|
13480
|
+
partnercentral:RejectChannelHandshake
|
|
13402
13481
|
partnercentral:RejectEngagementInvitation
|
|
13403
13482
|
partnercentral:StartEngagementByAcceptingInvitationTask
|
|
13404
13483
|
partnercentral:StartEngagementFromOpportunityTask
|
|
@@ -13408,6 +13487,8 @@ partnercentral:SubmitOpportunity
|
|
|
13408
13487
|
partnercentral:TagResource
|
|
13409
13488
|
partnercentral:UntagResource
|
|
13410
13489
|
partnercentral:UpdateOpportunity
|
|
13490
|
+
partnercentral:UpdateProgramManagementAccount
|
|
13491
|
+
partnercentral:UpdateRelationship
|
|
13411
13492
|
payment-cryptography:CreateAlias
|
|
13412
13493
|
payment-cryptography:CreateKey
|
|
13413
13494
|
payment-cryptography:DecryptData
|
|
@@ -14114,6 +14195,7 @@ qldb:UntagResource
|
|
|
14114
14195
|
qldb:UpdateLedger
|
|
14115
14196
|
qldb:UpdateLedgerPermissionsMode
|
|
14116
14197
|
quicksight:AccountConfigurations
|
|
14198
|
+
quicksight:AllowVendedLogDeliveryForResource
|
|
14117
14199
|
quicksight:BatchCreateTopicReviewedAnswer
|
|
14118
14200
|
quicksight:BatchDeleteTopicReviewedAnswer
|
|
14119
14201
|
quicksight:CancelIngestion
|
|
@@ -15603,6 +15685,7 @@ s3:GetAccessPointPolicyStatus
|
|
|
15603
15685
|
s3:GetAccessPointPolicyStatusForObjectLambda
|
|
15604
15686
|
s3:GetAccountPublicAccessBlock
|
|
15605
15687
|
s3:GetAnalyticsConfiguration
|
|
15688
|
+
s3:GetBucketAbac
|
|
15606
15689
|
s3:GetBucketAcl
|
|
15607
15690
|
s3:GetBucketCORS
|
|
15608
15691
|
s3:GetBucketLocation
|
|
@@ -15674,6 +15757,7 @@ s3:PutAccessPointPolicyForObjectLambda
|
|
|
15674
15757
|
s3:PutAccessPointPublicAccessBlock
|
|
15675
15758
|
s3:PutAccountPublicAccessBlock
|
|
15676
15759
|
s3:PutAnalyticsConfiguration
|
|
15760
|
+
s3:PutBucketAbac
|
|
15677
15761
|
s3:PutBucketAcl
|
|
15678
15762
|
s3:PutBucketCORS
|
|
15679
15763
|
s3:PutBucketLogging
|
|
@@ -17102,6 +17186,8 @@ signer:SignPayload
|
|
|
17102
17186
|
signer:StartSigningJob
|
|
17103
17187
|
signer:TagResource
|
|
17104
17188
|
signer:UntagResource
|
|
17189
|
+
signin:AuthorizeOAuth2Access
|
|
17190
|
+
signin:CreateOAuth2Token
|
|
17105
17191
|
signin:CreateTrustedIdentityPropagationApplicationForConsole
|
|
17106
17192
|
signin:ListTrustedIdentityPropagationApplicationsForConsole
|
|
17107
17193
|
simspaceweaver:CreateSnapshot
|
|
@@ -18216,6 +18302,7 @@ tag:GetComplianceSummary
|
|
|
18216
18302
|
tag:GetResources
|
|
18217
18303
|
tag:GetTagKeys
|
|
18218
18304
|
tag:GetTagValues
|
|
18305
|
+
tag:ListRequiredTags
|
|
18219
18306
|
tag:StartReportCreation
|
|
18220
18307
|
tag:TagResources
|
|
18221
18308
|
tag:UntagResources
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/lambda-invoke-store",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
|
|
5
5
|
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
|
|
6
6
|
"main": "./dist-cjs/invoke-store.js",
|
|
7
|
+
"types": "./dist-types/invoke-store.d.ts",
|
|
7
8
|
"module": "./dist-es/invoke-store.js",
|
|
8
9
|
"exports": {
|
|
9
10
|
".": {
|
|
@@ -631,6 +631,14 @@ DisableOrganizationsRootSessions
|
|
|
631
631
|
|
|
632
632
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOrganizationsRootSessionsCommandOutput/)
|
|
633
633
|
|
|
634
|
+
</details>
|
|
635
|
+
<details>
|
|
636
|
+
<summary>
|
|
637
|
+
DisableOutboundWebIdentityFederation
|
|
638
|
+
</summary>
|
|
639
|
+
|
|
640
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/DisableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/DisableOutboundWebIdentityFederationCommandOutput/)
|
|
641
|
+
|
|
634
642
|
</details>
|
|
635
643
|
<details>
|
|
636
644
|
<summary>
|
|
@@ -655,6 +663,14 @@ EnableOrganizationsRootSessions
|
|
|
655
663
|
|
|
656
664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOrganizationsRootSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOrganizationsRootSessionsCommandOutput/)
|
|
657
665
|
|
|
666
|
+
</details>
|
|
667
|
+
<details>
|
|
668
|
+
<summary>
|
|
669
|
+
EnableOutboundWebIdentityFederation
|
|
670
|
+
</summary>
|
|
671
|
+
|
|
672
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/EnableOutboundWebIdentityFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/EnableOutboundWebIdentityFederationCommandOutput/)
|
|
673
|
+
|
|
658
674
|
</details>
|
|
659
675
|
<details>
|
|
660
676
|
<summary>
|
|
@@ -807,6 +823,14 @@ GetOrganizationsAccessReport
|
|
|
807
823
|
|
|
808
824
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOrganizationsAccessReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOrganizationsAccessReportCommandOutput/)
|
|
809
825
|
|
|
826
|
+
</details>
|
|
827
|
+
<details>
|
|
828
|
+
<summary>
|
|
829
|
+
GetOutboundWebIdentityFederationInfo
|
|
830
|
+
</summary>
|
|
831
|
+
|
|
832
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iam/command/GetOutboundWebIdentityFederationInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iam/Interface/GetOutboundWebIdentityFederationInfoCommandOutput/)
|
|
833
|
+
|
|
810
834
|
</details>
|
|
811
835
|
<details>
|
|
812
836
|
<summary>
|