@jjrawlins/cdk-iam-policy-builder-helper 0.0.12 → 0.0.14
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 +2 -2
- package/.mergify.yml +12 -1
- package/cdk-iam-policy-builder-helper/go.mod +3 -3
- package/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/methods_list.txt +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -1
- 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 +1 -1
package/.jsii
CHANGED
package/.mergify.yml
CHANGED
|
@@ -38,7 +38,16 @@ pull_request_rules:
|
|
|
38
38
|
label:
|
|
39
39
|
toggle:
|
|
40
40
|
- conflict
|
|
41
|
-
- name: Auto-merge dependency upgrade PRs
|
|
41
|
+
- name: Auto-merge dependency upgrade PRs Constructs
|
|
42
|
+
conditions:
|
|
43
|
+
- head=github-actions/upgrade-main
|
|
44
|
+
- -label~=(do-not-merge)
|
|
45
|
+
- status-success=build
|
|
46
|
+
actions:
|
|
47
|
+
merge:
|
|
48
|
+
method: squash
|
|
49
|
+
delete_head_branch: {}
|
|
50
|
+
- name: Auto-merge dependency upgrade PRs CDK Stacks
|
|
42
51
|
conditions:
|
|
43
52
|
- head=github-actions/upgrade
|
|
44
53
|
- -label~=(do-not-merge)
|
|
@@ -52,6 +61,8 @@ pull_request_rules:
|
|
|
52
61
|
delete_head_branch: {}
|
|
53
62
|
queue:
|
|
54
63
|
name: default
|
|
64
|
+
merge:
|
|
65
|
+
method: squash
|
|
55
66
|
conditions:
|
|
56
67
|
- label = automerge
|
|
57
68
|
- -label~=(do-not-merge)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdk-iam-policy-builder-helper
|
|
2
2
|
|
|
3
|
-
go 1.
|
|
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.113.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.189.1
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
|
-
github.com/projen/projen-go/projen v0.
|
|
9
|
+
github.com/projen/projen-go/projen v0.95.6
|
|
10
10
|
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.250 // indirect
|
|
11
11
|
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
|
|
12
12
|
github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v41 v41.2.0 // indirect
|
|
@@ -14,7 +14,7 @@ import (
|
|
|
14
14
|
projen "github.com/projen/projen-go/projen/jsii"
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
17
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.13.tgz
|
|
18
18
|
var tarball []byte
|
|
19
19
|
|
|
20
20
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -26,5 +26,5 @@ func Initialize() {
|
|
|
26
26
|
projen.Initialize()
|
|
27
27
|
|
|
28
28
|
// Load this library into the kernel
|
|
29
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
29
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.13", tarball)
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.13
|
package/methods_list.txt
CHANGED
|
@@ -2573,6 +2573,7 @@ cleanrooms:BatchGetSchema
|
|
|
2573
2573
|
cleanrooms:BatchGetSchemaAnalysisRule
|
|
2574
2574
|
cleanrooms:CreateAnalysisTemplate
|
|
2575
2575
|
cleanrooms:CreateCollaboration
|
|
2576
|
+
cleanrooms:CreateCollaborationChangeRequest
|
|
2576
2577
|
cleanrooms:CreateConfiguredAudienceModelAssociation
|
|
2577
2578
|
cleanrooms:CreateConfiguredTable
|
|
2578
2579
|
cleanrooms:CreateConfiguredTableAnalysisRule
|
|
@@ -2597,6 +2598,7 @@ cleanrooms:DeletePrivacyBudgetTemplate
|
|
|
2597
2598
|
cleanrooms:GetAnalysisTemplate
|
|
2598
2599
|
cleanrooms:GetCollaboration
|
|
2599
2600
|
cleanrooms:GetCollaborationAnalysisTemplate
|
|
2601
|
+
cleanrooms:GetCollaborationChangeRequest
|
|
2600
2602
|
cleanrooms:GetCollaborationConfiguredAudienceModelAssociation
|
|
2601
2603
|
cleanrooms:GetCollaborationIdNamespaceAssociation
|
|
2602
2604
|
cleanrooms:GetCollaborationPrivacyBudgetTemplate
|
|
@@ -2615,6 +2617,7 @@ cleanrooms:GetSchema
|
|
|
2615
2617
|
cleanrooms:GetSchemaAnalysisRule
|
|
2616
2618
|
cleanrooms:ListAnalysisTemplates
|
|
2617
2619
|
cleanrooms:ListCollaborationAnalysisTemplates
|
|
2620
|
+
cleanrooms:ListCollaborationChangeRequests
|
|
2618
2621
|
cleanrooms:ListCollaborationConfiguredAudienceModelAssociations
|
|
2619
2622
|
cleanrooms:ListCollaborationIdNamespaceAssociations
|
|
2620
2623
|
cleanrooms:ListCollaborationPrivacyBudgets
|
|
@@ -12359,6 +12362,7 @@ mq:ListUsers
|
|
|
12359
12362
|
mq:Promote
|
|
12360
12363
|
mq:RebootBroker
|
|
12361
12364
|
mq:UpdateBroker
|
|
12365
|
+
mq:UpdateBrokerAccessConfiguration
|
|
12362
12366
|
mq:UpdateConfiguration
|
|
12363
12367
|
mq:UpdateUser
|
|
12364
12368
|
neptune-db:CancelLoaderJob
|
|
@@ -37,7 +37,7 @@ export declare const extendedFloat16 = 25;
|
|
|
37
37
|
export declare const extendedFloat32 = 26;
|
|
38
38
|
export declare const extendedFloat64 = 27;
|
|
39
39
|
export declare const minorIndefinite = 31;
|
|
40
|
-
export declare function alloc(size: number): Uint8Array
|
|
40
|
+
export declare function alloc(size: number): Uint8Array;
|
|
41
41
|
/**
|
|
42
42
|
* @public
|
|
43
43
|
*
|
|
@@ -40,7 +40,7 @@ export declare const extendedFloat16 = 25;
|
|
|
40
40
|
export declare const extendedFloat32 = 26;
|
|
41
41
|
export declare const extendedFloat64 = 27;
|
|
42
42
|
export declare const minorIndefinite = 31;
|
|
43
|
-
export declare function alloc(size: number): Uint8Array
|
|
43
|
+
export declare function alloc(size: number): Uint8Array;
|
|
44
44
|
/**
|
|
45
45
|
* @public
|
|
46
46
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-endpoint",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.21",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-endpoint",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/core": "^3.9.
|
|
27
|
+
"@smithy/core": "^3.9.2",
|
|
28
28
|
"@smithy/middleware-serde": "^4.0.9",
|
|
29
29
|
"@smithy/node-config-provider": "^4.1.4",
|
|
30
30
|
"@smithy/shared-ini-file-loader": "^4.0.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-retry",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.22",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline middleware-retry",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@smithy/node-config-provider": "^4.1.4",
|
|
37
37
|
"@smithy/protocol-http": "^5.1.3",
|
|
38
38
|
"@smithy/service-error-classification": "^4.0.7",
|
|
39
|
-
"@smithy/smithy-client": "^4.5.
|
|
39
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
40
40
|
"@smithy/types": "^4.3.2",
|
|
41
41
|
"@smithy/util-middleware": "^4.0.5",
|
|
42
42
|
"@smithy/util-retry": "^4.0.7",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/smithy-client",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline smithy-client",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/core": "^3.9.
|
|
28
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
27
|
+
"@smithy/core": "^3.9.2",
|
|
28
|
+
"@smithy/middleware-endpoint": "^4.1.21",
|
|
29
29
|
"@smithy/middleware-stack": "^4.0.5",
|
|
30
30
|
"@smithy/protocol-http": "^5.1.3",
|
|
31
31
|
"@smithy/types": "^4.3.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-browser",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.29",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@smithy/property-provider": "^4.0.5",
|
|
27
|
-
"@smithy/smithy-client": "^4.5.
|
|
27
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
28
28
|
"@smithy/types": "^4.3.2",
|
|
29
29
|
"bowser": "^2.11.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-defaults-mode-node",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.29",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "node ../../scripts/inline util-defaults-mode-node",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@smithy/credential-provider-imds": "^4.0.7",
|
|
28
28
|
"@smithy/node-config-provider": "^4.1.4",
|
|
29
29
|
"@smithy/property-provider": "^4.0.5",
|
|
30
|
-
"@smithy/smithy-client": "^4.5.
|
|
30
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
31
31
|
"@smithy/types": "^4.3.2",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|