@jjrawlins/cdk-iam-policy-builder-helper 0.0.85 → 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.
Files changed (98) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +50 -0
  5. package/lib/constructs/Actions.js +51 -1
  6. package/methods_list.txt +46 -0
  7. package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
  8. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
  9. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
  10. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  11. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
  12. package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
  13. package/node_modules/@aws-sdk/client-iam/README.md +64 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +349 -71
  15. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +8 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +61 -40
  26. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +4 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +172 -34
  28. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +57 -0
  29. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +10 -2
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +8 -0
  53. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +472 -412
  54. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +372 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +22 -0
  56. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +137 -0
  57. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +48 -0
  58. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  59. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  60. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  61. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  62. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  63. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +8 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +111 -82
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +70 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  81. package/node_modules/@aws-sdk/client-iam/package.json +6 -6
  82. package/node_modules/@aws-sdk/client-sso/package.json +5 -5
  83. package/node_modules/@aws-sdk/core/package.json +1 -1
  84. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  85. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  86. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  87. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  88. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  89. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  90. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  91. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
  92. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
  93. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  94. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  95. package/node_modules/@aws-sdk/nested-clients/package.json +5 -5
  96. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  97. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  98. 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.932.0",
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.85",
3530
- "fingerprint": "vvXvDuXwQFQKXASuCIEmnHH9oFRjZUYyhd79+8FnFg4="
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.84.tgz
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.84", tarball)
27
+ _jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.86", tarball)
28
28
  }
@@ -1 +1 @@
1
- 0.0.84
1
+ 0.0.86
@@ -826,6 +826,7 @@ export declare const Actions: {
826
826
  AssociateApplicationFleet: string;
827
827
  AssociateApplicationToEntitlement: string;
828
828
  AssociateFleet: string;
829
+ AssociateSoftwareToImageBuilder: string;
829
830
  BatchAssociateUserStack: string;
830
831
  BatchDisassociateUserStack: string;
831
832
  CopyImage: string;
@@ -835,9 +836,11 @@ export declare const Actions: {
835
836
  CreateApplication: string;
836
837
  CreateDirectoryConfig: string;
837
838
  CreateEntitlement: string;
839
+ CreateExportImageTask: string;
838
840
  CreateFleet: string;
839
841
  CreateImageBuilder: string;
840
842
  CreateImageBuilderStreamingURL: string;
843
+ CreateImportedImage: string;
841
844
  CreateStack: string;
842
845
  CreateStreamingURL: string;
843
846
  CreateThemeForStack: string;
@@ -862,6 +865,7 @@ export declare const Actions: {
862
865
  DescribeAppBlocks: string;
863
866
  DescribeApplicationFleetAssociations: string;
864
867
  DescribeApplications: string;
868
+ DescribeAppLicenseUsage: string;
865
869
  DescribeDirectoryConfigs: string;
866
870
  DescribeEntitlements: string;
867
871
  DescribeFleets: string;
@@ -869,6 +873,7 @@ export declare const Actions: {
869
873
  DescribeImagePermissions: string;
870
874
  DescribeImages: string;
871
875
  DescribeSessions: string;
876
+ DescribeSoftwareAssociations: string;
872
877
  DescribeStacks: string;
873
878
  DescribeThemeForStack: string;
874
879
  DescribeUsageReportSubscriptions: string;
@@ -879,15 +884,19 @@ export declare const Actions: {
879
884
  DisassociateApplicationFleet: string;
880
885
  DisassociateApplicationFromEntitlement: string;
881
886
  DisassociateFleet: string;
887
+ DisassociateSoftwareFromImageBuilder: string;
882
888
  EnableUser: string;
883
889
  ExpireSession: string;
890
+ GetExportImageTask: string;
884
891
  ListAssociatedFleets: string;
885
892
  ListAssociatedStacks: string;
886
893
  ListEntitledApplications: string;
894
+ ListExportImageTasks: string;
887
895
  ListTagsForResource: string;
888
896
  StartAppBlockBuilder: string;
889
897
  StartFleet: string;
890
898
  StartImageBuilder: string;
899
+ StartSoftwareDeploymentToImageBuilder: string;
891
900
  StopAppBlockBuilder: string;
892
901
  StopFleet: string;
893
902
  StopImageBuilder: string;
@@ -1562,6 +1571,7 @@ export declare const Actions: {
1562
1571
  CreateRestoreAccessBackupVault: string;
1563
1572
  CreateRestoreTestingPlan: string;
1564
1573
  CreateRestoreTestingSelection: string;
1574
+ CreateTieringConfiguration: string;
1565
1575
  DeleteBackupPlan: string;
1566
1576
  DeleteBackupSelection: string;
1567
1577
  DeleteBackupVault: string;
@@ -1574,6 +1584,7 @@ export declare const Actions: {
1574
1584
  DeleteReportPlan: string;
1575
1585
  DeleteRestoreTestingPlan: string;
1576
1586
  DeleteRestoreTestingSelection: string;
1587
+ DeleteTieringConfiguration: string;
1577
1588
  DescribeBackupJob: string;
1578
1589
  DescribeBackupVault: string;
1579
1590
  DescribeCopyJob: string;
@@ -1604,6 +1615,7 @@ export declare const Actions: {
1604
1615
  GetRestoreTestingPlan: string;
1605
1616
  GetRestoreTestingSelection: string;
1606
1617
  GetSupportedResourceTypes: string;
1618
+ GetTieringConfiguration: string;
1607
1619
  ListBackupJobs: string;
1608
1620
  ListBackupJobSummaries: string;
1609
1621
  ListBackupPlans: string;
@@ -1631,6 +1643,7 @@ export declare const Actions: {
1631
1643
  ListRestoreTestingPlans: string;
1632
1644
  ListRestoreTestingSelections: string;
1633
1645
  ListTags: string;
1646
+ ListTieringConfigurations: string;
1634
1647
  PutBackupVaultAccessPolicy: string;
1635
1648
  PutBackupVaultLockConfiguration: string;
1636
1649
  PutBackupVaultNotifications: string;
@@ -1654,6 +1667,7 @@ export declare const Actions: {
1654
1667
  UpdateReportPlan: string;
1655
1668
  UpdateRestoreTestingPlan: string;
1656
1669
  UpdateRestoreTestingSelection: string;
1670
+ UpdateTieringConfiguration: string;
1657
1671
  };
1658
1672
  batch: {
1659
1673
  CancelJob: string;
@@ -2966,6 +2980,7 @@ export declare const Actions: {
2966
2980
  DescribeAccountLimits: string;
2967
2981
  DescribeChangeSet: string;
2968
2982
  DescribeChangeSetHooks: string;
2983
+ DescribeEvents: string;
2969
2984
  DescribeGeneratedTemplate: string;
2970
2985
  DescribeOrganizationsAccess: string;
2971
2986
  DescribePublisher: string;
@@ -7058,6 +7073,11 @@ export declare const Actions: {
7058
7073
  'eks-auth': {
7059
7074
  AssumeRoleForPodIdentity: string;
7060
7075
  };
7076
+ 'eks-mcp': {
7077
+ CallPrivilegedTool: string;
7078
+ CallReadOnlyTool: string;
7079
+ InvokeMcp: string;
7080
+ };
7061
7081
  eks: {
7062
7082
  AccessKubernetesApi: string;
7063
7083
  AssociateAccessPolicy: string;
@@ -7632,6 +7652,7 @@ export declare const Actions: {
7632
7652
  CreateDomain: string;
7633
7653
  CreateElasticsearchDomain: string;
7634
7654
  CreateElasticsearchServiceRole: string;
7655
+ CreateIndex: string;
7635
7656
  CreateOutboundConnection: string;
7636
7657
  CreateOutboundCrossClusterSearchConnection: string;
7637
7658
  CreatePackage: string;
@@ -7645,6 +7666,7 @@ export declare const Actions: {
7645
7666
  DeleteElasticsearchServiceRole: string;
7646
7667
  DeleteInboundConnection: string;
7647
7668
  DeleteInboundCrossClusterSearchConnection: string;
7669
+ DeleteIndex: string;
7648
7670
  DeleteOutboundConnection: string;
7649
7671
  DeleteOutboundCrossClusterSearchConnection: string;
7650
7672
  DeletePackage: string;
@@ -7687,6 +7709,7 @@ export declare const Actions: {
7687
7709
  GetDataSource: string;
7688
7710
  GetDirectQueryDataSource: string;
7689
7711
  GetDomainMaintenanceStatus: string;
7712
+ GetIndex: string;
7690
7713
  GetPackageVersionHistory: string;
7691
7714
  GetUpgradeHistory: string;
7692
7715
  GetUpgradeStatus: string;
@@ -7721,6 +7744,7 @@ export declare const Actions: {
7721
7744
  UpdateDirectQueryDataSource: string;
7722
7745
  UpdateDomainConfig: string;
7723
7746
  UpdateElasticsearchDomainConfig: string;
7747
+ UpdateIndex: string;
7724
7748
  UpdatePackage: string;
7725
7749
  UpdatePackageScope: string;
7726
7750
  UpdateScheduledAction: string;
@@ -9121,6 +9145,7 @@ export declare const Actions: {
9121
9145
  ListThreatEntitySets: string;
9122
9146
  ListThreatIntelSets: string;
9123
9147
  ListTrustedEntitySets: string;
9148
+ SendObjectMalwareScan: string;
9124
9149
  SendSecurityTelemetry: string;
9125
9150
  StartMalwareScan: string;
9126
9151
  StartMonitoringMembers: string;
@@ -9683,20 +9708,26 @@ export declare const Actions: {
9683
9708
  invoicing: {
9684
9709
  BatchGetInvoiceProfile: string;
9685
9710
  CreateInvoiceUnit: string;
9711
+ CreateProcurementPortalPreference: string;
9686
9712
  DeleteInvoiceUnit: string;
9713
+ DeleteProcurementPortalPreference: string;
9687
9714
  GetInvoiceCorrection: string;
9688
9715
  GetInvoiceEmailDeliveryPreferences: string;
9689
9716
  GetInvoicePDF: string;
9690
9717
  GetInvoiceUnit: string;
9718
+ GetProcurementPortalPreference: string;
9691
9719
  ListInvoiceCorrections: string;
9692
9720
  ListInvoiceSummaries: string;
9693
9721
  ListInvoiceUnits: string;
9722
+ ListProcurementPortalPreferences: string;
9694
9723
  ListTagsForResource: string;
9695
9724
  PutInvoiceEmailDeliveryPreferences: string;
9725
+ PutProcurementPortalPreference: string;
9696
9726
  StartInvoiceCorrection: string;
9697
9727
  TagResource: string;
9698
9728
  UntagResource: string;
9699
9729
  UpdateInvoiceUnit: string;
9730
+ UpdateProcurementPortalPreferenceStatus: string;
9700
9731
  };
9701
9732
  'iot-device-tester': {
9702
9733
  CheckVersion: string;
@@ -10723,6 +10754,8 @@ export declare const Actions: {
10723
10754
  DescribeConfiguration: string;
10724
10755
  DescribeConfigurationRevision: string;
10725
10756
  DescribeReplicator: string;
10757
+ DescribeTopic: string;
10758
+ DescribeTopicPartitions: string;
10726
10759
  DescribeVpcConnection: string;
10727
10760
  GetBootstrapBrokers: string;
10728
10761
  GetClusterPolicy: string;
@@ -10739,6 +10772,7 @@ export declare const Actions: {
10739
10772
  ListReplicators: string;
10740
10773
  ListScramSecrets: string;
10741
10774
  ListTagsForResource: string;
10775
+ ListTopics: string;
10742
10776
  ListVpcConnections: string;
10743
10777
  PutClusterPolicy: string;
10744
10778
  RebootBroker: string;
@@ -12620,6 +12654,7 @@ export declare const Actions: {
12620
12654
  ListExportErrors: string;
12621
12655
  ListExports: string;
12622
12656
  ListImportErrors: string;
12657
+ ListImportFileEnrichments: string;
12623
12658
  ListImports: string;
12624
12659
  ListManagedAccounts: string;
12625
12660
  ListNetworkMigrationAnalyses: string;
@@ -12634,6 +12669,7 @@ export declare const Actions: {
12634
12669
  ListNetworkMigrationMapperSegmentConstructs: string;
12635
12670
  ListNetworkMigrationMapperSegments: string;
12636
12671
  ListNetworkMigrationMappings: string;
12672
+ ListNetworkMigrationMappingUpdates: string;
12637
12673
  ListSourceServerActions: string;
12638
12674
  ListTagsForResource: string;
12639
12675
  ListTemplateActions: string;
@@ -12663,11 +12699,13 @@ export declare const Actions: {
12663
12699
  StartCutover: string;
12664
12700
  StartExport: string;
12665
12701
  StartImport: string;
12702
+ StartImportFileEnrichment: string;
12666
12703
  StartNetworkMigrationAnalysis: string;
12667
12704
  StartNetworkMigrationCodeGeneration: string;
12668
12705
  StartNetworkMigrationDeployedStacksDeletion: string;
12669
12706
  StartNetworkMigrationDeployment: string;
12670
12707
  StartNetworkMigrationMapping: string;
12708
+ StartNetworkMigrationMappingUpdate: string;
12671
12709
  StartReplication: string;
12672
12710
  StartTest: string;
12673
12711
  StopReplication: string;
@@ -14148,6 +14186,16 @@ export declare const Actions: {
14148
14186
  GetProducts: string;
14149
14187
  ListPriceLists: string;
14150
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
+ };
14151
14199
  'private-networks': {
14152
14200
  AcknowledgeOrderReceipt: string;
14153
14201
  ActivateDeviceIdentifier: string;
@@ -17101,6 +17149,7 @@ export declare const Actions: {
17101
17149
  GetFindingAggregator: string;
17102
17150
  GetFindingHistory: string;
17103
17151
  GetFindings: string;
17152
+ GetFindingsTrendsV2: string;
17104
17153
  GetFreeTrialEndDate: string;
17105
17154
  GetFreeTrialUsage: string;
17106
17155
  GetInsightFindingTrend: string;
@@ -17110,6 +17159,7 @@ export declare const Actions: {
17110
17159
  GetMasterAccount: string;
17111
17160
  GetMembers: string;
17112
17161
  GetResourcesStatisticsV2: string;
17162
+ GetResourcesTrendsV2: string;
17113
17163
  GetResourcesV2: string;
17114
17164
  GetSecurityControlDefinition: string;
17115
17165
  GetUsage: string;