@jjrawlins/cdk-iam-policy-builder-helper 0.0.95 → 0.0.96
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 +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +120 -0
- package/lib/constructs/Actions.js +121 -1
- package/lib/constructs/ManagedPolicies.d.ts +12 -0
- package/lib/constructs/ManagedPolicies.js +13 -1
- package/methods_list.txt +116 -0
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -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.95.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.95", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.95
|
|
@@ -1397,10 +1397,12 @@ export declare const Actions: {
|
|
|
1397
1397
|
};
|
|
1398
1398
|
'aws-marketplace': {
|
|
1399
1399
|
AcceptAgreementApprovalRequest: string;
|
|
1400
|
+
AcceptAgreementPaymentRequest: string;
|
|
1400
1401
|
AcceptAgreementRequest: string;
|
|
1401
1402
|
AssociateProductsWithPrivateMarketplace: string;
|
|
1402
1403
|
BatchMeterUsage: string;
|
|
1403
1404
|
CancelAgreement: string;
|
|
1405
|
+
CancelAgreementPaymentRequest: string;
|
|
1404
1406
|
CancelAgreementRequest: string;
|
|
1405
1407
|
CancelChangeSet: string;
|
|
1406
1408
|
CreateAgreementRequest: string;
|
|
@@ -1416,6 +1418,7 @@ export declare const Actions: {
|
|
|
1416
1418
|
DisassociateProductsFromPrivateMarketplace: string;
|
|
1417
1419
|
GetAgreementApprovalRequest: string;
|
|
1418
1420
|
GetAgreementEntitlements: string;
|
|
1421
|
+
GetAgreementPaymentRequest: string;
|
|
1419
1422
|
GetAgreementRequest: string;
|
|
1420
1423
|
GetAgreementTerms: string;
|
|
1421
1424
|
GetBuyerDashboard: string;
|
|
@@ -1424,6 +1427,7 @@ export declare const Actions: {
|
|
|
1424
1427
|
GetSellerDashboard: string;
|
|
1425
1428
|
ListAgreementApprovalRequests: string;
|
|
1426
1429
|
ListAgreementCharges: string;
|
|
1430
|
+
ListAgreementPaymentRequests: string;
|
|
1427
1431
|
ListAgreementRequests: string;
|
|
1428
1432
|
ListAssessments: string;
|
|
1429
1433
|
ListBuilds: string;
|
|
@@ -1439,8 +1443,10 @@ export declare const Actions: {
|
|
|
1439
1443
|
PutResourcePolicy: string;
|
|
1440
1444
|
RegisterUsage: string;
|
|
1441
1445
|
RejectAgreementApprovalRequest: string;
|
|
1446
|
+
RejectAgreementPaymentRequest: string;
|
|
1442
1447
|
ResolveCustomer: string;
|
|
1443
1448
|
SearchAgreements: string;
|
|
1449
|
+
SendAgreementPaymentRequest: string;
|
|
1444
1450
|
StartBuild: string;
|
|
1445
1451
|
StartChangeSet: string;
|
|
1446
1452
|
Subscribe: string;
|
|
@@ -1451,6 +1457,11 @@ export declare const Actions: {
|
|
|
1451
1457
|
UpdatePurchaseOrders: string;
|
|
1452
1458
|
ViewSubscriptions: string;
|
|
1453
1459
|
};
|
|
1460
|
+
'aws-mcp': {
|
|
1461
|
+
CallReadOnlyTool: string;
|
|
1462
|
+
CallReadWriteTool: string;
|
|
1463
|
+
InvokeMcp: string;
|
|
1464
|
+
};
|
|
1454
1465
|
'aws-portal': {
|
|
1455
1466
|
GetConsoleActionSetEnforced: string;
|
|
1456
1467
|
ModifyAccount: string;
|
|
@@ -14011,20 +14022,37 @@ export declare const Actions: {
|
|
|
14011
14022
|
UpdateDeviceMetadata: string;
|
|
14012
14023
|
};
|
|
14013
14024
|
'partnercentral-account-management': {
|
|
14025
|
+
AccessLegacyPartnerCentral: string;
|
|
14026
|
+
AccessMarketingCentral: string;
|
|
14014
14027
|
AssociatePartnerAccount: string;
|
|
14015
14028
|
AssociatePartnerUser: string;
|
|
14016
14029
|
DisassociatePartnerUser: string;
|
|
14017
14030
|
};
|
|
14018
14031
|
partnercentral: {
|
|
14019
14032
|
AcceptChannelHandshake: string;
|
|
14033
|
+
AcceptConnectionInvitation: string;
|
|
14020
14034
|
AcceptEngagementInvitation: string;
|
|
14035
|
+
AmendBenefitApplication: string;
|
|
14021
14036
|
AssignOpportunity: string;
|
|
14037
|
+
AssociateAwsTrainingCertificationEmailDomain: string;
|
|
14038
|
+
AssociateBenefitApplicationResource: string;
|
|
14022
14039
|
AssociateOpportunity: string;
|
|
14040
|
+
CancelBenefitApplication: string;
|
|
14023
14041
|
CancelChannelHandshake: string;
|
|
14042
|
+
CancelConnection: string;
|
|
14043
|
+
CancelConnectionInvitation: string;
|
|
14044
|
+
CancelProfileUpdateTask: string;
|
|
14045
|
+
CreateBenefitApplication: string;
|
|
14046
|
+
CreateBusinessPlan: string;
|
|
14024
14047
|
CreateChannelHandshake: string;
|
|
14048
|
+
CreateCollaborationChannelMembers: string;
|
|
14049
|
+
CreateCollaborationChannelRequest: string;
|
|
14050
|
+
CreateConnectionInvitation: string;
|
|
14025
14051
|
CreateEngagement: string;
|
|
14052
|
+
CreateEngagementContext: string;
|
|
14026
14053
|
CreateEngagementInvitation: string;
|
|
14027
14054
|
CreateOpportunity: string;
|
|
14055
|
+
CreatePartner: string;
|
|
14028
14056
|
CreateProgramManagementAccount: string;
|
|
14029
14057
|
CreateRelationship: string;
|
|
14030
14058
|
CreateResourceSnapshot: string;
|
|
@@ -14032,17 +14060,42 @@ export declare const Actions: {
|
|
|
14032
14060
|
DeleteProgramManagementAccount: string;
|
|
14033
14061
|
DeleteRelationship: string;
|
|
14034
14062
|
DeleteResourceSnapshotJob: string;
|
|
14063
|
+
DisassociateAwsTrainingCertificationEmailDomain: string;
|
|
14064
|
+
DisassociateBenefitApplicationResource: string;
|
|
14035
14065
|
DisassociateOpportunity: string;
|
|
14066
|
+
EnrollInPartnerPath: string;
|
|
14067
|
+
GetAllianceLeadContact: string;
|
|
14036
14068
|
GetAwsOpportunitySummary: string;
|
|
14069
|
+
GetBenefit: string;
|
|
14070
|
+
GetBenefitAllocation: string;
|
|
14071
|
+
GetBenefitApplication: string;
|
|
14072
|
+
GetBusinessPlan: string;
|
|
14073
|
+
GetCollaborationChannel: string;
|
|
14074
|
+
GetConnection: string;
|
|
14075
|
+
GetConnectionInvitation: string;
|
|
14076
|
+
GetConnectionPreferences: string;
|
|
14037
14077
|
GetEngagement: string;
|
|
14038
14078
|
GetEngagementInvitation: string;
|
|
14039
14079
|
GetOpportunity: string;
|
|
14080
|
+
GetPartner: string;
|
|
14081
|
+
GetPartnerDashboard: string;
|
|
14082
|
+
GetPartnerProfile: string;
|
|
14083
|
+
GetProfileUpdateTask: string;
|
|
14084
|
+
GetProfileVisibility: string;
|
|
14040
14085
|
GetProgramManagementAccount: string;
|
|
14041
14086
|
GetRelationship: string;
|
|
14042
14087
|
GetResourceSnapshot: string;
|
|
14043
14088
|
GetResourceSnapshotJob: string;
|
|
14044
14089
|
GetSellingSystemSettings: string;
|
|
14090
|
+
GetVerification: string;
|
|
14091
|
+
ListBenefitAllocations: string;
|
|
14092
|
+
ListBenefitApplications: string;
|
|
14093
|
+
ListBenefits: string;
|
|
14094
|
+
ListBusinessPlans: string;
|
|
14045
14095
|
ListChannelHandshakes: string;
|
|
14096
|
+
ListCollaborationChannels: string;
|
|
14097
|
+
ListConnectionInvitations: string;
|
|
14098
|
+
ListConnections: string;
|
|
14046
14099
|
ListEngagementByAcceptingInvitationTasks: string;
|
|
14047
14100
|
ListEngagementFromOpportunityTasks: string;
|
|
14048
14101
|
ListEngagementInvitations: string;
|
|
@@ -14050,22 +14103,39 @@ export declare const Actions: {
|
|
|
14050
14103
|
ListEngagementResourceAssociations: string;
|
|
14051
14104
|
ListEngagements: string;
|
|
14052
14105
|
ListOpportunities: string;
|
|
14106
|
+
ListOpportunityFromEngagementTasks: string;
|
|
14107
|
+
ListPartnerPaths: string;
|
|
14108
|
+
ListPartners: string;
|
|
14053
14109
|
ListProgramManagementAccounts: string;
|
|
14054
14110
|
ListRelationships: string;
|
|
14055
14111
|
ListResourceSnapshotJobs: string;
|
|
14056
14112
|
ListResourceSnapshots: string;
|
|
14057
14113
|
ListSolutions: string;
|
|
14058
14114
|
ListTagsForResource: string;
|
|
14115
|
+
PutAllianceLeadContact: string;
|
|
14116
|
+
PutBusinessPlan: string;
|
|
14117
|
+
PutProfileVisibility: string;
|
|
14059
14118
|
PutSellingSystemSettings: string;
|
|
14119
|
+
RecallBenefitApplication: string;
|
|
14060
14120
|
RejectChannelHandshake: string;
|
|
14121
|
+
RejectConnectionInvitation: string;
|
|
14061
14122
|
RejectEngagementInvitation: string;
|
|
14123
|
+
SearchPartnerProfiles: string;
|
|
14124
|
+
SendEmailVerificationCode: string;
|
|
14062
14125
|
StartEngagementByAcceptingInvitationTask: string;
|
|
14063
14126
|
StartEngagementFromOpportunityTask: string;
|
|
14127
|
+
StartOpportunityFromEngagementTask: string;
|
|
14128
|
+
StartProfileUpdateTask: string;
|
|
14064
14129
|
StartResourceSnapshotJob: string;
|
|
14130
|
+
StartVerification: string;
|
|
14065
14131
|
StopResourceSnapshotJob: string;
|
|
14132
|
+
SubmitBenefitApplication: string;
|
|
14066
14133
|
SubmitOpportunity: string;
|
|
14067
14134
|
TagResource: string;
|
|
14068
14135
|
UntagResource: string;
|
|
14136
|
+
UpdateBenefitApplication: string;
|
|
14137
|
+
UpdateConnectionPreferences: string;
|
|
14138
|
+
UpdateEngagementContext: string;
|
|
14069
14139
|
UpdateOpportunity: string;
|
|
14070
14140
|
UpdateProgramManagementAccount: string;
|
|
14071
14141
|
UpdateRelationship: string;
|
|
@@ -16096,6 +16166,56 @@ export declare const Actions: {
|
|
|
16096
16166
|
UpdateTagsForDomain: string;
|
|
16097
16167
|
ViewBilling: string;
|
|
16098
16168
|
};
|
|
16169
|
+
route53globalresolver: {
|
|
16170
|
+
AllowVendedLogDeliveryForResource: string;
|
|
16171
|
+
AssociateHostedZone: string;
|
|
16172
|
+
BatchCreateFirewallRule: string;
|
|
16173
|
+
BatchDeleteFirewallRule: string;
|
|
16174
|
+
BatchUpdateFirewallRule: string;
|
|
16175
|
+
CreateAccessSource: string;
|
|
16176
|
+
CreateAccessToken: string;
|
|
16177
|
+
CreateDNSView: string;
|
|
16178
|
+
CreateFirewallDomainList: string;
|
|
16179
|
+
CreateFirewallRule: string;
|
|
16180
|
+
CreateGlobalResolver: string;
|
|
16181
|
+
DeleteAccessSource: string;
|
|
16182
|
+
DeleteAccessToken: string;
|
|
16183
|
+
DeleteDNSView: string;
|
|
16184
|
+
DeleteFirewallDomainList: string;
|
|
16185
|
+
DeleteFirewallRule: string;
|
|
16186
|
+
DeleteGlobalResolver: string;
|
|
16187
|
+
DisableDNSView: string;
|
|
16188
|
+
DisassociateHostedZone: string;
|
|
16189
|
+
EnableDNSView: string;
|
|
16190
|
+
GetAccessSource: string;
|
|
16191
|
+
GetAccessToken: string;
|
|
16192
|
+
GetDNSView: string;
|
|
16193
|
+
GetFirewallDomainList: string;
|
|
16194
|
+
GetFirewallRule: string;
|
|
16195
|
+
GetGlobalResolver: string;
|
|
16196
|
+
GetHostedZoneAssociation: string;
|
|
16197
|
+
GetManagedFirewallDomainList: string;
|
|
16198
|
+
ImportFirewallDomains: string;
|
|
16199
|
+
ListAccessSources: string;
|
|
16200
|
+
ListAccessTokens: string;
|
|
16201
|
+
ListDNSViews: string;
|
|
16202
|
+
ListFirewallDomainLists: string;
|
|
16203
|
+
ListFirewallDomains: string;
|
|
16204
|
+
ListFirewallRules: string;
|
|
16205
|
+
ListGlobalResolvers: string;
|
|
16206
|
+
ListHostedZoneAssociations: string;
|
|
16207
|
+
ListManagedFirewallDomainLists: string;
|
|
16208
|
+
ListTagsForResource: string;
|
|
16209
|
+
TagResource: string;
|
|
16210
|
+
UntagResource: string;
|
|
16211
|
+
UpdateAccessSource: string;
|
|
16212
|
+
UpdateAccessToken: string;
|
|
16213
|
+
UpdateDNSView: string;
|
|
16214
|
+
UpdateFirewallDomains: string;
|
|
16215
|
+
UpdateFirewallRule: string;
|
|
16216
|
+
UpdateGlobalResolver: string;
|
|
16217
|
+
UpdateHostedZoneAssociation: string;
|
|
16218
|
+
};
|
|
16099
16219
|
route53profiles: {
|
|
16100
16220
|
AssociateProfile: string;
|
|
16101
16221
|
AssociateResourceToProfile: string;
|