oci-filestorage 2.64.0 → 2.66.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.
Files changed (177) hide show
  1. package/lib/client.d.ts +170 -44
  2. package/lib/client.js +545 -44
  3. package/lib/client.js.map +1 -1
  4. package/lib/filestorage-waiter.d.ts +8 -0
  5. package/lib/filestorage-waiter.js +12 -0
  6. package/lib/filestorage-waiter.js.map +1 -1
  7. package/lib/model/change-outbound-connector-compartment-details.d.ts +29 -0
  8. package/lib/model/change-outbound-connector-compartment-details.js +31 -0
  9. package/lib/model/change-outbound-connector-compartment-details.js.map +1 -0
  10. package/lib/model/client-options.d.ts +21 -0
  11. package/lib/model/client-options.js +12 -0
  12. package/lib/model/client-options.js.map +1 -1
  13. package/lib/model/create-export-details.d.ts +4 -0
  14. package/lib/model/create-export-details.js.map +1 -1
  15. package/lib/model/create-kerberos-details.d.ts +44 -0
  16. package/lib/model/create-kerberos-details.js +31 -0
  17. package/lib/model/create-kerberos-details.js.map +1 -0
  18. package/lib/model/create-ldap-bind-account-details.d.ts +45 -0
  19. package/lib/model/create-ldap-bind-account-details.js +68 -0
  20. package/lib/model/create-ldap-bind-account-details.js.map +1 -0
  21. package/lib/model/create-ldap-idmap-details.d.ts +65 -0
  22. package/lib/model/create-ldap-idmap-details.js +35 -0
  23. package/lib/model/create-ldap-idmap-details.js.map +1 -0
  24. package/lib/model/create-mount-target-details.d.ts +7 -0
  25. package/lib/model/create-mount-target-details.js +34 -2
  26. package/lib/model/create-mount-target-details.js.map +1 -1
  27. package/lib/model/create-outbound-connector-details.d.ts +65 -0
  28. package/lib/model/create-outbound-connector-details.js +70 -0
  29. package/lib/model/create-outbound-connector-details.js.map +1 -0
  30. package/lib/model/endpoint.d.ts +32 -0
  31. package/lib/model/endpoint.js +31 -0
  32. package/lib/model/endpoint.js.map +1 -0
  33. package/lib/model/export-summary.d.ts +4 -0
  34. package/lib/model/export-summary.js.map +1 -1
  35. package/lib/model/export.d.ts +4 -0
  36. package/lib/model/export.js.map +1 -1
  37. package/lib/model/file-system.d.ts +1 -1
  38. package/lib/model/index.d.ts +38 -0
  39. package/lib/model/index.js +40 -1
  40. package/lib/model/index.js.map +1 -1
  41. package/lib/model/kerberos-keytab-entry.d.ts +52 -0
  42. package/lib/model/kerberos-keytab-entry.js +43 -0
  43. package/lib/model/kerberos-keytab-entry.js.map +1 -0
  44. package/lib/model/kerberos.d.ts +44 -0
  45. package/lib/model/kerberos.js +31 -0
  46. package/lib/model/kerberos.js.map +1 -0
  47. package/lib/model/key-tab-secret-details.d.ts +35 -0
  48. package/lib/model/key-tab-secret-details.js +31 -0
  49. package/lib/model/key-tab-secret-details.js.map +1 -0
  50. package/lib/model/ldap-bind-account-summary.d.ts +36 -0
  51. package/lib/model/ldap-bind-account-summary.js +68 -0
  52. package/lib/model/ldap-bind-account-summary.js.map +1 -0
  53. package/lib/model/ldap-bind-account.d.ts +44 -0
  54. package/lib/model/ldap-bind-account.js +66 -0
  55. package/lib/model/ldap-bind-account.js.map +1 -0
  56. package/lib/model/ldap-idmap.d.ts +70 -0
  57. package/lib/model/ldap-idmap.js +40 -0
  58. package/lib/model/ldap-idmap.js.map +1 -0
  59. package/lib/model/mount-target.d.ts +16 -0
  60. package/lib/model/mount-target.js +40 -2
  61. package/lib/model/mount-target.js.map +1 -1
  62. package/lib/model/outbound-connector-summary.d.ts +92 -0
  63. package/lib/model/outbound-connector-summary.js +82 -0
  64. package/lib/model/outbound-connector-summary.js.map +1 -0
  65. package/lib/model/outbound-connector.d.ts +94 -0
  66. package/lib/model/outbound-connector.js +82 -0
  67. package/lib/model/outbound-connector.js.map +1 -0
  68. package/lib/model/update-export-details.d.ts +4 -0
  69. package/lib/model/update-export-details.js.map +1 -1
  70. package/lib/model/update-kerberos-details.d.ts +44 -0
  71. package/lib/model/update-kerberos-details.js +31 -0
  72. package/lib/model/update-kerberos-details.js.map +1 -0
  73. package/lib/model/update-ldap-idmap-details.d.ts +65 -0
  74. package/lib/model/update-ldap-idmap-details.js +35 -0
  75. package/lib/model/update-ldap-idmap-details.js.map +1 -0
  76. package/lib/model/update-mount-target-details.d.ts +7 -0
  77. package/lib/model/update-mount-target-details.js +34 -2
  78. package/lib/model/update-mount-target-details.js.map +1 -1
  79. package/lib/model/update-outbound-connector-details.d.ts +52 -0
  80. package/lib/model/update-outbound-connector-details.js +31 -0
  81. package/lib/model/update-outbound-connector-details.js.map +1 -0
  82. package/lib/model/validate-key-tabs-details.d.ts +29 -0
  83. package/lib/model/validate-key-tabs-details.js +59 -0
  84. package/lib/model/validate-key-tabs-details.js.map +1 -0
  85. package/lib/model/validate-key-tabs-response-details.d.ts +32 -0
  86. package/lib/model/validate-key-tabs-response-details.js +73 -0
  87. package/lib/model/validate-key-tabs-response-details.js.map +1 -0
  88. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  89. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  90. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  91. package/lib/request/change-outbound-connector-compartment-request.d.ts +42 -0
  92. package/lib/request/change-outbound-connector-compartment-request.js +15 -0
  93. package/lib/request/change-outbound-connector-compartment-request.js.map +1 -0
  94. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  95. package/lib/request/create-export-request.d.ts +1 -1
  96. package/lib/request/create-file-system-request.d.ts +1 -1
  97. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  98. package/lib/request/create-mount-target-request.d.ts +1 -1
  99. package/lib/request/create-outbound-connector-request.d.ts +38 -0
  100. package/lib/request/create-outbound-connector-request.js +15 -0
  101. package/lib/request/create-outbound-connector-request.js.map +1 -0
  102. package/lib/request/create-replication-request.d.ts +1 -1
  103. package/lib/request/create-snapshot-request.d.ts +1 -1
  104. package/lib/request/delete-export-request.d.ts +1 -1
  105. package/lib/request/delete-file-system-request.d.ts +1 -1
  106. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  107. package/lib/request/delete-mount-target-request.d.ts +1 -1
  108. package/lib/request/delete-outbound-connector-request.d.ts +37 -0
  109. package/lib/request/delete-outbound-connector-request.js +15 -0
  110. package/lib/request/delete-outbound-connector-request.js.map +1 -0
  111. package/lib/request/delete-replication-request.d.ts +1 -1
  112. package/lib/request/delete-replication-target-request.d.ts +1 -1
  113. package/lib/request/delete-snapshot-request.d.ts +1 -1
  114. package/lib/request/estimate-replication-request.d.ts +1 -1
  115. package/lib/request/get-export-request.d.ts +1 -1
  116. package/lib/request/get-export-set-request.d.ts +1 -1
  117. package/lib/request/get-file-system-request.d.ts +1 -1
  118. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  119. package/lib/request/get-mount-target-request.d.ts +1 -1
  120. package/lib/request/get-outbound-connector-request.d.ts +28 -0
  121. package/lib/request/get-outbound-connector-request.js +15 -0
  122. package/lib/request/get-outbound-connector-request.js.map +1 -0
  123. package/lib/request/get-replication-request.d.ts +1 -1
  124. package/lib/request/get-replication-target-request.d.ts +1 -1
  125. package/lib/request/get-snapshot-request.d.ts +1 -1
  126. package/lib/request/index.d.ts +14 -0
  127. package/lib/request/index.js +3 -1
  128. package/lib/request/index.js.map +1 -1
  129. package/lib/request/list-export-sets-request.d.ts +1 -1
  130. package/lib/request/list-exports-request.d.ts +1 -1
  131. package/lib/request/list-file-systems-request.d.ts +1 -1
  132. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  133. package/lib/request/list-mount-targets-request.d.ts +1 -1
  134. package/lib/request/list-outbound-connectors-request.d.ts +107 -0
  135. package/lib/request/list-outbound-connectors-request.js +37 -0
  136. package/lib/request/list-outbound-connectors-request.js.map +1 -0
  137. package/lib/request/list-replication-targets-request.d.ts +1 -1
  138. package/lib/request/list-replications-request.d.ts +1 -1
  139. package/lib/request/list-snapshots-request.d.ts +1 -1
  140. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  141. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  142. package/lib/request/update-export-request.d.ts +1 -1
  143. package/lib/request/update-export-set-request.d.ts +1 -1
  144. package/lib/request/update-file-system-request.d.ts +1 -1
  145. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  146. package/lib/request/update-mount-target-request.d.ts +1 -1
  147. package/lib/request/update-outbound-connector-request.d.ts +42 -0
  148. package/lib/request/update-outbound-connector-request.js +15 -0
  149. package/lib/request/update-outbound-connector-request.js.map +1 -0
  150. package/lib/request/update-replication-request.d.ts +1 -1
  151. package/lib/request/update-snapshot-request.d.ts +1 -1
  152. package/lib/request/validate-key-tabs-request.d.ts +29 -0
  153. package/lib/request/validate-key-tabs-request.js +15 -0
  154. package/lib/request/validate-key-tabs-request.js.map +1 -0
  155. package/lib/response/change-outbound-connector-compartment-response.d.ts +18 -0
  156. package/lib/response/change-outbound-connector-compartment-response.js +15 -0
  157. package/lib/response/change-outbound-connector-compartment-response.js.map +1 -0
  158. package/lib/response/create-outbound-connector-response.d.ts +30 -0
  159. package/lib/response/create-outbound-connector-response.js +15 -0
  160. package/lib/response/create-outbound-connector-response.js.map +1 -0
  161. package/lib/response/delete-outbound-connector-response.d.ts +21 -0
  162. package/lib/response/delete-outbound-connector-response.js +15 -0
  163. package/lib/response/delete-outbound-connector-response.js.map +1 -0
  164. package/lib/response/get-outbound-connector-response.d.ts +30 -0
  165. package/lib/response/get-outbound-connector-response.js +15 -0
  166. package/lib/response/get-outbound-connector-response.js.map +1 -0
  167. package/lib/response/index.d.ts +14 -0
  168. package/lib/response/list-outbound-connectors-response.d.ts +35 -0
  169. package/lib/response/list-outbound-connectors-response.js +15 -0
  170. package/lib/response/list-outbound-connectors-response.js.map +1 -0
  171. package/lib/response/update-outbound-connector-response.d.ts +30 -0
  172. package/lib/response/update-outbound-connector-response.js +15 -0
  173. package/lib/response/update-outbound-connector-response.js.map +1 -0
  174. package/lib/response/validate-key-tabs-response.d.ts +23 -0
  175. package/lib/response/validate-key-tabs-response.js +15 -0
  176. package/lib/response/validate-key-tabs-response.js.map +1 -0
  177. package/package.json +3 -3
@@ -0,0 +1,107 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectorsRequest.
16
+ */
17
+ export interface ListOutboundConnectorsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The name of the availability domain.
24
+ * <p>
25
+ Example: `Uocm:PHX-AD-1`
26
+ *
27
+ */
28
+ "availabilityDomain": string;
29
+ /**
30
+ * For list pagination. The maximum number of results per page,
31
+ * or items to return in a paginated \"List\" call.
32
+ * 1 is the minimum, 1000 is the maximum.
33
+ * <p>
34
+ For important details about how pagination works,
35
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
+ * <p>
37
+ Example: `500`
38
+ *
39
+ */
40
+ "limit"?: number;
41
+ /**
42
+ * For list pagination. The value of the `opc-next-page` response
43
+ * header from the previous \"List\" call.
44
+ * <p>
45
+ For important details about how pagination works,
46
+ * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
+ *
48
+ */
49
+ "page"?: string;
50
+ /**
51
+ * Filter results by the specified lifecycle state. Must be a valid
52
+ * state for the resource type.
53
+ *
54
+ */
55
+ "lifecycleState"?: ListOutboundConnectorsRequest.LifecycleState;
56
+ /**
57
+ * A user-friendly name. It does not have to be unique, and it is changeable.
58
+ * <p>
59
+ Example: `My resource`
60
+ *
61
+ */
62
+ "displayName"?: string;
63
+ /**
64
+ * Filter results by [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
65
+ * the resouce type.
66
+ *
67
+ */
68
+ "id"?: string;
69
+ /**
70
+ * The field to sort by. You can choose either value, but not both.
71
+ * By default, when you sort by time created, results are shown
72
+ * in descending order. When you sort by display name, results are
73
+ * shown in ascending order.
74
+ *
75
+ */
76
+ "sortBy"?: ListOutboundConnectorsRequest.SortBy;
77
+ /**
78
+ * The sort order to use, either 'asc' or 'desc', where 'asc' is
79
+ * ascending and 'desc' is descending. The default order is 'desc'
80
+ * except for numeric values.
81
+ *
82
+ */
83
+ "sortOrder"?: ListOutboundConnectorsRequest.SortOrder;
84
+ /**
85
+ * Unique identifier for the request.
86
+ * If you need to contact Oracle about a particular request, please provide the request ID.
87
+ *
88
+ */
89
+ "opcRequestId"?: string;
90
+ }
91
+ export declare namespace ListOutboundConnectorsRequest {
92
+ enum LifecycleState {
93
+ Creating = "CREATING",
94
+ Active = "ACTIVE",
95
+ Deleting = "DELETING",
96
+ Deleted = "DELETED",
97
+ Failed = "FAILED"
98
+ }
99
+ enum SortBy {
100
+ Timecreated = "TIMECREATED",
101
+ Displayname = "DISPLAYNAME"
102
+ }
103
+ enum SortOrder {
104
+ Asc = "ASC",
105
+ Desc = "DESC"
106
+ }
107
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListOutboundConnectorsRequest = void 0;
16
+ var ListOutboundConnectorsRequest;
17
+ (function (ListOutboundConnectorsRequest) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Active"] = "ACTIVE";
22
+ LifecycleState["Deleting"] = "DELETING";
23
+ LifecycleState["Deleted"] = "DELETED";
24
+ LifecycleState["Failed"] = "FAILED";
25
+ })(LifecycleState = ListOutboundConnectorsRequest.LifecycleState || (ListOutboundConnectorsRequest.LifecycleState = {}));
26
+ let SortBy;
27
+ (function (SortBy) {
28
+ SortBy["Timecreated"] = "TIMECREATED";
29
+ SortBy["Displayname"] = "DISPLAYNAME";
30
+ })(SortBy = ListOutboundConnectorsRequest.SortBy || (ListOutboundConnectorsRequest.SortBy = {}));
31
+ let SortOrder;
32
+ (function (SortOrder) {
33
+ SortOrder["Asc"] = "ASC";
34
+ SortOrder["Desc"] = "DESC";
35
+ })(SortOrder = ListOutboundConnectorsRequest.SortOrder || (ListOutboundConnectorsRequest.SortOrder = {}));
36
+ })(ListOutboundConnectorsRequest = exports.ListOutboundConnectorsRequest || (exports.ListOutboundConnectorsRequest = {}));
37
+ //# sourceMappingURL=list-outbound-connectors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-outbound-connectors-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-outbound-connectors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,6BAA6B,CAkB7C;AAlBD,WAAiB,6BAA6B;IAC5C,IAAY,cAMX;IAND,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EANW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAMzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;AACH,CAAC,EAlBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAkB7C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargetsRequest.
16
16
  */
17
17
  export interface ListReplicationTargetsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplicationsRequest.
16
16
  */
17
17
  export interface ListReplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshotsRequest.
16
16
  */
17
17
  export interface ListSnapshotsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface PauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicyRequest.
16
16
  */
17
17
  export interface UnpauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExportRequest.
17
17
  */
18
18
  export interface UpdateExportRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSetRequest.
17
17
  */
18
18
  export interface UpdateExportSetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystemRequest.
17
17
  */
18
18
  export interface UpdateFileSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicyRequest.
17
17
  */
18
18
  export interface UpdateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTargetRequest.
17
17
  */
18
18
  export interface UpdateMountTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnectorRequest.
17
+ */
18
+ export interface UpdateOutboundConnectorRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the outbound connector.
21
+ */
22
+ "outboundConnectorId": string;
23
+ /**
24
+ * Details object for updating a outbound connector.
25
+ */
26
+ "updateOutboundConnectorDetails": model.UpdateOutboundConnectorDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the `if-match` parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request.
38
+ * If you need to contact Oracle about a particular request, please provide the request ID.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-outbound-connector-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-outbound-connector-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/update-outbound-connector-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplicationRequest.
17
17
  */
18
18
  export interface UpdateReplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshotRequest.
17
17
  */
18
18
  export interface UpdateSnapshotRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabsRequest.
17
+ */
18
+ export interface ValidateKeyTabsRequest extends common.BaseRequest {
19
+ /**
20
+ * Keytab secret details or mount target ID for validating keytabs.
21
+ */
22
+ "validateKeyTabsDetails": model.ValidateKeyTabsDetails;
23
+ /**
24
+ * Unique identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=validate-key-tabs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-key-tabs-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/validate-key-tabs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface ChangeOutboundConnectorCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request.
16
+ */
17
+ "opcRequestId": string;
18
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-outbound-connector-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-outbound-connector-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/change-outbound-connector-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateOutboundConnectorResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.OutboundConnector instance.
28
+ */
29
+ "outboundConnector": model.OutboundConnector;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-outbound-connector-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-outbound-connector-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/create-outbound-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteOutboundConnectorResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If
16
+ * you need to contact Oracle about a particular request,
17
+ * please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-outbound-connector-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-outbound-connector-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/delete-outbound-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20171215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetOutboundConnectorResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If
21
+ * you need to contact Oracle about a particular request,
22
+ * please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.OutboundConnector instance.
28
+ */
29
+ "outboundConnector": model.OutboundConnector;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20171215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-outbound-connector-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-outbound-connector-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/get-outbound-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -18,6 +18,8 @@ import * as ChangeFilesystemSnapshotPolicyCompartmentResponse from "./change-fil
18
18
  export import ChangeFilesystemSnapshotPolicyCompartmentResponse = ChangeFilesystemSnapshotPolicyCompartmentResponse.ChangeFilesystemSnapshotPolicyCompartmentResponse;
19
19
  import * as ChangeMountTargetCompartmentResponse from "./change-mount-target-compartment-response";
20
20
  export import ChangeMountTargetCompartmentResponse = ChangeMountTargetCompartmentResponse.ChangeMountTargetCompartmentResponse;
21
+ import * as ChangeOutboundConnectorCompartmentResponse from "./change-outbound-connector-compartment-response";
22
+ export import ChangeOutboundConnectorCompartmentResponse = ChangeOutboundConnectorCompartmentResponse.ChangeOutboundConnectorCompartmentResponse;
21
23
  import * as ChangeReplicationCompartmentResponse from "./change-replication-compartment-response";
22
24
  export import ChangeReplicationCompartmentResponse = ChangeReplicationCompartmentResponse.ChangeReplicationCompartmentResponse;
23
25
  import * as CreateExportResponse from "./create-export-response";
@@ -28,6 +30,8 @@ import * as CreateFilesystemSnapshotPolicyResponse from "./create-filesystem-sna
28
30
  export import CreateFilesystemSnapshotPolicyResponse = CreateFilesystemSnapshotPolicyResponse.CreateFilesystemSnapshotPolicyResponse;
29
31
  import * as CreateMountTargetResponse from "./create-mount-target-response";
30
32
  export import CreateMountTargetResponse = CreateMountTargetResponse.CreateMountTargetResponse;
33
+ import * as CreateOutboundConnectorResponse from "./create-outbound-connector-response";
34
+ export import CreateOutboundConnectorResponse = CreateOutboundConnectorResponse.CreateOutboundConnectorResponse;
31
35
  import * as CreateReplicationResponse from "./create-replication-response";
32
36
  export import CreateReplicationResponse = CreateReplicationResponse.CreateReplicationResponse;
33
37
  import * as CreateSnapshotResponse from "./create-snapshot-response";
@@ -40,6 +44,8 @@ import * as DeleteFilesystemSnapshotPolicyResponse from "./delete-filesystem-sna
40
44
  export import DeleteFilesystemSnapshotPolicyResponse = DeleteFilesystemSnapshotPolicyResponse.DeleteFilesystemSnapshotPolicyResponse;
41
45
  import * as DeleteMountTargetResponse from "./delete-mount-target-response";
42
46
  export import DeleteMountTargetResponse = DeleteMountTargetResponse.DeleteMountTargetResponse;
47
+ import * as DeleteOutboundConnectorResponse from "./delete-outbound-connector-response";
48
+ export import DeleteOutboundConnectorResponse = DeleteOutboundConnectorResponse.DeleteOutboundConnectorResponse;
43
49
  import * as DeleteReplicationResponse from "./delete-replication-response";
44
50
  export import DeleteReplicationResponse = DeleteReplicationResponse.DeleteReplicationResponse;
45
51
  import * as DeleteReplicationTargetResponse from "./delete-replication-target-response";
@@ -58,6 +64,8 @@ import * as GetFilesystemSnapshotPolicyResponse from "./get-filesystem-snapshot-
58
64
  export import GetFilesystemSnapshotPolicyResponse = GetFilesystemSnapshotPolicyResponse.GetFilesystemSnapshotPolicyResponse;
59
65
  import * as GetMountTargetResponse from "./get-mount-target-response";
60
66
  export import GetMountTargetResponse = GetMountTargetResponse.GetMountTargetResponse;
67
+ import * as GetOutboundConnectorResponse from "./get-outbound-connector-response";
68
+ export import GetOutboundConnectorResponse = GetOutboundConnectorResponse.GetOutboundConnectorResponse;
61
69
  import * as GetReplicationResponse from "./get-replication-response";
62
70
  export import GetReplicationResponse = GetReplicationResponse.GetReplicationResponse;
63
71
  import * as GetReplicationTargetResponse from "./get-replication-target-response";
@@ -74,6 +82,8 @@ import * as ListFilesystemSnapshotPoliciesResponse from "./list-filesystem-snaps
74
82
  export import ListFilesystemSnapshotPoliciesResponse = ListFilesystemSnapshotPoliciesResponse.ListFilesystemSnapshotPoliciesResponse;
75
83
  import * as ListMountTargetsResponse from "./list-mount-targets-response";
76
84
  export import ListMountTargetsResponse = ListMountTargetsResponse.ListMountTargetsResponse;
85
+ import * as ListOutboundConnectorsResponse from "./list-outbound-connectors-response";
86
+ export import ListOutboundConnectorsResponse = ListOutboundConnectorsResponse.ListOutboundConnectorsResponse;
77
87
  import * as ListReplicationTargetsResponse from "./list-replication-targets-response";
78
88
  export import ListReplicationTargetsResponse = ListReplicationTargetsResponse.ListReplicationTargetsResponse;
79
89
  import * as ListReplicationsResponse from "./list-replications-response";
@@ -94,7 +104,11 @@ import * as UpdateFilesystemSnapshotPolicyResponse from "./update-filesystem-sna
94
104
  export import UpdateFilesystemSnapshotPolicyResponse = UpdateFilesystemSnapshotPolicyResponse.UpdateFilesystemSnapshotPolicyResponse;
95
105
  import * as UpdateMountTargetResponse from "./update-mount-target-response";
96
106
  export import UpdateMountTargetResponse = UpdateMountTargetResponse.UpdateMountTargetResponse;
107
+ import * as UpdateOutboundConnectorResponse from "./update-outbound-connector-response";
108
+ export import UpdateOutboundConnectorResponse = UpdateOutboundConnectorResponse.UpdateOutboundConnectorResponse;
97
109
  import * as UpdateReplicationResponse from "./update-replication-response";
98
110
  export import UpdateReplicationResponse = UpdateReplicationResponse.UpdateReplicationResponse;
99
111
  import * as UpdateSnapshotResponse from "./update-snapshot-response";
100
112
  export import UpdateSnapshotResponse = UpdateSnapshotResponse.UpdateSnapshotResponse;
113
+ import * as ValidateKeyTabsResponse from "./validate-key-tabs-response";
114
+ export import ValidateKeyTabsResponse = ValidateKeyTabsResponse.ValidateKeyTabsResponse;