@jjrawlins/cdk-iam-policy-builder-helper 0.0.94 → 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 +125 -0
- package/lib/constructs/Actions.js +126 -1
- package/lib/constructs/ManagedPolicies.d.ts +12 -0
- package/lib/constructs/ManagedPolicies.js +13 -1
- package/methods_list.txt +121 -0
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +0 -7
- package/node_modules/bowser/package.json +1 -1
- package/node_modules/bowser/src/bowser.js +0 -6
- 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;
|
|
@@ -7131,6 +7142,7 @@ export declare const Actions: {
|
|
|
7131
7142
|
AssociateIdentityProviderConfig: string;
|
|
7132
7143
|
CreateAccessEntry: string;
|
|
7133
7144
|
CreateAddon: string;
|
|
7145
|
+
CreateCapability: string;
|
|
7134
7146
|
CreateCluster: string;
|
|
7135
7147
|
CreateEksAnywhereSubscription: string;
|
|
7136
7148
|
CreateFargateProfile: string;
|
|
@@ -7138,6 +7150,7 @@ export declare const Actions: {
|
|
|
7138
7150
|
CreatePodIdentityAssociation: string;
|
|
7139
7151
|
DeleteAccessEntry: string;
|
|
7140
7152
|
DeleteAddon: string;
|
|
7153
|
+
DeleteCapability: string;
|
|
7141
7154
|
DeleteCluster: string;
|
|
7142
7155
|
DeleteEksAnywhereSubscription: string;
|
|
7143
7156
|
DeleteFargateProfile: string;
|
|
@@ -7148,6 +7161,7 @@ export declare const Actions: {
|
|
|
7148
7161
|
DescribeAddon: string;
|
|
7149
7162
|
DescribeAddonConfiguration: string;
|
|
7150
7163
|
DescribeAddonVersions: string;
|
|
7164
|
+
DescribeCapability: string;
|
|
7151
7165
|
DescribeCluster: string;
|
|
7152
7166
|
DescribeClusterVersions: string;
|
|
7153
7167
|
DescribeEksAnywhereSubscription: string;
|
|
@@ -7164,6 +7178,7 @@ export declare const Actions: {
|
|
|
7164
7178
|
ListAccessPolicies: string;
|
|
7165
7179
|
ListAddons: string;
|
|
7166
7180
|
ListAssociatedAccessPolicies: string;
|
|
7181
|
+
ListCapabilities: string;
|
|
7167
7182
|
ListClusters: string;
|
|
7168
7183
|
ListDashboardData: string;
|
|
7169
7184
|
ListDashboardResources: string;
|
|
@@ -7182,6 +7197,7 @@ export declare const Actions: {
|
|
|
7182
7197
|
UntagResource: string;
|
|
7183
7198
|
UpdateAccessEntry: string;
|
|
7184
7199
|
UpdateAddon: string;
|
|
7200
|
+
UpdateCapability: string;
|
|
7185
7201
|
UpdateClusterConfig: string;
|
|
7186
7202
|
UpdateClusterVersion: string;
|
|
7187
7203
|
UpdateEksAnywhereSubscription: string;
|
|
@@ -14006,20 +14022,37 @@ export declare const Actions: {
|
|
|
14006
14022
|
UpdateDeviceMetadata: string;
|
|
14007
14023
|
};
|
|
14008
14024
|
'partnercentral-account-management': {
|
|
14025
|
+
AccessLegacyPartnerCentral: string;
|
|
14026
|
+
AccessMarketingCentral: string;
|
|
14009
14027
|
AssociatePartnerAccount: string;
|
|
14010
14028
|
AssociatePartnerUser: string;
|
|
14011
14029
|
DisassociatePartnerUser: string;
|
|
14012
14030
|
};
|
|
14013
14031
|
partnercentral: {
|
|
14014
14032
|
AcceptChannelHandshake: string;
|
|
14033
|
+
AcceptConnectionInvitation: string;
|
|
14015
14034
|
AcceptEngagementInvitation: string;
|
|
14035
|
+
AmendBenefitApplication: string;
|
|
14016
14036
|
AssignOpportunity: string;
|
|
14037
|
+
AssociateAwsTrainingCertificationEmailDomain: string;
|
|
14038
|
+
AssociateBenefitApplicationResource: string;
|
|
14017
14039
|
AssociateOpportunity: string;
|
|
14040
|
+
CancelBenefitApplication: string;
|
|
14018
14041
|
CancelChannelHandshake: string;
|
|
14042
|
+
CancelConnection: string;
|
|
14043
|
+
CancelConnectionInvitation: string;
|
|
14044
|
+
CancelProfileUpdateTask: string;
|
|
14045
|
+
CreateBenefitApplication: string;
|
|
14046
|
+
CreateBusinessPlan: string;
|
|
14019
14047
|
CreateChannelHandshake: string;
|
|
14048
|
+
CreateCollaborationChannelMembers: string;
|
|
14049
|
+
CreateCollaborationChannelRequest: string;
|
|
14050
|
+
CreateConnectionInvitation: string;
|
|
14020
14051
|
CreateEngagement: string;
|
|
14052
|
+
CreateEngagementContext: string;
|
|
14021
14053
|
CreateEngagementInvitation: string;
|
|
14022
14054
|
CreateOpportunity: string;
|
|
14055
|
+
CreatePartner: string;
|
|
14023
14056
|
CreateProgramManagementAccount: string;
|
|
14024
14057
|
CreateRelationship: string;
|
|
14025
14058
|
CreateResourceSnapshot: string;
|
|
@@ -14027,17 +14060,42 @@ export declare const Actions: {
|
|
|
14027
14060
|
DeleteProgramManagementAccount: string;
|
|
14028
14061
|
DeleteRelationship: string;
|
|
14029
14062
|
DeleteResourceSnapshotJob: string;
|
|
14063
|
+
DisassociateAwsTrainingCertificationEmailDomain: string;
|
|
14064
|
+
DisassociateBenefitApplicationResource: string;
|
|
14030
14065
|
DisassociateOpportunity: string;
|
|
14066
|
+
EnrollInPartnerPath: string;
|
|
14067
|
+
GetAllianceLeadContact: string;
|
|
14031
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;
|
|
14032
14077
|
GetEngagement: string;
|
|
14033
14078
|
GetEngagementInvitation: string;
|
|
14034
14079
|
GetOpportunity: string;
|
|
14080
|
+
GetPartner: string;
|
|
14081
|
+
GetPartnerDashboard: string;
|
|
14082
|
+
GetPartnerProfile: string;
|
|
14083
|
+
GetProfileUpdateTask: string;
|
|
14084
|
+
GetProfileVisibility: string;
|
|
14035
14085
|
GetProgramManagementAccount: string;
|
|
14036
14086
|
GetRelationship: string;
|
|
14037
14087
|
GetResourceSnapshot: string;
|
|
14038
14088
|
GetResourceSnapshotJob: string;
|
|
14039
14089
|
GetSellingSystemSettings: string;
|
|
14090
|
+
GetVerification: string;
|
|
14091
|
+
ListBenefitAllocations: string;
|
|
14092
|
+
ListBenefitApplications: string;
|
|
14093
|
+
ListBenefits: string;
|
|
14094
|
+
ListBusinessPlans: string;
|
|
14040
14095
|
ListChannelHandshakes: string;
|
|
14096
|
+
ListCollaborationChannels: string;
|
|
14097
|
+
ListConnectionInvitations: string;
|
|
14098
|
+
ListConnections: string;
|
|
14041
14099
|
ListEngagementByAcceptingInvitationTasks: string;
|
|
14042
14100
|
ListEngagementFromOpportunityTasks: string;
|
|
14043
14101
|
ListEngagementInvitations: string;
|
|
@@ -14045,22 +14103,39 @@ export declare const Actions: {
|
|
|
14045
14103
|
ListEngagementResourceAssociations: string;
|
|
14046
14104
|
ListEngagements: string;
|
|
14047
14105
|
ListOpportunities: string;
|
|
14106
|
+
ListOpportunityFromEngagementTasks: string;
|
|
14107
|
+
ListPartnerPaths: string;
|
|
14108
|
+
ListPartners: string;
|
|
14048
14109
|
ListProgramManagementAccounts: string;
|
|
14049
14110
|
ListRelationships: string;
|
|
14050
14111
|
ListResourceSnapshotJobs: string;
|
|
14051
14112
|
ListResourceSnapshots: string;
|
|
14052
14113
|
ListSolutions: string;
|
|
14053
14114
|
ListTagsForResource: string;
|
|
14115
|
+
PutAllianceLeadContact: string;
|
|
14116
|
+
PutBusinessPlan: string;
|
|
14117
|
+
PutProfileVisibility: string;
|
|
14054
14118
|
PutSellingSystemSettings: string;
|
|
14119
|
+
RecallBenefitApplication: string;
|
|
14055
14120
|
RejectChannelHandshake: string;
|
|
14121
|
+
RejectConnectionInvitation: string;
|
|
14056
14122
|
RejectEngagementInvitation: string;
|
|
14123
|
+
SearchPartnerProfiles: string;
|
|
14124
|
+
SendEmailVerificationCode: string;
|
|
14057
14125
|
StartEngagementByAcceptingInvitationTask: string;
|
|
14058
14126
|
StartEngagementFromOpportunityTask: string;
|
|
14127
|
+
StartOpportunityFromEngagementTask: string;
|
|
14128
|
+
StartProfileUpdateTask: string;
|
|
14059
14129
|
StartResourceSnapshotJob: string;
|
|
14130
|
+
StartVerification: string;
|
|
14060
14131
|
StopResourceSnapshotJob: string;
|
|
14132
|
+
SubmitBenefitApplication: string;
|
|
14061
14133
|
SubmitOpportunity: string;
|
|
14062
14134
|
TagResource: string;
|
|
14063
14135
|
UntagResource: string;
|
|
14136
|
+
UpdateBenefitApplication: string;
|
|
14137
|
+
UpdateConnectionPreferences: string;
|
|
14138
|
+
UpdateEngagementContext: string;
|
|
14064
14139
|
UpdateOpportunity: string;
|
|
14065
14140
|
UpdateProgramManagementAccount: string;
|
|
14066
14141
|
UpdateRelationship: string;
|
|
@@ -16091,6 +16166,56 @@ export declare const Actions: {
|
|
|
16091
16166
|
UpdateTagsForDomain: string;
|
|
16092
16167
|
ViewBilling: string;
|
|
16093
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
|
+
};
|
|
16094
16219
|
route53profiles: {
|
|
16095
16220
|
AssociateProfile: string;
|
|
16096
16221
|
AssociateResourceToProfile: string;
|