@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/.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.939.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.92",
|
|
3530
|
+
"fingerprint": "oeLli84zQhMLtEX4U4gj1FEOsLKe1BiReW+oQQSRPow="
|
|
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.91.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.91", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.91
|
|
@@ -3089,6 +3089,7 @@ export declare const Actions: {
|
|
|
3089
3089
|
CreateAnycastIpList: string;
|
|
3090
3090
|
CreateCachePolicy: string;
|
|
3091
3091
|
CreateCloudFrontOriginAccessIdentity: string;
|
|
3092
|
+
CreateConnectionFunction: string;
|
|
3092
3093
|
CreateConnectionGroup: string;
|
|
3093
3094
|
CreateContinuousDeploymentPolicy: string;
|
|
3094
3095
|
CreateDistribution: string;
|
|
@@ -3109,10 +3110,12 @@ export declare const Actions: {
|
|
|
3109
3110
|
CreateSavingsPlan: string;
|
|
3110
3111
|
CreateStreamingDistribution: string;
|
|
3111
3112
|
CreateStreamingDistributionWithTags: string;
|
|
3113
|
+
CreateTrustStore: string;
|
|
3112
3114
|
CreateVpcOrigin: string;
|
|
3113
3115
|
DeleteAnycastIpList: string;
|
|
3114
3116
|
DeleteCachePolicy: string;
|
|
3115
3117
|
DeleteCloudFrontOriginAccessIdentity: string;
|
|
3118
|
+
DeleteConnectionFunction: string;
|
|
3116
3119
|
DeleteConnectionGroup: string;
|
|
3117
3120
|
DeleteContinuousDeploymentPolicy: string;
|
|
3118
3121
|
DeleteDistribution: string;
|
|
@@ -3130,7 +3133,9 @@ export declare const Actions: {
|
|
|
3130
3133
|
DeleteResourcePolicy: string;
|
|
3131
3134
|
DeleteResponseHeadersPolicy: string;
|
|
3132
3135
|
DeleteStreamingDistribution: string;
|
|
3136
|
+
DeleteTrustStore: string;
|
|
3133
3137
|
DeleteVpcOrigin: string;
|
|
3138
|
+
DescribeConnectionFunction: string;
|
|
3134
3139
|
DescribeFunction: string;
|
|
3135
3140
|
DescribeKeyValueStore: string;
|
|
3136
3141
|
DisassociateDistributionTenantWebACL: string;
|
|
@@ -3140,6 +3145,7 @@ export declare const Actions: {
|
|
|
3140
3145
|
GetCachePolicyConfig: string;
|
|
3141
3146
|
GetCloudFrontOriginAccessIdentity: string;
|
|
3142
3147
|
GetCloudFrontOriginAccessIdentityConfig: string;
|
|
3148
|
+
GetConnectionFunction: string;
|
|
3143
3149
|
GetConnectionGroup: string;
|
|
3144
3150
|
GetConnectionGroupByRoutingEndpoint: string;
|
|
3145
3151
|
GetContinuousDeploymentPolicy: string;
|
|
@@ -3172,22 +3178,26 @@ export declare const Actions: {
|
|
|
3172
3178
|
GetSavingsPlan: string;
|
|
3173
3179
|
GetStreamingDistribution: string;
|
|
3174
3180
|
GetStreamingDistributionConfig: string;
|
|
3181
|
+
GetTrustStore: string;
|
|
3175
3182
|
GetVpcOrigin: string;
|
|
3176
3183
|
ListAnycastIpLists: string;
|
|
3177
3184
|
ListCachePolicies: string;
|
|
3178
3185
|
ListCloudFrontOriginAccessIdentities: string;
|
|
3179
3186
|
ListConflictingAliases: string;
|
|
3187
|
+
ListConnectionFunctions: string;
|
|
3180
3188
|
ListConnectionGroups: string;
|
|
3181
3189
|
ListContinuousDeploymentPolicies: string;
|
|
3182
3190
|
ListDistributions: string;
|
|
3183
3191
|
ListDistributionsByAnycastIpListId: string;
|
|
3184
3192
|
ListDistributionsByCachePolicyId: string;
|
|
3193
|
+
ListDistributionsByConnectionFunction: string;
|
|
3185
3194
|
ListDistributionsByConnectionMode: string;
|
|
3186
3195
|
ListDistributionsByKeyGroup: string;
|
|
3187
3196
|
ListDistributionsByLambdaFunction: string;
|
|
3188
3197
|
ListDistributionsByOriginRequestPolicyId: string;
|
|
3189
3198
|
ListDistributionsByRealtimeLogConfig: string;
|
|
3190
3199
|
ListDistributionsByResponseHeadersPolicyId: string;
|
|
3200
|
+
ListDistributionsByTrustStore: string;
|
|
3191
3201
|
ListDistributionsByVpcOriginId: string;
|
|
3192
3202
|
ListDistributionsByWebACLId: string;
|
|
3193
3203
|
ListDistributionTenants: string;
|
|
@@ -3209,16 +3219,20 @@ export declare const Actions: {
|
|
|
3209
3219
|
ListSavingsPlans: string;
|
|
3210
3220
|
ListStreamingDistributions: string;
|
|
3211
3221
|
ListTagsForResource: string;
|
|
3222
|
+
ListTrustStores: string;
|
|
3212
3223
|
ListUsages: string;
|
|
3213
3224
|
ListVpcOrigins: string;
|
|
3225
|
+
PublishConnectionFunction: string;
|
|
3214
3226
|
PublishFunction: string;
|
|
3215
3227
|
PutResourcePolicy: string;
|
|
3216
3228
|
TagResource: string;
|
|
3229
|
+
TestConnectionFunction: string;
|
|
3217
3230
|
TestFunction: string;
|
|
3218
3231
|
UntagResource: string;
|
|
3219
3232
|
UpdateAnycastIpList: string;
|
|
3220
3233
|
UpdateCachePolicy: string;
|
|
3221
3234
|
UpdateCloudFrontOriginAccessIdentity: string;
|
|
3235
|
+
UpdateConnectionFunction: string;
|
|
3222
3236
|
UpdateConnectionGroup: string;
|
|
3223
3237
|
UpdateContinuousDeploymentPolicy: string;
|
|
3224
3238
|
UpdateDistribution: string;
|
|
@@ -3237,6 +3251,7 @@ export declare const Actions: {
|
|
|
3237
3251
|
UpdateResponseHeadersPolicy: string;
|
|
3238
3252
|
UpdateSavingsPlan: string;
|
|
3239
3253
|
UpdateStreamingDistribution: string;
|
|
3254
|
+
UpdateTrustStore: string;
|
|
3240
3255
|
UpdateVpcOrigin: string;
|
|
3241
3256
|
VerifyDnsConfiguration: string;
|
|
3242
3257
|
};
|
|
@@ -11788,6 +11803,7 @@ export declare const Actions: {
|
|
|
11788
11803
|
PutIndexPolicy: string;
|
|
11789
11804
|
PutIntegration: string;
|
|
11790
11805
|
PutLogEvents: string;
|
|
11806
|
+
PutLogGroupDeletionProtection: string;
|
|
11791
11807
|
PutMetricFilter: string;
|
|
11792
11808
|
PutQueryDefinition: string;
|
|
11793
11809
|
PutResourcePolicy: string;
|