@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/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-iam": "^3.
|
|
10
|
+
"@aws-sdk/client-iam": "^3.936.0",
|
|
11
11
|
"axios": "^1.8.2",
|
|
12
12
|
"jsonc-parser": "^3.3.1"
|
|
13
13
|
},
|
|
@@ -3526,6 +3526,6 @@
|
|
|
3526
3526
|
}
|
|
3527
3527
|
},
|
|
3528
3528
|
"types": {},
|
|
3529
|
-
"version": "0.0.
|
|
3530
|
-
"fingerprint": "
|
|
3529
|
+
"version": "0.0.89",
|
|
3530
|
+
"fingerprint": "cDGrzYiaim/xenYAMZ5ValJZwvEtbMoLdX7WXre1MEE="
|
|
3531
3531
|
}
|
|
@@ -13,7 +13,7 @@ import (
|
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
14
|
)
|
|
15
15
|
|
|
16
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.88.tgz
|
|
17
17
|
var tarball []byte
|
|
18
18
|
|
|
19
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -24,5 +24,5 @@ func Initialize() {
|
|
|
24
24
|
constructs.Initialize()
|
|
25
25
|
|
|
26
26
|
// Load this library into the kernel
|
|
27
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.88", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.88
|
|
@@ -624,6 +624,7 @@ export declare const Actions: {
|
|
|
624
624
|
GetServiceLevelObjective: string;
|
|
625
625
|
Link: string;
|
|
626
626
|
ListAuditFindings: string;
|
|
627
|
+
ListEntityEvents: string;
|
|
627
628
|
ListGroupingAttributeDefinitions: string;
|
|
628
629
|
ListObservedEntities: string;
|
|
629
630
|
ListServiceDependencies: string;
|
|
@@ -1330,6 +1331,7 @@ export declare const Actions: {
|
|
|
1330
1331
|
DeleteTags: string;
|
|
1331
1332
|
DeleteWarmPool: string;
|
|
1332
1333
|
DescribeAccountLimits: string;
|
|
1334
|
+
DescribeAccountSettings: string;
|
|
1333
1335
|
DescribeAdjustmentTypes: string;
|
|
1334
1336
|
DescribeAutoScalingGroups: string;
|
|
1335
1337
|
DescribeAutoScalingInstances: string;
|
|
@@ -1361,6 +1363,7 @@ export declare const Actions: {
|
|
|
1361
1363
|
ExitStandby: string;
|
|
1362
1364
|
GetPredictiveScalingForecast: string;
|
|
1363
1365
|
LaunchInstances: string;
|
|
1366
|
+
PutAccountSetting: string;
|
|
1364
1367
|
PutLifecycleHook: string;
|
|
1365
1368
|
PutNotificationConfiguration: string;
|
|
1366
1369
|
PutScalingPolicy: string;
|
|
@@ -1561,6 +1564,7 @@ export declare const Actions: {
|
|
|
1561
1564
|
CancelLegalHold: string;
|
|
1562
1565
|
CopyFromBackupVault: string;
|
|
1563
1566
|
CopyIntoBackupVault: string;
|
|
1567
|
+
CreateBackupAccessPoint: string;
|
|
1564
1568
|
CreateBackupPlan: string;
|
|
1565
1569
|
CreateBackupSelection: string;
|
|
1566
1570
|
CreateBackupVault: string;
|
|
@@ -1572,6 +1576,7 @@ export declare const Actions: {
|
|
|
1572
1576
|
CreateRestoreTestingPlan: string;
|
|
1573
1577
|
CreateRestoreTestingSelection: string;
|
|
1574
1578
|
CreateTieringConfiguration: string;
|
|
1579
|
+
DeleteBackupAccessPoint: string;
|
|
1575
1580
|
DeleteBackupPlan: string;
|
|
1576
1581
|
DeleteBackupSelection: string;
|
|
1577
1582
|
DeleteBackupVault: string;
|
|
@@ -1585,6 +1590,7 @@ export declare const Actions: {
|
|
|
1585
1590
|
DeleteRestoreTestingPlan: string;
|
|
1586
1591
|
DeleteRestoreTestingSelection: string;
|
|
1587
1592
|
DeleteTieringConfiguration: string;
|
|
1593
|
+
DescribeBackupAccessPoint: string;
|
|
1588
1594
|
DescribeBackupJob: string;
|
|
1589
1595
|
DescribeBackupVault: string;
|
|
1590
1596
|
DescribeCopyJob: string;
|
|
@@ -1596,6 +1602,7 @@ export declare const Actions: {
|
|
|
1596
1602
|
DescribeReportJob: string;
|
|
1597
1603
|
DescribeReportPlan: string;
|
|
1598
1604
|
DescribeRestoreJob: string;
|
|
1605
|
+
DescribeScanJob: string;
|
|
1599
1606
|
DisassociateBackupVaultMpaApprovalTeam: string;
|
|
1600
1607
|
DisassociateRecoveryPoint: string;
|
|
1601
1608
|
DisassociateRecoveryPointFromParent: string;
|
|
@@ -1642,6 +1649,8 @@ export declare const Actions: {
|
|
|
1642
1649
|
ListRestoreJobSummaries: string;
|
|
1643
1650
|
ListRestoreTestingPlans: string;
|
|
1644
1651
|
ListRestoreTestingSelections: string;
|
|
1652
|
+
ListScanJobs: string;
|
|
1653
|
+
ListScanJobSummaries: string;
|
|
1645
1654
|
ListTags: string;
|
|
1646
1655
|
ListTieringConfigurations: string;
|
|
1647
1656
|
PutBackupVaultAccessPolicy: string;
|
|
@@ -1655,6 +1664,7 @@ export declare const Actions: {
|
|
|
1655
1664
|
StartCopyJob: string;
|
|
1656
1665
|
StartReportJob: string;
|
|
1657
1666
|
StartRestoreJob: string;
|
|
1667
|
+
StartScanJob: string;
|
|
1658
1668
|
StopBackupJob: string;
|
|
1659
1669
|
TagResource: string;
|
|
1660
1670
|
UntagResource: string;
|
|
@@ -2005,6 +2015,7 @@ export declare const Actions: {
|
|
|
2005
2015
|
InvokeAutomatedReasoningPolicy: string;
|
|
2006
2016
|
InvokeBlueprintRecommendationAsync: string;
|
|
2007
2017
|
InvokeBuilder: string;
|
|
2018
|
+
InvokeDataAutomation: string;
|
|
2008
2019
|
InvokeDataAutomationAsync: string;
|
|
2009
2020
|
InvokeFlow: string;
|
|
2010
2021
|
InvokeInlineAgent: string;
|
|
@@ -2169,6 +2180,8 @@ export declare const Actions: {
|
|
|
2169
2180
|
CancelQuantumTask: string;
|
|
2170
2181
|
CreateJob: string;
|
|
2171
2182
|
CreateQuantumTask: string;
|
|
2183
|
+
CreateSpendingLimit: string;
|
|
2184
|
+
DeleteSpendingLimit: string;
|
|
2172
2185
|
GetDevice: string;
|
|
2173
2186
|
GetJob: string;
|
|
2174
2187
|
GetQuantumTask: string;
|
|
@@ -2178,8 +2191,10 @@ export declare const Actions: {
|
|
|
2178
2191
|
SearchDevices: string;
|
|
2179
2192
|
SearchJobs: string;
|
|
2180
2193
|
SearchQuantumTasks: string;
|
|
2194
|
+
SearchSpendingLimits: string;
|
|
2181
2195
|
TagResource: string;
|
|
2182
2196
|
UntagResource: string;
|
|
2197
|
+
UpdateSpendingLimit: string;
|
|
2183
2198
|
};
|
|
2184
2199
|
budgets: {
|
|
2185
2200
|
CreateBudgetAction: string;
|
|
@@ -3334,6 +3349,7 @@ export declare const Actions: {
|
|
|
3334
3349
|
ListEventDataStores: string;
|
|
3335
3350
|
ListImportFailures: string;
|
|
3336
3351
|
ListImports: string;
|
|
3352
|
+
ListInsightsData: string;
|
|
3337
3353
|
ListPublicKeys: string;
|
|
3338
3354
|
ListQueries: string;
|
|
3339
3355
|
ListServiceLinkedChannels: string;
|
|
@@ -4807,6 +4823,7 @@ export declare const Actions: {
|
|
|
4807
4823
|
'cost-optimization-hub': {
|
|
4808
4824
|
GetPreferences: string;
|
|
4809
4825
|
GetRecommendation: string;
|
|
4826
|
+
ListEfficiencyMetrics: string;
|
|
4810
4827
|
ListEnrollmentStatuses: string;
|
|
4811
4828
|
ListRecommendations: string;
|
|
4812
4829
|
ListRecommendationSummaries: string;
|
|
@@ -5747,6 +5764,7 @@ export declare const Actions: {
|
|
|
5747
5764
|
CreateFleetAdvisorCollector: string;
|
|
5748
5765
|
CreateInstanceProfile: string;
|
|
5749
5766
|
CreateMigrationProject: string;
|
|
5767
|
+
CreateOutboundIntegration: string;
|
|
5750
5768
|
CreateReplicationConfig: string;
|
|
5751
5769
|
CreateReplicationInstance: string;
|
|
5752
5770
|
CreateReplicationSubnetGroup: string;
|
|
@@ -5822,6 +5840,7 @@ export declare const Actions: {
|
|
|
5822
5840
|
ModifyEventSubscription: string;
|
|
5823
5841
|
ModifyFleetAdvisorCollector: string;
|
|
5824
5842
|
ModifyFleetAdvisorCollectorStatuses: string;
|
|
5843
|
+
ModifyOutboundIntegration: string;
|
|
5825
5844
|
ModifyReplicationConfig: string;
|
|
5826
5845
|
ModifyReplicationInstance: string;
|
|
5827
5846
|
ModifyReplicationSubnetGroup: string;
|
|
@@ -7008,12 +7027,14 @@ export declare const Actions: {
|
|
|
7008
7027
|
ecs: {
|
|
7009
7028
|
CreateCapacityProvider: string;
|
|
7010
7029
|
CreateCluster: string;
|
|
7030
|
+
CreateExpressGatewayService: string;
|
|
7011
7031
|
CreateService: string;
|
|
7012
7032
|
CreateTaskSet: string;
|
|
7013
7033
|
DeleteAccountSetting: string;
|
|
7014
7034
|
DeleteAttributes: string;
|
|
7015
7035
|
DeleteCapacityProvider: string;
|
|
7016
7036
|
DeleteCluster: string;
|
|
7037
|
+
DeleteExpressGatewayService: string;
|
|
7017
7038
|
DeleteService: string;
|
|
7018
7039
|
DeleteTaskDefinitions: string;
|
|
7019
7040
|
DeleteTaskSet: string;
|
|
@@ -7022,6 +7043,7 @@ export declare const Actions: {
|
|
|
7022
7043
|
DescribeCapacityProviders: string;
|
|
7023
7044
|
DescribeClusters: string;
|
|
7024
7045
|
DescribeContainerInstances: string;
|
|
7046
|
+
DescribeExpressGatewayService: string;
|
|
7025
7047
|
DescribeServiceDeployments: string;
|
|
7026
7048
|
DescribeServiceRevisions: string;
|
|
7027
7049
|
DescribeServices: string;
|
|
@@ -7065,6 +7087,7 @@ export declare const Actions: {
|
|
|
7065
7087
|
UpdateClusterSettings: string;
|
|
7066
7088
|
UpdateContainerAgent: string;
|
|
7067
7089
|
UpdateContainerInstancesState: string;
|
|
7090
|
+
UpdateExpressGatewayService: string;
|
|
7068
7091
|
UpdateService: string;
|
|
7069
7092
|
UpdateServicePrimaryTaskSet: string;
|
|
7070
7093
|
UpdateTaskProtection: string;
|
|
@@ -8814,6 +8837,7 @@ export declare const Actions: {
|
|
|
8814
8837
|
RefreshOAuth2Tokens: string;
|
|
8815
8838
|
RegisterSchemaVersion: string;
|
|
8816
8839
|
RemoveSchemaVersionMetadata: string;
|
|
8840
|
+
RenameTable: string;
|
|
8817
8841
|
RequestLogParsing: string;
|
|
8818
8842
|
ResetJobBookmark: string;
|
|
8819
8843
|
ResumeWorkflowRun: string;
|
|
@@ -9120,6 +9144,7 @@ export declare const Actions: {
|
|
|
9120
9144
|
GetInvitationsCount: string;
|
|
9121
9145
|
GetIPSet: string;
|
|
9122
9146
|
GetMalwareProtectionPlan: string;
|
|
9147
|
+
GetMalwareScan: string;
|
|
9123
9148
|
GetMalwareScanSettings: string;
|
|
9124
9149
|
GetMasterAccount: string;
|
|
9125
9150
|
GetMemberDetectors: string;
|
|
@@ -9138,6 +9163,7 @@ export declare const Actions: {
|
|
|
9138
9163
|
ListInvitations: string;
|
|
9139
9164
|
ListIPSets: string;
|
|
9140
9165
|
ListMalwareProtectionPlans: string;
|
|
9166
|
+
ListMalwareScans: string;
|
|
9141
9167
|
ListMembers: string;
|
|
9142
9168
|
ListOrganizationAdminAccounts: string;
|
|
9143
9169
|
ListPublishingDestinations: string;
|
|
@@ -9261,15 +9287,18 @@ export declare const Actions: {
|
|
|
9261
9287
|
UpdateTeam: string;
|
|
9262
9288
|
};
|
|
9263
9289
|
iam: {
|
|
9290
|
+
AcceptDelegationRequest: string;
|
|
9264
9291
|
AddClientIDToOpenIDConnectProvider: string;
|
|
9265
9292
|
AddRoleToInstanceProfile: string;
|
|
9266
9293
|
AddUserToGroup: string;
|
|
9294
|
+
AssociateDelegationRequest: string;
|
|
9267
9295
|
AttachGroupPolicy: string;
|
|
9268
9296
|
AttachRolePolicy: string;
|
|
9269
9297
|
AttachUserPolicy: string;
|
|
9270
9298
|
ChangePassword: string;
|
|
9271
9299
|
CreateAccessKey: string;
|
|
9272
9300
|
CreateAccountAlias: string;
|
|
9301
|
+
CreateDelegationRequest: string;
|
|
9273
9302
|
CreateGroup: string;
|
|
9274
9303
|
CreateInstanceProfile: string;
|
|
9275
9304
|
CreateLoginProfile: string;
|
|
@@ -9312,9 +9341,11 @@ export declare const Actions: {
|
|
|
9312
9341
|
DetachUserPolicy: string;
|
|
9313
9342
|
DisableOrganizationsRootCredentialsManagement: string;
|
|
9314
9343
|
DisableOrganizationsRootSessions: string;
|
|
9344
|
+
DisableOutboundWebIdentityFederation: string;
|
|
9315
9345
|
EnableMFADevice: string;
|
|
9316
9346
|
EnableOrganizationsRootCredentialsManagement: string;
|
|
9317
9347
|
EnableOrganizationsRootSessions: string;
|
|
9348
|
+
EnableOutboundWebIdentityFederation: string;
|
|
9318
9349
|
GenerateCredentialReport: string;
|
|
9319
9350
|
GenerateOrganizationsAccessReport: string;
|
|
9320
9351
|
GenerateServiceLastAccessedDetails: string;
|
|
@@ -9328,13 +9359,16 @@ export declare const Actions: {
|
|
|
9328
9359
|
GetContextKeysForCustomPolicy: string;
|
|
9329
9360
|
GetContextKeysForPrincipalPolicy: string;
|
|
9330
9361
|
GetCredentialReport: string;
|
|
9362
|
+
GetDelegationRequest: string;
|
|
9331
9363
|
GetGroup: string;
|
|
9332
9364
|
GetGroupPolicy: string;
|
|
9365
|
+
GetHumanReadableSummary: string;
|
|
9333
9366
|
GetInstanceProfile: string;
|
|
9334
9367
|
GetLoginProfile: string;
|
|
9335
9368
|
GetMFADevice: string;
|
|
9336
9369
|
GetOpenIDConnectProvider: string;
|
|
9337
9370
|
GetOrganizationsAccessReport: string;
|
|
9371
|
+
GetOutboundWebIdentityFederationInfo: string;
|
|
9338
9372
|
GetPolicy: string;
|
|
9339
9373
|
GetPolicyVersion: string;
|
|
9340
9374
|
GetRole: string;
|
|
@@ -9353,6 +9387,7 @@ export declare const Actions: {
|
|
|
9353
9387
|
ListAttachedRolePolicies: string;
|
|
9354
9388
|
ListAttachedUserPolicies: string;
|
|
9355
9389
|
ListCloudFrontPublicKeys: string;
|
|
9390
|
+
ListDelegationRequests: string;
|
|
9356
9391
|
ListEntitiesForPolicy: string;
|
|
9357
9392
|
ListGroupPolicies: string;
|
|
9358
9393
|
ListGroups: string;
|
|
@@ -9390,11 +9425,13 @@ export declare const Actions: {
|
|
|
9390
9425
|
PutRolePolicy: string;
|
|
9391
9426
|
PutUserPermissionsBoundary: string;
|
|
9392
9427
|
PutUserPolicy: string;
|
|
9428
|
+
RejectDelegationRequest: string;
|
|
9393
9429
|
RemoveClientIDFromOpenIDConnectProvider: string;
|
|
9394
9430
|
RemoveRoleFromInstanceProfile: string;
|
|
9395
9431
|
RemoveUserFromGroup: string;
|
|
9396
9432
|
ResetServiceSpecificCredential: string;
|
|
9397
9433
|
ResyncMFADevice: string;
|
|
9434
|
+
SendDelegationToken: string;
|
|
9398
9435
|
SetDefaultPolicyVersion: string;
|
|
9399
9436
|
SetSecurityTokenServicePreferences: string;
|
|
9400
9437
|
SetSTSRegionalEndpointStatus: string;
|
|
@@ -9503,6 +9540,7 @@ export declare const Actions: {
|
|
|
9503
9540
|
DeleteInfrastructureConfiguration: string;
|
|
9504
9541
|
DeleteLifecyclePolicy: string;
|
|
9505
9542
|
DeleteWorkflow: string;
|
|
9543
|
+
DistributeImage: string;
|
|
9506
9544
|
GetComponent: string;
|
|
9507
9545
|
GetComponentPolicy: string;
|
|
9508
9546
|
GetContainerRecipe: string;
|
|
@@ -9549,6 +9587,7 @@ export declare const Actions: {
|
|
|
9549
9587
|
PutContainerRecipePolicy: string;
|
|
9550
9588
|
PutImagePolicy: string;
|
|
9551
9589
|
PutImageRecipePolicy: string;
|
|
9590
|
+
RetryImage: string;
|
|
9552
9591
|
SendWorkflowStepAction: string;
|
|
9553
9592
|
StartImagePipelineExecution: string;
|
|
9554
9593
|
StartResourceStateUpdate: string;
|
|
@@ -11105,6 +11144,8 @@ export declare const Actions: {
|
|
|
11105
11144
|
GetQueryStatistics: string;
|
|
11106
11145
|
GetResourceLFTags: string;
|
|
11107
11146
|
GetTableObjects: string;
|
|
11147
|
+
GetTemporaryGluePartitionCredentials: string;
|
|
11148
|
+
GetTemporaryGlueTableCredentials: string;
|
|
11108
11149
|
GetWorkUnitResults: string;
|
|
11109
11150
|
GetWorkUnits: string;
|
|
11110
11151
|
GrantPermissions: string;
|
|
@@ -11433,6 +11474,8 @@ export declare const Actions: {
|
|
|
11433
11474
|
CreateGrant: string;
|
|
11434
11475
|
CreateGrantVersion: string;
|
|
11435
11476
|
CreateLicense: string;
|
|
11477
|
+
CreateLicenseAssetGroup: string;
|
|
11478
|
+
CreateLicenseAssetRuleset: string;
|
|
11436
11479
|
CreateLicenseConfiguration: string;
|
|
11437
11480
|
CreateLicenseConversionTaskForResource: string;
|
|
11438
11481
|
CreateLicenseManagerReportGenerator: string;
|
|
@@ -11440,6 +11483,8 @@ export declare const Actions: {
|
|
|
11440
11483
|
CreateToken: string;
|
|
11441
11484
|
DeleteGrant: string;
|
|
11442
11485
|
DeleteLicense: string;
|
|
11486
|
+
DeleteLicenseAssetGroup: string;
|
|
11487
|
+
DeleteLicenseAssetRuleset: string;
|
|
11443
11488
|
DeleteLicenseConfiguration: string;
|
|
11444
11489
|
DeleteLicenseManagerReportGenerator: string;
|
|
11445
11490
|
DeleteToken: string;
|
|
@@ -11447,15 +11492,21 @@ export declare const Actions: {
|
|
|
11447
11492
|
GetAccessToken: string;
|
|
11448
11493
|
GetGrant: string;
|
|
11449
11494
|
GetLicense: string;
|
|
11495
|
+
GetLicenseAssetGroup: string;
|
|
11496
|
+
GetLicenseAssetRuleset: string;
|
|
11450
11497
|
GetLicenseConfiguration: string;
|
|
11451
11498
|
GetLicenseConversionTask: string;
|
|
11452
11499
|
GetLicenseManagerReportGenerator: string;
|
|
11453
11500
|
GetLicenseUsage: string;
|
|
11454
11501
|
GetServiceSettings: string;
|
|
11502
|
+
ListAssetsForLicenseAssetGroup: string;
|
|
11455
11503
|
ListAssociationsForLicenseConfiguration: string;
|
|
11456
11504
|
ListDistributedGrants: string;
|
|
11457
11505
|
ListFailuresForLicenseConfigurationOperations: string;
|
|
11506
|
+
ListLicenseAssetGroups: string;
|
|
11507
|
+
ListLicenseAssetRulesets: string;
|
|
11458
11508
|
ListLicenseConfigurations: string;
|
|
11509
|
+
ListLicenseConfigurationsForOrganization: string;
|
|
11459
11510
|
ListLicenseConversionTasks: string;
|
|
11460
11511
|
ListLicenseManagerReportGenerators: string;
|
|
11461
11512
|
ListLicenses: string;
|
|
@@ -11472,6 +11523,8 @@ export declare const Actions: {
|
|
|
11472
11523
|
RejectGrant: string;
|
|
11473
11524
|
TagResource: string;
|
|
11474
11525
|
UntagResource: string;
|
|
11526
|
+
UpdateLicenseAssetGroup: string;
|
|
11527
|
+
UpdateLicenseAssetRuleset: string;
|
|
11475
11528
|
UpdateLicenseConfiguration: string;
|
|
11476
11529
|
UpdateLicenseManagerReportGenerator: string;
|
|
11477
11530
|
UpdateLicenseSpecificationsForResource: string;
|
|
@@ -11649,6 +11702,7 @@ export declare const Actions: {
|
|
|
11649
11702
|
CreateLogDelivery: string;
|
|
11650
11703
|
CreateLogGroup: string;
|
|
11651
11704
|
CreateLogStream: string;
|
|
11705
|
+
CreateScheduledQuery: string;
|
|
11652
11706
|
DeleteAccountPolicy: string;
|
|
11653
11707
|
DeleteDataProtectionPolicy: string;
|
|
11654
11708
|
DeleteDelivery: string;
|
|
@@ -11666,6 +11720,7 @@ export declare const Actions: {
|
|
|
11666
11720
|
DeleteQueryDefinition: string;
|
|
11667
11721
|
DeleteResourcePolicy: string;
|
|
11668
11722
|
DeleteRetentionPolicy: string;
|
|
11723
|
+
DeleteScheduledQuery: string;
|
|
11669
11724
|
DeleteSubscriptionFilter: string;
|
|
11670
11725
|
DeleteTransformer: string;
|
|
11671
11726
|
DescribeAccountPolicies: string;
|
|
@@ -11698,6 +11753,8 @@ export declare const Actions: {
|
|
|
11698
11753
|
GetLogGroupFields: string;
|
|
11699
11754
|
GetLogRecord: string;
|
|
11700
11755
|
GetQueryResults: string;
|
|
11756
|
+
GetScheduledQuery: string;
|
|
11757
|
+
GetScheduledQueryHistory: string;
|
|
11701
11758
|
GetTransformer: string;
|
|
11702
11759
|
Link: string;
|
|
11703
11760
|
ListAnomalies: string;
|
|
@@ -11708,6 +11765,7 @@ export declare const Actions: {
|
|
|
11708
11765
|
ListLogGroups: string;
|
|
11709
11766
|
ListLogGroupsForEntity: string;
|
|
11710
11767
|
ListLogGroupsForQuery: string;
|
|
11768
|
+
ListScheduledQueries: string;
|
|
11711
11769
|
ListTagsForResource: string;
|
|
11712
11770
|
ListTagsLogGroup: string;
|
|
11713
11771
|
PutAccountPolicy: string;
|
|
@@ -11741,6 +11799,7 @@ export declare const Actions: {
|
|
|
11741
11799
|
UpdateDeliveryConfiguration: string;
|
|
11742
11800
|
UpdateLogAnomalyDetector: string;
|
|
11743
11801
|
UpdateLogDelivery: string;
|
|
11802
|
+
UpdateScheduledQuery: string;
|
|
11744
11803
|
};
|
|
11745
11804
|
lookoutequipment: {
|
|
11746
11805
|
CreateDataset: string;
|
|
@@ -13495,6 +13554,7 @@ export declare const Actions: {
|
|
|
13495
13554
|
UpdateCloudExadataInfrastructure: string;
|
|
13496
13555
|
UpdateOdbNetwork: string;
|
|
13497
13556
|
UpdateOdbPeeringConnection: string;
|
|
13557
|
+
UpdateOutboundIntegration: string;
|
|
13498
13558
|
};
|
|
13499
13559
|
omics: {
|
|
13500
13560
|
AbortMultipartReadSetUpload: string;
|
|
@@ -13752,6 +13812,7 @@ export declare const Actions: {
|
|
|
13752
13812
|
DescribeOrganizationalUnit: string;
|
|
13753
13813
|
DescribePolicy: string;
|
|
13754
13814
|
DescribeResourcePolicy: string;
|
|
13815
|
+
DescribeResponsibilityTransfer: string;
|
|
13755
13816
|
DetachPolicy: string;
|
|
13756
13817
|
DisableAWSServiceAccess: string;
|
|
13757
13818
|
DisablePolicyType: string;
|
|
@@ -13759,6 +13820,7 @@ export declare const Actions: {
|
|
|
13759
13820
|
EnableAWSServiceAccess: string;
|
|
13760
13821
|
EnablePolicyType: string;
|
|
13761
13822
|
InviteAccountToOrganization: string;
|
|
13823
|
+
InviteOrganizationToTransferResponsibility: string;
|
|
13762
13824
|
LeaveOrganization: string;
|
|
13763
13825
|
ListAccounts: string;
|
|
13764
13826
|
ListAccountsForParent: string;
|
|
@@ -13771,7 +13833,9 @@ export declare const Actions: {
|
|
|
13771
13833
|
ListEffectivePolicyValidationErrors: string;
|
|
13772
13834
|
ListHandshakesForAccount: string;
|
|
13773
13835
|
ListHandshakesForOrganization: string;
|
|
13836
|
+
ListInboundResponsibilityTransfers: string;
|
|
13774
13837
|
ListOrganizationalUnitsForParent: string;
|
|
13838
|
+
ListOutboundResponsibilityTransfers: string;
|
|
13775
13839
|
ListParents: string;
|
|
13776
13840
|
ListPolicies: string;
|
|
13777
13841
|
ListPoliciesForTarget: string;
|
|
@@ -13783,9 +13847,11 @@ export declare const Actions: {
|
|
|
13783
13847
|
RegisterDelegatedAdministrator: string;
|
|
13784
13848
|
RemoveAccountFromOrganization: string;
|
|
13785
13849
|
TagResource: string;
|
|
13850
|
+
TerminateResponsibilityTransfer: string;
|
|
13786
13851
|
UntagResource: string;
|
|
13787
13852
|
UpdateOrganizationalUnit: string;
|
|
13788
13853
|
UpdatePolicy: string;
|
|
13854
|
+
UpdateResponsibilityTransfer: string;
|
|
13789
13855
|
};
|
|
13790
13856
|
osis: {
|
|
13791
13857
|
CreatePipeline: string;
|
|
@@ -13894,23 +13960,33 @@ export declare const Actions: {
|
|
|
13894
13960
|
DisassociatePartnerUser: string;
|
|
13895
13961
|
};
|
|
13896
13962
|
partnercentral: {
|
|
13963
|
+
AcceptChannelHandshake: string;
|
|
13897
13964
|
AcceptEngagementInvitation: string;
|
|
13898
13965
|
AssignOpportunity: string;
|
|
13899
13966
|
AssociateOpportunity: string;
|
|
13967
|
+
CancelChannelHandshake: string;
|
|
13968
|
+
CreateChannelHandshake: string;
|
|
13900
13969
|
CreateEngagement: string;
|
|
13901
13970
|
CreateEngagementInvitation: string;
|
|
13902
13971
|
CreateOpportunity: string;
|
|
13972
|
+
CreateProgramManagementAccount: string;
|
|
13973
|
+
CreateRelationship: string;
|
|
13903
13974
|
CreateResourceSnapshot: string;
|
|
13904
13975
|
CreateResourceSnapshotJob: string;
|
|
13976
|
+
DeleteProgramManagementAccount: string;
|
|
13977
|
+
DeleteRelationship: string;
|
|
13905
13978
|
DeleteResourceSnapshotJob: string;
|
|
13906
13979
|
DisassociateOpportunity: string;
|
|
13907
13980
|
GetAwsOpportunitySummary: string;
|
|
13908
13981
|
GetEngagement: string;
|
|
13909
13982
|
GetEngagementInvitation: string;
|
|
13910
13983
|
GetOpportunity: string;
|
|
13984
|
+
GetProgramManagementAccount: string;
|
|
13985
|
+
GetRelationship: string;
|
|
13911
13986
|
GetResourceSnapshot: string;
|
|
13912
13987
|
GetResourceSnapshotJob: string;
|
|
13913
13988
|
GetSellingSystemSettings: string;
|
|
13989
|
+
ListChannelHandshakes: string;
|
|
13914
13990
|
ListEngagementByAcceptingInvitationTasks: string;
|
|
13915
13991
|
ListEngagementFromOpportunityTasks: string;
|
|
13916
13992
|
ListEngagementInvitations: string;
|
|
@@ -13918,11 +13994,14 @@ export declare const Actions: {
|
|
|
13918
13994
|
ListEngagementResourceAssociations: string;
|
|
13919
13995
|
ListEngagements: string;
|
|
13920
13996
|
ListOpportunities: string;
|
|
13997
|
+
ListProgramManagementAccounts: string;
|
|
13998
|
+
ListRelationships: string;
|
|
13921
13999
|
ListResourceSnapshotJobs: string;
|
|
13922
14000
|
ListResourceSnapshots: string;
|
|
13923
14001
|
ListSolutions: string;
|
|
13924
14002
|
ListTagsForResource: string;
|
|
13925
14003
|
PutSellingSystemSettings: string;
|
|
14004
|
+
RejectChannelHandshake: string;
|
|
13926
14005
|
RejectEngagementInvitation: string;
|
|
13927
14006
|
StartEngagementByAcceptingInvitationTask: string;
|
|
13928
14007
|
StartEngagementFromOpportunityTask: string;
|
|
@@ -13932,6 +14011,8 @@ export declare const Actions: {
|
|
|
13932
14011
|
TagResource: string;
|
|
13933
14012
|
UntagResource: string;
|
|
13934
14013
|
UpdateOpportunity: string;
|
|
14014
|
+
UpdateProgramManagementAccount: string;
|
|
14015
|
+
UpdateRelationship: string;
|
|
13935
14016
|
};
|
|
13936
14017
|
'payment-cryptography': {
|
|
13937
14018
|
CreateAlias: string;
|
|
@@ -14680,6 +14761,7 @@ export declare const Actions: {
|
|
|
14680
14761
|
};
|
|
14681
14762
|
quicksight: {
|
|
14682
14763
|
AccountConfigurations: string;
|
|
14764
|
+
AllowVendedLogDeliveryForResource: string;
|
|
14683
14765
|
BatchCreateTopicReviewedAnswer: string;
|
|
14684
14766
|
BatchDeleteTopicReviewedAnswer: string;
|
|
14685
14767
|
CancelIngestion: string;
|
|
@@ -16229,6 +16311,7 @@ export declare const Actions: {
|
|
|
16229
16311
|
GetAccessPointPolicyStatusForObjectLambda: string;
|
|
16230
16312
|
GetAccountPublicAccessBlock: string;
|
|
16231
16313
|
GetAnalyticsConfiguration: string;
|
|
16314
|
+
GetBucketAbac: string;
|
|
16232
16315
|
GetBucketAcl: string;
|
|
16233
16316
|
GetBucketCORS: string;
|
|
16234
16317
|
GetBucketLocation: string;
|
|
@@ -16300,6 +16383,7 @@ export declare const Actions: {
|
|
|
16300
16383
|
PutAccessPointPublicAccessBlock: string;
|
|
16301
16384
|
PutAccountPublicAccessBlock: string;
|
|
16302
16385
|
PutAnalyticsConfiguration: string;
|
|
16386
|
+
PutBucketAbac: string;
|
|
16303
16387
|
PutBucketAcl: string;
|
|
16304
16388
|
PutBucketCORS: string;
|
|
16305
16389
|
PutBucketLogging: string;
|
|
@@ -17721,6 +17805,8 @@ export declare const Actions: {
|
|
|
17721
17805
|
UntagResource: string;
|
|
17722
17806
|
};
|
|
17723
17807
|
signin: {
|
|
17808
|
+
AuthorizeOAuth2Access: string;
|
|
17809
|
+
CreateOAuth2Token: string;
|
|
17724
17810
|
CreateTrustedIdentityPropagationApplicationForConsole: string;
|
|
17725
17811
|
ListTrustedIdentityPropagationApplicationsForConsole: string;
|
|
17726
17812
|
};
|
|
@@ -18892,6 +18978,7 @@ export declare const Actions: {
|
|
|
18892
18978
|
GetResources: string;
|
|
18893
18979
|
GetTagKeys: string;
|
|
18894
18980
|
GetTagValues: string;
|
|
18981
|
+
ListRequiredTags: string;
|
|
18895
18982
|
StartReportCreation: string;
|
|
18896
18983
|
TagResources: string;
|
|
18897
18984
|
UntagResources: string;
|