@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 0.0.88
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 +61 -0
- package/lib/constructs/Actions.js +62 -1
- package/lib/constructs/ManagedPolicies.d.ts +20 -0
- package/lib/constructs/ManagedPolicies.js +21 -1
- package/methods_list.txt +61 -0
- 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
|
@@ -4597,6 +4597,7 @@ controltower:UpdateEnabledControl
|
|
|
4597
4597
|
controltower:UpdateLandingZone
|
|
4598
4598
|
cost-optimization-hub:GetPreferences
|
|
4599
4599
|
cost-optimization-hub:GetRecommendation
|
|
4600
|
+
cost-optimization-hub:ListEfficiencyMetrics
|
|
4600
4601
|
cost-optimization-hub:ListEnrollmentStatuses
|
|
4601
4602
|
cost-optimization-hub:ListRecommendations
|
|
4602
4603
|
cost-optimization-hub:ListRecommendationSummaries
|
|
@@ -8468,6 +8469,7 @@ glue:QuerySchemaVersionMetadata
|
|
|
8468
8469
|
glue:RefreshOAuth2Tokens
|
|
8469
8470
|
glue:RegisterSchemaVersion
|
|
8470
8471
|
glue:RemoveSchemaVersionMetadata
|
|
8472
|
+
glue:RenameTable
|
|
8471
8473
|
glue:RequestLogParsing
|
|
8472
8474
|
glue:ResetJobBookmark
|
|
8473
8475
|
glue:ResumeWorkflowRun
|
|
@@ -8774,6 +8776,7 @@ guardduty:GetFindingsStatistics
|
|
|
8774
8776
|
guardduty:GetInvitationsCount
|
|
8775
8777
|
guardduty:GetIPSet
|
|
8776
8778
|
guardduty:GetMalwareProtectionPlan
|
|
8779
|
+
guardduty:GetMalwareScan
|
|
8777
8780
|
guardduty:GetMalwareScanSettings
|
|
8778
8781
|
guardduty:GetMasterAccount
|
|
8779
8782
|
guardduty:GetMemberDetectors
|
|
@@ -8792,6 +8795,7 @@ guardduty:ListFindings
|
|
|
8792
8795
|
guardduty:ListInvitations
|
|
8793
8796
|
guardduty:ListIPSets
|
|
8794
8797
|
guardduty:ListMalwareProtectionPlans
|
|
8798
|
+
guardduty:ListMalwareScans
|
|
8795
8799
|
guardduty:ListMembers
|
|
8796
8800
|
guardduty:ListOrganizationAdminAccounts
|
|
8797
8801
|
guardduty:ListPublishingDestinations
|
|
@@ -8907,15 +8911,18 @@ honeycode:StartTableDataImportJob
|
|
|
8907
8911
|
honeycode:TagResource
|
|
8908
8912
|
honeycode:UntagResource
|
|
8909
8913
|
honeycode:UpdateTeam
|
|
8914
|
+
iam:AcceptDelegationRequest
|
|
8910
8915
|
iam:AddClientIDToOpenIDConnectProvider
|
|
8911
8916
|
iam:AddRoleToInstanceProfile
|
|
8912
8917
|
iam:AddUserToGroup
|
|
8918
|
+
iam:AssociateDelegationRequest
|
|
8913
8919
|
iam:AttachGroupPolicy
|
|
8914
8920
|
iam:AttachRolePolicy
|
|
8915
8921
|
iam:AttachUserPolicy
|
|
8916
8922
|
iam:ChangePassword
|
|
8917
8923
|
iam:CreateAccessKey
|
|
8918
8924
|
iam:CreateAccountAlias
|
|
8925
|
+
iam:CreateDelegationRequest
|
|
8919
8926
|
iam:CreateGroup
|
|
8920
8927
|
iam:CreateInstanceProfile
|
|
8921
8928
|
iam:CreateLoginProfile
|
|
@@ -8958,9 +8965,11 @@ iam:DetachRolePolicy
|
|
|
8958
8965
|
iam:DetachUserPolicy
|
|
8959
8966
|
iam:DisableOrganizationsRootCredentialsManagement
|
|
8960
8967
|
iam:DisableOrganizationsRootSessions
|
|
8968
|
+
iam:DisableOutboundWebIdentityFederation
|
|
8961
8969
|
iam:EnableMFADevice
|
|
8962
8970
|
iam:EnableOrganizationsRootCredentialsManagement
|
|
8963
8971
|
iam:EnableOrganizationsRootSessions
|
|
8972
|
+
iam:EnableOutboundWebIdentityFederation
|
|
8964
8973
|
iam:GenerateCredentialReport
|
|
8965
8974
|
iam:GenerateOrganizationsAccessReport
|
|
8966
8975
|
iam:GenerateServiceLastAccessedDetails
|
|
@@ -8974,13 +8983,16 @@ iam:GetCloudFrontPublicKey
|
|
|
8974
8983
|
iam:GetContextKeysForCustomPolicy
|
|
8975
8984
|
iam:GetContextKeysForPrincipalPolicy
|
|
8976
8985
|
iam:GetCredentialReport
|
|
8986
|
+
iam:GetDelegationRequest
|
|
8977
8987
|
iam:GetGroup
|
|
8978
8988
|
iam:GetGroupPolicy
|
|
8989
|
+
iam:GetHumanReadableSummary
|
|
8979
8990
|
iam:GetInstanceProfile
|
|
8980
8991
|
iam:GetLoginProfile
|
|
8981
8992
|
iam:GetMFADevice
|
|
8982
8993
|
iam:GetOpenIDConnectProvider
|
|
8983
8994
|
iam:GetOrganizationsAccessReport
|
|
8995
|
+
iam:GetOutboundWebIdentityFederationInfo
|
|
8984
8996
|
iam:GetPolicy
|
|
8985
8997
|
iam:GetPolicyVersion
|
|
8986
8998
|
iam:GetRole
|
|
@@ -8999,6 +9011,7 @@ iam:ListAttachedGroupPolicies
|
|
|
8999
9011
|
iam:ListAttachedRolePolicies
|
|
9000
9012
|
iam:ListAttachedUserPolicies
|
|
9001
9013
|
iam:ListCloudFrontPublicKeys
|
|
9014
|
+
iam:ListDelegationRequests
|
|
9002
9015
|
iam:ListEntitiesForPolicy
|
|
9003
9016
|
iam:ListGroupPolicies
|
|
9004
9017
|
iam:ListGroups
|
|
@@ -9036,11 +9049,13 @@ iam:PutRolePermissionsBoundary
|
|
|
9036
9049
|
iam:PutRolePolicy
|
|
9037
9050
|
iam:PutUserPermissionsBoundary
|
|
9038
9051
|
iam:PutUserPolicy
|
|
9052
|
+
iam:RejectDelegationRequest
|
|
9039
9053
|
iam:RemoveClientIDFromOpenIDConnectProvider
|
|
9040
9054
|
iam:RemoveRoleFromInstanceProfile
|
|
9041
9055
|
iam:RemoveUserFromGroup
|
|
9042
9056
|
iam:ResetServiceSpecificCredential
|
|
9043
9057
|
iam:ResyncMFADevice
|
|
9058
|
+
iam:SendDelegationToken
|
|
9044
9059
|
iam:SetDefaultPolicyVersion
|
|
9045
9060
|
iam:SetSecurityTokenServicePreferences
|
|
9046
9061
|
iam:SetSTSRegionalEndpointStatus
|
|
@@ -10695,6 +10710,8 @@ lakeformation:GetQueryState
|
|
|
10695
10710
|
lakeformation:GetQueryStatistics
|
|
10696
10711
|
lakeformation:GetResourceLFTags
|
|
10697
10712
|
lakeformation:GetTableObjects
|
|
10713
|
+
lakeformation:GetTemporaryGluePartitionCredentials
|
|
10714
|
+
lakeformation:GetTemporaryGlueTableCredentials
|
|
10698
10715
|
lakeformation:GetWorkUnitResults
|
|
10699
10716
|
lakeformation:GetWorkUnits
|
|
10700
10717
|
lakeformation:GrantPermissions
|
|
@@ -11025,6 +11042,8 @@ license-manager:CheckoutLicense
|
|
|
11025
11042
|
license-manager:CreateGrant
|
|
11026
11043
|
license-manager:CreateGrantVersion
|
|
11027
11044
|
license-manager:CreateLicense
|
|
11045
|
+
license-manager:CreateLicenseAssetGroup
|
|
11046
|
+
license-manager:CreateLicenseAssetRuleset
|
|
11028
11047
|
license-manager:CreateLicenseConfiguration
|
|
11029
11048
|
license-manager:CreateLicenseConversionTaskForResource
|
|
11030
11049
|
license-manager:CreateLicenseManagerReportGenerator
|
|
@@ -11032,6 +11051,8 @@ license-manager:CreateLicenseVersion
|
|
|
11032
11051
|
license-manager:CreateToken
|
|
11033
11052
|
license-manager:DeleteGrant
|
|
11034
11053
|
license-manager:DeleteLicense
|
|
11054
|
+
license-manager:DeleteLicenseAssetGroup
|
|
11055
|
+
license-manager:DeleteLicenseAssetRuleset
|
|
11035
11056
|
license-manager:DeleteLicenseConfiguration
|
|
11036
11057
|
license-manager:DeleteLicenseManagerReportGenerator
|
|
11037
11058
|
license-manager:DeleteToken
|
|
@@ -11039,15 +11060,21 @@ license-manager:ExtendLicenseConsumption
|
|
|
11039
11060
|
license-manager:GetAccessToken
|
|
11040
11061
|
license-manager:GetGrant
|
|
11041
11062
|
license-manager:GetLicense
|
|
11063
|
+
license-manager:GetLicenseAssetGroup
|
|
11064
|
+
license-manager:GetLicenseAssetRuleset
|
|
11042
11065
|
license-manager:GetLicenseConfiguration
|
|
11043
11066
|
license-manager:GetLicenseConversionTask
|
|
11044
11067
|
license-manager:GetLicenseManagerReportGenerator
|
|
11045
11068
|
license-manager:GetLicenseUsage
|
|
11046
11069
|
license-manager:GetServiceSettings
|
|
11070
|
+
license-manager:ListAssetsForLicenseAssetGroup
|
|
11047
11071
|
license-manager:ListAssociationsForLicenseConfiguration
|
|
11048
11072
|
license-manager:ListDistributedGrants
|
|
11049
11073
|
license-manager:ListFailuresForLicenseConfigurationOperations
|
|
11074
|
+
license-manager:ListLicenseAssetGroups
|
|
11075
|
+
license-manager:ListLicenseAssetRulesets
|
|
11050
11076
|
license-manager:ListLicenseConfigurations
|
|
11077
|
+
license-manager:ListLicenseConfigurationsForOrganization
|
|
11051
11078
|
license-manager:ListLicenseConversionTasks
|
|
11052
11079
|
license-manager:ListLicenseManagerReportGenerators
|
|
11053
11080
|
license-manager:ListLicenses
|
|
@@ -11064,6 +11091,8 @@ license-manager:ListUsageForLicenseConfiguration
|
|
|
11064
11091
|
license-manager:RejectGrant
|
|
11065
11092
|
license-manager:TagResource
|
|
11066
11093
|
license-manager:UntagResource
|
|
11094
|
+
license-manager:UpdateLicenseAssetGroup
|
|
11095
|
+
license-manager:UpdateLicenseAssetRuleset
|
|
11067
11096
|
license-manager:UpdateLicenseConfiguration
|
|
11068
11097
|
license-manager:UpdateLicenseManagerReportGenerator
|
|
11069
11098
|
license-manager:UpdateLicenseSpecificationsForResource
|
|
@@ -11237,6 +11266,7 @@ logs:CreateLogAnomalyDetector
|
|
|
11237
11266
|
logs:CreateLogDelivery
|
|
11238
11267
|
logs:CreateLogGroup
|
|
11239
11268
|
logs:CreateLogStream
|
|
11269
|
+
logs:CreateScheduledQuery
|
|
11240
11270
|
logs:DeleteAccountPolicy
|
|
11241
11271
|
logs:DeleteDataProtectionPolicy
|
|
11242
11272
|
logs:DeleteDelivery
|
|
@@ -11254,6 +11284,7 @@ logs:DeleteMetricFilter
|
|
|
11254
11284
|
logs:DeleteQueryDefinition
|
|
11255
11285
|
logs:DeleteResourcePolicy
|
|
11256
11286
|
logs:DeleteRetentionPolicy
|
|
11287
|
+
logs:DeleteScheduledQuery
|
|
11257
11288
|
logs:DeleteSubscriptionFilter
|
|
11258
11289
|
logs:DeleteTransformer
|
|
11259
11290
|
logs:DescribeAccountPolicies
|
|
@@ -11286,6 +11317,8 @@ logs:GetLogEvents
|
|
|
11286
11317
|
logs:GetLogGroupFields
|
|
11287
11318
|
logs:GetLogRecord
|
|
11288
11319
|
logs:GetQueryResults
|
|
11320
|
+
logs:GetScheduledQuery
|
|
11321
|
+
logs:GetScheduledQueryHistory
|
|
11289
11322
|
logs:GetTransformer
|
|
11290
11323
|
logs:Link
|
|
11291
11324
|
logs:ListAnomalies
|
|
@@ -11296,6 +11329,7 @@ logs:ListLogDeliveries
|
|
|
11296
11329
|
logs:ListLogGroups
|
|
11297
11330
|
logs:ListLogGroupsForEntity
|
|
11298
11331
|
logs:ListLogGroupsForQuery
|
|
11332
|
+
logs:ListScheduledQueries
|
|
11299
11333
|
logs:ListTagsForResource
|
|
11300
11334
|
logs:ListTagsLogGroup
|
|
11301
11335
|
logs:PutAccountPolicy
|
|
@@ -11329,6 +11363,7 @@ logs:UpdateAnomaly
|
|
|
11329
11363
|
logs:UpdateDeliveryConfiguration
|
|
11330
11364
|
logs:UpdateLogAnomalyDetector
|
|
11331
11365
|
logs:UpdateLogDelivery
|
|
11366
|
+
logs:UpdateScheduledQuery
|
|
11332
11367
|
lookoutequipment:CreateDataset
|
|
11333
11368
|
lookoutequipment:CreateInferenceScheduler
|
|
11334
11369
|
lookoutequipment:CreateLabel
|
|
@@ -12993,6 +13028,7 @@ odb:UntagResource
|
|
|
12993
13028
|
odb:UpdateCloudExadataInfrastructure
|
|
12994
13029
|
odb:UpdateOdbNetwork
|
|
12995
13030
|
odb:UpdateOdbPeeringConnection
|
|
13031
|
+
odb:UpdateOutboundIntegration
|
|
12996
13032
|
omics:AbortMultipartReadSetUpload
|
|
12997
13033
|
omics:AcceptShare
|
|
12998
13034
|
omics:BatchDeleteReadSet
|
|
@@ -13238,6 +13274,7 @@ organizations:DescribeOrganization
|
|
|
13238
13274
|
organizations:DescribeOrganizationalUnit
|
|
13239
13275
|
organizations:DescribePolicy
|
|
13240
13276
|
organizations:DescribeResourcePolicy
|
|
13277
|
+
organizations:DescribeResponsibilityTransfer
|
|
13241
13278
|
organizations:DetachPolicy
|
|
13242
13279
|
organizations:DisableAWSServiceAccess
|
|
13243
13280
|
organizations:DisablePolicyType
|
|
@@ -13245,6 +13282,7 @@ organizations:EnableAllFeatures
|
|
|
13245
13282
|
organizations:EnableAWSServiceAccess
|
|
13246
13283
|
organizations:EnablePolicyType
|
|
13247
13284
|
organizations:InviteAccountToOrganization
|
|
13285
|
+
organizations:InviteOrganizationToTransferResponsibility
|
|
13248
13286
|
organizations:LeaveOrganization
|
|
13249
13287
|
organizations:ListAccounts
|
|
13250
13288
|
organizations:ListAccountsForParent
|
|
@@ -13257,7 +13295,9 @@ organizations:ListDelegatedServicesForAccount
|
|
|
13257
13295
|
organizations:ListEffectivePolicyValidationErrors
|
|
13258
13296
|
organizations:ListHandshakesForAccount
|
|
13259
13297
|
organizations:ListHandshakesForOrganization
|
|
13298
|
+
organizations:ListInboundResponsibilityTransfers
|
|
13260
13299
|
organizations:ListOrganizationalUnitsForParent
|
|
13300
|
+
organizations:ListOutboundResponsibilityTransfers
|
|
13261
13301
|
organizations:ListParents
|
|
13262
13302
|
organizations:ListPolicies
|
|
13263
13303
|
organizations:ListPoliciesForTarget
|
|
@@ -13269,9 +13309,11 @@ organizations:PutResourcePolicy
|
|
|
13269
13309
|
organizations:RegisterDelegatedAdministrator
|
|
13270
13310
|
organizations:RemoveAccountFromOrganization
|
|
13271
13311
|
organizations:TagResource
|
|
13312
|
+
organizations:TerminateResponsibilityTransfer
|
|
13272
13313
|
organizations:UntagResource
|
|
13273
13314
|
organizations:UpdateOrganizationalUnit
|
|
13274
13315
|
organizations:UpdatePolicy
|
|
13316
|
+
organizations:UpdateResponsibilityTransfer
|
|
13275
13317
|
osis:CreatePipeline
|
|
13276
13318
|
osis:CreatePipelineEndpoint
|
|
13277
13319
|
osis:DeletePipeline
|
|
@@ -13370,23 +13412,33 @@ panorama:UpdateDeviceMetadata
|
|
|
13370
13412
|
partnercentral-account-management:AssociatePartnerAccount
|
|
13371
13413
|
partnercentral-account-management:AssociatePartnerUser
|
|
13372
13414
|
partnercentral-account-management:DisassociatePartnerUser
|
|
13415
|
+
partnercentral:AcceptChannelHandshake
|
|
13373
13416
|
partnercentral:AcceptEngagementInvitation
|
|
13374
13417
|
partnercentral:AssignOpportunity
|
|
13375
13418
|
partnercentral:AssociateOpportunity
|
|
13419
|
+
partnercentral:CancelChannelHandshake
|
|
13420
|
+
partnercentral:CreateChannelHandshake
|
|
13376
13421
|
partnercentral:CreateEngagement
|
|
13377
13422
|
partnercentral:CreateEngagementInvitation
|
|
13378
13423
|
partnercentral:CreateOpportunity
|
|
13424
|
+
partnercentral:CreateProgramManagementAccount
|
|
13425
|
+
partnercentral:CreateRelationship
|
|
13379
13426
|
partnercentral:CreateResourceSnapshot
|
|
13380
13427
|
partnercentral:CreateResourceSnapshotJob
|
|
13428
|
+
partnercentral:DeleteProgramManagementAccount
|
|
13429
|
+
partnercentral:DeleteRelationship
|
|
13381
13430
|
partnercentral:DeleteResourceSnapshotJob
|
|
13382
13431
|
partnercentral:DisassociateOpportunity
|
|
13383
13432
|
partnercentral:GetAwsOpportunitySummary
|
|
13384
13433
|
partnercentral:GetEngagement
|
|
13385
13434
|
partnercentral:GetEngagementInvitation
|
|
13386
13435
|
partnercentral:GetOpportunity
|
|
13436
|
+
partnercentral:GetProgramManagementAccount
|
|
13437
|
+
partnercentral:GetRelationship
|
|
13387
13438
|
partnercentral:GetResourceSnapshot
|
|
13388
13439
|
partnercentral:GetResourceSnapshotJob
|
|
13389
13440
|
partnercentral:GetSellingSystemSettings
|
|
13441
|
+
partnercentral:ListChannelHandshakes
|
|
13390
13442
|
partnercentral:ListEngagementByAcceptingInvitationTasks
|
|
13391
13443
|
partnercentral:ListEngagementFromOpportunityTasks
|
|
13392
13444
|
partnercentral:ListEngagementInvitations
|
|
@@ -13394,11 +13446,14 @@ partnercentral:ListEngagementMembers
|
|
|
13394
13446
|
partnercentral:ListEngagementResourceAssociations
|
|
13395
13447
|
partnercentral:ListEngagements
|
|
13396
13448
|
partnercentral:ListOpportunities
|
|
13449
|
+
partnercentral:ListProgramManagementAccounts
|
|
13450
|
+
partnercentral:ListRelationships
|
|
13397
13451
|
partnercentral:ListResourceSnapshotJobs
|
|
13398
13452
|
partnercentral:ListResourceSnapshots
|
|
13399
13453
|
partnercentral:ListSolutions
|
|
13400
13454
|
partnercentral:ListTagsForResource
|
|
13401
13455
|
partnercentral:PutSellingSystemSettings
|
|
13456
|
+
partnercentral:RejectChannelHandshake
|
|
13402
13457
|
partnercentral:RejectEngagementInvitation
|
|
13403
13458
|
partnercentral:StartEngagementByAcceptingInvitationTask
|
|
13404
13459
|
partnercentral:StartEngagementFromOpportunityTask
|
|
@@ -13408,6 +13463,8 @@ partnercentral:SubmitOpportunity
|
|
|
13408
13463
|
partnercentral:TagResource
|
|
13409
13464
|
partnercentral:UntagResource
|
|
13410
13465
|
partnercentral:UpdateOpportunity
|
|
13466
|
+
partnercentral:UpdateProgramManagementAccount
|
|
13467
|
+
partnercentral:UpdateRelationship
|
|
13411
13468
|
payment-cryptography:CreateAlias
|
|
13412
13469
|
payment-cryptography:CreateKey
|
|
13413
13470
|
payment-cryptography:DecryptData
|
|
@@ -14114,6 +14171,7 @@ qldb:UntagResource
|
|
|
14114
14171
|
qldb:UpdateLedger
|
|
14115
14172
|
qldb:UpdateLedgerPermissionsMode
|
|
14116
14173
|
quicksight:AccountConfigurations
|
|
14174
|
+
quicksight:AllowVendedLogDeliveryForResource
|
|
14117
14175
|
quicksight:BatchCreateTopicReviewedAnswer
|
|
14118
14176
|
quicksight:BatchDeleteTopicReviewedAnswer
|
|
14119
14177
|
quicksight:CancelIngestion
|
|
@@ -17102,6 +17160,8 @@ signer:SignPayload
|
|
|
17102
17160
|
signer:StartSigningJob
|
|
17103
17161
|
signer:TagResource
|
|
17104
17162
|
signer:UntagResource
|
|
17163
|
+
signin:AuthorizeOAuth2Access
|
|
17164
|
+
signin:CreateOAuth2Token
|
|
17105
17165
|
signin:CreateTrustedIdentityPropagationApplicationForConsole
|
|
17106
17166
|
signin:ListTrustedIdentityPropagationApplicationsForConsole
|
|
17107
17167
|
simspaceweaver:CreateSnapshot
|
|
@@ -18216,6 +18276,7 @@ tag:GetComplianceSummary
|
|
|
18216
18276
|
tag:GetResources
|
|
18217
18277
|
tag:GetTagKeys
|
|
18218
18278
|
tag:GetTagValues
|
|
18279
|
+
tag:ListRequiredTags
|
|
18219
18280
|
tag:StartReportCreation
|
|
18220
18281
|
tag:TagResources
|
|
18221
18282
|
tag:UntagResources
|
|
@@ -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>
|