oci-identity 2.7.0 → 2.10.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 (219) hide show
  1. package/lib/client.d.ts +261 -136
  2. package/lib/client.js +585 -137
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bulk-edit-resource.d.ts +1 -1
  5. package/lib/model/create-db-credential-details.d.ts +28 -0
  6. package/lib/model/create-db-credential-details.js +29 -0
  7. package/lib/model/create-db-credential-details.js.map +1 -0
  8. package/lib/model/create-domain-details.d.ts +1 -1
  9. package/lib/model/db-credential-summary.d.ts +57 -0
  10. package/lib/model/db-credential-summary.js +29 -0
  11. package/lib/model/db-credential-summary.js.map +1 -0
  12. package/lib/model/db-credential.d.ts +67 -0
  13. package/lib/model/db-credential.js +41 -0
  14. package/lib/model/db-credential.js.map +1 -0
  15. package/lib/model/import-standard-tags-details.d.ts +28 -0
  16. package/lib/model/import-standard-tags-details.js +29 -0
  17. package/lib/model/import-standard-tags-details.js.map +1 -0
  18. package/lib/model/index.d.ts +14 -0
  19. package/lib/model/index.js +17 -3
  20. package/lib/model/index.js.map +1 -1
  21. package/lib/model/standard-tag-definition-template.d.ts +64 -0
  22. package/lib/model/standard-tag-definition-template.js +50 -0
  23. package/lib/model/standard-tag-definition-template.js.map +1 -0
  24. package/lib/model/standard-tag-namespace-template-summary.d.ts +33 -0
  25. package/lib/model/standard-tag-namespace-template-summary.js +29 -0
  26. package/lib/model/standard-tag-namespace-template-summary.js.map +1 -0
  27. package/lib/model/standard-tag-namespace-template.d.ts +38 -0
  28. package/lib/model/standard-tag-namespace-template.js +61 -0
  29. package/lib/model/standard-tag-namespace-template.js.map +1 -0
  30. package/lib/model/tagging-work-request-summary.d.ts +1 -0
  31. package/lib/model/tagging-work-request-summary.js +1 -0
  32. package/lib/model/tagging-work-request-summary.js.map +1 -1
  33. package/lib/model/tagging-work-request.d.ts +1 -0
  34. package/lib/model/tagging-work-request.js +1 -0
  35. package/lib/model/tagging-work-request.js.map +1 -1
  36. package/lib/model/update-user-capabilities-details.d.ts +5 -0
  37. package/lib/model/update-user-capabilities-details.js.map +1 -1
  38. package/lib/model/update-user-details.d.ts +4 -0
  39. package/lib/model/update-user-details.js.map +1 -1
  40. package/lib/model/user-capabilities.d.ts +5 -0
  41. package/lib/model/user-capabilities.js.map +1 -1
  42. package/lib/model/user.d.ts +4 -0
  43. package/lib/model/user.js.map +1 -1
  44. package/lib/request/activate-domain-request.d.ts +1 -1
  45. package/lib/request/activate-mfa-totp-device-request.d.ts +1 -1
  46. package/lib/request/add-user-to-group-request.d.ts +1 -1
  47. package/lib/request/assemble-effective-tag-set-request.d.ts +1 -1
  48. package/lib/request/bulk-delete-resources-request.d.ts +1 -1
  49. package/lib/request/bulk-delete-tags-request.d.ts +1 -1
  50. package/lib/request/bulk-edit-tags-request.d.ts +1 -1
  51. package/lib/request/bulk-move-resources-request.d.ts +1 -1
  52. package/lib/request/cascade-delete-tag-namespace-request.d.ts +1 -1
  53. package/lib/request/change-domain-compartment-request.d.ts +1 -1
  54. package/lib/request/change-domain-license-type-request.d.ts +1 -1
  55. package/lib/request/change-tag-namespace-compartment-request.d.ts +1 -1
  56. package/lib/request/create-auth-token-request.d.ts +1 -1
  57. package/lib/request/create-compartment-request.d.ts +1 -1
  58. package/lib/request/create-customer-secret-key-request.d.ts +1 -1
  59. package/lib/request/create-db-credential-request.d.ts +42 -0
  60. package/lib/request/create-db-credential-request.js +15 -0
  61. package/lib/request/create-db-credential-request.js.map +1 -0
  62. package/lib/request/create-domain-request.d.ts +1 -1
  63. package/lib/request/create-dynamic-group-request.d.ts +1 -1
  64. package/lib/request/create-group-request.d.ts +1 -1
  65. package/lib/request/create-identity-provider-request.d.ts +1 -1
  66. package/lib/request/create-idp-group-mapping-request.d.ts +1 -1
  67. package/lib/request/create-mfa-totp-device-request.d.ts +1 -1
  68. package/lib/request/create-network-source-request.d.ts +1 -1
  69. package/lib/request/create-oauth-client-credential-request.d.ts +1 -1
  70. package/lib/request/create-or-reset-uipassword-request.d.ts +1 -1
  71. package/lib/request/create-policy-request.d.ts +1 -1
  72. package/lib/request/create-region-subscription-request.d.ts +1 -1
  73. package/lib/request/create-smtp-credential-request.d.ts +1 -1
  74. package/lib/request/create-swift-password-request.d.ts +1 -1
  75. package/lib/request/create-tag-default-request.d.ts +1 -1
  76. package/lib/request/create-tag-namespace-request.d.ts +1 -1
  77. package/lib/request/create-tag-request.d.ts +1 -1
  78. package/lib/request/create-user-request.d.ts +1 -1
  79. package/lib/request/deactivate-domain-request.d.ts +1 -1
  80. package/lib/request/delete-api-key-request.d.ts +1 -1
  81. package/lib/request/delete-auth-token-request.d.ts +1 -1
  82. package/lib/request/delete-compartment-request.d.ts +1 -1
  83. package/lib/request/delete-customer-secret-key-request.d.ts +1 -1
  84. package/lib/request/delete-db-credential-request.d.ts +39 -0
  85. package/lib/request/delete-db-credential-request.js +15 -0
  86. package/lib/request/delete-db-credential-request.js.map +1 -0
  87. package/lib/request/delete-domain-request.d.ts +1 -1
  88. package/lib/request/delete-dynamic-group-request.d.ts +1 -1
  89. package/lib/request/delete-group-request.d.ts +1 -1
  90. package/lib/request/delete-identity-provider-request.d.ts +1 -1
  91. package/lib/request/delete-idp-group-mapping-request.d.ts +1 -1
  92. package/lib/request/delete-mfa-totp-device-request.d.ts +1 -1
  93. package/lib/request/delete-network-source-request.d.ts +1 -1
  94. package/lib/request/delete-oauth-client-credential-request.d.ts +1 -1
  95. package/lib/request/delete-policy-request.d.ts +1 -1
  96. package/lib/request/delete-smtp-credential-request.d.ts +1 -1
  97. package/lib/request/delete-swift-password-request.d.ts +1 -1
  98. package/lib/request/delete-tag-default-request.d.ts +1 -1
  99. package/lib/request/delete-tag-namespace-request.d.ts +1 -1
  100. package/lib/request/delete-tag-request.d.ts +1 -1
  101. package/lib/request/delete-user-request.d.ts +1 -1
  102. package/lib/request/enable-replication-to-region-request.d.ts +1 -1
  103. package/lib/request/generate-totp-seed-request.d.ts +1 -1
  104. package/lib/request/get-authentication-policy-request.d.ts +1 -1
  105. package/lib/request/get-compartment-request.d.ts +1 -1
  106. package/lib/request/get-domain-request.d.ts +1 -1
  107. package/lib/request/get-dynamic-group-request.d.ts +1 -1
  108. package/lib/request/get-group-request.d.ts +1 -1
  109. package/lib/request/get-iam-work-request-request.d.ts +1 -1
  110. package/lib/request/get-identity-provider-request.d.ts +1 -1
  111. package/lib/request/get-idp-group-mapping-request.d.ts +1 -1
  112. package/lib/request/get-mfa-totp-device-request.d.ts +1 -1
  113. package/lib/request/get-network-source-request.d.ts +1 -1
  114. package/lib/request/get-policy-request.d.ts +1 -1
  115. package/lib/request/get-standard-tag-template-request.d.ts +28 -0
  116. package/lib/request/get-standard-tag-template-request.js +15 -0
  117. package/lib/request/get-standard-tag-template-request.js.map +1 -0
  118. package/lib/request/get-tag-default-request.d.ts +1 -1
  119. package/lib/request/get-tag-namespace-request.d.ts +1 -1
  120. package/lib/request/get-tag-request.d.ts +1 -1
  121. package/lib/request/get-tagging-work-request-request.d.ts +1 -1
  122. package/lib/request/get-tenancy-request.d.ts +1 -1
  123. package/lib/request/get-user-group-membership-request.d.ts +1 -1
  124. package/lib/request/get-user-request.d.ts +1 -1
  125. package/lib/request/get-user-uipassword-information-request.d.ts +1 -1
  126. package/lib/request/get-work-request-request.d.ts +1 -1
  127. package/lib/request/import-standard-tags-request.d.ts +38 -0
  128. package/lib/request/import-standard-tags-request.js +15 -0
  129. package/lib/request/import-standard-tags-request.js.map +1 -0
  130. package/lib/request/index.d.ts +12 -0
  131. package/lib/request/index.js +3 -1
  132. package/lib/request/index.js.map +1 -1
  133. package/lib/request/list-allowed-domain-license-types-request.d.ts +1 -1
  134. package/lib/request/list-api-keys-request.d.ts +1 -1
  135. package/lib/request/list-auth-tokens-request.d.ts +1 -1
  136. package/lib/request/list-availability-domains-request.d.ts +1 -1
  137. package/lib/request/list-bulk-action-resource-types-request.d.ts +1 -1
  138. package/lib/request/list-bulk-edit-tags-resource-types-request.d.ts +1 -1
  139. package/lib/request/list-compartments-request.d.ts +1 -1
  140. package/lib/request/list-cost-tracking-tags-request.d.ts +1 -1
  141. package/lib/request/list-customer-secret-keys-request.d.ts +1 -1
  142. package/lib/request/list-db-credentials-request.d.ts +76 -0
  143. package/lib/request/list-db-credentials-request.js +29 -0
  144. package/lib/request/list-db-credentials-request.js.map +1 -0
  145. package/lib/request/list-domains-request.d.ts +1 -1
  146. package/lib/request/list-dynamic-groups-request.d.ts +1 -1
  147. package/lib/request/list-fault-domains-request.d.ts +1 -1
  148. package/lib/request/list-groups-request.d.ts +1 -1
  149. package/lib/request/list-iam-work-request-errors-request.d.ts +1 -1
  150. package/lib/request/list-iam-work-request-logs-request.d.ts +1 -1
  151. package/lib/request/list-iam-work-requests-request.d.ts +1 -1
  152. package/lib/request/list-identity-provider-groups-request.d.ts +1 -1
  153. package/lib/request/list-identity-providers-request.d.ts +1 -1
  154. package/lib/request/list-idp-group-mappings-request.d.ts +1 -1
  155. package/lib/request/list-mfa-totp-devices-request.d.ts +1 -1
  156. package/lib/request/list-network-sources-request.d.ts +1 -1
  157. package/lib/request/list-oauth-client-credentials-request.d.ts +1 -1
  158. package/lib/request/list-policies-request.d.ts +1 -1
  159. package/lib/request/list-region-subscriptions-request.d.ts +1 -1
  160. package/lib/request/list-regions-request.d.ts +1 -1
  161. package/lib/request/list-smtp-credentials-request.d.ts +1 -1
  162. package/lib/request/list-standard-tag-namespaces-request.d.ts +33 -0
  163. package/lib/request/list-standard-tag-namespaces-request.js +15 -0
  164. package/lib/request/list-standard-tag-namespaces-request.js.map +1 -0
  165. package/lib/request/list-swift-passwords-request.d.ts +1 -1
  166. package/lib/request/list-tag-defaults-request.d.ts +1 -1
  167. package/lib/request/list-tag-namespaces-request.d.ts +1 -1
  168. package/lib/request/list-tagging-work-request-errors-request.d.ts +1 -1
  169. package/lib/request/list-tagging-work-request-logs-request.d.ts +1 -1
  170. package/lib/request/list-tagging-work-requests-request.d.ts +1 -1
  171. package/lib/request/list-tags-request.d.ts +1 -1
  172. package/lib/request/list-user-group-memberships-request.d.ts +1 -1
  173. package/lib/request/list-users-request.d.ts +1 -1
  174. package/lib/request/list-work-requests-request.d.ts +1 -1
  175. package/lib/request/move-compartment-request.d.ts +1 -1
  176. package/lib/request/recover-compartment-request.d.ts +1 -1
  177. package/lib/request/remove-user-from-group-request.d.ts +1 -1
  178. package/lib/request/reset-idp-scim-client-request.d.ts +1 -1
  179. package/lib/request/update-auth-token-request.d.ts +1 -1
  180. package/lib/request/update-authentication-policy-request.d.ts +1 -1
  181. package/lib/request/update-compartment-request.d.ts +1 -1
  182. package/lib/request/update-customer-secret-key-request.d.ts +1 -1
  183. package/lib/request/update-domain-request.d.ts +1 -1
  184. package/lib/request/update-dynamic-group-request.d.ts +1 -1
  185. package/lib/request/update-group-request.d.ts +1 -1
  186. package/lib/request/update-identity-provider-request.d.ts +1 -1
  187. package/lib/request/update-idp-group-mapping-request.d.ts +1 -1
  188. package/lib/request/update-network-source-request.d.ts +1 -1
  189. package/lib/request/update-oauth-client-credential-request.d.ts +1 -1
  190. package/lib/request/update-policy-request.d.ts +1 -1
  191. package/lib/request/update-smtp-credential-request.d.ts +1 -1
  192. package/lib/request/update-swift-password-request.d.ts +1 -1
  193. package/lib/request/update-tag-default-request.d.ts +1 -1
  194. package/lib/request/update-tag-namespace-request.d.ts +1 -1
  195. package/lib/request/update-tag-request.d.ts +1 -1
  196. package/lib/request/update-user-capabilities-request.d.ts +1 -1
  197. package/lib/request/update-user-request.d.ts +1 -1
  198. package/lib/request/update-user-state-request.d.ts +1 -1
  199. package/lib/request/upload-api-key-request.d.ts +1 -1
  200. package/lib/response/create-db-credential-response.d.ts +29 -0
  201. package/lib/response/create-db-credential-response.js +15 -0
  202. package/lib/response/create-db-credential-response.js.map +1 -0
  203. package/lib/response/delete-db-credential-response.d.ts +20 -0
  204. package/lib/response/delete-db-credential-response.js +15 -0
  205. package/lib/response/delete-db-credential-response.js.map +1 -0
  206. package/lib/response/get-standard-tag-template-response.d.ts +25 -0
  207. package/lib/response/get-standard-tag-template-response.js +15 -0
  208. package/lib/response/get-standard-tag-template-response.js.map +1 -0
  209. package/lib/response/import-standard-tags-response.d.ts +25 -0
  210. package/lib/response/import-standard-tags-response.js +15 -0
  211. package/lib/response/import-standard-tags-response.js.map +1 -0
  212. package/lib/response/index.d.ts +12 -0
  213. package/lib/response/list-db-credentials-response.d.ts +32 -0
  214. package/lib/response/list-db-credentials-response.js +15 -0
  215. package/lib/response/list-db-credentials-response.js.map +1 -0
  216. package/lib/response/list-standard-tag-namespaces-response.d.ts +32 -0
  217. package/lib/response/list-standard-tag-namespaces-response.js +15 -0
  218. package/lib/response/list-standard-tag-namespaces-response.js.map +1 -0
  219. package/package.json +3 -3
@@ -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.7.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagDefaults.ts.html |here} to see how to use ListTagDefaultsRequest.
16
16
  */
17
17
  export interface ListTagDefaultsRequest 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.7.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTagNamespaces.ts.html |here} to see how to use ListTagNamespacesRequest.
16
16
  */
17
17
  export interface ListTagNamespacesRequest 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.7.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestErrors.ts.html |here} to see how to use ListTaggingWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestErrorsRequest 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.7.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequestLogs.ts.html |here} to see how to use ListTaggingWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestLogsRequest 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.7.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTaggingWorkRequests.ts.html |here} to see how to use ListTaggingWorkRequestsRequest.
16
16
  */
17
17
  export interface ListTaggingWorkRequestsRequest 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.7.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListTags.ts.html |here} to see how to use ListTagsRequest.
16
16
  */
17
17
  export interface ListTagsRequest 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.7.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUserGroupMemberships.ts.html |here} to see how to use ListUserGroupMembershipsRequest.
16
16
  */
17
17
  export interface ListUserGroupMembershipsRequest 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.7.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListUsers.ts.html |here} to see how to use ListUsersRequest.
16
16
  */
17
17
  export interface ListUsersRequest 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.7.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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.7.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/MoveCompartment.ts.html |here} to see how to use MoveCompartmentRequest.
17
17
  */
18
18
  export interface MoveCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.7.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RecoverCompartment.ts.html |here} to see how to use RecoverCompartmentRequest.
16
16
  */
17
17
  export interface RecoverCompartmentRequest 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.7.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/RemoveUserFromGroup.ts.html |here} to see how to use RemoveUserFromGroupRequest.
16
16
  */
17
17
  export interface RemoveUserFromGroupRequest 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.7.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/ResetIdpScimClient.ts.html |here} to see how to use ResetIdpScimClientRequest.
16
16
  */
17
17
  export interface ResetIdpScimClientRequest 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.7.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthToken.ts.html |here} to see how to use UpdateAuthTokenRequest.
17
17
  */
18
18
  export interface UpdateAuthTokenRequest 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.7.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateAuthenticationPolicy.ts.html |here} to see how to use UpdateAuthenticationPolicyRequest.
17
17
  */
18
18
  export interface UpdateAuthenticationPolicyRequest 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.7.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCompartment.ts.html |here} to see how to use UpdateCompartmentRequest.
17
17
  */
18
18
  export interface UpdateCompartmentRequest 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.7.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateCustomerSecretKey.ts.html |here} to see how to use UpdateCustomerSecretKeyRequest.
17
17
  */
18
18
  export interface UpdateCustomerSecretKeyRequest 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.7.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
17
17
  */
18
18
  export interface UpdateDomainRequest 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.7.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateDynamicGroup.ts.html |here} to see how to use UpdateDynamicGroupRequest.
17
17
  */
18
18
  export interface UpdateDynamicGroupRequest 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.7.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateGroup.ts.html |here} to see how to use UpdateGroupRequest.
17
17
  */
18
18
  export interface UpdateGroupRequest 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.7.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProviderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdentityProvider.ts.html |here} to see how to use UpdateIdentityProviderRequest.
17
17
  */
18
18
  export interface UpdateIdentityProviderRequest 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.7.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateIdpGroupMapping.ts.html |here} to see how to use UpdateIdpGroupMappingRequest.
17
17
  */
18
18
  export interface UpdateIdpGroupMappingRequest 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.7.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateNetworkSource.ts.html |here} to see how to use UpdateNetworkSourceRequest.
17
17
  */
18
18
  export interface UpdateNetworkSourceRequest 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.7.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredentialRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateOAuthClientCredential.ts.html |here} to see how to use UpdateOAuthClientCredentialRequest.
17
17
  */
18
18
  export interface UpdateOAuthClientCredentialRequest 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.7.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdatePolicy.ts.html |here} to see how to use UpdatePolicyRequest.
17
17
  */
18
18
  export interface UpdatePolicyRequest 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.7.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredentialRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSmtpCredential.ts.html |here} to see how to use UpdateSmtpCredentialRequest.
17
17
  */
18
18
  export interface UpdateSmtpCredentialRequest 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.7.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPasswordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateSwiftPassword.ts.html |here} to see how to use UpdateSwiftPasswordRequest.
17
17
  */
18
18
  export interface UpdateSwiftPasswordRequest 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.7.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagDefault.ts.html |here} to see how to use UpdateTagDefaultRequest.
17
17
  */
18
18
  export interface UpdateTagDefaultRequest 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.7.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespaceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTagNamespace.ts.html |here} to see how to use UpdateTagNamespaceRequest.
17
17
  */
18
18
  export interface UpdateTagNamespaceRequest 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.7.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTagRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateTag.ts.html |here} to see how to use UpdateTagRequest.
17
17
  */
18
18
  export interface UpdateTagRequest 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.7.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserCapabilities.ts.html |here} to see how to use UpdateUserCapabilitiesRequest.
17
17
  */
18
18
  export interface UpdateUserCapabilitiesRequest 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.7.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUser.ts.html |here} to see how to use UpdateUserRequest.
17
17
  */
18
18
  export interface UpdateUserRequest 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.7.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserStateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UpdateUserState.ts.html |here} to see how to use UpdateUserStateRequest.
17
17
  */
18
18
  export interface UpdateUserStateRequest 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.7.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/identity/UploadApiKey.ts.html |here} to see how to use UploadApiKeyRequest.
17
17
  */
18
18
  export interface UploadApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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 CreateDbCredentialResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ */
24
+ "etag": string;
25
+ /**
26
+ * The returned model.DbCredential instance.
27
+ */
28
+ "dbCredential": model.DbCredential;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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-db-credential-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-db-credential-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/create-db-credential-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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 DeleteDbCredentialResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
16
+ * particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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-db-credential-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-db-credential-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/delete-db-credential-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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 GetStandardTagTemplateResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.StandardTagNamespaceTemplate instance.
23
+ */
24
+ "standardTagNamespaceTemplate": model.StandardTagNamespaceTemplate;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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-standard-tag-template-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-standard-tag-template-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/get-standard-tag-template-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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 ImportStandardTagsResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
16
+ * particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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=import-standard-tags-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-standard-tags-response.js","sourceRoot":"","sources":["../../../../../lib/identity/lib/response/import-standard-tags-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -40,6 +40,8 @@ import * as CreateCompartmentResponse from "./create-compartment-response";
40
40
  export import CreateCompartmentResponse = CreateCompartmentResponse.CreateCompartmentResponse;
41
41
  import * as CreateCustomerSecretKeyResponse from "./create-customer-secret-key-response";
42
42
  export import CreateCustomerSecretKeyResponse = CreateCustomerSecretKeyResponse.CreateCustomerSecretKeyResponse;
43
+ import * as CreateDbCredentialResponse from "./create-db-credential-response";
44
+ export import CreateDbCredentialResponse = CreateDbCredentialResponse.CreateDbCredentialResponse;
43
45
  import * as CreateDomainResponse from "./create-domain-response";
44
46
  export import CreateDomainResponse = CreateDomainResponse.CreateDomainResponse;
45
47
  import * as CreateDynamicGroupResponse from "./create-dynamic-group-response";
@@ -84,6 +86,8 @@ import * as DeleteCompartmentResponse from "./delete-compartment-response";
84
86
  export import DeleteCompartmentResponse = DeleteCompartmentResponse.DeleteCompartmentResponse;
85
87
  import * as DeleteCustomerSecretKeyResponse from "./delete-customer-secret-key-response";
86
88
  export import DeleteCustomerSecretKeyResponse = DeleteCustomerSecretKeyResponse.DeleteCustomerSecretKeyResponse;
89
+ import * as DeleteDbCredentialResponse from "./delete-db-credential-response";
90
+ export import DeleteDbCredentialResponse = DeleteDbCredentialResponse.DeleteDbCredentialResponse;
87
91
  import * as DeleteDomainResponse from "./delete-domain-response";
88
92
  export import DeleteDomainResponse = DeleteDomainResponse.DeleteDomainResponse;
89
93
  import * as DeleteDynamicGroupResponse from "./delete-dynamic-group-response";
@@ -140,6 +144,8 @@ import * as GetNetworkSourceResponse from "./get-network-source-response";
140
144
  export import GetNetworkSourceResponse = GetNetworkSourceResponse.GetNetworkSourceResponse;
141
145
  import * as GetPolicyResponse from "./get-policy-response";
142
146
  export import GetPolicyResponse = GetPolicyResponse.GetPolicyResponse;
147
+ import * as GetStandardTagTemplateResponse from "./get-standard-tag-template-response";
148
+ export import GetStandardTagTemplateResponse = GetStandardTagTemplateResponse.GetStandardTagTemplateResponse;
143
149
  import * as GetTagResponse from "./get-tag-response";
144
150
  export import GetTagResponse = GetTagResponse.GetTagResponse;
145
151
  import * as GetTagDefaultResponse from "./get-tag-default-response";
@@ -158,6 +164,8 @@ import * as GetUserUIPasswordInformationResponse from "./get-user-uipassword-inf
158
164
  export import GetUserUIPasswordInformationResponse = GetUserUIPasswordInformationResponse.GetUserUIPasswordInformationResponse;
159
165
  import * as GetWorkRequestResponse from "./get-work-request-response";
160
166
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
167
+ import * as ImportStandardTagsResponse from "./import-standard-tags-response";
168
+ export import ImportStandardTagsResponse = ImportStandardTagsResponse.ImportStandardTagsResponse;
161
169
  import * as ListAllowedDomainLicenseTypesResponse from "./list-allowed-domain-license-types-response";
162
170
  export import ListAllowedDomainLicenseTypesResponse = ListAllowedDomainLicenseTypesResponse.ListAllowedDomainLicenseTypesResponse;
163
171
  import * as ListApiKeysResponse from "./list-api-keys-response";
@@ -176,6 +184,8 @@ import * as ListCostTrackingTagsResponse from "./list-cost-tracking-tags-respons
176
184
  export import ListCostTrackingTagsResponse = ListCostTrackingTagsResponse.ListCostTrackingTagsResponse;
177
185
  import * as ListCustomerSecretKeysResponse from "./list-customer-secret-keys-response";
178
186
  export import ListCustomerSecretKeysResponse = ListCustomerSecretKeysResponse.ListCustomerSecretKeysResponse;
187
+ import * as ListDbCredentialsResponse from "./list-db-credentials-response";
188
+ export import ListDbCredentialsResponse = ListDbCredentialsResponse.ListDbCredentialsResponse;
179
189
  import * as ListDomainsResponse from "./list-domains-response";
180
190
  export import ListDomainsResponse = ListDomainsResponse.ListDomainsResponse;
181
191
  import * as ListDynamicGroupsResponse from "./list-dynamic-groups-response";
@@ -210,6 +220,8 @@ import * as ListRegionsResponse from "./list-regions-response";
210
220
  export import ListRegionsResponse = ListRegionsResponse.ListRegionsResponse;
211
221
  import * as ListSmtpCredentialsResponse from "./list-smtp-credentials-response";
212
222
  export import ListSmtpCredentialsResponse = ListSmtpCredentialsResponse.ListSmtpCredentialsResponse;
223
+ import * as ListStandardTagNamespacesResponse from "./list-standard-tag-namespaces-response";
224
+ export import ListStandardTagNamespacesResponse = ListStandardTagNamespacesResponse.ListStandardTagNamespacesResponse;
213
225
  import * as ListSwiftPasswordsResponse from "./list-swift-passwords-response";
214
226
  export import ListSwiftPasswordsResponse = ListSwiftPasswordsResponse.ListSwiftPasswordsResponse;
215
227
  import * as ListTagDefaultsResponse from "./list-tag-defaults-response";