@jjrawlins/cdk-iam-policy-builder-helper 0.0.71 → 0.0.73
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/cdk-iam-policy-builder-helper/jsii/jsii.go +2 -2
- package/cdk-iam-policy-builder-helper/version +1 -1
- package/lib/constructs/Actions.d.ts +15 -0
- package/lib/constructs/Actions.js +16 -1
- package/methods_list.txt +15 -0
- package/node_modules/@aws-sdk/client-iam/package.json +12 -12
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/package.json +3 -3
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.922.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.73",
|
|
3530
|
+
"fingerprint": "BEQKhSewKI2X0TGF2N0FsNrFMi66c1sJsQNI/vjOoXI="
|
|
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.72.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.72", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.72
|
|
@@ -1007,6 +1007,7 @@ export declare const Actions: {
|
|
|
1007
1007
|
aps: {
|
|
1008
1008
|
CreateAlertManagerAlerts: string;
|
|
1009
1009
|
CreateAlertManagerDefinition: string;
|
|
1010
|
+
CreateAnomalyDetector: string;
|
|
1010
1011
|
CreateLoggingConfiguration: string;
|
|
1011
1012
|
CreateQueryLoggingConfiguration: string;
|
|
1012
1013
|
CreateRuleGroupsNamespace: string;
|
|
@@ -1014,18 +1015,22 @@ export declare const Actions: {
|
|
|
1014
1015
|
CreateWorkspace: string;
|
|
1015
1016
|
DeleteAlertManagerDefinition: string;
|
|
1016
1017
|
DeleteAlertManagerSilence: string;
|
|
1018
|
+
DeleteAnomalyDetector: string;
|
|
1017
1019
|
DeleteLoggingConfiguration: string;
|
|
1018
1020
|
DeleteQueryLoggingConfiguration: string;
|
|
1019
1021
|
DeleteResourcePolicy: string;
|
|
1020
1022
|
DeleteRuleGroupsNamespace: string;
|
|
1021
1023
|
DeleteScraper: string;
|
|
1024
|
+
DeleteScraperLoggingConfiguration: string;
|
|
1022
1025
|
DeleteWorkspace: string;
|
|
1023
1026
|
DescribeAlertManagerDefinition: string;
|
|
1027
|
+
DescribeAnomalyDetector: string;
|
|
1024
1028
|
DescribeLoggingConfiguration: string;
|
|
1025
1029
|
DescribeQueryLoggingConfiguration: string;
|
|
1026
1030
|
DescribeResourcePolicy: string;
|
|
1027
1031
|
DescribeRuleGroupsNamespace: string;
|
|
1028
1032
|
DescribeScraper: string;
|
|
1033
|
+
DescribeScraperLoggingConfiguration: string;
|
|
1029
1034
|
DescribeWorkspace: string;
|
|
1030
1035
|
DescribeWorkspaceConfiguration: string;
|
|
1031
1036
|
GetAlertManagerSilence: string;
|
|
@@ -1039,13 +1044,16 @@ export declare const Actions: {
|
|
|
1039
1044
|
ListAlertManagerReceivers: string;
|
|
1040
1045
|
ListAlertManagerSilences: string;
|
|
1041
1046
|
ListAlerts: string;
|
|
1047
|
+
ListAnomalyDetectors: string;
|
|
1042
1048
|
ListRuleGroupsNamespaces: string;
|
|
1043
1049
|
ListRules: string;
|
|
1044
1050
|
ListScrapers: string;
|
|
1045
1051
|
ListTagsForResource: string;
|
|
1046
1052
|
ListWorkspaces: string;
|
|
1053
|
+
PreviewAnomalyDetector: string;
|
|
1047
1054
|
PutAlertManagerDefinition: string;
|
|
1048
1055
|
PutAlertManagerSilences: string;
|
|
1056
|
+
PutAnomalyDetector: string;
|
|
1049
1057
|
PutResourcePolicy: string;
|
|
1050
1058
|
PutRuleGroupsNamespace: string;
|
|
1051
1059
|
QueryMetrics: string;
|
|
@@ -1055,6 +1063,7 @@ export declare const Actions: {
|
|
|
1055
1063
|
UpdateLoggingConfiguration: string;
|
|
1056
1064
|
UpdateQueryLoggingConfiguration: string;
|
|
1057
1065
|
UpdateScraper: string;
|
|
1066
|
+
UpdateScraperLoggingConfiguration: string;
|
|
1058
1067
|
UpdateWorkspaceAlias: string;
|
|
1059
1068
|
UpdateWorkspaceConfiguration: string;
|
|
1060
1069
|
};
|
|
@@ -1968,6 +1977,7 @@ export declare const Actions: {
|
|
|
1968
1977
|
InvokeInlineAgent: string;
|
|
1969
1978
|
InvokeModel: string;
|
|
1970
1979
|
InvokeModelWithResponseStream: string;
|
|
1980
|
+
InvokeTool: string;
|
|
1971
1981
|
ListAgentActionGroups: string;
|
|
1972
1982
|
ListAgentAliases: string;
|
|
1973
1983
|
ListAgentCollaborators: string;
|
|
@@ -3987,6 +3997,7 @@ export declare const Actions: {
|
|
|
3987
3997
|
CreateIdentityProvider: string;
|
|
3988
3998
|
CreateManagedLoginBranding: string;
|
|
3989
3999
|
CreateResourceServer: string;
|
|
4000
|
+
CreateTerms: string;
|
|
3990
4001
|
CreateUserImportJob: string;
|
|
3991
4002
|
CreateUserPool: string;
|
|
3992
4003
|
CreateUserPoolClient: string;
|
|
@@ -3995,6 +4006,7 @@ export declare const Actions: {
|
|
|
3995
4006
|
DeleteIdentityProvider: string;
|
|
3996
4007
|
DeleteManagedLoginBranding: string;
|
|
3997
4008
|
DeleteResourceServer: string;
|
|
4009
|
+
DeleteTerms: string;
|
|
3998
4010
|
DeleteUser: string;
|
|
3999
4011
|
DeleteUserAttributes: string;
|
|
4000
4012
|
DeleteUserPool: string;
|
|
@@ -4005,6 +4017,7 @@ export declare const Actions: {
|
|
|
4005
4017
|
DescribeManagedLoginBrandingByClient: string;
|
|
4006
4018
|
DescribeResourceServer: string;
|
|
4007
4019
|
DescribeRiskConfiguration: string;
|
|
4020
|
+
DescribeTerms: string;
|
|
4008
4021
|
DescribeUserImportJob: string;
|
|
4009
4022
|
DescribeUserPool: string;
|
|
4010
4023
|
DescribeUserPoolClient: string;
|
|
@@ -4032,6 +4045,7 @@ export declare const Actions: {
|
|
|
4032
4045
|
ListResourceServers: string;
|
|
4033
4046
|
ListResourcesForWebACL: string;
|
|
4034
4047
|
ListTagsForResource: string;
|
|
4048
|
+
ListTerms: string;
|
|
4035
4049
|
ListUserImportJobs: string;
|
|
4036
4050
|
ListUserPoolClients: string;
|
|
4037
4051
|
ListUserPools: string;
|
|
@@ -4057,6 +4071,7 @@ export declare const Actions: {
|
|
|
4057
4071
|
UpdateIdentityProvider: string;
|
|
4058
4072
|
UpdateManagedLoginBranding: string;
|
|
4059
4073
|
UpdateResourceServer: string;
|
|
4074
|
+
UpdateTerms: string;
|
|
4060
4075
|
UpdateUserAttributes: string;
|
|
4061
4076
|
UpdateUserPool: string;
|
|
4062
4077
|
UpdateUserPoolClient: string;
|