@jjrawlins/cdk-iam-policy-builder-helper 0.0.79 → 0.0.80
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 +32 -0
- package/lib/constructs/Actions.js +33 -1
- package/methods_list.txt +32 -0
- package/node_modules/@aws-sdk/client-iam/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
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.929.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.80",
|
|
3530
|
+
"fingerprint": "LKxkVwuWv84OTubg8t5fkMQNlb9rojQfWSGr5aXmYB0="
|
|
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.119.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.79.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.79", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.79
|
|
@@ -4608,6 +4608,7 @@ export declare const Actions: {
|
|
|
4608
4608
|
SearchVocabularies: string;
|
|
4609
4609
|
SendChatIntegrationEvent: string;
|
|
4610
4610
|
SendIntegrationEvent: string;
|
|
4611
|
+
SendOutboundChatMessage: string;
|
|
4611
4612
|
SendOutboundEmail: string;
|
|
4612
4613
|
StartAttachedFileUpload: string;
|
|
4613
4614
|
StartChatContact: string;
|
|
@@ -4985,6 +4986,10 @@ export declare const Actions: {
|
|
|
4985
4986
|
AssociateEnvironmentRole: string;
|
|
4986
4987
|
AssociateGovernedTerms: string;
|
|
4987
4988
|
BatchDeleteLinkedTypes: string;
|
|
4989
|
+
BatchGetAttributesMetadata: string;
|
|
4990
|
+
BatchGetCell: string;
|
|
4991
|
+
BatchGetCellRun: string;
|
|
4992
|
+
BatchPutAttributesMetadata: string;
|
|
4988
4993
|
BatchPutLinkedTypes: string;
|
|
4989
4994
|
CancelMetadataGenerationRun: string;
|
|
4990
4995
|
CancelSubscription: string;
|
|
@@ -4993,6 +4998,8 @@ export declare const Actions: {
|
|
|
4993
4998
|
CreateAssetFilter: string;
|
|
4994
4999
|
CreateAssetRevision: string;
|
|
4995
5000
|
CreateAssetType: string;
|
|
5001
|
+
CreateCell: string;
|
|
5002
|
+
CreateCellRun: string;
|
|
4996
5003
|
CreateConnection: string;
|
|
4997
5004
|
CreateDataProduct: string;
|
|
4998
5005
|
CreateDataProductRevision: string;
|
|
@@ -5008,6 +5015,7 @@ export declare const Actions: {
|
|
|
5008
5015
|
CreateGlossaryTerm: string;
|
|
5009
5016
|
CreateGroupProfile: string;
|
|
5010
5017
|
CreateListingChangeSet: string;
|
|
5018
|
+
CreateNotebook: string;
|
|
5011
5019
|
CreateProject: string;
|
|
5012
5020
|
CreateProjectMembership: string;
|
|
5013
5021
|
CreateProjectProfile: string;
|
|
@@ -5020,6 +5028,8 @@ export declare const Actions: {
|
|
|
5020
5028
|
DeleteAsset: string;
|
|
5021
5029
|
DeleteAssetFilter: string;
|
|
5022
5030
|
DeleteAssetType: string;
|
|
5031
|
+
DeleteCell: string;
|
|
5032
|
+
DeleteCellRun: string;
|
|
5023
5033
|
DeleteConnection: string;
|
|
5024
5034
|
DeleteDataProduct: string;
|
|
5025
5035
|
DeleteDataSource: string;
|
|
@@ -5035,6 +5045,7 @@ export declare const Actions: {
|
|
|
5035
5045
|
DeleteGlossary: string;
|
|
5036
5046
|
DeleteGlossaryTerm: string;
|
|
5037
5047
|
DeleteListing: string;
|
|
5048
|
+
DeleteNotebook: string;
|
|
5038
5049
|
DeleteProject: string;
|
|
5039
5050
|
DeleteProjectMembership: string;
|
|
5040
5051
|
DeleteProjectProfile: string;
|
|
@@ -5045,11 +5056,16 @@ export declare const Actions: {
|
|
|
5045
5056
|
DeleteTimeSeriesDataPoints: string;
|
|
5046
5057
|
DisassociateEnvironmentRole: string;
|
|
5047
5058
|
DisassociateGovernedTerms: string;
|
|
5059
|
+
GenerateCode: string;
|
|
5048
5060
|
GetAccountPool: string;
|
|
5049
5061
|
GetAsset: string;
|
|
5050
5062
|
GetAssetFilter: string;
|
|
5051
5063
|
GetAssetType: string;
|
|
5064
|
+
GetCell: string;
|
|
5065
|
+
GetCellRun: string;
|
|
5066
|
+
GetCellRunResult: string;
|
|
5052
5067
|
GetConnection: string;
|
|
5068
|
+
GetConversation: string;
|
|
5053
5069
|
GetDataProduct: string;
|
|
5054
5070
|
GetDataSource: string;
|
|
5055
5071
|
GetDataSourceRun: string;
|
|
@@ -5074,6 +5090,8 @@ export declare const Actions: {
|
|
|
5074
5090
|
GetLineageNode: string;
|
|
5075
5091
|
GetListing: string;
|
|
5076
5092
|
GetMetadataGenerationRun: string;
|
|
5093
|
+
GetNotebook: string;
|
|
5094
|
+
GetNotebookCompute: string;
|
|
5077
5095
|
GetProject: string;
|
|
5078
5096
|
GetProjectProfile: string;
|
|
5079
5097
|
GetRule: string;
|
|
@@ -5090,7 +5108,9 @@ export declare const Actions: {
|
|
|
5090
5108
|
ListAccountsInAccountPool: string;
|
|
5091
5109
|
ListAssetFilters: string;
|
|
5092
5110
|
ListAssetRevisions: string;
|
|
5111
|
+
ListCellRuns: string;
|
|
5093
5112
|
ListConnections: string;
|
|
5113
|
+
ListConversations: string;
|
|
5094
5114
|
ListDataProductRevisions: string;
|
|
5095
5115
|
ListDataSourceRunActivities: string;
|
|
5096
5116
|
ListDataSourceRuns: string;
|
|
@@ -5110,6 +5130,7 @@ export declare const Actions: {
|
|
|
5110
5130
|
ListLineageNodeHistory: string;
|
|
5111
5131
|
ListLinkedTypes: string;
|
|
5112
5132
|
ListMetadataGenerationRuns: string;
|
|
5133
|
+
ListNotebooks: string;
|
|
5113
5134
|
ListNotifications: string;
|
|
5114
5135
|
ListPolicyGrants: string;
|
|
5115
5136
|
ListProjectMemberships: string;
|
|
@@ -5126,6 +5147,7 @@ export declare const Actions: {
|
|
|
5126
5147
|
PostLineageEvent: string;
|
|
5127
5148
|
PostTimeSeriesDataPoints: string;
|
|
5128
5149
|
ProvisionDomain: string;
|
|
5150
|
+
PutCellRunResult: string;
|
|
5129
5151
|
PutDomainSharingPolicy: string;
|
|
5130
5152
|
PutEnvironmentBlueprintConfiguration: string;
|
|
5131
5153
|
RefreshToken: string;
|
|
@@ -5140,16 +5162,22 @@ export declare const Actions: {
|
|
|
5140
5162
|
SearchRules: string;
|
|
5141
5163
|
SearchTypes: string;
|
|
5142
5164
|
SearchUserProfiles: string;
|
|
5165
|
+
SendMessage: string;
|
|
5143
5166
|
SsoLogin: string;
|
|
5144
5167
|
SsoLogout: string;
|
|
5145
5168
|
StartAccountBootstrapAction: string;
|
|
5169
|
+
StartConversation: string;
|
|
5146
5170
|
StartDataSourceRun: string;
|
|
5147
5171
|
StartMetadataGenerationRun: string;
|
|
5172
|
+
StartNotebookCompute: string;
|
|
5148
5173
|
StopMetadataGenerationRun: string;
|
|
5174
|
+
StopNotebookCompute: string;
|
|
5149
5175
|
TagResource: string;
|
|
5150
5176
|
UntagResource: string;
|
|
5151
5177
|
UpdateAccountPool: string;
|
|
5152
5178
|
UpdateAssetFilter: string;
|
|
5179
|
+
UpdateCell: string;
|
|
5180
|
+
UpdateCellRun: string;
|
|
5153
5181
|
UpdateConnection: string;
|
|
5154
5182
|
UpdateDataSource: string;
|
|
5155
5183
|
UpdateDataSourceRunActivities: string;
|
|
@@ -5164,6 +5192,7 @@ export declare const Actions: {
|
|
|
5164
5192
|
UpdateGlossary: string;
|
|
5165
5193
|
UpdateGlossaryTerm: string;
|
|
5166
5194
|
UpdateGroupProfile: string;
|
|
5195
|
+
UpdateNotebook: string;
|
|
5167
5196
|
UpdateProject: string;
|
|
5168
5197
|
UpdateProjectProfile: string;
|
|
5169
5198
|
UpdateRule: string;
|
|
@@ -18652,10 +18681,13 @@ export declare const Actions: {
|
|
|
18652
18681
|
InitiateCallForCase: string;
|
|
18653
18682
|
InitiateChatForCase: string;
|
|
18654
18683
|
InitiateLiveContactForCase: string;
|
|
18684
|
+
ListInteractionEntries: string;
|
|
18685
|
+
ListInteractions: string;
|
|
18655
18686
|
PutCaseAttributes: string;
|
|
18656
18687
|
RateCaseCommunication: string;
|
|
18657
18688
|
RefreshTrustedAdvisorCheck: string;
|
|
18658
18689
|
ResolveCase: string;
|
|
18690
|
+
ResolveInteraction: string;
|
|
18659
18691
|
SearchForCases: string;
|
|
18660
18692
|
StartInteraction: string;
|
|
18661
18693
|
UpdateCaseSeverity: string;
|