@jjrawlins/cdk-iam-policy-builder-helper 0.0.90 → 0.0.92
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 +16 -0
- package/lib/constructs/Actions.js +17 -1
- package/methods_list.txt +16 -0
- package/node_modules/@aws-sdk/client-iam/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-login/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +7 -0
- package/node_modules/bowser/package.json +5 -1
- package/node_modules/bowser/src/bowser.js +6 -0
- package/node_modules/bowser/src/constants.js +69 -19
- package/node_modules/bowser/src/parser-browsers.js +379 -0
- package/node_modules/bowser/src/parser-os.js +12 -0
- package/node_modules/bowser/src/parser-platforms.js +242 -0
- package/node_modules/bowser/src/utils.js +31 -13
- package/package.json +4 -4
package/methods_list.txt
CHANGED
|
@@ -2951,6 +2951,7 @@ cloudfront:CopyDistribution
|
|
|
2951
2951
|
cloudfront:CreateAnycastIpList
|
|
2952
2952
|
cloudfront:CreateCachePolicy
|
|
2953
2953
|
cloudfront:CreateCloudFrontOriginAccessIdentity
|
|
2954
|
+
cloudfront:CreateConnectionFunction
|
|
2954
2955
|
cloudfront:CreateConnectionGroup
|
|
2955
2956
|
cloudfront:CreateContinuousDeploymentPolicy
|
|
2956
2957
|
cloudfront:CreateDistribution
|
|
@@ -2971,10 +2972,12 @@ cloudfront:CreateResponseHeadersPolicy
|
|
|
2971
2972
|
cloudfront:CreateSavingsPlan
|
|
2972
2973
|
cloudfront:CreateStreamingDistribution
|
|
2973
2974
|
cloudfront:CreateStreamingDistributionWithTags
|
|
2975
|
+
cloudfront:CreateTrustStore
|
|
2974
2976
|
cloudfront:CreateVpcOrigin
|
|
2975
2977
|
cloudfront:DeleteAnycastIpList
|
|
2976
2978
|
cloudfront:DeleteCachePolicy
|
|
2977
2979
|
cloudfront:DeleteCloudFrontOriginAccessIdentity
|
|
2980
|
+
cloudfront:DeleteConnectionFunction
|
|
2978
2981
|
cloudfront:DeleteConnectionGroup
|
|
2979
2982
|
cloudfront:DeleteContinuousDeploymentPolicy
|
|
2980
2983
|
cloudfront:DeleteDistribution
|
|
@@ -2992,7 +2995,9 @@ cloudfront:DeleteRealtimeLogConfig
|
|
|
2992
2995
|
cloudfront:DeleteResourcePolicy
|
|
2993
2996
|
cloudfront:DeleteResponseHeadersPolicy
|
|
2994
2997
|
cloudfront:DeleteStreamingDistribution
|
|
2998
|
+
cloudfront:DeleteTrustStore
|
|
2995
2999
|
cloudfront:DeleteVpcOrigin
|
|
3000
|
+
cloudfront:DescribeConnectionFunction
|
|
2996
3001
|
cloudfront:DescribeFunction
|
|
2997
3002
|
cloudfront:DescribeKeyValueStore
|
|
2998
3003
|
cloudfront:DisassociateDistributionTenantWebACL
|
|
@@ -3002,6 +3007,7 @@ cloudfront:GetCachePolicy
|
|
|
3002
3007
|
cloudfront:GetCachePolicyConfig
|
|
3003
3008
|
cloudfront:GetCloudFrontOriginAccessIdentity
|
|
3004
3009
|
cloudfront:GetCloudFrontOriginAccessIdentityConfig
|
|
3010
|
+
cloudfront:GetConnectionFunction
|
|
3005
3011
|
cloudfront:GetConnectionGroup
|
|
3006
3012
|
cloudfront:GetConnectionGroupByRoutingEndpoint
|
|
3007
3013
|
cloudfront:GetContinuousDeploymentPolicy
|
|
@@ -3034,22 +3040,26 @@ cloudfront:GetResponseHeadersPolicyConfig
|
|
|
3034
3040
|
cloudfront:GetSavingsPlan
|
|
3035
3041
|
cloudfront:GetStreamingDistribution
|
|
3036
3042
|
cloudfront:GetStreamingDistributionConfig
|
|
3043
|
+
cloudfront:GetTrustStore
|
|
3037
3044
|
cloudfront:GetVpcOrigin
|
|
3038
3045
|
cloudfront:ListAnycastIpLists
|
|
3039
3046
|
cloudfront:ListCachePolicies
|
|
3040
3047
|
cloudfront:ListCloudFrontOriginAccessIdentities
|
|
3041
3048
|
cloudfront:ListConflictingAliases
|
|
3049
|
+
cloudfront:ListConnectionFunctions
|
|
3042
3050
|
cloudfront:ListConnectionGroups
|
|
3043
3051
|
cloudfront:ListContinuousDeploymentPolicies
|
|
3044
3052
|
cloudfront:ListDistributions
|
|
3045
3053
|
cloudfront:ListDistributionsByAnycastIpListId
|
|
3046
3054
|
cloudfront:ListDistributionsByCachePolicyId
|
|
3055
|
+
cloudfront:ListDistributionsByConnectionFunction
|
|
3047
3056
|
cloudfront:ListDistributionsByConnectionMode
|
|
3048
3057
|
cloudfront:ListDistributionsByKeyGroup
|
|
3049
3058
|
cloudfront:ListDistributionsByLambdaFunction
|
|
3050
3059
|
cloudfront:ListDistributionsByOriginRequestPolicyId
|
|
3051
3060
|
cloudfront:ListDistributionsByRealtimeLogConfig
|
|
3052
3061
|
cloudfront:ListDistributionsByResponseHeadersPolicyId
|
|
3062
|
+
cloudfront:ListDistributionsByTrustStore
|
|
3053
3063
|
cloudfront:ListDistributionsByVpcOriginId
|
|
3054
3064
|
cloudfront:ListDistributionsByWebACLId
|
|
3055
3065
|
cloudfront:ListDistributionTenants
|
|
@@ -3071,16 +3081,20 @@ cloudfront:ListResponseHeadersPolicies
|
|
|
3071
3081
|
cloudfront:ListSavingsPlans
|
|
3072
3082
|
cloudfront:ListStreamingDistributions
|
|
3073
3083
|
cloudfront:ListTagsForResource
|
|
3084
|
+
cloudfront:ListTrustStores
|
|
3074
3085
|
cloudfront:ListUsages
|
|
3075
3086
|
cloudfront:ListVpcOrigins
|
|
3087
|
+
cloudfront:PublishConnectionFunction
|
|
3076
3088
|
cloudfront:PublishFunction
|
|
3077
3089
|
cloudfront:PutResourcePolicy
|
|
3078
3090
|
cloudfront:TagResource
|
|
3091
|
+
cloudfront:TestConnectionFunction
|
|
3079
3092
|
cloudfront:TestFunction
|
|
3080
3093
|
cloudfront:UntagResource
|
|
3081
3094
|
cloudfront:UpdateAnycastIpList
|
|
3082
3095
|
cloudfront:UpdateCachePolicy
|
|
3083
3096
|
cloudfront:UpdateCloudFrontOriginAccessIdentity
|
|
3097
|
+
cloudfront:UpdateConnectionFunction
|
|
3084
3098
|
cloudfront:UpdateConnectionGroup
|
|
3085
3099
|
cloudfront:UpdateContinuousDeploymentPolicy
|
|
3086
3100
|
cloudfront:UpdateDistribution
|
|
@@ -3099,6 +3113,7 @@ cloudfront:UpdateRealtimeLogConfig
|
|
|
3099
3113
|
cloudfront:UpdateResponseHeadersPolicy
|
|
3100
3114
|
cloudfront:UpdateSavingsPlan
|
|
3101
3115
|
cloudfront:UpdateStreamingDistribution
|
|
3116
|
+
cloudfront:UpdateTrustStore
|
|
3102
3117
|
cloudfront:UpdateVpcOrigin
|
|
3103
3118
|
cloudfront:VerifyDnsConfiguration
|
|
3104
3119
|
cloudhsm:CopyBackupToRegion
|
|
@@ -11376,6 +11391,7 @@ logs:PutDestinationPolicy
|
|
|
11376
11391
|
logs:PutIndexPolicy
|
|
11377
11392
|
logs:PutIntegration
|
|
11378
11393
|
logs:PutLogEvents
|
|
11394
|
+
logs:PutLogGroupDeletionProtection
|
|
11379
11395
|
logs:PutMetricFilter
|
|
11380
11396
|
logs:PutQueryDefinition
|
|
11381
11397
|
logs:PutResourcePolicy
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.939.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.936.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.939.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@aws-sdk/core": "3.936.0",
|
|
32
32
|
"@aws-sdk/credential-provider-env": "3.936.0",
|
|
33
33
|
"@aws-sdk/credential-provider-http": "3.936.0",
|
|
34
|
-
"@aws-sdk/credential-provider-login": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-login": "3.939.0",
|
|
35
35
|
"@aws-sdk/credential-provider-process": "3.936.0",
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "3.939.0",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "3.939.0",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.939.0",
|
|
39
39
|
"@aws-sdk/types": "3.936.0",
|
|
40
40
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
41
41
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@aws-sdk/core": "3.936.0",
|
|
32
|
-
"@aws-sdk/nested-clients": "3.
|
|
32
|
+
"@aws-sdk/nested-clients": "3.939.0",
|
|
33
33
|
"@aws-sdk/types": "3.936.0",
|
|
34
34
|
"@smithy/property-provider": "^4.2.5",
|
|
35
35
|
"@smithy/protocol-http": "^5.3.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@aws-sdk/credential-provider-env": "3.936.0",
|
|
35
35
|
"@aws-sdk/credential-provider-http": "3.936.0",
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.939.0",
|
|
37
37
|
"@aws-sdk/credential-provider-process": "3.936.0",
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "3.939.0",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.939.0",
|
|
40
40
|
"@aws-sdk/types": "3.936.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
42
42
|
"@smithy/property-provider": "^4.2.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@aws-sdk/client-sso": "3.936.0",
|
|
30
30
|
"@aws-sdk/core": "3.936.0",
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
31
|
+
"@aws-sdk/token-providers": "3.939.0",
|
|
32
32
|
"@aws-sdk/types": "3.936.0",
|
|
33
33
|
"@smithy/property-provider": "^4.2.5",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@aws-sdk/core": "3.936.0",
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
38
|
+
"@aws-sdk/nested-clients": "3.939.0",
|
|
39
39
|
"@aws-sdk/types": "3.936.0",
|
|
40
40
|
"@smithy/property-provider": "^4.2.5",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -200,9 +200,8 @@ declare const AssumeRoleCommand_base: {
|
|
|
200
200
|
* @throws {@link RegionDisabledException} (client fault)
|
|
201
201
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
202
202
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
203
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
204
|
-
*
|
|
205
|
-
* Guide</i>.</p>
|
|
203
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
204
|
+
* User Guide</i>.</p>
|
|
206
205
|
*
|
|
207
206
|
* @throws {@link STSServiceException}
|
|
208
207
|
* <p>Base exception class for all service exceptions from STS service.</p>
|
|
@@ -233,9 +233,8 @@ declare const AssumeRoleWithWebIdentityCommand_base: {
|
|
|
233
233
|
* @throws {@link RegionDisabledException} (client fault)
|
|
234
234
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
235
235
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
236
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
237
|
-
*
|
|
238
|
-
* Guide</i>.</p>
|
|
236
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
237
|
+
* User Guide</i>.</p>
|
|
239
238
|
*
|
|
240
239
|
* @throws {@link STSServiceException}
|
|
241
240
|
* <p>Base exception class for all service exceptions from STS service.</p>
|
|
@@ -49,9 +49,8 @@ export declare class PackedPolicyTooLargeException extends __BaseException {
|
|
|
49
49
|
/**
|
|
50
50
|
* <p>STS is not activated in the requested region for the account that is being asked to
|
|
51
51
|
* generate credentials. The account administrator must use the IAM console to activate
|
|
52
|
-
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and
|
|
53
|
-
*
|
|
54
|
-
* Guide</i>.</p>
|
|
52
|
+
* STS in that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#sts-regions-activate-deactivate">Activating and Deactivating STS in an Amazon Web Services Region</a> in the <i>IAM
|
|
53
|
+
* User Guide</i>.</p>
|
|
55
54
|
* @public
|
|
56
55
|
*/
|
|
57
56
|
export declare class RegionDisabledException extends __BaseException {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.939.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@aws-sdk/core": "3.936.0",
|
|
33
|
-
"@aws-sdk/nested-clients": "3.
|
|
33
|
+
"@aws-sdk/nested-clients": "3.939.0",
|
|
34
34
|
"@aws-sdk/types": "3.936.0",
|
|
35
35
|
"@smithy/property-provider": "^4.2.5",
|
|
36
36
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|