@jjrawlins/cdk-iam-policy-builder-helper 0.0.23 → 0.0.25
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 +4 -4
- package/cdk-iam-policy-builder-helper/go.mod +2 -2
- 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 +18 -0
- package/lib/constructs/Actions.js +19 -1
- package/lib/constructs/ManagedPolicies.d.ts +4 -0
- package/lib/constructs/ManagedPolicies.js +5 -1
- package/methods_list.txt +6 -0
- package/node_modules/@aws-sdk/client-iam/package.json +38 -38
- package/node_modules/@aws-sdk/client-sso/package.json +36 -36
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/axios/CHANGELOG.md +35 -0
- package/node_modules/axios/README.md +13 -10
- package/node_modules/axios/dist/axios.js +358 -289
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +286 -211
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +286 -211
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +377 -211
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +9 -5
- package/node_modules/axios/index.d.ts +10 -4
- package/node_modules/axios/lib/adapters/adapters.js +6 -4
- package/node_modules/axios/lib/adapters/fetch.js +220 -163
- package/node_modules/axios/lib/adapters/http.js +18 -0
- package/node_modules/axios/lib/adapters/xhr.js +11 -8
- package/node_modules/axios/lib/core/AxiosError.js +10 -3
- package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +1 -3
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
- package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
- package/node_modules/axios/lib/utils.js +7 -3
- package/node_modules/axios/package.json +12 -9
- 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.887.0",
|
|
11
11
|
"axios": "^1.8.2",
|
|
12
12
|
"jsonc-parser": "^3.3.1"
|
|
13
13
|
},
|
|
@@ -4135,11 +4135,11 @@
|
|
|
4135
4135
|
"npm": "@jjrawlins/cdk-iam-policy-builder-helper"
|
|
4136
4136
|
},
|
|
4137
4137
|
"python": {
|
|
4138
|
-
"distName": "
|
|
4138
|
+
"distName": "jjrawlins-cdk-iam-policy-builder-helper",
|
|
4139
4139
|
"module": "jjrawlins_cdk_iam_policy_builder_helper"
|
|
4140
4140
|
}
|
|
4141
4141
|
},
|
|
4142
4142
|
"types": {},
|
|
4143
|
-
"version": "0.0.
|
|
4144
|
-
"fingerprint": "
|
|
4143
|
+
"version": "0.0.25",
|
|
4144
|
+
"fingerprint": "B8cTKHXe1teCvgT6O1Qko0dZsCq3CvjZVKM40RG15Gc="
|
|
4145
4145
|
}
|
|
@@ -6,8 +6,8 @@ require (
|
|
|
6
6
|
github.com/aws/jsii-runtime-go v1.114.1
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.214.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.4.2
|
|
9
|
-
github.com/projen/projen-go/projen v0.96.
|
|
9
|
+
github.com/projen/projen-go/projen v0.96.1
|
|
10
10
|
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.242 // indirect
|
|
11
11
|
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv6/v2 v2.1.0 // indirect
|
|
12
|
-
github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.
|
|
12
|
+
github.com/cdklabs/cloud-assembly-schema-go/awscdkcloudassemblyschema/v48 v48.9.0 // indirect
|
|
13
13
|
)
|
|
@@ -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.24.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.24", tarball)
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.24
|
|
@@ -9295,9 +9295,11 @@ export declare const Actions: {
|
|
|
9295
9295
|
identitystore: {
|
|
9296
9296
|
CreateGroup: string;
|
|
9297
9297
|
CreateGroupMembership: string;
|
|
9298
|
+
CreateIdentityStore: string;
|
|
9298
9299
|
CreateUser: string;
|
|
9299
9300
|
DeleteGroup: string;
|
|
9300
9301
|
DeleteGroupMembership: string;
|
|
9302
|
+
DeleteIdentityStore: string;
|
|
9301
9303
|
DeleteUser: string;
|
|
9302
9304
|
DescribeGroup: string;
|
|
9303
9305
|
DescribeGroupMembership: string;
|
|
@@ -9311,6 +9313,7 @@ export declare const Actions: {
|
|
|
9311
9313
|
ListGroups: string;
|
|
9312
9314
|
ListUsers: string;
|
|
9313
9315
|
UpdateGroup: string;
|
|
9316
|
+
UpdateIdentityStore: string;
|
|
9314
9317
|
UpdateUser: string;
|
|
9315
9318
|
};
|
|
9316
9319
|
imagebuilder: {
|
|
@@ -12005,6 +12008,7 @@ export declare const Actions: {
|
|
|
12005
12008
|
CreateJobTemplate: string;
|
|
12006
12009
|
CreatePreset: string;
|
|
12007
12010
|
CreateQueue: string;
|
|
12011
|
+
CreateResourceShare: string;
|
|
12008
12012
|
DeleteJobTemplate: string;
|
|
12009
12013
|
DeletePolicy: string;
|
|
12010
12014
|
DeletePreset: string;
|
|
@@ -13192,6 +13196,7 @@ export declare const Actions: {
|
|
|
13192
13196
|
AssociateChannel: string;
|
|
13193
13197
|
AssociateManagedNotificationAccountContact: string;
|
|
13194
13198
|
AssociateManagedNotificationAdditionalChannel: string;
|
|
13199
|
+
AssociateOrganizationalUnit: string;
|
|
13195
13200
|
CreateEventRule: string;
|
|
13196
13201
|
CreateNotificationConfiguration: string;
|
|
13197
13202
|
DeleteEventRule: string;
|
|
@@ -13201,6 +13206,7 @@ export declare const Actions: {
|
|
|
13201
13206
|
DisassociateChannel: string;
|
|
13202
13207
|
DisassociateManagedNotificationAccountContact: string;
|
|
13203
13208
|
DisassociateManagedNotificationAdditionalChannel: string;
|
|
13209
|
+
DisassociateOrganizationalUnit: string;
|
|
13204
13210
|
EnableNotificationsAccessForOrganization: string;
|
|
13205
13211
|
GetEventRule: string;
|
|
13206
13212
|
GetFeatureOptInStatus: string;
|
|
@@ -13216,9 +13222,11 @@ export declare const Actions: {
|
|
|
13216
13222
|
ListManagedNotificationChildEvents: string;
|
|
13217
13223
|
ListManagedNotificationConfigurations: string;
|
|
13218
13224
|
ListManagedNotificationEvents: string;
|
|
13225
|
+
ListMemberAccounts: string;
|
|
13219
13226
|
ListNotificationConfigurations: string;
|
|
13220
13227
|
ListNotificationEvents: string;
|
|
13221
13228
|
ListNotificationHubs: string;
|
|
13229
|
+
ListOrganizationalUnits: string;
|
|
13222
13230
|
ListTagsForResource: string;
|
|
13223
13231
|
PutFeatureOptInStatus: string;
|
|
13224
13232
|
RegisterNotificationHub: string;
|
|
@@ -13580,11 +13588,13 @@ export declare const Actions: {
|
|
|
13580
13588
|
LeaveOrganization: string;
|
|
13581
13589
|
ListAccounts: string;
|
|
13582
13590
|
ListAccountsForParent: string;
|
|
13591
|
+
ListAccountsWithInvalidEffectivePolicy: string;
|
|
13583
13592
|
ListAWSServiceAccessForOrganization: string;
|
|
13584
13593
|
ListChildren: string;
|
|
13585
13594
|
ListCreateAccountStatus: string;
|
|
13586
13595
|
ListDelegatedAdministrators: string;
|
|
13587
13596
|
ListDelegatedServicesForAccount: string;
|
|
13597
|
+
ListEffectivePolicyValidationErrors: string;
|
|
13588
13598
|
ListHandshakesForAccount: string;
|
|
13589
13599
|
ListHandshakesForOrganization: string;
|
|
13590
13600
|
ListOrganizationalUnitsForParent: string;
|
|
@@ -14490,6 +14500,7 @@ export declare const Actions: {
|
|
|
14490
14500
|
CreateUser: string;
|
|
14491
14501
|
CreateVPCConnection: string;
|
|
14492
14502
|
DeleteAccountCustomization: string;
|
|
14503
|
+
DeleteAccountCustomPermission: string;
|
|
14493
14504
|
DeleteAccountSubscription: string;
|
|
14494
14505
|
DeleteAnalysis: string;
|
|
14495
14506
|
DeleteBrand: string;
|
|
@@ -14522,6 +14533,7 @@ export declare const Actions: {
|
|
|
14522
14533
|
DeleteUserCustomPermission: string;
|
|
14523
14534
|
DeleteVPCConnection: string;
|
|
14524
14535
|
DescribeAccountCustomization: string;
|
|
14536
|
+
DescribeAccountCustomPermission: string;
|
|
14525
14537
|
DescribeAccountSettings: string;
|
|
14526
14538
|
DescribeAccountSubscription: string;
|
|
14527
14539
|
DescribeAnalysis: string;
|
|
@@ -14642,6 +14654,7 @@ export declare const Actions: {
|
|
|
14642
14654
|
Unsubscribe: string;
|
|
14643
14655
|
UntagResource: string;
|
|
14644
14656
|
UpdateAccountCustomization: string;
|
|
14657
|
+
UpdateAccountCustomPermission: string;
|
|
14645
14658
|
UpdateAccountSettings: string;
|
|
14646
14659
|
UpdateAnalysis: string;
|
|
14647
14660
|
UpdateAnalysisPermissions: string;
|
|
@@ -18872,10 +18885,15 @@ export declare const Actions: {
|
|
|
18872
18885
|
transform: {
|
|
18873
18886
|
AssociateConnectorResource: string;
|
|
18874
18887
|
CreateProfile: string;
|
|
18888
|
+
DeleteConnector: string;
|
|
18875
18889
|
DeleteProfile: string;
|
|
18876
18890
|
GetConnector: string;
|
|
18891
|
+
ListConnectors: string;
|
|
18877
18892
|
ListProfiles: string;
|
|
18893
|
+
ListTagsForResource: string;
|
|
18878
18894
|
RejectConnector: string;
|
|
18895
|
+
TagResource: string;
|
|
18896
|
+
UntagResource: string;
|
|
18879
18897
|
UpdateProfile: string;
|
|
18880
18898
|
};
|
|
18881
18899
|
translate: {
|