oci-apigateway 2.41.0 → 2.42.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 (99) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/any-of-selection-key.d.ts +31 -0
  4. package/lib/model/any-of-selection-key.js +55 -0
  5. package/lib/model/any-of-selection-key.js.map +1 -0
  6. package/lib/model/api-specification-request-policies.d.ts +1 -0
  7. package/lib/model/api-specification-request-policies.js +9 -1
  8. package/lib/model/api-specification-request-policies.js.map +1 -1
  9. package/lib/model/api-specification-route-backend.js +4 -0
  10. package/lib/model/api-specification-route-backend.js.map +1 -1
  11. package/lib/model/api-specification-route.d.ts +1 -1
  12. package/lib/model/api-specification-route.js.map +1 -1
  13. package/lib/model/authentication-server-policy.d.ts +27 -0
  14. package/lib/model/authentication-server-policy.js +62 -0
  15. package/lib/model/authentication-server-policy.js.map +1 -0
  16. package/lib/model/custom-authentication-policy.d.ts +14 -0
  17. package/lib/model/custom-authentication-policy.js +10 -2
  18. package/lib/model/custom-authentication-policy.js.map +1 -1
  19. package/lib/model/dynamic-authentication-policy.d.ts +30 -0
  20. package/lib/model/dynamic-authentication-policy.js +70 -0
  21. package/lib/model/dynamic-authentication-policy.js.map +1 -0
  22. package/lib/model/dynamic-routing-backend.d.ts +33 -0
  23. package/lib/model/dynamic-routing-backend.js +75 -0
  24. package/lib/model/dynamic-routing-backend.js.map +1 -0
  25. package/lib/model/dynamic-routing-type-routing-backend.d.ts +27 -0
  26. package/lib/model/dynamic-routing-type-routing-backend.js +62 -0
  27. package/lib/model/dynamic-routing-type-routing-backend.js.map +1 -0
  28. package/lib/model/dynamic-selection-key.d.ts +33 -0
  29. package/lib/model/dynamic-selection-key.js +75 -0
  30. package/lib/model/dynamic-selection-key.js.map +1 -0
  31. package/lib/model/index.d.ts +22 -0
  32. package/lib/model/index.js +25 -3
  33. package/lib/model/index.js.map +1 -1
  34. package/lib/model/modify-response-validation-failure-policy.d.ts +37 -0
  35. package/lib/model/modify-response-validation-failure-policy.js +65 -0
  36. package/lib/model/modify-response-validation-failure-policy.js.map +1 -0
  37. package/lib/model/selection-source-policy.d.ts +25 -0
  38. package/lib/model/selection-source-policy.js +71 -0
  39. package/lib/model/selection-source-policy.js.map +1 -0
  40. package/lib/model/single-selection-source-policy.d.ts +31 -0
  41. package/lib/model/single-selection-source-policy.js +57 -0
  42. package/lib/model/single-selection-source-policy.js.map +1 -0
  43. package/lib/model/validation-failure-policy.d.ts +25 -0
  44. package/lib/model/validation-failure-policy.js +71 -0
  45. package/lib/model/validation-failure-policy.js.map +1 -0
  46. package/lib/model/wildcard-selection-key.d.ts +31 -0
  47. package/lib/model/wildcard-selection-key.js +57 -0
  48. package/lib/model/wildcard-selection-key.js.map +1 -0
  49. package/lib/request/cancel-work-request-request.d.ts +1 -1
  50. package/lib/request/change-api-compartment-request.d.ts +1 -1
  51. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  52. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  53. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  54. package/lib/request/change-subscriber-compartment-request.d.ts +1 -1
  55. package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
  56. package/lib/request/create-api-request.d.ts +1 -1
  57. package/lib/request/create-certificate-request.d.ts +1 -1
  58. package/lib/request/create-deployment-request.d.ts +1 -1
  59. package/lib/request/create-gateway-request.d.ts +1 -1
  60. package/lib/request/create-sdk-request.d.ts +1 -1
  61. package/lib/request/create-subscriber-request.d.ts +1 -1
  62. package/lib/request/create-usage-plan-request.d.ts +1 -1
  63. package/lib/request/delete-api-request.d.ts +1 -1
  64. package/lib/request/delete-certificate-request.d.ts +1 -1
  65. package/lib/request/delete-deployment-request.d.ts +1 -1
  66. package/lib/request/delete-gateway-request.d.ts +1 -1
  67. package/lib/request/delete-sdk-request.d.ts +1 -1
  68. package/lib/request/delete-subscriber-request.d.ts +1 -1
  69. package/lib/request/delete-usage-plan-request.d.ts +1 -1
  70. package/lib/request/get-api-content-request.d.ts +1 -1
  71. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  72. package/lib/request/get-api-request.d.ts +1 -1
  73. package/lib/request/get-api-validations-request.d.ts +1 -1
  74. package/lib/request/get-certificate-request.d.ts +1 -1
  75. package/lib/request/get-deployment-request.d.ts +1 -1
  76. package/lib/request/get-gateway-request.d.ts +1 -1
  77. package/lib/request/get-sdk-request.d.ts +1 -1
  78. package/lib/request/get-subscriber-request.d.ts +1 -1
  79. package/lib/request/get-usage-plan-request.d.ts +1 -1
  80. package/lib/request/get-work-request-request.d.ts +1 -1
  81. package/lib/request/list-apis-request.d.ts +1 -1
  82. package/lib/request/list-certificates-request.d.ts +1 -1
  83. package/lib/request/list-deployments-request.d.ts +1 -1
  84. package/lib/request/list-gateways-request.d.ts +1 -1
  85. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  86. package/lib/request/list-sdks-request.d.ts +1 -1
  87. package/lib/request/list-subscribers-request.d.ts +1 -1
  88. package/lib/request/list-usage-plans-request.d.ts +1 -1
  89. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  90. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  91. package/lib/request/list-work-requests-request.d.ts +1 -1
  92. package/lib/request/update-api-request.d.ts +1 -1
  93. package/lib/request/update-certificate-request.d.ts +1 -1
  94. package/lib/request/update-deployment-request.d.ts +1 -1
  95. package/lib/request/update-gateway-request.d.ts +1 -1
  96. package/lib/request/update-sdk-request.d.ts +1 -1
  97. package/lib/request/update-subscriber-request.d.ts +1 -1
  98. package/lib/request/update-usage-plan-request.d.ts +1 -1
  99. package/package.json +3 -3
@@ -45,6 +45,8 @@ import * as ApiValidations from "./api-validations";
45
45
  export import ApiValidations = ApiValidations.ApiValidations;
46
46
  import * as AuthenticationPolicy from "./authentication-policy";
47
47
  export import AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
48
+ import * as AuthenticationServerPolicy from "./authentication-server-policy";
49
+ export import AuthenticationServerPolicy = AuthenticationServerPolicy.AuthenticationServerPolicy;
48
50
  import * as BodyValidationRequestPolicy from "./body-validation-request-policy";
49
51
  export import BodyValidationRequestPolicy = BodyValidationRequestPolicy.BodyValidationRequestPolicy;
50
52
  import * as CaBundle from "./ca-bundle";
@@ -95,6 +97,12 @@ import * as DeploymentCollection from "./deployment-collection";
95
97
  export import DeploymentCollection = DeploymentCollection.DeploymentCollection;
96
98
  import * as DeploymentSummary from "./deployment-summary";
97
99
  export import DeploymentSummary = DeploymentSummary.DeploymentSummary;
100
+ import * as DynamicAuthenticationPolicy from "./dynamic-authentication-policy";
101
+ export import DynamicAuthenticationPolicy = DynamicAuthenticationPolicy.DynamicAuthenticationPolicy;
102
+ import * as DynamicRoutingTypeRoutingBackend from "./dynamic-routing-type-routing-backend";
103
+ export import DynamicRoutingTypeRoutingBackend = DynamicRoutingTypeRoutingBackend.DynamicRoutingTypeRoutingBackend;
104
+ import * as DynamicSelectionKey from "./dynamic-selection-key";
105
+ export import DynamicSelectionKey = DynamicSelectionKey.DynamicSelectionKey;
98
106
  import * as Entitlement from "./entitlement";
99
107
  export import Entitlement = Entitlement.Entitlement;
100
108
  import * as EntitlementSummary from "./entitlement-summary";
@@ -181,6 +189,8 @@ import * as SdkLanguageTypes from "./sdk-language-types";
181
189
  export import SdkLanguageTypes = SdkLanguageTypes.SdkLanguageTypes;
182
190
  import * as SdkSummary from "./sdk-summary";
183
191
  export import SdkSummary = SdkSummary.SdkSummary;
192
+ import * as SelectionSourcePolicy from "./selection-source-policy";
193
+ export import SelectionSourcePolicy = SelectionSourcePolicy.SelectionSourcePolicy;
184
194
  import * as SetHeaderPolicy from "./set-header-policy";
185
195
  export import SetHeaderPolicy = SetHeaderPolicy.SetHeaderPolicy;
186
196
  import * as SetHeaderPolicyItem from "./set-header-policy-item";
@@ -219,6 +229,8 @@ import * as UsagePlanSummary from "./usage-plan-summary";
219
229
  export import UsagePlanSummary = UsagePlanSummary.UsagePlanSummary;
220
230
  import * as UsagePlansPolicy from "./usage-plans-policy";
221
231
  export import UsagePlansPolicy = UsagePlansPolicy.UsagePlansPolicy;
232
+ import * as ValidationFailurePolicy from "./validation-failure-policy";
233
+ export import ValidationFailurePolicy = ValidationFailurePolicy.ValidationFailurePolicy;
222
234
  import * as ValidationRequestPolicy from "./validation-request-policy";
223
235
  export import ValidationRequestPolicy = ValidationRequestPolicy.ValidationRequestPolicy;
224
236
  import * as WorkRequest from "./work-request";
@@ -241,6 +253,8 @@ import * as AnonymousRouteAuthorizationPolicy from "./anonymous-route-authorizat
241
253
  export import AnonymousRouteAuthorizationPolicy = AnonymousRouteAuthorizationPolicy.AnonymousRouteAuthorizationPolicy;
242
254
  import * as AnyOfRouteAuthorizationPolicy from "./any-of-route-authorization-policy";
243
255
  export import AnyOfRouteAuthorizationPolicy = AnyOfRouteAuthorizationPolicy.AnyOfRouteAuthorizationPolicy;
256
+ import * as AnyOfSelectionKey from "./any-of-selection-key";
257
+ export import AnyOfSelectionKey = AnyOfSelectionKey.AnyOfSelectionKey;
244
258
  import * as AuthenticationOnlyRouteAuthorizationPolicy from "./authentication-only-route-authorization-policy";
245
259
  export import AuthenticationOnlyRouteAuthorizationPolicy = AuthenticationOnlyRouteAuthorizationPolicy.AuthenticationOnlyRouteAuthorizationPolicy;
246
260
  import * as CertificatesCaBundle from "./certificates-ca-bundle";
@@ -249,6 +263,8 @@ import * as CertificatesCertificateAuthority from "./certificates-certificate-au
249
263
  export import CertificatesCertificateAuthority = CertificatesCertificateAuthority.CertificatesCertificateAuthority;
250
264
  import * as CustomAuthenticationPolicy from "./custom-authentication-policy";
251
265
  export import CustomAuthenticationPolicy = CustomAuthenticationPolicy.CustomAuthenticationPolicy;
266
+ import * as DynamicRoutingBackend from "./dynamic-routing-backend";
267
+ export import DynamicRoutingBackend = DynamicRoutingBackend.DynamicRoutingBackend;
252
268
  import * as ExternalRespCache from "./external-resp-cache";
253
269
  export import ExternalRespCache = ExternalRespCache.ExternalRespCache;
254
270
  import * as FixedTTLResponseCacheStorePolicy from "./fixed-tt-lresponse-cache-store-policy";
@@ -259,6 +275,8 @@ import * as JsonWebKey from "./json-web-key";
259
275
  export import JsonWebKey = JsonWebKey.JsonWebKey;
260
276
  import * as JwtAuthenticationPolicy from "./jwt-authentication-policy";
261
277
  export import JwtAuthenticationPolicy = JwtAuthenticationPolicy.JwtAuthenticationPolicy;
278
+ import * as ModifyResponseValidationFailurePolicy from "./modify-response-validation-failure-policy";
279
+ export import ModifyResponseValidationFailurePolicy = ModifyResponseValidationFailurePolicy.ModifyResponseValidationFailurePolicy;
262
280
  import * as NoCache from "./no-cache";
263
281
  export import NoCache = NoCache.NoCache;
264
282
  import * as NoContentValidation from "./no-content-validation";
@@ -271,7 +289,11 @@ import * as RemoteJsonWebKeySet from "./remote-json-web-key-set";
271
289
  export import RemoteJsonWebKeySet = RemoteJsonWebKeySet.RemoteJsonWebKeySet;
272
290
  import * as SimpleLookupPolicy from "./simple-lookup-policy";
273
291
  export import SimpleLookupPolicy = SimpleLookupPolicy.SimpleLookupPolicy;
292
+ import * as SingleSelectionSourcePolicy from "./single-selection-source-policy";
293
+ export import SingleSelectionSourcePolicy = SingleSelectionSourcePolicy.SingleSelectionSourcePolicy;
274
294
  import * as StaticPublicKeySet from "./static-public-key-set";
275
295
  export import StaticPublicKeySet = StaticPublicKeySet.StaticPublicKeySet;
276
296
  import * as StockResponseBackend from "./stock-response-backend";
277
297
  export import StockResponseBackend = StockResponseBackend.StockResponseBackend;
298
+ import * as WildcardSelectionKey from "./wildcard-selection-key";
299
+ export import WildcardSelectionKey = WildcardSelectionKey.WildcardSelectionKey;
@@ -34,9 +34,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
34
34
  return result;
35
35
  };
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Gateway = exports.FilterQueryParameterPolicyItem = exports.FilterQueryParameterPolicy = exports.FilterHeaderPolicyItem = exports.FilterHeaderPolicy = exports.ExecutionLogPolicy = exports.EntitlementTarget = exports.EntitlementSummary = exports.Entitlement = exports.DeploymentSummary = exports.DeploymentCollection = exports.Deployment = exports.CreateUsagePlanDetails = exports.CreateSubscriberDetails = exports.CreateSdkDetails = exports.CreateGatewayDetails = exports.CreateDeploymentDetails = exports.CreateCertificateDetails = exports.CreateApiDetails = exports.CorsPolicy = exports.ContentValidation = exports.ClientSummary = exports.Client = exports.ChangeUsagePlanCompartmentDetails = exports.ChangeSubscriberCompartmentDetails = exports.ChangeGatewayCompartmentDetails = exports.ChangeDeploymentCompartmentDetails = exports.ChangeCertificateCompartmentDetails = exports.ChangeApiCompartmentDetails = exports.CertificateSummary = exports.CertificateCollection = exports.Certificate = exports.CaBundle = exports.BodyValidationRequestPolicy = exports.AuthenticationPolicy = exports.ApiValidations = exports.ApiValidationResult = exports.ApiValidationDetails = exports.ApiValidationDetail = exports.ApiSummary = exports.ApiSpecificationRouteResponsePolicies = exports.ApiSpecificationRouteRequestPolicies = exports.ApiSpecificationRouteBackend = exports.ApiSpecificationRoute = exports.ApiSpecificationRequestPolicies = exports.ApiSpecificationLoggingPolicies = exports.ApiSpecification = exports.ApiCollection = exports.Api = exports.AccessLogPolicy = void 0;
38
- exports.UsagePlan = exports.UpdateUsagePlanDetails = exports.UpdateSubscriberDetails = exports.UpdateSdkDetails = exports.UpdateGatewayDetails = exports.UpdateDeploymentDetails = exports.UpdateCertificateDetails = exports.UpdateApiDetails = exports.SubscriberSummary = exports.SubscriberCollection = exports.Subscriber = exports.StaticPublicKey = exports.SetQueryParameterPolicyItem = exports.SetQueryParameterPolicy = exports.SetHeaderPolicyItem = exports.SetHeaderPolicy = exports.SdkSummary = exports.SdkLanguageTypes = exports.SdkLanguageTypeSummary = exports.SdkLanguageTypeCollection = exports.SdkLanguageOptionalParametersAllowedValue = exports.SdkLanguageOptionalParameters = exports.SdkCollection = exports.Sdk = exports.RouteAuthorizationPolicy = exports.ResponseCacheStorePolicy = exports.ResponseCacheRespServer = exports.ResponseCacheLookupPolicy = exports.ResponseCacheDetails = exports.RequestParameterValidation = exports.RenameQueryParameterPolicyItem = exports.RenameQueryParameterPolicy = exports.RenameHeaderPolicyItem = exports.RenameHeaderPolicy = exports.RateLimitingPolicy = exports.RateLimit = exports.Quota = exports.QueryParameterValidationRequestPolicy = exports.QueryParameterValidationItem = exports.QueryParameterTransformationPolicy = exports.PublicKeySet = exports.MutualTlsDetails = exports.JsonWebTokenClaim = exports.IpAddress = exports.HeaderValidationRequestPolicy = exports.HeaderValidationItem = exports.HeaderTransformationPolicy = exports.HeaderFieldSpecification = exports.GatewaySummary = exports.GatewayCollection = void 0;
39
- exports.StockResponseBackend = exports.StaticPublicKeySet = exports.SimpleLookupPolicy = exports.RemoteJsonWebKeySet = exports.PemEncodedPublicKey = exports.OracleFunctionBackend = exports.NoContentValidation = exports.NoCache = exports.JwtAuthenticationPolicy = exports.JsonWebKey = exports.HTTPBackend = exports.FixedTTLResponseCacheStorePolicy = exports.ExternalRespCache = exports.CustomAuthenticationPolicy = exports.CertificatesCertificateAuthority = exports.CertificatesCaBundle = exports.AuthenticationOnlyRouteAuthorizationPolicy = exports.AnyOfRouteAuthorizationPolicy = exports.AnonymousRouteAuthorizationPolicy = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.ValidationRequestPolicy = exports.UsagePlansPolicy = exports.UsagePlanSummary = exports.UsagePlanCollection = void 0;
37
+ exports.FilterHeaderPolicy = exports.ExecutionLogPolicy = exports.EntitlementTarget = exports.EntitlementSummary = exports.Entitlement = exports.DynamicSelectionKey = exports.DynamicRoutingTypeRoutingBackend = exports.DynamicAuthenticationPolicy = exports.DeploymentSummary = exports.DeploymentCollection = exports.Deployment = exports.CreateUsagePlanDetails = exports.CreateSubscriberDetails = exports.CreateSdkDetails = exports.CreateGatewayDetails = exports.CreateDeploymentDetails = exports.CreateCertificateDetails = exports.CreateApiDetails = exports.CorsPolicy = exports.ContentValidation = exports.ClientSummary = exports.Client = exports.ChangeUsagePlanCompartmentDetails = exports.ChangeSubscriberCompartmentDetails = exports.ChangeGatewayCompartmentDetails = exports.ChangeDeploymentCompartmentDetails = exports.ChangeCertificateCompartmentDetails = exports.ChangeApiCompartmentDetails = exports.CertificateSummary = exports.CertificateCollection = exports.Certificate = exports.CaBundle = exports.BodyValidationRequestPolicy = exports.AuthenticationServerPolicy = exports.AuthenticationPolicy = exports.ApiValidations = exports.ApiValidationResult = exports.ApiValidationDetails = exports.ApiValidationDetail = exports.ApiSummary = exports.ApiSpecificationRouteResponsePolicies = exports.ApiSpecificationRouteRequestPolicies = exports.ApiSpecificationRouteBackend = exports.ApiSpecificationRoute = exports.ApiSpecificationRequestPolicies = exports.ApiSpecificationLoggingPolicies = exports.ApiSpecification = exports.ApiCollection = exports.Api = exports.AccessLogPolicy = void 0;
38
+ exports.UpdateDeploymentDetails = exports.UpdateCertificateDetails = exports.UpdateApiDetails = exports.SubscriberSummary = exports.SubscriberCollection = exports.Subscriber = exports.StaticPublicKey = exports.SetQueryParameterPolicyItem = exports.SetQueryParameterPolicy = exports.SetHeaderPolicyItem = exports.SetHeaderPolicy = exports.SelectionSourcePolicy = exports.SdkSummary = exports.SdkLanguageTypes = exports.SdkLanguageTypeSummary = exports.SdkLanguageTypeCollection = exports.SdkLanguageOptionalParametersAllowedValue = exports.SdkLanguageOptionalParameters = exports.SdkCollection = exports.Sdk = exports.RouteAuthorizationPolicy = exports.ResponseCacheStorePolicy = exports.ResponseCacheRespServer = exports.ResponseCacheLookupPolicy = exports.ResponseCacheDetails = exports.RequestParameterValidation = exports.RenameQueryParameterPolicyItem = exports.RenameQueryParameterPolicy = exports.RenameHeaderPolicyItem = exports.RenameHeaderPolicy = exports.RateLimitingPolicy = exports.RateLimit = exports.Quota = exports.QueryParameterValidationRequestPolicy = exports.QueryParameterValidationItem = exports.QueryParameterTransformationPolicy = exports.PublicKeySet = exports.MutualTlsDetails = exports.JsonWebTokenClaim = exports.IpAddress = exports.HeaderValidationRequestPolicy = exports.HeaderValidationItem = exports.HeaderTransformationPolicy = exports.HeaderFieldSpecification = exports.GatewaySummary = exports.GatewayCollection = exports.Gateway = exports.FilterQueryParameterPolicyItem = exports.FilterQueryParameterPolicy = exports.FilterHeaderPolicyItem = void 0;
39
+ exports.WildcardSelectionKey = exports.StockResponseBackend = exports.StaticPublicKeySet = exports.SingleSelectionSourcePolicy = exports.SimpleLookupPolicy = exports.RemoteJsonWebKeySet = exports.PemEncodedPublicKey = exports.OracleFunctionBackend = exports.NoContentValidation = exports.NoCache = exports.ModifyResponseValidationFailurePolicy = exports.JwtAuthenticationPolicy = exports.JsonWebKey = exports.HTTPBackend = exports.FixedTTLResponseCacheStorePolicy = exports.ExternalRespCache = exports.DynamicRoutingBackend = exports.CustomAuthenticationPolicy = exports.CertificatesCertificateAuthority = exports.CertificatesCaBundle = exports.AuthenticationOnlyRouteAuthorizationPolicy = exports.AnyOfSelectionKey = exports.AnyOfRouteAuthorizationPolicy = exports.AnonymousRouteAuthorizationPolicy = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.ValidationRequestPolicy = exports.ValidationFailurePolicy = exports.UsagePlansPolicy = exports.UsagePlanSummary = exports.UsagePlanCollection = exports.UsagePlan = exports.UpdateUsagePlanDetails = exports.UpdateSubscriberDetails = exports.UpdateSdkDetails = exports.UpdateGatewayDetails = void 0;
40
40
  const AccessLogPolicy = __importStar(require("./access-log-policy"));
41
41
  exports.AccessLogPolicy = AccessLogPolicy.AccessLogPolicy;
42
42
  const Api = __importStar(require("./api"));
@@ -69,6 +69,8 @@ const ApiValidations = __importStar(require("./api-validations"));
69
69
  exports.ApiValidations = ApiValidations.ApiValidations;
70
70
  const AuthenticationPolicy = __importStar(require("./authentication-policy"));
71
71
  exports.AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
72
+ const AuthenticationServerPolicy = __importStar(require("./authentication-server-policy"));
73
+ exports.AuthenticationServerPolicy = AuthenticationServerPolicy.AuthenticationServerPolicy;
72
74
  const BodyValidationRequestPolicy = __importStar(require("./body-validation-request-policy"));
73
75
  exports.BodyValidationRequestPolicy = BodyValidationRequestPolicy.BodyValidationRequestPolicy;
74
76
  const CaBundle = __importStar(require("./ca-bundle"));
@@ -119,6 +121,12 @@ const DeploymentCollection = __importStar(require("./deployment-collection"));
119
121
  exports.DeploymentCollection = DeploymentCollection.DeploymentCollection;
120
122
  const DeploymentSummary = __importStar(require("./deployment-summary"));
121
123
  exports.DeploymentSummary = DeploymentSummary.DeploymentSummary;
124
+ const DynamicAuthenticationPolicy = __importStar(require("./dynamic-authentication-policy"));
125
+ exports.DynamicAuthenticationPolicy = DynamicAuthenticationPolicy.DynamicAuthenticationPolicy;
126
+ const DynamicRoutingTypeRoutingBackend = __importStar(require("./dynamic-routing-type-routing-backend"));
127
+ exports.DynamicRoutingTypeRoutingBackend = DynamicRoutingTypeRoutingBackend.DynamicRoutingTypeRoutingBackend;
128
+ const DynamicSelectionKey = __importStar(require("./dynamic-selection-key"));
129
+ exports.DynamicSelectionKey = DynamicSelectionKey.DynamicSelectionKey;
122
130
  const Entitlement = __importStar(require("./entitlement"));
123
131
  exports.Entitlement = Entitlement.Entitlement;
124
132
  const EntitlementSummary = __importStar(require("./entitlement-summary"));
@@ -205,6 +213,8 @@ const SdkLanguageTypes = __importStar(require("./sdk-language-types"));
205
213
  exports.SdkLanguageTypes = SdkLanguageTypes.SdkLanguageTypes;
206
214
  const SdkSummary = __importStar(require("./sdk-summary"));
207
215
  exports.SdkSummary = SdkSummary.SdkSummary;
216
+ const SelectionSourcePolicy = __importStar(require("./selection-source-policy"));
217
+ exports.SelectionSourcePolicy = SelectionSourcePolicy.SelectionSourcePolicy;
208
218
  const SetHeaderPolicy = __importStar(require("./set-header-policy"));
209
219
  exports.SetHeaderPolicy = SetHeaderPolicy.SetHeaderPolicy;
210
220
  const SetHeaderPolicyItem = __importStar(require("./set-header-policy-item"));
@@ -243,6 +253,8 @@ const UsagePlanSummary = __importStar(require("./usage-plan-summary"));
243
253
  exports.UsagePlanSummary = UsagePlanSummary.UsagePlanSummary;
244
254
  const UsagePlansPolicy = __importStar(require("./usage-plans-policy"));
245
255
  exports.UsagePlansPolicy = UsagePlansPolicy.UsagePlansPolicy;
256
+ const ValidationFailurePolicy = __importStar(require("./validation-failure-policy"));
257
+ exports.ValidationFailurePolicy = ValidationFailurePolicy.ValidationFailurePolicy;
246
258
  const ValidationRequestPolicy = __importStar(require("./validation-request-policy"));
247
259
  exports.ValidationRequestPolicy = ValidationRequestPolicy.ValidationRequestPolicy;
248
260
  const WorkRequest = __importStar(require("./work-request"));
@@ -265,6 +277,8 @@ const AnonymousRouteAuthorizationPolicy = __importStar(require("./anonymous-rout
265
277
  exports.AnonymousRouteAuthorizationPolicy = AnonymousRouteAuthorizationPolicy.AnonymousRouteAuthorizationPolicy;
266
278
  const AnyOfRouteAuthorizationPolicy = __importStar(require("./any-of-route-authorization-policy"));
267
279
  exports.AnyOfRouteAuthorizationPolicy = AnyOfRouteAuthorizationPolicy.AnyOfRouteAuthorizationPolicy;
280
+ const AnyOfSelectionKey = __importStar(require("./any-of-selection-key"));
281
+ exports.AnyOfSelectionKey = AnyOfSelectionKey.AnyOfSelectionKey;
268
282
  const AuthenticationOnlyRouteAuthorizationPolicy = __importStar(require("./authentication-only-route-authorization-policy"));
269
283
  exports.AuthenticationOnlyRouteAuthorizationPolicy = AuthenticationOnlyRouteAuthorizationPolicy.AuthenticationOnlyRouteAuthorizationPolicy;
270
284
  const CertificatesCaBundle = __importStar(require("./certificates-ca-bundle"));
@@ -273,6 +287,8 @@ const CertificatesCertificateAuthority = __importStar(require("./certificates-ce
273
287
  exports.CertificatesCertificateAuthority = CertificatesCertificateAuthority.CertificatesCertificateAuthority;
274
288
  const CustomAuthenticationPolicy = __importStar(require("./custom-authentication-policy"));
275
289
  exports.CustomAuthenticationPolicy = CustomAuthenticationPolicy.CustomAuthenticationPolicy;
290
+ const DynamicRoutingBackend = __importStar(require("./dynamic-routing-backend"));
291
+ exports.DynamicRoutingBackend = DynamicRoutingBackend.DynamicRoutingBackend;
276
292
  const ExternalRespCache = __importStar(require("./external-resp-cache"));
277
293
  exports.ExternalRespCache = ExternalRespCache.ExternalRespCache;
278
294
  const FixedTTLResponseCacheStorePolicy = __importStar(require("./fixed-tt-lresponse-cache-store-policy"));
@@ -283,6 +299,8 @@ const JsonWebKey = __importStar(require("./json-web-key"));
283
299
  exports.JsonWebKey = JsonWebKey.JsonWebKey;
284
300
  const JwtAuthenticationPolicy = __importStar(require("./jwt-authentication-policy"));
285
301
  exports.JwtAuthenticationPolicy = JwtAuthenticationPolicy.JwtAuthenticationPolicy;
302
+ const ModifyResponseValidationFailurePolicy = __importStar(require("./modify-response-validation-failure-policy"));
303
+ exports.ModifyResponseValidationFailurePolicy = ModifyResponseValidationFailurePolicy.ModifyResponseValidationFailurePolicy;
286
304
  const NoCache = __importStar(require("./no-cache"));
287
305
  exports.NoCache = NoCache.NoCache;
288
306
  const NoContentValidation = __importStar(require("./no-content-validation"));
@@ -295,8 +313,12 @@ const RemoteJsonWebKeySet = __importStar(require("./remote-json-web-key-set"));
295
313
  exports.RemoteJsonWebKeySet = RemoteJsonWebKeySet.RemoteJsonWebKeySet;
296
314
  const SimpleLookupPolicy = __importStar(require("./simple-lookup-policy"));
297
315
  exports.SimpleLookupPolicy = SimpleLookupPolicy.SimpleLookupPolicy;
316
+ const SingleSelectionSourcePolicy = __importStar(require("./single-selection-source-policy"));
317
+ exports.SingleSelectionSourcePolicy = SingleSelectionSourcePolicy.SingleSelectionSourcePolicy;
298
318
  const StaticPublicKeySet = __importStar(require("./static-public-key-set"));
299
319
  exports.StaticPublicKeySet = StaticPublicKeySet.StaticPublicKeySet;
300
320
  const StockResponseBackend = __importStar(require("./stock-response-backend"));
301
321
  exports.StockResponseBackend = StockResponseBackend.StockResponseBackend;
322
+ const WildcardSelectionKey = __importStar(require("./wildcard-selection-key"));
323
+ exports.WildcardSelectionKey = WildcardSelectionKey.WildcardSelectionKey;
302
324
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * API Gateway API
3
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
4
+ For more information, see
5
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
6
+
7
+ * OpenAPI spec version: 20190501
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Policy to specify how to modify the response code, body and headers.
19
+ *
20
+ */
21
+ export interface ModifyResponseValidationFailurePolicy extends model.ValidationFailurePolicy {
22
+ /**
23
+ * HTTP response code, can include context variables.
24
+ */
25
+ "responseCode"?: string;
26
+ /**
27
+ * HTTP response message.
28
+ */
29
+ "responseMessage"?: string;
30
+ "responseHeaderTransformations"?: model.HeaderTransformationPolicy;
31
+ "type": string;
32
+ }
33
+ export declare namespace ModifyResponseValidationFailurePolicy {
34
+ function getJsonObj(obj: ModifyResponseValidationFailurePolicy, isParentJsonObj?: boolean): object;
35
+ const type = "MODIFY_RESPONSE";
36
+ function getDeserializedJsonObj(obj: ModifyResponseValidationFailurePolicy, isParentJsonObj?: boolean): object;
37
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ModifyResponseValidationFailurePolicy = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ModifyResponseValidationFailurePolicy;
40
+ (function (ModifyResponseValidationFailurePolicy) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.ValidationFailurePolicy.getJsonObj(obj))), {
45
+ "responseHeaderTransformations": obj.responseHeaderTransformations
46
+ ? model.HeaderTransformationPolicy.getJsonObj(obj.responseHeaderTransformations)
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ ModifyResponseValidationFailurePolicy.getJsonObj = getJsonObj;
52
+ ModifyResponseValidationFailurePolicy.type = "MODIFY_RESPONSE";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.ValidationFailurePolicy.getDeserializedJsonObj(obj))), {
57
+ "responseHeaderTransformations": obj.responseHeaderTransformations
58
+ ? model.HeaderTransformationPolicy.getDeserializedJsonObj(obj.responseHeaderTransformations)
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ ModifyResponseValidationFailurePolicy.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(ModifyResponseValidationFailurePolicy = exports.ModifyResponseValidationFailurePolicy || (exports.ModifyResponseValidationFailurePolicy = {}));
65
+ //# sourceMappingURL=modify-response-validation-failure-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modify-response-validation-failure-policy.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/modify-response-validation-failure-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,qCAAqC,CAwCrD;AAxCD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAA2C,CAAC,GAC1F;YACD,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,6BAA6B,CAAC;gBAChF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gDAAU,aAgBzB,CAAA;IACY,0CAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CACsC,CAAC,GAC7C;YACD,+BAA+B,EAAE,GAAG,CAAC,6BAA6B;gBAChE,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACrD,GAAG,CAAC,6BAA6B,CAClC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,4DAAsB,yBAoBrC,CAAA;AACH,CAAC,EAxCgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAwCrD"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * API Gateway API
3
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
4
+ For more information, see
5
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
6
+
7
+ * OpenAPI spec version: 20190501
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
18
+ */
19
+ export interface SelectionSourcePolicy {
20
+ "type": string;
21
+ }
22
+ export declare namespace SelectionSourcePolicy {
23
+ function getJsonObj(obj: SelectionSourcePolicy): object;
24
+ function getDeserializedJsonObj(obj: SelectionSourcePolicy): object;
25
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SelectionSourcePolicy = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var SelectionSourcePolicy;
41
+ (function (SelectionSourcePolicy) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ if (obj && "type" in obj && obj.type) {
45
+ switch (obj.type) {
46
+ case "SINGLE":
47
+ return model.SingleSelectionSourcePolicy.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ SelectionSourcePolicy.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "type" in obj && obj.type) {
59
+ switch (obj.type) {
60
+ case "SINGLE":
61
+ return model.SingleSelectionSourcePolicy.getDeserializedJsonObj(jsonObj, true);
62
+ default:
63
+ if (common.LOG.logger)
64
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
65
+ }
66
+ }
67
+ return jsonObj;
68
+ }
69
+ SelectionSourcePolicy.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(SelectionSourcePolicy = exports.SelectionSourcePolicy || (exports.SelectionSourcePolicy = {}));
71
+ //# sourceMappingURL=selection-source-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selection-source-policy.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/selection-source-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,qBAAqB,CAiCrC;AAjCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CACL,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,gCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACjB,OAAQ,EACpD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAiCrC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * API Gateway API
3
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
4
+ For more information, see
5
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
6
+
7
+ * OpenAPI spec version: 20190501
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Information around selector used for branching among routes/ authentication servers in dynamic routing/ authentication where we are allowed to specify only a single context variable as selector.
19
+ */
20
+ export interface SingleSelectionSourcePolicy extends model.SelectionSourcePolicy {
21
+ /**
22
+ * String describing the context variable used as selector.
23
+ */
24
+ "selector": string;
25
+ "type": string;
26
+ }
27
+ export declare namespace SingleSelectionSourcePolicy {
28
+ function getJsonObj(obj: SingleSelectionSourcePolicy, isParentJsonObj?: boolean): object;
29
+ const type = "SINGLE";
30
+ function getDeserializedJsonObj(obj: SingleSelectionSourcePolicy, isParentJsonObj?: boolean): object;
31
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.SingleSelectionSourcePolicy = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var SingleSelectionSourcePolicy;
40
+ (function (SingleSelectionSourcePolicy) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.SelectionSourcePolicy.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ SingleSelectionSourcePolicy.getJsonObj = getJsonObj;
48
+ SingleSelectionSourcePolicy.type = "SINGLE";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.SelectionSourcePolicy.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ SingleSelectionSourcePolicy.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(SingleSelectionSourcePolicy = exports.SingleSelectionSourcePolicy || (exports.SingleSelectionSourcePolicy = {}));
57
+ //# sourceMappingURL=single-selection-source-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"single-selection-source-policy.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/single-selection-source-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,gCAAI,GAAG,QAAQ,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * API Gateway API
3
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
4
+ For more information, see
5
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
6
+
7
+ * OpenAPI spec version: 20190501
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * Policy for defining behaviour on validation failure.
18
+ */
19
+ export interface ValidationFailurePolicy {
20
+ "type": string;
21
+ }
22
+ export declare namespace ValidationFailurePolicy {
23
+ function getJsonObj(obj: ValidationFailurePolicy): object;
24
+ function getDeserializedJsonObj(obj: ValidationFailurePolicy): object;
25
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ /**
3
+ * API Gateway API
4
+ * API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
5
+ For more information, see
6
+ [Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
7
+
8
+ * OpenAPI spec version: 20190501
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ValidationFailurePolicy = void 0;
38
+ const model = __importStar(require("../model"));
39
+ const common = require("oci-common");
40
+ var ValidationFailurePolicy;
41
+ (function (ValidationFailurePolicy) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ if (obj && "type" in obj && obj.type) {
45
+ switch (obj.type) {
46
+ case "MODIFY_RESPONSE":
47
+ return model.ModifyResponseValidationFailurePolicy.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ ValidationFailurePolicy.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "type" in obj && obj.type) {
59
+ switch (obj.type) {
60
+ case "MODIFY_RESPONSE":
61
+ return model.ModifyResponseValidationFailurePolicy.getDeserializedJsonObj(jsonObj, true);
62
+ default:
63
+ if (common.LOG.logger)
64
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
65
+ }
66
+ }
67
+ return jsonObj;
68
+ }
69
+ ValidationFailurePolicy.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(ValidationFailurePolicy = exports.ValidationFailurePolicy || (exports.ValidationFailurePolicy = {}));
71
+ //# sourceMappingURL=validation-failure-policy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation-failure-policy.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/validation-failure-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,uBAAuB,CAiCvC;AAjCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,8CAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiCvC"}