@jjrawlins/cdk-iam-policy-builder-helper 0.0.91 → 0.0.93
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/go.mod +1 -1
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +41 -0
- package/lib/constructs/Actions.js +42 -1
- package/methods_list.txt +41 -0
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/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 +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- 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.940.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.93",
|
|
3530
|
+
"fingerprint": "2bvvybdDyaOdrbJrhUct7CxxRfXAaanOUP3CsbQtl3A="
|
|
3531
3531
|
}
|
|
@@ -3,7 +3,7 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdkiampolicybuilde
|
|
|
3
3
|
go 1.23
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.120.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.0.5
|
|
9
9
|
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.257 // indirect
|
|
@@ -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.92.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.92", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.92
|
|
@@ -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;
|
|
@@ -12177,12 +12193,19 @@ export declare const Actions: {
|
|
|
12177
12193
|
AddFlowOutputs: string;
|
|
12178
12194
|
AddFlowSources: string;
|
|
12179
12195
|
AddFlowVpcInterfaces: string;
|
|
12196
|
+
AssociateRouterNetworkInterface: string;
|
|
12180
12197
|
CreateBridge: string;
|
|
12181
12198
|
CreateFlow: string;
|
|
12182
12199
|
CreateGateway: string;
|
|
12200
|
+
CreateRouterInput: string;
|
|
12201
|
+
CreateRouterNetworkInterface: string;
|
|
12202
|
+
CreateRouterOutput: string;
|
|
12183
12203
|
DeleteBridge: string;
|
|
12184
12204
|
DeleteFlow: string;
|
|
12185
12205
|
DeleteGateway: string;
|
|
12206
|
+
DeleteRouterInput: string;
|
|
12207
|
+
DeleteRouterNetworkInterface: string;
|
|
12208
|
+
DeleteRouterOutput: string;
|
|
12186
12209
|
DeregisterGatewayInstance: string;
|
|
12187
12210
|
DescribeBridge: string;
|
|
12188
12211
|
DescribeFlow: string;
|
|
@@ -12193,6 +12216,11 @@ export declare const Actions: {
|
|
|
12193
12216
|
DescribeOffering: string;
|
|
12194
12217
|
DescribeReservation: string;
|
|
12195
12218
|
DiscoverGatewayPollEndpoint: string;
|
|
12219
|
+
GetRouterInput: string;
|
|
12220
|
+
GetRouterInputSourceMetadata: string;
|
|
12221
|
+
GetRouterInputThumbnail: string;
|
|
12222
|
+
GetRouterNetworkInterface: string;
|
|
12223
|
+
GetRouterOutput: string;
|
|
12196
12224
|
GrantFlowEntitlements: string;
|
|
12197
12225
|
ListBridges: string;
|
|
12198
12226
|
ListEntitlements: string;
|
|
@@ -12201,6 +12229,9 @@ export declare const Actions: {
|
|
|
12201
12229
|
ListGateways: string;
|
|
12202
12230
|
ListOfferings: string;
|
|
12203
12231
|
ListReservations: string;
|
|
12232
|
+
ListRouterInputs: string;
|
|
12233
|
+
ListRouterNetworkInterfaces: string;
|
|
12234
|
+
ListRouterOutputs: string;
|
|
12204
12235
|
ListTagsForResource: string;
|
|
12205
12236
|
PollGateway: string;
|
|
12206
12237
|
PurchaseOffering: string;
|
|
@@ -12210,11 +12241,18 @@ export declare const Actions: {
|
|
|
12210
12241
|
RemoveFlowOutput: string;
|
|
12211
12242
|
RemoveFlowSource: string;
|
|
12212
12243
|
RemoveFlowVpcInterface: string;
|
|
12244
|
+
RestartRouterInput: string;
|
|
12245
|
+
RestartRouterOutput: string;
|
|
12213
12246
|
RevokeFlowEntitlement: string;
|
|
12214
12247
|
StartFlow: string;
|
|
12248
|
+
StartRouterInput: string;
|
|
12249
|
+
StartRouterOutput: string;
|
|
12215
12250
|
StopFlow: string;
|
|
12251
|
+
StopRouterInput: string;
|
|
12252
|
+
StopRouterOutput: string;
|
|
12216
12253
|
SubmitGatewayStateChange: string;
|
|
12217
12254
|
TagResource: string;
|
|
12255
|
+
TakeRouterInput: string;
|
|
12218
12256
|
UntagResource: string;
|
|
12219
12257
|
UpdateBridge: string;
|
|
12220
12258
|
UpdateBridgeOutput: string;
|
|
@@ -12226,6 +12264,9 @@ export declare const Actions: {
|
|
|
12226
12264
|
UpdateFlowOutput: string;
|
|
12227
12265
|
UpdateFlowSource: string;
|
|
12228
12266
|
UpdateGatewayInstance: string;
|
|
12267
|
+
UpdateRouterInput: string;
|
|
12268
|
+
UpdateRouterNetworkInterface: string;
|
|
12269
|
+
UpdateRouterOutput: string;
|
|
12229
12270
|
};
|
|
12230
12271
|
mediaconvert: {
|
|
12231
12272
|
AssociateCertificate: string;
|