@jjrawlins/cdk-iam-policy-builder-helper 0.0.81 → 0.0.82
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 +8 -0
- package/lib/constructs/Actions.js +9 -1
- package/lib/constructs/ManagedPolicies.d.ts +8 -0
- package/lib/constructs/ManagedPolicies.js +9 -1
- package/methods_list.txt +8 -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 +11 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +11 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -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 +8 -8
- 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/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 +2 -2
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.931.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.82",
|
|
3530
|
+
"fingerprint": "1cmUbTnM16sDhAKaXnQkWbJuXufPDWsgDv1OhsM+SG4="
|
|
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.81.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.81", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.81
|
|
@@ -2970,6 +2970,7 @@ export declare const Actions: {
|
|
|
2970
2970
|
ExecuteChangeSet: string;
|
|
2971
2971
|
ExecuteStackRefactor: string;
|
|
2972
2972
|
GetGeneratedTemplate: string;
|
|
2973
|
+
GetHookResult: string;
|
|
2973
2974
|
GetResource: string;
|
|
2974
2975
|
GetResourceRequestStatus: string;
|
|
2975
2976
|
GetStackPolicy: string;
|
|
@@ -9138,10 +9139,12 @@ export declare const Actions: {
|
|
|
9138
9139
|
};
|
|
9139
9140
|
healthlake: {
|
|
9140
9141
|
CancelFHIRExportJobWithDelete: string;
|
|
9142
|
+
ConfirmAttributionList: string;
|
|
9141
9143
|
CreateFHIRDatastore: string;
|
|
9142
9144
|
CreateResource: string;
|
|
9143
9145
|
DeleteFHIRDatastore: string;
|
|
9144
9146
|
DeleteResource: string;
|
|
9147
|
+
DescribeFHIRBulkDeleteJob: string;
|
|
9145
9148
|
DescribeFHIRDatastore: string;
|
|
9146
9149
|
DescribeFHIRExportJob: string;
|
|
9147
9150
|
DescribeFHIRExportJobWithGet: string;
|
|
@@ -9159,12 +9162,17 @@ export declare const Actions: {
|
|
|
9159
9162
|
ListTagsForResource: string;
|
|
9160
9163
|
LookupCodeSystemWithGet: string;
|
|
9161
9164
|
LookupCodeSystemWithPost: string;
|
|
9165
|
+
MemberAdd: string;
|
|
9166
|
+
MemberMatch: string;
|
|
9167
|
+
MemberRemove: string;
|
|
9162
9168
|
PatchResource: string;
|
|
9163
9169
|
ProcessBundle: string;
|
|
9164
9170
|
ReadResource: string;
|
|
9171
|
+
RetrieveAttributionStatus: string;
|
|
9165
9172
|
SearchEverything: string;
|
|
9166
9173
|
SearchWithGet: string;
|
|
9167
9174
|
SearchWithPost: string;
|
|
9175
|
+
StartFHIRBulkDeleteJob: string;
|
|
9168
9176
|
StartFHIRExportJob: string;
|
|
9169
9177
|
StartFHIRExportJobWithGet: string;
|
|
9170
9178
|
StartFHIRExportJobWithPost: string;
|