@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 0.0.87
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 +31 -0
- package/lib/constructs/Actions.js +32 -1
- package/methods_list.txt +29 -0
- package/node_modules/@aws-sdk/client-iam/README.md +64 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -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/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.934.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.87",
|
|
3530
|
+
"fingerprint": "ToVRaoa1rYU5dHZLUAp0tWpNtR4yfg2IxNnM1Z3Cnz4="
|
|
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.86.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.86", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.86
|
|
@@ -1571,6 +1571,7 @@ export declare const Actions: {
|
|
|
1571
1571
|
CreateRestoreAccessBackupVault: string;
|
|
1572
1572
|
CreateRestoreTestingPlan: string;
|
|
1573
1573
|
CreateRestoreTestingSelection: string;
|
|
1574
|
+
CreateTieringConfiguration: string;
|
|
1574
1575
|
DeleteBackupPlan: string;
|
|
1575
1576
|
DeleteBackupSelection: string;
|
|
1576
1577
|
DeleteBackupVault: string;
|
|
@@ -1583,6 +1584,7 @@ export declare const Actions: {
|
|
|
1583
1584
|
DeleteReportPlan: string;
|
|
1584
1585
|
DeleteRestoreTestingPlan: string;
|
|
1585
1586
|
DeleteRestoreTestingSelection: string;
|
|
1587
|
+
DeleteTieringConfiguration: string;
|
|
1586
1588
|
DescribeBackupJob: string;
|
|
1587
1589
|
DescribeBackupVault: string;
|
|
1588
1590
|
DescribeCopyJob: string;
|
|
@@ -1613,6 +1615,7 @@ export declare const Actions: {
|
|
|
1613
1615
|
GetRestoreTestingPlan: string;
|
|
1614
1616
|
GetRestoreTestingSelection: string;
|
|
1615
1617
|
GetSupportedResourceTypes: string;
|
|
1618
|
+
GetTieringConfiguration: string;
|
|
1616
1619
|
ListBackupJobs: string;
|
|
1617
1620
|
ListBackupJobSummaries: string;
|
|
1618
1621
|
ListBackupPlans: string;
|
|
@@ -1640,6 +1643,7 @@ export declare const Actions: {
|
|
|
1640
1643
|
ListRestoreTestingPlans: string;
|
|
1641
1644
|
ListRestoreTestingSelections: string;
|
|
1642
1645
|
ListTags: string;
|
|
1646
|
+
ListTieringConfigurations: string;
|
|
1643
1647
|
PutBackupVaultAccessPolicy: string;
|
|
1644
1648
|
PutBackupVaultLockConfiguration: string;
|
|
1645
1649
|
PutBackupVaultNotifications: string;
|
|
@@ -1663,6 +1667,7 @@ export declare const Actions: {
|
|
|
1663
1667
|
UpdateReportPlan: string;
|
|
1664
1668
|
UpdateRestoreTestingPlan: string;
|
|
1665
1669
|
UpdateRestoreTestingSelection: string;
|
|
1670
|
+
UpdateTieringConfiguration: string;
|
|
1666
1671
|
};
|
|
1667
1672
|
batch: {
|
|
1668
1673
|
CancelJob: string;
|
|
@@ -2975,6 +2980,7 @@ export declare const Actions: {
|
|
|
2975
2980
|
DescribeAccountLimits: string;
|
|
2976
2981
|
DescribeChangeSet: string;
|
|
2977
2982
|
DescribeChangeSetHooks: string;
|
|
2983
|
+
DescribeEvents: string;
|
|
2978
2984
|
DescribeGeneratedTemplate: string;
|
|
2979
2985
|
DescribeOrganizationsAccess: string;
|
|
2980
2986
|
DescribePublisher: string;
|
|
@@ -9702,20 +9708,26 @@ export declare const Actions: {
|
|
|
9702
9708
|
invoicing: {
|
|
9703
9709
|
BatchGetInvoiceProfile: string;
|
|
9704
9710
|
CreateInvoiceUnit: string;
|
|
9711
|
+
CreateProcurementPortalPreference: string;
|
|
9705
9712
|
DeleteInvoiceUnit: string;
|
|
9713
|
+
DeleteProcurementPortalPreference: string;
|
|
9706
9714
|
GetInvoiceCorrection: string;
|
|
9707
9715
|
GetInvoiceEmailDeliveryPreferences: string;
|
|
9708
9716
|
GetInvoicePDF: string;
|
|
9709
9717
|
GetInvoiceUnit: string;
|
|
9718
|
+
GetProcurementPortalPreference: string;
|
|
9710
9719
|
ListInvoiceCorrections: string;
|
|
9711
9720
|
ListInvoiceSummaries: string;
|
|
9712
9721
|
ListInvoiceUnits: string;
|
|
9722
|
+
ListProcurementPortalPreferences: string;
|
|
9713
9723
|
ListTagsForResource: string;
|
|
9714
9724
|
PutInvoiceEmailDeliveryPreferences: string;
|
|
9725
|
+
PutProcurementPortalPreference: string;
|
|
9715
9726
|
StartInvoiceCorrection: string;
|
|
9716
9727
|
TagResource: string;
|
|
9717
9728
|
UntagResource: string;
|
|
9718
9729
|
UpdateInvoiceUnit: string;
|
|
9730
|
+
UpdateProcurementPortalPreferenceStatus: string;
|
|
9719
9731
|
};
|
|
9720
9732
|
'iot-device-tester': {
|
|
9721
9733
|
CheckVersion: string;
|
|
@@ -10742,6 +10754,8 @@ export declare const Actions: {
|
|
|
10742
10754
|
DescribeConfiguration: string;
|
|
10743
10755
|
DescribeConfigurationRevision: string;
|
|
10744
10756
|
DescribeReplicator: string;
|
|
10757
|
+
DescribeTopic: string;
|
|
10758
|
+
DescribeTopicPartitions: string;
|
|
10745
10759
|
DescribeVpcConnection: string;
|
|
10746
10760
|
GetBootstrapBrokers: string;
|
|
10747
10761
|
GetClusterPolicy: string;
|
|
@@ -10758,6 +10772,7 @@ export declare const Actions: {
|
|
|
10758
10772
|
ListReplicators: string;
|
|
10759
10773
|
ListScramSecrets: string;
|
|
10760
10774
|
ListTagsForResource: string;
|
|
10775
|
+
ListTopics: string;
|
|
10761
10776
|
ListVpcConnections: string;
|
|
10762
10777
|
PutClusterPolicy: string;
|
|
10763
10778
|
RebootBroker: string;
|
|
@@ -12639,6 +12654,7 @@ export declare const Actions: {
|
|
|
12639
12654
|
ListExportErrors: string;
|
|
12640
12655
|
ListExports: string;
|
|
12641
12656
|
ListImportErrors: string;
|
|
12657
|
+
ListImportFileEnrichments: string;
|
|
12642
12658
|
ListImports: string;
|
|
12643
12659
|
ListManagedAccounts: string;
|
|
12644
12660
|
ListNetworkMigrationAnalyses: string;
|
|
@@ -12653,6 +12669,7 @@ export declare const Actions: {
|
|
|
12653
12669
|
ListNetworkMigrationMapperSegmentConstructs: string;
|
|
12654
12670
|
ListNetworkMigrationMapperSegments: string;
|
|
12655
12671
|
ListNetworkMigrationMappings: string;
|
|
12672
|
+
ListNetworkMigrationMappingUpdates: string;
|
|
12656
12673
|
ListSourceServerActions: string;
|
|
12657
12674
|
ListTagsForResource: string;
|
|
12658
12675
|
ListTemplateActions: string;
|
|
@@ -12682,11 +12699,13 @@ export declare const Actions: {
|
|
|
12682
12699
|
StartCutover: string;
|
|
12683
12700
|
StartExport: string;
|
|
12684
12701
|
StartImport: string;
|
|
12702
|
+
StartImportFileEnrichment: string;
|
|
12685
12703
|
StartNetworkMigrationAnalysis: string;
|
|
12686
12704
|
StartNetworkMigrationCodeGeneration: string;
|
|
12687
12705
|
StartNetworkMigrationDeployedStacksDeletion: string;
|
|
12688
12706
|
StartNetworkMigrationDeployment: string;
|
|
12689
12707
|
StartNetworkMigrationMapping: string;
|
|
12708
|
+
StartNetworkMigrationMappingUpdate: string;
|
|
12690
12709
|
StartReplication: string;
|
|
12691
12710
|
StartTest: string;
|
|
12692
12711
|
StopReplication: string;
|
|
@@ -14167,6 +14186,16 @@ export declare const Actions: {
|
|
|
14167
14186
|
GetProducts: string;
|
|
14168
14187
|
ListPriceLists: string;
|
|
14169
14188
|
};
|
|
14189
|
+
pricingplanmanager: {
|
|
14190
|
+
AssociateResourcesToSubscription: string;
|
|
14191
|
+
CancelSubscription: string;
|
|
14192
|
+
CancelSubscriptionChange: string;
|
|
14193
|
+
CreateSubscription: string;
|
|
14194
|
+
DisassociateResourcesFromSubscription: string;
|
|
14195
|
+
GetSubscription: string;
|
|
14196
|
+
ListSubscriptions: string;
|
|
14197
|
+
UpdateSubscription: string;
|
|
14198
|
+
};
|
|
14170
14199
|
'private-networks': {
|
|
14171
14200
|
AcknowledgeOrderReceipt: string;
|
|
14172
14201
|
ActivateDeviceIdentifier: string;
|
|
@@ -17120,6 +17149,7 @@ export declare const Actions: {
|
|
|
17120
17149
|
GetFindingAggregator: string;
|
|
17121
17150
|
GetFindingHistory: string;
|
|
17122
17151
|
GetFindings: string;
|
|
17152
|
+
GetFindingsTrendsV2: string;
|
|
17123
17153
|
GetFreeTrialEndDate: string;
|
|
17124
17154
|
GetFreeTrialUsage: string;
|
|
17125
17155
|
GetInsightFindingTrend: string;
|
|
@@ -17129,6 +17159,7 @@ export declare const Actions: {
|
|
|
17129
17159
|
GetMasterAccount: string;
|
|
17130
17160
|
GetMembers: string;
|
|
17131
17161
|
GetResourcesStatisticsV2: string;
|
|
17162
|
+
GetResourcesTrendsV2: string;
|
|
17132
17163
|
GetResourcesV2: string;
|
|
17133
17164
|
GetSecurityControlDefinition: string;
|
|
17134
17165
|
GetUsage: string;
|