@jjrawlins/cdk-iam-policy-builder-helper 0.0.113 → 0.0.115
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 +155 -0
- package/lib/constructs/Actions.js +156 -1
- package/lib/constructs/ManagedPolicies.d.ts +8 -0
- package/lib/constructs/ManagedPolicies.js +9 -1
- package/node_modules/@aws-sdk/client-iam/package.json +15 -13
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +5 -5
- 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 +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -3
- 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 +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/package.json +5 -5
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.957.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.115",
|
|
3530
|
+
"fingerprint": "Iv0oWZ2KVcyiHJV6ZPphvqqX9YdBYQANSTWyeR0CJXk="
|
|
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.114.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.114", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.114
|
|
@@ -507,20 +507,46 @@ export declare const Actions: {
|
|
|
507
507
|
apigateway: {
|
|
508
508
|
AddCertificateToDomain: string;
|
|
509
509
|
CreateAccessAssociation: string;
|
|
510
|
+
CreatePortal: string;
|
|
511
|
+
CreatePortalProduct: string;
|
|
512
|
+
CreateProductPage: string;
|
|
513
|
+
CreateProductRestEndpointPage: string;
|
|
510
514
|
CreateRoutingRule: string;
|
|
511
515
|
DELETE: string;
|
|
516
|
+
DeletePortal: string;
|
|
517
|
+
DeletePortalProduct: string;
|
|
518
|
+
DeletePortalProductSharingPolicy: string;
|
|
519
|
+
DeleteProductPage: string;
|
|
520
|
+
DeleteProductRestEndpointPage: string;
|
|
512
521
|
DeleteRoutingRule: string;
|
|
522
|
+
DisablePortal: string;
|
|
513
523
|
GET: string;
|
|
524
|
+
GetPortal: string;
|
|
525
|
+
GetPortalProduct: string;
|
|
526
|
+
GetPortalProductSharingPolicy: string;
|
|
527
|
+
GetProductPage: string;
|
|
528
|
+
GetProductRestEndpointPage: string;
|
|
514
529
|
GetRoutingRule: string;
|
|
530
|
+
ListPortalProducts: string;
|
|
531
|
+
ListPortals: string;
|
|
532
|
+
ListProductPages: string;
|
|
533
|
+
ListProductRestEndpointPages: string;
|
|
515
534
|
ListRoutingRules: string;
|
|
516
535
|
PATCH: string;
|
|
517
536
|
POST: string;
|
|
537
|
+
PreviewPortal: string;
|
|
538
|
+
PublishPortal: string;
|
|
518
539
|
PUT: string;
|
|
540
|
+
PutPortalProductSharingPolicy: string;
|
|
519
541
|
RejectAccessAssociation: string;
|
|
520
542
|
RemoveCertificateFromDomain: string;
|
|
521
543
|
SetWebACL: string;
|
|
522
544
|
UpdateDomainNameManagementPolicy: string;
|
|
523
545
|
UpdateDomainNamePolicy: string;
|
|
546
|
+
UpdatePortal: string;
|
|
547
|
+
UpdatePortalProduct: string;
|
|
548
|
+
UpdateProductPage: string;
|
|
549
|
+
UpdateProductRestEndpointPage: string;
|
|
524
550
|
UpdateRestApiPolicy: string;
|
|
525
551
|
UpdateRoutingRule: string;
|
|
526
552
|
};
|
|
@@ -1183,6 +1209,7 @@ export declare const Actions: {
|
|
|
1183
1209
|
ListPlans: string;
|
|
1184
1210
|
ListPlansInRegion: string;
|
|
1185
1211
|
ListRoute53HealthChecks: string;
|
|
1212
|
+
ListRoute53HealthChecksInRegion: string;
|
|
1186
1213
|
ListTagsForResource: string;
|
|
1187
1214
|
PutResourcePolicy: string;
|
|
1188
1215
|
StartPlanExecution: string;
|
|
@@ -2990,6 +3017,7 @@ export declare const Actions: {
|
|
|
2990
3017
|
UntagResource: string;
|
|
2991
3018
|
UpdateAnalysisTemplate: string;
|
|
2992
3019
|
UpdateCollaboration: string;
|
|
3020
|
+
UpdateCollaborationChangeRequest: string;
|
|
2993
3021
|
UpdateConfiguredAudienceModelAssociation: string;
|
|
2994
3022
|
UpdateConfiguredTable: string;
|
|
2995
3023
|
UpdateConfiguredTableAllowedColumns: string;
|
|
@@ -6438,6 +6466,7 @@ export declare const Actions: {
|
|
|
6438
6466
|
AssociateTrunkInterface: string;
|
|
6439
6467
|
AssociateVerifiedAccessInstanceWebAcl: string;
|
|
6440
6468
|
AssociateVpcCidrBlock: string;
|
|
6469
|
+
AttachApplianceToNatGateway: string;
|
|
6441
6470
|
AttachClassicLinkVpc: string;
|
|
6442
6471
|
AttachInternetGateway: string;
|
|
6443
6472
|
AttachNetworkInterface: string;
|
|
@@ -6489,9 +6518,13 @@ export declare const Actions: {
|
|
|
6489
6518
|
CreateInstanceEventWindow: string;
|
|
6490
6519
|
CreateInstanceExportTask: string;
|
|
6491
6520
|
CreateInternetGateway: string;
|
|
6521
|
+
CreateInterruptibleCapacityReservationAllocation: string;
|
|
6492
6522
|
CreateIpam: string;
|
|
6493
6523
|
CreateIpamExternalResourceVerificationToken: string;
|
|
6524
|
+
CreateIpamPolicy: string;
|
|
6494
6525
|
CreateIpamPool: string;
|
|
6526
|
+
CreateIpamPrefixListResolver: string;
|
|
6527
|
+
CreateIpamPrefixListResolverTarget: string;
|
|
6495
6528
|
CreateIpamResourceDiscovery: string;
|
|
6496
6529
|
CreateIpamScope: string;
|
|
6497
6530
|
CreateKeyPair: string;
|
|
@@ -6513,6 +6546,7 @@ export declare const Actions: {
|
|
|
6513
6546
|
CreateNetworkInsightsPath: string;
|
|
6514
6547
|
CreateNetworkInterface: string;
|
|
6515
6548
|
CreateNetworkInterfacePermission: string;
|
|
6549
|
+
CreateOdbNetworkPeering: string;
|
|
6516
6550
|
CreatePlacementGroup: string;
|
|
6517
6551
|
CreatePublicIpv4Pool: string;
|
|
6518
6552
|
CreateReplaceRootVolumeTask: string;
|
|
@@ -6538,6 +6572,8 @@ export declare const Actions: {
|
|
|
6538
6572
|
CreateTransitGateway: string;
|
|
6539
6573
|
CreateTransitGatewayConnect: string;
|
|
6540
6574
|
CreateTransitGatewayConnectPeer: string;
|
|
6575
|
+
CreateTransitGatewayMeteringPolicy: string;
|
|
6576
|
+
CreateTransitGatewayMeteringPolicyEntry: string;
|
|
6541
6577
|
CreateTransitGatewayMulticastDomain: string;
|
|
6542
6578
|
CreateTransitGatewayPeeringAttachment: string;
|
|
6543
6579
|
CreateTransitGatewayPolicyTable: string;
|
|
@@ -6553,10 +6589,12 @@ export declare const Actions: {
|
|
|
6553
6589
|
CreateVolume: string;
|
|
6554
6590
|
CreateVpc: string;
|
|
6555
6591
|
CreateVpcBlockPublicAccessExclusion: string;
|
|
6592
|
+
CreateVpcEncryptionControl: string;
|
|
6556
6593
|
CreateVpcEndpoint: string;
|
|
6557
6594
|
CreateVpcEndpointConnectionNotification: string;
|
|
6558
6595
|
CreateVpcEndpointServiceConfiguration: string;
|
|
6559
6596
|
CreateVpcPeeringConnection: string;
|
|
6597
|
+
CreateVpnConcentrator: string;
|
|
6560
6598
|
CreateVpnConnection: string;
|
|
6561
6599
|
CreateVpnConnectionRoute: string;
|
|
6562
6600
|
CreateVpnGateway: string;
|
|
@@ -6579,7 +6617,10 @@ export declare const Actions: {
|
|
|
6579
6617
|
DeleteInternetGateway: string;
|
|
6580
6618
|
DeleteIpam: string;
|
|
6581
6619
|
DeleteIpamExternalResourceVerificationToken: string;
|
|
6620
|
+
DeleteIpamPolicy: string;
|
|
6582
6621
|
DeleteIpamPool: string;
|
|
6622
|
+
DeleteIpamPrefixListResolver: string;
|
|
6623
|
+
DeleteIpamPrefixListResolverTarget: string;
|
|
6583
6624
|
DeleteIpamResourceDiscovery: string;
|
|
6584
6625
|
DeleteIpamScope: string;
|
|
6585
6626
|
DeleteKeyPair: string;
|
|
@@ -6602,6 +6643,7 @@ export declare const Actions: {
|
|
|
6602
6643
|
DeleteNetworkInsightsPath: string;
|
|
6603
6644
|
DeleteNetworkInterface: string;
|
|
6604
6645
|
DeleteNetworkInterfacePermission: string;
|
|
6646
|
+
DeleteOdbNetworkPeering: string;
|
|
6605
6647
|
DeletePlacementGroup: string;
|
|
6606
6648
|
DeletePublicIpv4Pool: string;
|
|
6607
6649
|
DeleteQueuedReservedInstances: string;
|
|
@@ -6624,6 +6666,8 @@ export declare const Actions: {
|
|
|
6624
6666
|
DeleteTransitGateway: string;
|
|
6625
6667
|
DeleteTransitGatewayConnect: string;
|
|
6626
6668
|
DeleteTransitGatewayConnectPeer: string;
|
|
6669
|
+
DeleteTransitGatewayMeteringPolicy: string;
|
|
6670
|
+
DeleteTransitGatewayMeteringPolicyEntry: string;
|
|
6627
6671
|
DeleteTransitGatewayMulticastDomain: string;
|
|
6628
6672
|
DeleteTransitGatewayPeeringAttachment: string;
|
|
6629
6673
|
DeleteTransitGatewayPolicyTable: string;
|
|
@@ -6639,10 +6683,12 @@ export declare const Actions: {
|
|
|
6639
6683
|
DeleteVolume: string;
|
|
6640
6684
|
DeleteVpc: string;
|
|
6641
6685
|
DeleteVpcBlockPublicAccessExclusion: string;
|
|
6686
|
+
DeleteVpcEncryptionControl: string;
|
|
6642
6687
|
DeleteVpcEndpointConnectionNotifications: string;
|
|
6643
6688
|
DeleteVpcEndpoints: string;
|
|
6644
6689
|
DeleteVpcEndpointServiceConfigurations: string;
|
|
6645
6690
|
DeleteVpcPeeringConnection: string;
|
|
6691
|
+
DeleteVpnConcentrator: string;
|
|
6646
6692
|
DeleteVpnConnection: string;
|
|
6647
6693
|
DeleteVpnConnectionRoute: string;
|
|
6648
6694
|
DeleteVpnGateway: string;
|
|
@@ -6672,6 +6718,7 @@ export declare const Actions: {
|
|
|
6672
6718
|
DescribeCapacityReservationBillingRequests: string;
|
|
6673
6719
|
DescribeCapacityReservationFleets: string;
|
|
6674
6720
|
DescribeCapacityReservations: string;
|
|
6721
|
+
DescribeCapacityReservationTopology: string;
|
|
6675
6722
|
DescribeCarrierGateways: string;
|
|
6676
6723
|
DescribeClassicLinkInstances: string;
|
|
6677
6724
|
DescribeClientVpnAuthorizationRules: string;
|
|
@@ -6716,6 +6763,8 @@ export declare const Actions: {
|
|
|
6716
6763
|
DescribeInstanceEventWindows: string;
|
|
6717
6764
|
DescribeInstanceImageMetadata: string;
|
|
6718
6765
|
DescribeInstances: string;
|
|
6766
|
+
DescribeInstanceSqlHaHistoryStates: string;
|
|
6767
|
+
DescribeInstanceSqlHaStates: string;
|
|
6719
6768
|
DescribeInstanceStatus: string;
|
|
6720
6769
|
DescribeInstanceTopology: string;
|
|
6721
6770
|
DescribeInstanceTypeOfferings: string;
|
|
@@ -6723,7 +6772,10 @@ export declare const Actions: {
|
|
|
6723
6772
|
DescribeInternetGateways: string;
|
|
6724
6773
|
DescribeIpamByoasn: string;
|
|
6725
6774
|
DescribeIpamExternalResourceVerificationTokens: string;
|
|
6775
|
+
DescribeIpamPolicies: string;
|
|
6726
6776
|
DescribeIpamPools: string;
|
|
6777
|
+
DescribeIpamPrefixListResolvers: string;
|
|
6778
|
+
DescribeIpamPrefixListResolverTargets: string;
|
|
6727
6779
|
DescribeIpamResourceDiscoveries: string;
|
|
6728
6780
|
DescribeIpamResourceDiscoveryAssociations: string;
|
|
6729
6781
|
DescribeIpams: string;
|
|
@@ -6795,6 +6847,7 @@ export declare const Actions: {
|
|
|
6795
6847
|
DescribeTransitGatewayAttachments: string;
|
|
6796
6848
|
DescribeTransitGatewayConnectPeers: string;
|
|
6797
6849
|
DescribeTransitGatewayConnects: string;
|
|
6850
|
+
DescribeTransitGatewayMeteringPolicies: string;
|
|
6798
6851
|
DescribeTransitGatewayMulticastDomains: string;
|
|
6799
6852
|
DescribeTransitGatewayPeeringAttachments: string;
|
|
6800
6853
|
DescribeTransitGatewayPolicyTables: string;
|
|
@@ -6818,6 +6871,7 @@ export declare const Actions: {
|
|
|
6818
6871
|
DescribeVpcBlockPublicAccessOptions: string;
|
|
6819
6872
|
DescribeVpcClassicLink: string;
|
|
6820
6873
|
DescribeVpcClassicLinkDnsSupport: string;
|
|
6874
|
+
DescribeVpcEncryptionControls: string;
|
|
6821
6875
|
DescribeVpcEndpointAssociations: string;
|
|
6822
6876
|
DescribeVpcEndpointConnectionNotifications: string;
|
|
6823
6877
|
DescribeVpcEndpointConnections: string;
|
|
@@ -6827,8 +6881,10 @@ export declare const Actions: {
|
|
|
6827
6881
|
DescribeVpcEndpointServices: string;
|
|
6828
6882
|
DescribeVpcPeeringConnections: string;
|
|
6829
6883
|
DescribeVpcs: string;
|
|
6884
|
+
DescribeVpnConcentrators: string;
|
|
6830
6885
|
DescribeVpnConnections: string;
|
|
6831
6886
|
DescribeVpnGateways: string;
|
|
6887
|
+
DetachApplianceFromNatGateway: string;
|
|
6832
6888
|
DetachClassicLinkVpc: string;
|
|
6833
6889
|
DetachInternetGateway: string;
|
|
6834
6890
|
DetachNetworkInterface: string;
|
|
@@ -6846,7 +6902,9 @@ export declare const Actions: {
|
|
|
6846
6902
|
DisableImageBlockPublicAccess: string;
|
|
6847
6903
|
DisableImageDeprecation: string;
|
|
6848
6904
|
DisableImageDeregistrationProtection: string;
|
|
6905
|
+
DisableInstanceSqlHaStandbyDetections: string;
|
|
6849
6906
|
DisableIpamOrganizationAdminAccount: string;
|
|
6907
|
+
DisableIpamPolicy: string;
|
|
6850
6908
|
DisableRouteServerPropagation: string;
|
|
6851
6909
|
DisableSerialConsoleAccess: string;
|
|
6852
6910
|
DisableSnapshotBlockPublicAccess: string;
|
|
@@ -6884,7 +6942,9 @@ export declare const Actions: {
|
|
|
6884
6942
|
EnableImageBlockPublicAccess: string;
|
|
6885
6943
|
EnableImageDeprecation: string;
|
|
6886
6944
|
EnableImageDeregistrationProtection: string;
|
|
6945
|
+
EnableInstanceSqlHaStandbyDetections: string;
|
|
6887
6946
|
EnableIpamOrganizationAdminAccount: string;
|
|
6947
|
+
EnableIpamPolicy: string;
|
|
6888
6948
|
EnableReachabilityAnalyzerOrganizationSharing: string;
|
|
6889
6949
|
EnableRouteServerPropagation: string;
|
|
6890
6950
|
EnableSerialConsoleAccess: string;
|
|
@@ -6915,9 +6975,11 @@ export declare const Actions: {
|
|
|
6915
6975
|
GetDefaultCreditSpecification: string;
|
|
6916
6976
|
GetEbsDefaultKmsKeyId: string;
|
|
6917
6977
|
GetEbsEncryptionByDefault: string;
|
|
6978
|
+
GetEnabledIpamPolicy: string;
|
|
6918
6979
|
GetFlowLogsIntegrationTemplate: string;
|
|
6919
6980
|
GetGroupsForCapacityReservation: string;
|
|
6920
6981
|
GetHostReservationPurchasePreview: string;
|
|
6982
|
+
GetImageAncestry: string;
|
|
6921
6983
|
GetImageBlockPublicAccessState: string;
|
|
6922
6984
|
GetInstanceMetadataDefaults: string;
|
|
6923
6985
|
GetInstanceTpmEkPub: string;
|
|
@@ -6927,8 +6989,13 @@ export declare const Actions: {
|
|
|
6927
6989
|
GetIpamDiscoveredAccounts: string;
|
|
6928
6990
|
GetIpamDiscoveredPublicAddresses: string;
|
|
6929
6991
|
GetIpamDiscoveredResourceCidrs: string;
|
|
6992
|
+
GetIpamPolicyAllocationRules: string;
|
|
6993
|
+
GetIpamPolicyOrganizationTargets: string;
|
|
6930
6994
|
GetIpamPoolAllocations: string;
|
|
6931
6995
|
GetIpamPoolCidrs: string;
|
|
6996
|
+
GetIpamPrefixListResolverRules: string;
|
|
6997
|
+
GetIpamPrefixListResolverVersionEntries: string;
|
|
6998
|
+
GetIpamPrefixListResolverVersions: string;
|
|
6932
6999
|
GetIpamResourceCidrs: string;
|
|
6933
7000
|
GetLaunchTemplateData: string;
|
|
6934
7001
|
GetManagedPrefixListAssociations: string;
|
|
@@ -6947,6 +7014,7 @@ export declare const Actions: {
|
|
|
6947
7014
|
GetSpotPlacementScores: string;
|
|
6948
7015
|
GetSubnetCidrReservations: string;
|
|
6949
7016
|
GetTransitGatewayAttachmentPropagations: string;
|
|
7017
|
+
GetTransitGatewayMeteringPolicyEntries: string;
|
|
6950
7018
|
GetTransitGatewayMulticastDomainAssociations: string;
|
|
6951
7019
|
GetTransitGatewayPolicyTableAssociations: string;
|
|
6952
7020
|
GetTransitGatewayPolicyTableEntries: string;
|
|
@@ -6957,6 +7025,7 @@ export declare const Actions: {
|
|
|
6957
7025
|
GetVerifiedAccessEndpointTargets: string;
|
|
6958
7026
|
GetVerifiedAccessGroupPolicy: string;
|
|
6959
7027
|
GetVerifiedAccessInstanceWebAcl: string;
|
|
7028
|
+
GetVpcResourcesBlockingEncryptionEnforcement: string;
|
|
6960
7029
|
GetVpnConnectionDeviceSampleConfiguration: string;
|
|
6961
7030
|
GetVpnConnectionDeviceTypes: string;
|
|
6962
7031
|
GetVpnTunnelReplacementStatus: string;
|
|
@@ -6970,6 +7039,7 @@ export declare const Actions: {
|
|
|
6970
7039
|
InjectApiError: string;
|
|
6971
7040
|
ListImagesInRecycleBin: string;
|
|
6972
7041
|
ListSnapshotsInRecycleBin: string;
|
|
7042
|
+
ListVolumesInRecycleBin: string;
|
|
6973
7043
|
LockSnapshot: string;
|
|
6974
7044
|
ModifyAddressAttribute: string;
|
|
6975
7045
|
ModifyAvailabilityZoneGroup: string;
|
|
@@ -6997,7 +7067,10 @@ export declare const Actions: {
|
|
|
6997
7067
|
ModifyInstanceNetworkPerformanceOptions: string;
|
|
6998
7068
|
ModifyInstancePlacement: string;
|
|
6999
7069
|
ModifyIpam: string;
|
|
7070
|
+
ModifyIpamPolicyAllocationRules: string;
|
|
7000
7071
|
ModifyIpamPool: string;
|
|
7072
|
+
ModifyIpamPrefixListResolver: string;
|
|
7073
|
+
ModifyIpamPrefixListResolverTarget: string;
|
|
7001
7074
|
ModifyIpamResourceCidr: string;
|
|
7002
7075
|
ModifyIpamResourceDiscovery: string;
|
|
7003
7076
|
ModifyIpamScope: string;
|
|
@@ -7005,6 +7078,7 @@ export declare const Actions: {
|
|
|
7005
7078
|
ModifyLocalGatewayRoute: string;
|
|
7006
7079
|
ModifyManagedPrefixList: string;
|
|
7007
7080
|
ModifyNetworkInterfaceAttribute: string;
|
|
7081
|
+
ModifyOdbNetworkPeering: string;
|
|
7008
7082
|
ModifyPrivateDnsNameOptions: string;
|
|
7009
7083
|
ModifyPublicIpDnsNameOptions: string;
|
|
7010
7084
|
ModifyReservedInstances: string;
|
|
@@ -7018,6 +7092,7 @@ export declare const Actions: {
|
|
|
7018
7092
|
ModifyTrafficMirrorFilterRule: string;
|
|
7019
7093
|
ModifyTrafficMirrorSession: string;
|
|
7020
7094
|
ModifyTransitGateway: string;
|
|
7095
|
+
ModifyTransitGatewayMeteringPolicy: string;
|
|
7021
7096
|
ModifyTransitGatewayPrefixListReference: string;
|
|
7022
7097
|
ModifyTransitGatewayVpcAttachment: string;
|
|
7023
7098
|
ModifyVerifiedAccessEndpoint: string;
|
|
@@ -7032,6 +7107,7 @@ export declare const Actions: {
|
|
|
7032
7107
|
ModifyVpcAttribute: string;
|
|
7033
7108
|
ModifyVpcBlockPublicAccessExclusion: string;
|
|
7034
7109
|
ModifyVpcBlockPublicAccessOptions: string;
|
|
7110
|
+
ModifyVpcEncryptionControl: string;
|
|
7035
7111
|
ModifyVpcEndpoint: string;
|
|
7036
7112
|
ModifyVpcEndpointConnectionNotification: string;
|
|
7037
7113
|
ModifyVpcEndpointServiceConfiguration: string;
|
|
@@ -7095,6 +7171,7 @@ export declare const Actions: {
|
|
|
7095
7171
|
RestoreManagedPrefixListVersion: string;
|
|
7096
7172
|
RestoreSnapshotFromRecycleBin: string;
|
|
7097
7173
|
RestoreSnapshotTier: string;
|
|
7174
|
+
RestoreVolumeFromRecycleBin: string;
|
|
7098
7175
|
RevokeClientVpnIngress: string;
|
|
7099
7176
|
RevokeSecurityGroupEgress: string;
|
|
7100
7177
|
RevokeSecurityGroupIngress: string;
|
|
@@ -7119,6 +7196,7 @@ export declare const Actions: {
|
|
|
7119
7196
|
UnlockSnapshot: string;
|
|
7120
7197
|
UnmonitorInstances: string;
|
|
7121
7198
|
UpdateCapacityManagerOrganizationsAccess: string;
|
|
7199
|
+
UpdateInterruptibleCapacityReservationAllocation: string;
|
|
7122
7200
|
UpdateSecurityGroupRuleDescriptionsEgress: string;
|
|
7123
7201
|
UpdateSecurityGroupRuleDescriptionsIngress: string;
|
|
7124
7202
|
WithdrawByoipCidr: string;
|
|
@@ -11918,8 +11996,10 @@ export declare const Actions: {
|
|
|
11918
11996
|
AssociateKmsKey: string;
|
|
11919
11997
|
AssociateSourceToS3TableIntegration: string;
|
|
11920
11998
|
CancelExportTask: string;
|
|
11999
|
+
CancelImportTask: string;
|
|
11921
12000
|
CreateDelivery: string;
|
|
11922
12001
|
CreateExportTask: string;
|
|
12002
|
+
CreateImportTask: string;
|
|
11923
12003
|
CreateLogAnomalyDetector: string;
|
|
11924
12004
|
CreateLogDelivery: string;
|
|
11925
12005
|
CreateLogGroup: string;
|
|
@@ -11954,6 +12034,8 @@ export declare const Actions: {
|
|
|
11954
12034
|
DescribeDestinations: string;
|
|
11955
12035
|
DescribeExportTasks: string;
|
|
11956
12036
|
DescribeFieldIndexes: string;
|
|
12037
|
+
DescribeImportTaskBatches: string;
|
|
12038
|
+
DescribeImportTasks: string;
|
|
11957
12039
|
DescribeIndexPolicies: string;
|
|
11958
12040
|
DescribeLogGroups: string;
|
|
11959
12041
|
DescribeLogStreams: string;
|
|
@@ -13401,14 +13483,23 @@ export declare const Actions: {
|
|
|
13401
13483
|
AssociateAvailabilityZones: string;
|
|
13402
13484
|
AssociateFirewallPolicy: string;
|
|
13403
13485
|
AssociateSubnets: string;
|
|
13486
|
+
AttachRuleGroupsToProxyConfiguration: string;
|
|
13404
13487
|
CreateFirewall: string;
|
|
13405
13488
|
CreateFirewallPolicy: string;
|
|
13489
|
+
CreateProxy: string;
|
|
13490
|
+
CreateProxyConfiguration: string;
|
|
13491
|
+
CreateProxyRuleGroup: string;
|
|
13492
|
+
CreateProxyRules: string;
|
|
13406
13493
|
CreateRuleGroup: string;
|
|
13407
13494
|
CreateTLSInspectionConfiguration: string;
|
|
13408
13495
|
CreateVpcEndpointAssociation: string;
|
|
13409
13496
|
DeleteFirewall: string;
|
|
13410
13497
|
DeleteFirewallPolicy: string;
|
|
13411
13498
|
DeleteNetworkFirewallTransitGatewayAttachment: string;
|
|
13499
|
+
DeleteProxy: string;
|
|
13500
|
+
DeleteProxyConfiguration: string;
|
|
13501
|
+
DeleteProxyRuleGroup: string;
|
|
13502
|
+
DeleteProxyRules: string;
|
|
13412
13503
|
DeleteResourcePolicy: string;
|
|
13413
13504
|
DeleteRuleGroup: string;
|
|
13414
13505
|
DeleteTLSInspectionConfiguration: string;
|
|
@@ -13418,12 +13509,17 @@ export declare const Actions: {
|
|
|
13418
13509
|
DescribeFirewallPolicy: string;
|
|
13419
13510
|
DescribeFlowOperation: string;
|
|
13420
13511
|
DescribeLoggingConfiguration: string;
|
|
13512
|
+
DescribeProxy: string;
|
|
13513
|
+
DescribeProxyConfiguration: string;
|
|
13514
|
+
DescribeProxyRule: string;
|
|
13515
|
+
DescribeProxyRuleGroup: string;
|
|
13421
13516
|
DescribeResourcePolicy: string;
|
|
13422
13517
|
DescribeRuleGroup: string;
|
|
13423
13518
|
DescribeRuleGroupMetadata: string;
|
|
13424
13519
|
DescribeRuleGroupSummary: string;
|
|
13425
13520
|
DescribeTLSInspectionConfiguration: string;
|
|
13426
13521
|
DescribeVpcEndpointAssociation: string;
|
|
13522
|
+
DetachRuleGroupsFromProxyConfiguration: string;
|
|
13427
13523
|
DisassociateAvailabilityZones: string;
|
|
13428
13524
|
DisassociateSubnets: string;
|
|
13429
13525
|
GetAnalysisReportResults: string;
|
|
@@ -13432,6 +13528,9 @@ export declare const Actions: {
|
|
|
13432
13528
|
ListFirewalls: string;
|
|
13433
13529
|
ListFlowOperationResults: string;
|
|
13434
13530
|
ListFlowOperations: string;
|
|
13531
|
+
ListProxies: string;
|
|
13532
|
+
ListProxyConfigurations: string;
|
|
13533
|
+
ListProxyRuleGroups: string;
|
|
13435
13534
|
ListRuleGroups: string;
|
|
13436
13535
|
ListTagsForResource: string;
|
|
13437
13536
|
ListTLSInspectionConfigurations: string;
|
|
@@ -13451,6 +13550,11 @@ export declare const Actions: {
|
|
|
13451
13550
|
UpdateFirewallPolicy: string;
|
|
13452
13551
|
UpdateFirewallPolicyChangeProtection: string;
|
|
13453
13552
|
UpdateLoggingConfiguration: string;
|
|
13553
|
+
UpdateProxy: string;
|
|
13554
|
+
UpdateProxyConfiguration: string;
|
|
13555
|
+
UpdateProxyRule: string;
|
|
13556
|
+
UpdateProxyRuleGroupPriorities: string;
|
|
13557
|
+
UpdateProxyRulePriorities: string;
|
|
13454
13558
|
UpdateRuleGroup: string;
|
|
13455
13559
|
UpdateSubnetChangeProtection: string;
|
|
13456
13560
|
UpdateTLSInspectionConfiguration: string;
|
|
@@ -14363,11 +14467,14 @@ export declare const Actions: {
|
|
|
14363
14467
|
UpdateRelationship: string;
|
|
14364
14468
|
};
|
|
14365
14469
|
'payment-cryptography': {
|
|
14470
|
+
AddKeyReplicationRegions: string;
|
|
14366
14471
|
CreateAlias: string;
|
|
14367
14472
|
CreateKey: string;
|
|
14368
14473
|
DecryptData: string;
|
|
14369
14474
|
DeleteAlias: string;
|
|
14370
14475
|
DeleteKey: string;
|
|
14476
|
+
DisableDefaultKeyReplicationRegions: string;
|
|
14477
|
+
EnableDefaultKeyReplicationRegions: string;
|
|
14371
14478
|
EncryptData: string;
|
|
14372
14479
|
ExportKey: string;
|
|
14373
14480
|
GenerateCardValidationData: string;
|
|
@@ -14375,6 +14482,8 @@ export declare const Actions: {
|
|
|
14375
14482
|
GenerateMacEmvPinChange: string;
|
|
14376
14483
|
GeneratePinData: string;
|
|
14377
14484
|
GetAlias: string;
|
|
14485
|
+
GetCertificateSigningRequest: string;
|
|
14486
|
+
GetDefaultKeyReplicationRegions: string;
|
|
14378
14487
|
GetKey: string;
|
|
14379
14488
|
GetParametersForExport: string;
|
|
14380
14489
|
GetParametersForImport: string;
|
|
@@ -14384,10 +14493,12 @@ export declare const Actions: {
|
|
|
14384
14493
|
ListKeys: string;
|
|
14385
14494
|
ListTagsForResource: string;
|
|
14386
14495
|
ReEncryptData: string;
|
|
14496
|
+
RemoveKeyReplicationRegions: string;
|
|
14387
14497
|
RestoreKey: string;
|
|
14388
14498
|
StartKeyUsage: string;
|
|
14389
14499
|
StopKeyUsage: string;
|
|
14390
14500
|
TagResource: string;
|
|
14501
|
+
TranslateKeyMaterial: string;
|
|
14391
14502
|
TranslatePinData: string;
|
|
14392
14503
|
UntagResource: string;
|
|
14393
14504
|
UpdateAlias: string;
|
|
@@ -15245,6 +15356,7 @@ export declare const Actions: {
|
|
|
15245
15356
|
GetFlowMetadata: string;
|
|
15246
15357
|
GetFlowPermissions: string;
|
|
15247
15358
|
GetGroupMapping: string;
|
|
15359
|
+
GetIdentityContext: string;
|
|
15248
15360
|
GetSessionEmbedUrl: string;
|
|
15249
15361
|
ListActionConnectors: string;
|
|
15250
15362
|
ListAgents: string;
|
|
@@ -17986,6 +18098,7 @@ export declare const Actions: {
|
|
|
17986
18098
|
GetAssociationForServiceQuotaTemplate: string;
|
|
17987
18099
|
GetAutoManagementConfiguration: string;
|
|
17988
18100
|
GetAWSDefaultServiceQuota: string;
|
|
18101
|
+
GetQuotaUtilizationReport: string;
|
|
17989
18102
|
GetRequestedServiceQuotaChange: string;
|
|
17990
18103
|
GetServiceQuota: string;
|
|
17991
18104
|
GetServiceQuotaIncreaseRequestFromTemplate: string;
|
|
@@ -17999,6 +18112,7 @@ export declare const Actions: {
|
|
|
17999
18112
|
PutServiceQuotaIncreaseRequestIntoTemplate: string;
|
|
18000
18113
|
RequestServiceQuotaIncrease: string;
|
|
18001
18114
|
StartAutoManagement: string;
|
|
18115
|
+
StartQuotaUtilizationReport: string;
|
|
18002
18116
|
StopAutoManagement: string;
|
|
18003
18117
|
TagResource: string;
|
|
18004
18118
|
UntagResource: string;
|
|
@@ -18097,6 +18211,7 @@ export declare const Actions: {
|
|
|
18097
18211
|
GetDeliverabilityTestReport: string;
|
|
18098
18212
|
GetDomainDeliverabilityCampaign: string;
|
|
18099
18213
|
GetDomainStatisticsReport: string;
|
|
18214
|
+
GetEmailAddressInsights: string;
|
|
18100
18215
|
GetEmailIdentity: string;
|
|
18101
18216
|
GetEmailIdentityPolicies: string;
|
|
18102
18217
|
GetEmailTemplate: string;
|
|
@@ -19558,6 +19673,8 @@ export declare const Actions: {
|
|
|
19558
19673
|
ListDbInstancesForCluster: string;
|
|
19559
19674
|
ListDbParameterGroups: string;
|
|
19560
19675
|
ListTagsForResource: string;
|
|
19676
|
+
RebootDbCluster: string;
|
|
19677
|
+
RebootDbInstance: string;
|
|
19561
19678
|
TagResource: string;
|
|
19562
19679
|
UntagResource: string;
|
|
19563
19680
|
UpdateDbCluster: string;
|
|
@@ -20390,14 +20507,52 @@ export declare const Actions: {
|
|
|
20390
20507
|
UpgradeReviewTemplateLensReview: string;
|
|
20391
20508
|
};
|
|
20392
20509
|
wickr: {
|
|
20510
|
+
BatchCreateUser: string;
|
|
20511
|
+
BatchDeleteUser: string;
|
|
20512
|
+
BatchLookupUserUname: string;
|
|
20513
|
+
BatchReinviteUser: string;
|
|
20514
|
+
BatchResetDevicesForUser: string;
|
|
20515
|
+
BatchToggleUserSuspendStatus: string;
|
|
20393
20516
|
CreateAdminSession: string;
|
|
20517
|
+
CreateBot: string;
|
|
20518
|
+
CreateDataRetentionBot: string;
|
|
20519
|
+
CreateDataRetentionBotChallenge: string;
|
|
20394
20520
|
CreateNetwork: string;
|
|
20521
|
+
CreateSecurityGroup: string;
|
|
20522
|
+
DeleteBot: string;
|
|
20523
|
+
DeleteDataRetentionBot: string;
|
|
20395
20524
|
DeleteNetwork: string;
|
|
20525
|
+
DeleteSecurityGroup: string;
|
|
20526
|
+
GetBot: string;
|
|
20527
|
+
GetBotsCount: string;
|
|
20528
|
+
GetDataRetentionBot: string;
|
|
20529
|
+
GetGuestUserHistoryCount: string;
|
|
20530
|
+
GetNetwork: string;
|
|
20531
|
+
GetNetworkSettings: string;
|
|
20532
|
+
GetOidcInfo: string;
|
|
20533
|
+
GetSecurityGroup: string;
|
|
20534
|
+
GetUser: string;
|
|
20535
|
+
GetUsersCount: string;
|
|
20536
|
+
ListBlockedGuestUsers: string;
|
|
20537
|
+
ListBots: string;
|
|
20538
|
+
ListDevicesForUser: string;
|
|
20539
|
+
ListGuestUsers: string;
|
|
20396
20540
|
ListNetworks: string;
|
|
20541
|
+
ListSecurityGroups: string;
|
|
20542
|
+
ListSecurityGroupUsers: string;
|
|
20397
20543
|
ListTagsForResource: string;
|
|
20544
|
+
ListUsers: string;
|
|
20545
|
+
RegisterOidcConfig: string;
|
|
20546
|
+
RegisterOidcConfigTest: string;
|
|
20398
20547
|
TagResource: string;
|
|
20399
20548
|
UntagResource: string;
|
|
20549
|
+
UpdateBot: string;
|
|
20550
|
+
UpdateDataRetention: string;
|
|
20551
|
+
UpdateGuestUser: string;
|
|
20400
20552
|
UpdateNetworkDetails: string;
|
|
20553
|
+
UpdateNetworkSettings: string;
|
|
20554
|
+
UpdateSecurityGroup: string;
|
|
20555
|
+
UpdateUser: string;
|
|
20401
20556
|
};
|
|
20402
20557
|
wisdom: {
|
|
20403
20558
|
ActivateMessageTemplate: string;
|