@stack-spot/portal-network 0.235.3 → 0.236.0

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.
@@ -1,9 +1,9 @@
1
- import { accountAssignmentControllerCreate, accountAssignmentControllerDelete, accountAssignmentControllerList, createBoundary, createBoundarySso, createCertificate, createCidr, createDnsRecord, createDnsZone, createFolder, createFoundation, createNetwork, createProject, createRole, createServiceControlPolicy, createVpn, defaults, deleteBoundary, deleteBoundarySso, deleteCertificate, deleteCidr, deleteDnsRecord, deleteDnsZone, deleteFolder, deleteNetwork, deleteProject, deleteRole, deleteVpn, fmsAssociateAdminAccountControllerCreate, fmsAssociateAdminAccountControllerDelete, fmsAssociateAdminAccountControllerGet, fmsAssociateAdminAccountControllerList, fmsPolicyControllerCreate, fmsPolicyControllerDelete, fmsPolicyControllerGet, fmsPolicyControllerList, getBoundary, getBoundarySso, getCertificate, getFolder, getFolderTags, getFoundation, getNetwork, getProject, getRole, getServiceControlPolicy, getVpnConfiguration, identityStoreGroupControllerCreate, identityStoreGroupControllerDelete, identityStoreGroupControllerList, listBoundary, listBoundarySso, listCertificates, listCidr, listDnsRecord, listDnsZone, listFoundations, listNetwork, listProject, listRole, listServiceControlPolicy, listVpns, permissionSetControllerCreate, permissionSetControllerDelete, permissionSetControllerList, putBoundaryDescription, putBoundaryPolicyDocument, putBoundarySsoDescription, putBoundarySsoPolicyDocument, putBoundarySsoTags, putBoundaryTags, putCertificateTags, putCidrTags, putDnsZoneTags, putFolderTags, putFoundationSecProjectTags, putNetworkTags, putProjectTags, putRole, putServiceControlPolicy, putVpnTags, } from '../api/cloudPlatform.js';
1
+ import { getApiAddresses } from '../api-addresses.js';
2
+ import { accountAssignmentControllerCreate, accountAssignmentControllerDelete, accountAssignmentControllerGet, accountAssignmentControllerList, boundaryControllerCreate, boundaryControllerDelete, boundaryControllerGet, boundaryControllerList, boundaryControllerPutTags, boundarySsoControllerCreate, boundarySsoControllerDelete, boundarySsoControllerGet, boundarySsoControllerList, boundarySsoControllerPutTags, certificateControllerCreate, certificateControllerDelete, certificateControllerGet, certificateControllerList, certificateControllerPutTags, cidrControllerCreate, cidrControllerDelete, cidrControllerGet, cidrControllerList, cidrControllerPutTags, createBoundary, createBoundarySso, createCertificate, createCidr, createDnsRecord, createDnsZone, createFolder, createFoundation, createNetwork, createProject, createRole, createServiceControlPolicy, createVpn, customerPolicyAttachmentControllerCreate, customerPolicyAttachmentControllerDelete, customerPolicyAttachmentControllerGet, customerPolicyAttachmentControllerList, defaults, deleteBoundary, deleteBoundarySso, deleteCertificate, deleteCidr, deleteDnsRecord, deleteDnsZone, deleteFolder, deleteNetwork, deleteProject, deleteRole, deleteServiceControlPolicy, deleteVpn, dnsRecordControllerCreate, dnsRecordControllerDelete, dnsRecordControllerGet, dnsRecordControllerListBy, dnsRecordControllerPutRecords, dnsRecordControllerPutTtl, dnsZoneControllerCreate, dnsZoneControllerDelete, dnsZoneControllerGet, dnsZoneControllerListBy, dnsZoneControllerPutTags, finOpsControllerGet, firewallControllerCreate, firewallControllerDelete, firewallControllerGet, firewallControllerList, fmsAssociateAdminAccountControllerCreate, fmsAssociateAdminAccountControllerDelete, fmsAssociateAdminAccountControllerGet, fmsAssociateAdminAccountControllerList, fmsPolicyControllerCreate, fmsPolicyControllerDelete, fmsPolicyControllerGet, fmsPolicyControllerList, folderControllerCreate, folderControllerDelete, folderControllerGet, folderControllerListByFolderRef, folderControllerPutName, folderControllerPutTags, foundationControllerCreate, foundationControllerGet, foundationControllerList, getBoundary, getBoundarySso, getCertificate, getFolder, getFolderTags, getFoundation, getNetwork, getOidc, getProject, getRole, getServiceControlPolicy, getVpnConfiguration, identityCenterControllerCreate, identityCenterControllerDelete, identityCenterControllerGet, identityCenterControllerList, identityStoreGroupControllerCreate, identityStoreGroupControllerDelete, identityStoreGroupControllerGet, identityStoreGroupControllerList, identityStoreMembershipControllerCreate, identityStoreMembershipControllerDelete, identityStoreMembershipControllerGet, identityStoreMembershipControllerList, identityStoreUserControllerCreate, identityStoreUserControllerDelete, identityStoreUserControllerGet, identityStoreUserControllerList, listBoundary, listBoundarySso, listCertificates, listCidr, listDnsRecord, listDnsZone, listFoundations, listNetwork, listProject, listRole, listServiceControlPolicy, listVpns, managedPolicyAttachmentControllerCreate, managedPolicyAttachmentControllerDelete, managedPolicyAttachmentControllerGet, managedPolicyAttachmentControllerList, networkControllerCreate, networkControllerDelete, networkControllerGet, networkControllerList, networkControllerPutNetworkName, networkControllerPutTags, oidcControllerGet, permissionSetControllerCreate, permissionSetControllerDelete, permissionSetControllerGet, permissionSetControllerList, projectControllerCreate, projectControllerDelete, projectControllerGet, projectControllerListByFolderRef, projectControllerPutName, projectControllerPutTags, putBoundaryDescription, putBoundaryPolicyDocument, putBoundarySsoDescription, putBoundarySsoPolicyDocument, putBoundarySsoTags, putBoundaryTags, putCertificateTags, putCidrTags, putDnsZoneTags, putFolderTags, putFoundationSecProjectTags, putNetworkTags, putProjectTags, putRole, putServiceControlPolicy, putVpnTags, serviceControlPolicyControllerCreate, serviceControlPolicyControllerDelete, serviceControlPolicyControllerGet, serviceControlPolicyControllerList, serviceControlPolicyControllerPutContent, serviceControlPolicyControllerPutDescription, serviceControlPolicyControllerPutName, serviceControlPolicyControllerPutTags, serviceControlPolicyControllerPutTarget, vpnControllerCreate, vpnControllerDelete, vpnControllerGet, vpnControllerList, vpnControllerPutTags, } from '../api/cloudPlatform.js';
2
3
  import { DefaultAPIError } from '../error/DefaultAPIError.js';
4
+ import { scfDictionary } from '../error/dictionary/cloud-platform.js';
3
5
  import { ReactQueryNetworkClient } from '../network/ReactQueryNetworkClient.js';
4
6
  import { removeAuthorizationParam } from '../utils/remove-authorization-param.js';
5
- import { scfDictionary } from '../error/dictionary/cloud-platform.js';
6
- import { getApiAddresses } from '../api-addresses.js';
7
7
  class CloudPlatformClient extends ReactQueryNetworkClient {
8
8
  constructor() {
9
9
  super(getApiAddresses().cloudPlatform.url, defaults);
@@ -512,6 +512,15 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
512
512
  value: this.mutation(removeAuthorizationParam(putServiceControlPolicy))
513
513
  });
514
514
  /**
515
+ * Delete service control policy
516
+ */
517
+ Object.defineProperty(this, "deleteServiceControlPolicy", {
518
+ enumerable: true,
519
+ configurable: true,
520
+ writable: true,
521
+ value: this.mutation(removeAuthorizationParam(deleteServiceControlPolicy))
522
+ });
523
+ /**
515
524
  * Create a service control policy
516
525
  */
517
526
  Object.defineProperty(this, "createServiceControlPolicy", {
@@ -575,7 +584,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
575
584
  value: this.mutation(removeAuthorizationParam(deleteRole))
576
585
  });
577
586
  /**
578
- * Get Firewall Manager Policies by Foundation
587
+ * Get Firewall Manager Policies by Foundation V2
579
588
  */
580
589
  Object.defineProperty(this, "getFirewallManagerPolicyByName", {
581
590
  enumerable: true,
@@ -584,7 +593,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
584
593
  value: this.query(removeAuthorizationParam(fmsPolicyControllerGet))
585
594
  });
586
595
  /**
587
- * Delete Firewall Manager Policy
596
+ * Delete Firewall Manager Policy V2
588
597
  */
589
598
  Object.defineProperty(this, "deleteFirewallManagerPolicy", {
590
599
  enumerable: true,
@@ -593,7 +602,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
593
602
  value: this.mutation(removeAuthorizationParam(fmsPolicyControllerDelete))
594
603
  });
595
604
  /**
596
- * Get Firewall Manager Policies by Foundation
605
+ * Get Firewall Manager Policies by Foundation V2
597
606
  */
598
607
  Object.defineProperty(this, "listFirewallManagerPolicies", {
599
608
  enumerable: true,
@@ -602,7 +611,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
602
611
  value: this.query(removeAuthorizationParam(fmsPolicyControllerList))
603
612
  });
604
613
  /**
605
- * Create Firewall Manager Policy
614
+ * Create Firewall Manager Policy V2
606
615
  */
607
616
  Object.defineProperty(this, "createFirewallManagerPolicy", {
608
617
  enumerable: true,
@@ -611,7 +620,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
611
620
  value: this.mutation(removeAuthorizationParam(fmsPolicyControllerCreate))
612
621
  });
613
622
  /**
614
- * Get Firewall Manager Associate Admin Account by name
623
+ * Get Firewall Manager Associate Admin Account by name V2
615
624
  */
616
625
  Object.defineProperty(this, "getFirewallManagerAssociateAdminAccountByName", {
617
626
  enumerable: true,
@@ -620,7 +629,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
620
629
  value: this.query(removeAuthorizationParam(fmsAssociateAdminAccountControllerGet))
621
630
  });
622
631
  /**
623
- * Delete Firewall Manager Associate Admin Account
632
+ * Delete Firewall Manager Associate Admin Account V2
624
633
  */
625
634
  Object.defineProperty(this, "deleteFirewallManagerAssociateAdminAccount", {
626
635
  enumerable: true,
@@ -629,7 +638,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
629
638
  value: this.mutation(removeAuthorizationParam(fmsAssociateAdminAccountControllerDelete))
630
639
  });
631
640
  /**
632
- * Create Firewall Manager Associate Admin Account
641
+ * Create Firewall Manager Associate Admin Account V2
633
642
  */
634
643
  Object.defineProperty(this, "createFirewallManagerAssociateAdminAccount", {
635
644
  enumerable: true,
@@ -638,7 +647,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
638
647
  value: this.mutation(removeAuthorizationParam(fmsAssociateAdminAccountControllerCreate))
639
648
  });
640
649
  /**
641
- * Get Firewall Manager Associate Admin Account by name
650
+ * Get Firewall Manager Associate Admin Account by name V2
642
651
  */
643
652
  Object.defineProperty(this, "listFirewallManagerAssociateAdminAccount", {
644
653
  enumerable: true,
@@ -647,7 +656,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
647
656
  value: this.query(removeAuthorizationParam(fmsAssociateAdminAccountControllerList))
648
657
  });
649
658
  /**
650
- * Create a Identity Store Group
659
+ * Create a Identity Store Group V2
651
660
  */
652
661
  Object.defineProperty(this, "createIdentityStoreGroup", {
653
662
  enumerable: true,
@@ -656,7 +665,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
656
665
  value: this.mutation(removeAuthorizationParam(identityStoreGroupControllerCreate))
657
666
  });
658
667
  /**
659
- * List Identity Store Groups by Foundation Namespace
668
+ * List Identity Store Groups by Foundation Namespace V2
660
669
  */
661
670
  Object.defineProperty(this, "listIdentityStoreGroup", {
662
671
  enumerable: true,
@@ -701,7 +710,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
701
710
  value: this.mutation(removeAuthorizationParam(permissionSetControllerDelete))
702
711
  });
703
712
  /**
704
- * List Account assignment by Foundation Namespace
713
+ * List Account assignment by Foundation Namespace V2
705
714
  */
706
715
  Object.defineProperty(this, "listAccountAssignments", {
707
716
  enumerable: true,
@@ -710,7 +719,7 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
710
719
  value: this.query(removeAuthorizationParam(accountAssignmentControllerList))
711
720
  });
712
721
  /**
713
- * Create a Account Assignment
722
+ * Create a Account Assignment V2
714
723
  */
715
724
  Object.defineProperty(this, "createAccountAssignment", {
716
725
  enumerable: true,
@@ -727,6 +736,870 @@ class CloudPlatformClient extends ReactQueryNetworkClient {
727
736
  writable: true,
728
737
  value: this.mutation(removeAuthorizationParam(accountAssignmentControllerDelete))
729
738
  });
739
+ /**
740
+ * Update a network tags V2
741
+ */
742
+ Object.defineProperty(this, "updateNetworkTagsV2", {
743
+ enumerable: true,
744
+ configurable: true,
745
+ writable: true,
746
+ value: this.mutation(removeAuthorizationParam(networkControllerPutTags))
747
+ });
748
+ /**
749
+ * Update network name
750
+ */
751
+ Object.defineProperty(this, "updateNetworkNameV2", {
752
+ enumerable: true,
753
+ configurable: true,
754
+ writable: true,
755
+ value: this.mutation(removeAuthorizationParam(networkControllerPutNetworkName))
756
+ });
757
+ /**
758
+ * List networks V2
759
+ */
760
+ Object.defineProperty(this, "listNetworksV2", {
761
+ enumerable: true,
762
+ configurable: true,
763
+ writable: true,
764
+ value: this.query(removeAuthorizationParam(networkControllerList))
765
+ });
766
+ /**
767
+ * Update network name
768
+ */
769
+ Object.defineProperty(this, "createNetworkV2", {
770
+ enumerable: true,
771
+ configurable: true,
772
+ writable: true,
773
+ value: this.mutation(removeAuthorizationParam(networkControllerCreate))
774
+ });
775
+ /**
776
+ * List networks V2
777
+ */
778
+ Object.defineProperty(this, "getNetworkV2", {
779
+ enumerable: true,
780
+ configurable: true,
781
+ writable: true,
782
+ value: this.query(removeAuthorizationParam(networkControllerGet))
783
+ });
784
+ /**
785
+ * Delete a Network V2
786
+ */
787
+ Object.defineProperty(this, "deleteNetworkV2", {
788
+ enumerable: true,
789
+ configurable: true,
790
+ writable: true,
791
+ value: this.mutation(removeAuthorizationParam(networkControllerDelete))
792
+ });
793
+ /**
794
+ * Update project tags V2
795
+ */
796
+ Object.defineProperty(this, "updateProjectTagsV2", {
797
+ enumerable: true,
798
+ configurable: true,
799
+ writable: true,
800
+ value: this.mutation(removeAuthorizationParam(projectControllerPutTags))
801
+ });
802
+ /**
803
+ * Update project name V2
804
+ */
805
+ Object.defineProperty(this, "updateProjectNameV2", {
806
+ enumerable: true,
807
+ configurable: true,
808
+ writable: true,
809
+ value: this.mutation(removeAuthorizationParam(projectControllerPutName))
810
+ });
811
+ /**
812
+ * Update folder tags V2
813
+ */
814
+ Object.defineProperty(this, "updateFolderTagsV2", {
815
+ enumerable: true,
816
+ configurable: true,
817
+ writable: true,
818
+ value: this.mutation(removeAuthorizationParam(folderControllerPutTags))
819
+ });
820
+ /**
821
+ * Update folder name V2
822
+ */
823
+ Object.defineProperty(this, "updateFolderNameV2", {
824
+ enumerable: true,
825
+ configurable: true,
826
+ writable: true,
827
+ value: this.mutation(removeAuthorizationParam(folderControllerPutName))
828
+ });
829
+ /**
830
+ * Update dns records ttl V2
831
+ */
832
+ Object.defineProperty(this, "updateDNSRecordsTTLV2", {
833
+ enumerable: true,
834
+ configurable: true,
835
+ writable: true,
836
+ value: this.mutation(removeAuthorizationParam(dnsRecordControllerPutTtl))
837
+ });
838
+ /**
839
+ * Update dns records V2
840
+ */
841
+ Object.defineProperty(this, "updateDNSRecordsV2", {
842
+ enumerable: true,
843
+ configurable: true,
844
+ writable: true,
845
+ value: this.mutation(removeAuthorizationParam(dnsRecordControllerPutRecords))
846
+ });
847
+ /**
848
+ * Update certificates tags V2
849
+ */
850
+ Object.defineProperty(this, "updateCertificatesTagsV2", {
851
+ enumerable: true,
852
+ configurable: true,
853
+ writable: true,
854
+ value: this.mutation(removeAuthorizationParam(certificateControllerPutTags))
855
+ });
856
+ /**
857
+ * List vpns V2
858
+ */
859
+ Object.defineProperty(this, "listVPNSV2", {
860
+ enumerable: true,
861
+ configurable: true,
862
+ writable: true,
863
+ value: this.query(removeAuthorizationParam(vpnControllerList))
864
+ });
865
+ /**
866
+ * Create VPN V2
867
+ */
868
+ Object.defineProperty(this, "createVPNV2", {
869
+ enumerable: true,
870
+ configurable: true,
871
+ writable: true,
872
+ value: this.mutation(removeAuthorizationParam(vpnControllerCreate))
873
+ });
874
+ /**
875
+ * Update VPN tags V2
876
+ */
877
+ Object.defineProperty(this, "updateVPNSTagsV2", {
878
+ enumerable: true,
879
+ configurable: true,
880
+ writable: true,
881
+ value: this.mutation(removeAuthorizationParam(vpnControllerPutTags))
882
+ });
883
+ /**
884
+ * List projects V2
885
+ */
886
+ Object.defineProperty(this, "listProjectsV2", {
887
+ enumerable: true,
888
+ configurable: true,
889
+ writable: true,
890
+ value: this.query(removeAuthorizationParam(projectControllerListByFolderRef))
891
+ });
892
+ /**
893
+ * Create project V2
894
+ */
895
+ Object.defineProperty(this, "createProjectV2", {
896
+ enumerable: true,
897
+ configurable: true,
898
+ writable: true,
899
+ value: this.mutation(removeAuthorizationParam(projectControllerCreate))
900
+ });
901
+ /**
902
+ * List managed policy attachments V2
903
+ */
904
+ Object.defineProperty(this, "listManagedPolicyAttachmentsV2", {
905
+ enumerable: true,
906
+ configurable: true,
907
+ writable: true,
908
+ value: this.query(removeAuthorizationParam(managedPolicyAttachmentControllerList))
909
+ });
910
+ /**
911
+ * Create managed policy attachment V2
912
+ */
913
+ Object.defineProperty(this, "createManagedPolicyAttachmentV2", {
914
+ enumerable: true,
915
+ configurable: true,
916
+ writable: true,
917
+ value: this.mutation(removeAuthorizationParam(managedPolicyAttachmentControllerCreate))
918
+ });
919
+ /**
920
+ * List identity store users V2
921
+ */
922
+ Object.defineProperty(this, "listIdentityStoreUsersV2", {
923
+ enumerable: true,
924
+ configurable: true,
925
+ writable: true,
926
+ value: this.query(removeAuthorizationParam(identityStoreUserControllerList))
927
+ });
928
+ /**
929
+ * Create identity store users V2
930
+ */
931
+ Object.defineProperty(this, "createIdentityStoreUsersV2", {
932
+ enumerable: true,
933
+ configurable: true,
934
+ writable: true,
935
+ value: this.mutation(removeAuthorizationParam(identityStoreUserControllerCreate))
936
+ });
937
+ /**
938
+ * List identity store memberships V2
939
+ */
940
+ Object.defineProperty(this, "listIdentityStoreMembershipsV2", {
941
+ enumerable: true,
942
+ configurable: true,
943
+ writable: true,
944
+ value: this.query(removeAuthorizationParam(identityStoreMembershipControllerList))
945
+ });
946
+ /**
947
+ * Create identity store memberships V2
948
+ */
949
+ Object.defineProperty(this, "createIdentityStoreMembershipsV2", {
950
+ enumerable: true,
951
+ configurable: true,
952
+ writable: true,
953
+ value: this.mutation(removeAuthorizationParam(identityStoreMembershipControllerCreate))
954
+ });
955
+ /**
956
+ * List identity centers V2
957
+ */
958
+ Object.defineProperty(this, "listIdentityCentersV2", {
959
+ enumerable: true,
960
+ configurable: true,
961
+ writable: true,
962
+ value: this.query(removeAuthorizationParam(identityCenterControllerList))
963
+ });
964
+ /**
965
+ * Create identity center V2
966
+ */
967
+ Object.defineProperty(this, "createIdentityCenterV2", {
968
+ enumerable: true,
969
+ configurable: true,
970
+ writable: true,
971
+ value: this.mutation(removeAuthorizationParam(identityCenterControllerCreate))
972
+ });
973
+ /**
974
+ * List folders V2
975
+ */
976
+ Object.defineProperty(this, "listFoldersV2", {
977
+ enumerable: true,
978
+ configurable: true,
979
+ writable: true,
980
+ value: this.query(removeAuthorizationParam(folderControllerListByFolderRef))
981
+ });
982
+ /**
983
+ * Create folders V2
984
+ */
985
+ Object.defineProperty(this, "createFoldersV2", {
986
+ enumerable: true,
987
+ configurable: true,
988
+ writable: true,
989
+ value: this.mutation(removeAuthorizationParam(folderControllerCreate))
990
+ });
991
+ /**
992
+ * List firewalls V2
993
+ */
994
+ Object.defineProperty(this, "listFirewallsV2", {
995
+ enumerable: true,
996
+ configurable: true,
997
+ writable: true,
998
+ value: this.query(removeAuthorizationParam(firewallControllerList))
999
+ });
1000
+ /**
1001
+ * Create firewall V2
1002
+ */
1003
+ Object.defineProperty(this, "createFirewallV2", {
1004
+ enumerable: true,
1005
+ configurable: true,
1006
+ writable: true,
1007
+ value: this.mutation(removeAuthorizationParam(firewallControllerCreate))
1008
+ });
1009
+ /**
1010
+ * List DNS zones V2
1011
+ */
1012
+ Object.defineProperty(this, "listDNSZonesV2", {
1013
+ enumerable: true,
1014
+ configurable: true,
1015
+ writable: true,
1016
+ value: this.query(removeAuthorizationParam(dnsZoneControllerListBy))
1017
+ });
1018
+ /**
1019
+ * Create DNS zones V2
1020
+ */
1021
+ Object.defineProperty(this, "createDNSZonesV2", {
1022
+ enumerable: true,
1023
+ configurable: true,
1024
+ writable: true,
1025
+ value: this.mutation(removeAuthorizationParam(dnsZoneControllerCreate))
1026
+ });
1027
+ /**
1028
+ * List DNS records V2
1029
+ */
1030
+ Object.defineProperty(this, "listDNSRecordsV2", {
1031
+ enumerable: true,
1032
+ configurable: true,
1033
+ writable: true,
1034
+ value: this.query(removeAuthorizationParam(dnsRecordControllerListBy))
1035
+ });
1036
+ /**
1037
+ * Create DNS records V2
1038
+ */
1039
+ Object.defineProperty(this, "createDNSRecordsV2", {
1040
+ enumerable: true,
1041
+ configurable: true,
1042
+ writable: true,
1043
+ value: this.mutation(removeAuthorizationParam(dnsRecordControllerCreate))
1044
+ });
1045
+ /**
1046
+ * List Customer Policy Attachments V2
1047
+ */
1048
+ Object.defineProperty(this, "listCustomerPolicyAttachmentsV2", {
1049
+ enumerable: true,
1050
+ configurable: true,
1051
+ writable: true,
1052
+ value: this.query(removeAuthorizationParam(customerPolicyAttachmentControllerList))
1053
+ });
1054
+ /**
1055
+ * Create Customer Policy Attachments V2
1056
+ */
1057
+ Object.defineProperty(this, "createCustomerPolicyAttachmentsV2", {
1058
+ enumerable: true,
1059
+ configurable: true,
1060
+ writable: true,
1061
+ value: this.mutation(removeAuthorizationParam(customerPolicyAttachmentControllerCreate))
1062
+ });
1063
+ /**
1064
+ * List CIDRS V2
1065
+ */
1066
+ Object.defineProperty(this, "listCIDRSV2", {
1067
+ enumerable: true,
1068
+ configurable: true,
1069
+ writable: true,
1070
+ value: this.query(removeAuthorizationParam(cidrControllerList))
1071
+ });
1072
+ /**
1073
+ * Create CIDRS V2
1074
+ */
1075
+ Object.defineProperty(this, "createCIDRSV2", {
1076
+ enumerable: true,
1077
+ configurable: true,
1078
+ writable: true,
1079
+ value: this.mutation(removeAuthorizationParam(cidrControllerCreate))
1080
+ });
1081
+ /**
1082
+ * Update CIDRS tags V2
1083
+ */
1084
+ Object.defineProperty(this, "upsertCIDRTagsV2", {
1085
+ enumerable: true,
1086
+ configurable: true,
1087
+ writable: true,
1088
+ value: this.mutation(removeAuthorizationParam(cidrControllerPutTags))
1089
+ });
1090
+ /**
1091
+ * List certificates V2
1092
+ */
1093
+ Object.defineProperty(this, "listCertificatesV2", {
1094
+ enumerable: true,
1095
+ configurable: true,
1096
+ writable: true,
1097
+ value: this.query(removeAuthorizationParam(certificateControllerList))
1098
+ });
1099
+ /**
1100
+ * Create certificates V2
1101
+ */
1102
+ Object.defineProperty(this, "createCertificatesV2", {
1103
+ enumerable: true,
1104
+ configurable: true,
1105
+ writable: true,
1106
+ value: this.mutation(removeAuthorizationParam(certificateControllerCreate))
1107
+ });
1108
+ /**
1109
+ * List OIDC V2
1110
+ */
1111
+ Object.defineProperty(this, "listOIDCV2", {
1112
+ enumerable: true,
1113
+ configurable: true,
1114
+ writable: true,
1115
+ value: this.query(removeAuthorizationParam(oidcControllerGet))
1116
+ });
1117
+ /**
1118
+ * Update DNS tags V2
1119
+ */
1120
+ Object.defineProperty(this, "upsertDNSTagsV2", {
1121
+ enumerable: true,
1122
+ configurable: true,
1123
+ writable: true,
1124
+ value: this.mutation(removeAuthorizationParam(dnsZoneControllerPutTags))
1125
+ });
1126
+ /**
1127
+ * GET VPNS by name V2
1128
+ */
1129
+ Object.defineProperty(this, "getVPNSByNameV2", {
1130
+ enumerable: true,
1131
+ configurable: true,
1132
+ writable: true,
1133
+ value: this.query(removeAuthorizationParam(vpnControllerGet))
1134
+ });
1135
+ /**
1136
+ * Delete VPNS V2
1137
+ */
1138
+ Object.defineProperty(this, "deleteVPNSV2", {
1139
+ enumerable: true,
1140
+ configurable: true,
1141
+ writable: true,
1142
+ value: this.mutation(removeAuthorizationParam(vpnControllerDelete))
1143
+ });
1144
+ /**
1145
+ * GET Project by name V2
1146
+ */
1147
+ Object.defineProperty(this, "getProjectByNameV2", {
1148
+ enumerable: true,
1149
+ configurable: true,
1150
+ writable: true,
1151
+ value: this.query(removeAuthorizationParam(projectControllerGet))
1152
+ });
1153
+ /**
1154
+ * Delete Project V2
1155
+ */
1156
+ Object.defineProperty(this, "deleteProjectV2", {
1157
+ enumerable: true,
1158
+ configurable: true,
1159
+ writable: true,
1160
+ value: this.mutation(removeAuthorizationParam(projectControllerDelete))
1161
+ });
1162
+ /**
1163
+ * GET Permission set by name V2
1164
+ */
1165
+ Object.defineProperty(this, "getPermissionSetByNameV2", {
1166
+ enumerable: true,
1167
+ configurable: true,
1168
+ writable: true,
1169
+ value: this.query(removeAuthorizationParam(permissionSetControllerGet))
1170
+ });
1171
+ /**
1172
+ * Get managed policy attachment by name V2
1173
+ */
1174
+ Object.defineProperty(this, "getManagedPolicyAttachmentByNameV2", {
1175
+ enumerable: true,
1176
+ configurable: true,
1177
+ writable: true,
1178
+ value: this.query(removeAuthorizationParam(managedPolicyAttachmentControllerGet))
1179
+ });
1180
+ /**
1181
+ * Delete managed policy attachment V2
1182
+ */
1183
+ Object.defineProperty(this, "deleteManagedPolicyAttachmentV2", {
1184
+ enumerable: true,
1185
+ configurable: true,
1186
+ writable: true,
1187
+ value: this.mutation(removeAuthorizationParam(managedPolicyAttachmentControllerDelete))
1188
+ });
1189
+ /**
1190
+ * Get identity store user by name V2
1191
+ */
1192
+ Object.defineProperty(this, "getIdentityStoreUserByNameV2", {
1193
+ enumerable: true,
1194
+ configurable: true,
1195
+ writable: true,
1196
+ value: this.query(removeAuthorizationParam(identityStoreUserControllerGet))
1197
+ });
1198
+ /**
1199
+ * Delete identity store user V2
1200
+ */
1201
+ Object.defineProperty(this, "deleteIdentityStoreUserV2", {
1202
+ enumerable: true,
1203
+ configurable: true,
1204
+ writable: true,
1205
+ value: this.mutation(removeAuthorizationParam(identityStoreUserControllerDelete))
1206
+ });
1207
+ /**
1208
+ * Get identity store membership by name V2
1209
+ */
1210
+ Object.defineProperty(this, "getIdentityStoreMembershipByNameV2", {
1211
+ enumerable: true,
1212
+ configurable: true,
1213
+ writable: true,
1214
+ value: this.query(removeAuthorizationParam(identityStoreMembershipControllerGet))
1215
+ });
1216
+ /**
1217
+ * Delete identity store membership V2
1218
+ */
1219
+ Object.defineProperty(this, "deleteIdentityStoreMembershipV2", {
1220
+ enumerable: true,
1221
+ configurable: true,
1222
+ writable: true,
1223
+ value: this.mutation(removeAuthorizationParam(identityStoreMembershipControllerDelete))
1224
+ });
1225
+ /**
1226
+ * Get identity store groups by name V2
1227
+ */
1228
+ Object.defineProperty(this, "getIdentityStoreGroupsByNameV2", {
1229
+ enumerable: true,
1230
+ configurable: true,
1231
+ writable: true,
1232
+ value: this.query(removeAuthorizationParam(identityStoreGroupControllerGet))
1233
+ });
1234
+ /**
1235
+ * Get identity centers by name V2
1236
+ */
1237
+ Object.defineProperty(this, "getIdentityCentersByNameV2", {
1238
+ enumerable: true,
1239
+ configurable: true,
1240
+ writable: true,
1241
+ value: this.query(removeAuthorizationParam(identityCenterControllerGet))
1242
+ });
1243
+ /**
1244
+ * Delete identity centers V2
1245
+ */
1246
+ Object.defineProperty(this, "deleteIdentityCentersV2", {
1247
+ enumerable: true,
1248
+ configurable: true,
1249
+ writable: true,
1250
+ value: this.mutation(removeAuthorizationParam(identityCenterControllerDelete))
1251
+ });
1252
+ /**
1253
+ * Get folder by name V2
1254
+ */
1255
+ Object.defineProperty(this, "getFolderByNameV2", {
1256
+ enumerable: true,
1257
+ configurable: true,
1258
+ writable: true,
1259
+ value: this.query(removeAuthorizationParam(folderControllerGet))
1260
+ });
1261
+ /**
1262
+ * Delete folder V2
1263
+ */
1264
+ Object.defineProperty(this, "deleteFolderV2", {
1265
+ enumerable: true,
1266
+ configurable: true,
1267
+ writable: true,
1268
+ value: this.mutation(removeAuthorizationParam(folderControllerDelete))
1269
+ });
1270
+ /**
1271
+ * Get firewall by name V2
1272
+ */
1273
+ Object.defineProperty(this, "getFirewallByNameV2", {
1274
+ enumerable: true,
1275
+ configurable: true,
1276
+ writable: true,
1277
+ value: this.query(removeAuthorizationParam(firewallControllerGet))
1278
+ });
1279
+ /**
1280
+ * Delete firewall V2
1281
+ */
1282
+ Object.defineProperty(this, "deleteFirewallV2", {
1283
+ enumerable: true,
1284
+ configurable: true,
1285
+ writable: true,
1286
+ value: this.mutation(removeAuthorizationParam(firewallControllerDelete))
1287
+ });
1288
+ /**
1289
+ * Get DNS zone by name V2
1290
+ */
1291
+ Object.defineProperty(this, "getDNSZoneByNameV2", {
1292
+ enumerable: true,
1293
+ configurable: true,
1294
+ writable: true,
1295
+ value: this.query(removeAuthorizationParam(dnsZoneControllerGet))
1296
+ });
1297
+ /**
1298
+ * Delete DNS zone V2
1299
+ */
1300
+ Object.defineProperty(this, "deleteDNSZoneV2", {
1301
+ enumerable: true,
1302
+ configurable: true,
1303
+ writable: true,
1304
+ value: this.mutation(removeAuthorizationParam(dnsZoneControllerDelete))
1305
+ });
1306
+ /**
1307
+ * Get DNS record by name V2
1308
+ */
1309
+ Object.defineProperty(this, "getDNSRecordByNameV2", {
1310
+ enumerable: true,
1311
+ configurable: true,
1312
+ writable: true,
1313
+ value: this.query(removeAuthorizationParam(dnsRecordControllerGet))
1314
+ });
1315
+ /**
1316
+ * Delete DNS record V2
1317
+ */
1318
+ Object.defineProperty(this, "deleteDNSRecordV2", {
1319
+ enumerable: true,
1320
+ configurable: true,
1321
+ writable: true,
1322
+ value: this.mutation(removeAuthorizationParam(dnsRecordControllerDelete))
1323
+ });
1324
+ /**
1325
+ * Get Customer Policy Attachment by name V2
1326
+ */
1327
+ Object.defineProperty(this, "getCustomerPolicyAttachmentV2", {
1328
+ enumerable: true,
1329
+ configurable: true,
1330
+ writable: true,
1331
+ value: this.query(removeAuthorizationParam(customerPolicyAttachmentControllerGet))
1332
+ });
1333
+ /**
1334
+ * Delete Customer Policy attachment V2
1335
+ */
1336
+ Object.defineProperty(this, "deleteCustomerPolicyAttachmentV2", {
1337
+ enumerable: true,
1338
+ configurable: true,
1339
+ writable: true,
1340
+ value: this.mutation(removeAuthorizationParam(customerPolicyAttachmentControllerDelete))
1341
+ });
1342
+ /**
1343
+ * Get CIDR by name V2
1344
+ */
1345
+ Object.defineProperty(this, "getCIDRByNameV2", {
1346
+ enumerable: true,
1347
+ configurable: true,
1348
+ writable: true,
1349
+ value: this.query(removeAuthorizationParam(cidrControllerGet))
1350
+ });
1351
+ /**
1352
+ * Delete CIDR V2
1353
+ */
1354
+ Object.defineProperty(this, "deleteCIDRV2", {
1355
+ enumerable: true,
1356
+ configurable: true,
1357
+ writable: true,
1358
+ value: this.mutation(removeAuthorizationParam(cidrControllerDelete))
1359
+ });
1360
+ /**
1361
+ * Get Certificate by name V2
1362
+ */
1363
+ Object.defineProperty(this, "getCertificateByNameV2", {
1364
+ enumerable: true,
1365
+ configurable: true,
1366
+ writable: true,
1367
+ value: this.query(removeAuthorizationParam(certificateControllerGet))
1368
+ });
1369
+ /**
1370
+ * Delete Certificate V2
1371
+ */
1372
+ Object.defineProperty(this, "deleteCertificateV2", {
1373
+ enumerable: true,
1374
+ configurable: true,
1375
+ writable: true,
1376
+ value: this.mutation(removeAuthorizationParam(certificateControllerDelete))
1377
+ });
1378
+ /**
1379
+ * Get Account Assignments by name V2
1380
+ */
1381
+ Object.defineProperty(this, "getAccountAssignmentsByNameV2", {
1382
+ enumerable: true,
1383
+ configurable: true,
1384
+ writable: true,
1385
+ value: this.query(removeAuthorizationParam(accountAssignmentControllerGet))
1386
+ });
1387
+ /**
1388
+ * Get OIDC
1389
+ */
1390
+ Object.defineProperty(this, "getOIDCV2", {
1391
+ enumerable: true,
1392
+ configurable: true,
1393
+ writable: true,
1394
+ value: this.query(removeAuthorizationParam(getOidc))
1395
+ });
1396
+ /**
1397
+ * Get Finops
1398
+ */
1399
+ Object.defineProperty(this, "getFinopsV2", {
1400
+ enumerable: true,
1401
+ configurable: true,
1402
+ writable: true,
1403
+ value: this.query(removeAuthorizationParam(finOpsControllerGet))
1404
+ });
1405
+ /**
1406
+ * Create Foundation V2
1407
+ */
1408
+ Object.defineProperty(this, "createFoundationV2", {
1409
+ enumerable: true,
1410
+ configurable: true,
1411
+ writable: true,
1412
+ value: this.mutation(removeAuthorizationParam(foundationControllerCreate))
1413
+ });
1414
+ /**
1415
+ * List Foundations V2
1416
+ */
1417
+ Object.defineProperty(this, "listFoundationsV2", {
1418
+ enumerable: true,
1419
+ configurable: true,
1420
+ writable: true,
1421
+ value: this.query(removeAuthorizationParam(foundationControllerList))
1422
+ });
1423
+ /**
1424
+ * Get Foundation V2
1425
+ */
1426
+ Object.defineProperty(this, "getFoundationV2", {
1427
+ enumerable: true,
1428
+ configurable: true,
1429
+ writable: true,
1430
+ value: this.query(removeAuthorizationParam(foundationControllerGet))
1431
+ });
1432
+ /**
1433
+ * List Boundaries V2
1434
+ */
1435
+ Object.defineProperty(this, "listBoundariesV2", {
1436
+ enumerable: true,
1437
+ configurable: true,
1438
+ writable: true,
1439
+ value: this.query(removeAuthorizationParam(boundaryControllerList))
1440
+ });
1441
+ /**
1442
+ * Create Boundary V2
1443
+ */
1444
+ Object.defineProperty(this, "createBoundaryV2", {
1445
+ enumerable: true,
1446
+ configurable: true,
1447
+ writable: true,
1448
+ value: this.mutation(removeAuthorizationParam(boundaryControllerCreate))
1449
+ });
1450
+ /**
1451
+ * Get Boundary by name V2
1452
+ */
1453
+ Object.defineProperty(this, "getBoundaryByNameV2", {
1454
+ enumerable: true,
1455
+ configurable: true,
1456
+ writable: true,
1457
+ value: this.query(removeAuthorizationParam(boundaryControllerGet))
1458
+ });
1459
+ /**
1460
+ * Delete Boundary V2
1461
+ */
1462
+ Object.defineProperty(this, "deleteBoundaryV2", {
1463
+ enumerable: true,
1464
+ configurable: true,
1465
+ writable: true,
1466
+ value: this.mutation(removeAuthorizationParam(boundaryControllerDelete))
1467
+ });
1468
+ /**
1469
+ * Update Boundary tags V2
1470
+ */
1471
+ Object.defineProperty(this, "updateBoundaryTagsV2", {
1472
+ enumerable: true,
1473
+ configurable: true,
1474
+ writable: true,
1475
+ value: this.mutation(removeAuthorizationParam(boundaryControllerPutTags))
1476
+ });
1477
+ /**
1478
+ * List Boundary SSOs V2
1479
+ */
1480
+ Object.defineProperty(this, "listBoundarySsosV2", {
1481
+ enumerable: true,
1482
+ configurable: true,
1483
+ writable: true,
1484
+ value: this.query(removeAuthorizationParam(boundarySsoControllerList))
1485
+ });
1486
+ /**
1487
+ * Create Boundary SSO V2
1488
+ */
1489
+ Object.defineProperty(this, "createBoundarySsoV2", {
1490
+ enumerable: true,
1491
+ configurable: true,
1492
+ writable: true,
1493
+ value: this.mutation(removeAuthorizationParam(boundarySsoControllerCreate))
1494
+ });
1495
+ /**
1496
+ * Get Boundary SSO by name V2
1497
+ */
1498
+ Object.defineProperty(this, "getBoundarySsoByNameV2", {
1499
+ enumerable: true,
1500
+ configurable: true,
1501
+ writable: true,
1502
+ value: this.query(removeAuthorizationParam(boundarySsoControllerGet))
1503
+ });
1504
+ /**
1505
+ * Delete Boundary SSO V2
1506
+ */
1507
+ Object.defineProperty(this, "deleteBoundarySsoV2", {
1508
+ enumerable: true,
1509
+ configurable: true,
1510
+ writable: true,
1511
+ value: this.mutation(removeAuthorizationParam(boundarySsoControllerDelete))
1512
+ });
1513
+ /**
1514
+ * Update Boundary SSO tags V2
1515
+ */
1516
+ Object.defineProperty(this, "updateBoundarySsoTagsV2", {
1517
+ enumerable: true,
1518
+ configurable: true,
1519
+ writable: true,
1520
+ value: this.mutation(removeAuthorizationParam(boundarySsoControllerPutTags))
1521
+ });
1522
+ /**
1523
+ * List Service Control Policies V2
1524
+ */
1525
+ Object.defineProperty(this, "listServiceControlPoliciesV2", {
1526
+ enumerable: true,
1527
+ configurable: true,
1528
+ writable: true,
1529
+ value: this.query(removeAuthorizationParam(serviceControlPolicyControllerList))
1530
+ });
1531
+ /**
1532
+ * Create Service Control Policy V2
1533
+ */
1534
+ Object.defineProperty(this, "createServiceControlPolicyV2", {
1535
+ enumerable: true,
1536
+ configurable: true,
1537
+ writable: true,
1538
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerCreate))
1539
+ });
1540
+ /**
1541
+ * Get Service Control Policy by name V2
1542
+ */
1543
+ Object.defineProperty(this, "getServiceControlPolicyByNameV2", {
1544
+ enumerable: true,
1545
+ configurable: true,
1546
+ writable: true,
1547
+ value: this.query(removeAuthorizationParam(serviceControlPolicyControllerGet))
1548
+ });
1549
+ /**
1550
+ * Delete Service Control Policy V2
1551
+ */
1552
+ Object.defineProperty(this, "deleteServiceControlPolicyV2", {
1553
+ enumerable: true,
1554
+ configurable: true,
1555
+ writable: true,
1556
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerDelete))
1557
+ });
1558
+ /**
1559
+ * Update Service Control Policy target V2
1560
+ */
1561
+ Object.defineProperty(this, "updateServiceControlPolicyTargetV2", {
1562
+ enumerable: true,
1563
+ configurable: true,
1564
+ writable: true,
1565
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerPutTarget))
1566
+ });
1567
+ /**
1568
+ * Update Service Control Policy tags V2
1569
+ */
1570
+ Object.defineProperty(this, "updateServiceControlPolicyTagsV2", {
1571
+ enumerable: true,
1572
+ configurable: true,
1573
+ writable: true,
1574
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerPutTags))
1575
+ });
1576
+ /**
1577
+ * Update Service Control Policy name V2
1578
+ */
1579
+ Object.defineProperty(this, "updateServiceControlPolicyNameV2", {
1580
+ enumerable: true,
1581
+ configurable: true,
1582
+ writable: true,
1583
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerPutName))
1584
+ });
1585
+ /**
1586
+ * Update Service Control Policy description V2
1587
+ */
1588
+ Object.defineProperty(this, "updateServiceControlPolicyDescriptionV2", {
1589
+ enumerable: true,
1590
+ configurable: true,
1591
+ writable: true,
1592
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerPutDescription))
1593
+ });
1594
+ /**
1595
+ * Update Service Control Policy content V2
1596
+ */
1597
+ Object.defineProperty(this, "updateServiceControlPolicyContentV2", {
1598
+ enumerable: true,
1599
+ configurable: true,
1600
+ writable: true,
1601
+ value: this.mutation(removeAuthorizationParam(serviceControlPolicyControllerPutContent))
1602
+ });
730
1603
  }
731
1604
  buildStackSpotError(error) {
732
1605
  return new DefaultAPIError(error.data, error.status, scfDictionary, error.headers);