oci-apigateway 2.9.0 → 2.11.1
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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/apigateway-waiter.d.ts +1 -1
- package/lib/apigateway-waiter.js +1 -1
- package/lib/client.d.ts +39 -39
- package/lib/client.js +39 -39
- package/lib/deployment-waiter.d.ts +1 -1
- package/lib/deployment-waiter.js +1 -1
- package/lib/gateway-waiter.d.ts +1 -1
- package/lib/gateway-waiter.js +1 -1
- package/lib/model/access-log-policy.d.ts +1 -1
- package/lib/model/access-log-policy.js +1 -1
- package/lib/model/anonymous-route-authorization-policy.d.ts +1 -1
- package/lib/model/anonymous-route-authorization-policy.js +1 -1
- package/lib/model/any-of-route-authorization-policy.d.ts +1 -1
- package/lib/model/any-of-route-authorization-policy.js +1 -1
- package/lib/model/api-collection.d.ts +1 -1
- package/lib/model/api-collection.js +1 -1
- package/lib/model/api-specification-logging-policies.d.ts +1 -1
- package/lib/model/api-specification-logging-policies.js +1 -1
- package/lib/model/api-specification-request-policies.d.ts +2 -1
- package/lib/model/api-specification-request-policies.js +7 -3
- package/lib/model/api-specification-request-policies.js.map +1 -1
- package/lib/model/api-specification-route-backend.d.ts +1 -1
- package/lib/model/api-specification-route-backend.js +1 -1
- package/lib/model/api-specification-route-request-policies.d.ts +1 -1
- package/lib/model/api-specification-route-request-policies.js +1 -1
- package/lib/model/api-specification-route-response-policies.d.ts +1 -1
- package/lib/model/api-specification-route-response-policies.js +1 -1
- package/lib/model/api-specification-route.d.ts +1 -1
- package/lib/model/api-specification-route.js +1 -1
- package/lib/model/api-specification.d.ts +1 -1
- package/lib/model/api-specification.js +1 -1
- package/lib/model/api-summary.d.ts +1 -1
- package/lib/model/api-summary.js +1 -1
- package/lib/model/api-validation-detail.d.ts +1 -1
- package/lib/model/api-validation-detail.js +1 -1
- package/lib/model/api-validation-details.d.ts +1 -1
- package/lib/model/api-validation-details.js +1 -1
- package/lib/model/api-validation-result.d.ts +1 -1
- package/lib/model/api-validation-result.js +1 -1
- package/lib/model/api-validations.d.ts +1 -1
- package/lib/model/api-validations.js +1 -1
- package/lib/model/api.d.ts +1 -1
- package/lib/model/api.js +1 -1
- package/lib/model/authentication-only-route-authorization-policy.d.ts +1 -1
- package/lib/model/authentication-only-route-authorization-policy.js +1 -1
- package/lib/model/authentication-policy.d.ts +1 -1
- package/lib/model/authentication-policy.js +1 -1
- package/lib/model/body-validation-request-policy.d.ts +1 -1
- package/lib/model/body-validation-request-policy.js +1 -1
- package/lib/model/ca-bundle.d.ts +25 -0
- package/lib/model/ca-bundle.js +72 -0
- package/lib/model/ca-bundle.js.map +1 -0
- package/lib/model/certificate-collection.d.ts +1 -1
- package/lib/model/certificate-collection.js +1 -1
- package/lib/model/certificate-summary.d.ts +1 -1
- package/lib/model/certificate-summary.js +1 -1
- package/lib/model/certificate.d.ts +1 -1
- package/lib/model/certificate.js +1 -1
- package/lib/model/certificates-ca-bundle.d.ts +32 -0
- package/lib/model/certificates-ca-bundle.js +55 -0
- package/lib/model/certificates-ca-bundle.js.map +1 -0
- package/lib/model/certificates-certificate-authority.d.ts +32 -0
- package/lib/model/certificates-certificate-authority.js +57 -0
- package/lib/model/certificates-certificate-authority.js.map +1 -0
- package/lib/model/change-api-compartment-details.d.ts +1 -1
- package/lib/model/change-api-compartment-details.js +1 -1
- package/lib/model/change-certificate-compartment-details.d.ts +1 -1
- package/lib/model/change-certificate-compartment-details.js +1 -1
- package/lib/model/change-deployment-compartment-details.d.ts +1 -1
- package/lib/model/change-deployment-compartment-details.js +1 -1
- package/lib/model/change-gateway-compartment-details.d.ts +1 -1
- package/lib/model/change-gateway-compartment-details.js +1 -1
- package/lib/model/content-validation.d.ts +1 -1
- package/lib/model/content-validation.js +1 -1
- package/lib/model/cors-policy.d.ts +1 -1
- package/lib/model/cors-policy.js +1 -1
- package/lib/model/create-api-details.d.ts +1 -1
- package/lib/model/create-api-details.js +1 -1
- package/lib/model/create-certificate-details.d.ts +1 -1
- package/lib/model/create-certificate-details.js +1 -1
- package/lib/model/create-deployment-details.d.ts +1 -1
- package/lib/model/create-deployment-details.js +1 -1
- package/lib/model/create-gateway-details.d.ts +5 -1
- package/lib/model/create-gateway-details.js +11 -1
- package/lib/model/create-gateway-details.js.map +1 -1
- package/lib/model/create-sdk-details.d.ts +1 -1
- package/lib/model/create-sdk-details.js +1 -1
- package/lib/model/custom-authentication-policy.d.ts +1 -1
- package/lib/model/custom-authentication-policy.js +1 -1
- package/lib/model/deployment-collection.d.ts +1 -1
- package/lib/model/deployment-collection.js +1 -1
- package/lib/model/deployment-summary.d.ts +1 -1
- package/lib/model/deployment-summary.js +1 -1
- package/lib/model/deployment.d.ts +1 -1
- package/lib/model/deployment.js +1 -1
- package/lib/model/execution-log-policy.d.ts +1 -1
- package/lib/model/execution-log-policy.js +1 -1
- package/lib/model/external-resp-cache.d.ts +1 -1
- package/lib/model/external-resp-cache.js +1 -1
- package/lib/model/filter-header-policy-item.d.ts +1 -1
- package/lib/model/filter-header-policy-item.js +1 -1
- package/lib/model/filter-header-policy.d.ts +1 -1
- package/lib/model/filter-header-policy.js +1 -1
- package/lib/model/filter-query-parameter-policy-item.d.ts +1 -1
- package/lib/model/filter-query-parameter-policy-item.js +1 -1
- package/lib/model/filter-query-parameter-policy.d.ts +1 -1
- package/lib/model/filter-query-parameter-policy.js +1 -1
- package/lib/model/fixed-tt-lresponse-cache-store-policy.d.ts +1 -1
- package/lib/model/fixed-tt-lresponse-cache-store-policy.js +1 -1
- package/lib/model/gateway-collection.d.ts +1 -1
- package/lib/model/gateway-collection.js +1 -1
- package/lib/model/gateway-summary.d.ts +1 -1
- package/lib/model/gateway-summary.js +1 -1
- package/lib/model/gateway.d.ts +5 -1
- package/lib/model/gateway.js +11 -1
- package/lib/model/gateway.js.map +1 -1
- package/lib/model/h-tt-pbackend.d.ts +1 -1
- package/lib/model/h-tt-pbackend.js +1 -1
- package/lib/model/header-field-specification.d.ts +1 -1
- package/lib/model/header-field-specification.js +1 -1
- package/lib/model/header-transformation-policy.d.ts +1 -1
- package/lib/model/header-transformation-policy.js +1 -1
- package/lib/model/header-validation-item.d.ts +1 -1
- package/lib/model/header-validation-item.js +1 -1
- package/lib/model/header-validation-request-policy.d.ts +1 -1
- package/lib/model/header-validation-request-policy.js +1 -1
- package/lib/model/index.d.ts +9 -1
- package/lib/model/index.js +12 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/ip-address.d.ts +1 -1
- package/lib/model/ip-address.js +1 -1
- package/lib/model/json-web-key.d.ts +1 -1
- package/lib/model/json-web-key.js +1 -1
- package/lib/model/json-web-token-claim.d.ts +1 -1
- package/lib/model/json-web-token-claim.js +1 -1
- package/lib/model/jwt-authentication-policy.d.ts +1 -1
- package/lib/model/jwt-authentication-policy.js +1 -1
- package/lib/model/mutual-tls-details.d.ts +33 -0
- package/lib/model/mutual-tls-details.js +32 -0
- package/lib/model/mutual-tls-details.js.map +1 -0
- package/lib/model/no-cache.d.ts +1 -1
- package/lib/model/no-cache.js +1 -1
- package/lib/model/no-content-validation.d.ts +1 -1
- package/lib/model/no-content-validation.js +1 -1
- package/lib/model/oracle-function-backend.d.ts +1 -1
- package/lib/model/oracle-function-backend.js +1 -1
- package/lib/model/pem-encoded-public-key.d.ts +1 -1
- package/lib/model/pem-encoded-public-key.js +1 -1
- package/lib/model/public-key-set.d.ts +1 -1
- package/lib/model/public-key-set.js +1 -1
- package/lib/model/query-parameter-transformation-policy.d.ts +1 -1
- package/lib/model/query-parameter-transformation-policy.js +1 -1
- package/lib/model/query-parameter-validation-item.d.ts +1 -1
- package/lib/model/query-parameter-validation-item.js +1 -1
- package/lib/model/query-parameter-validation-request-policy.d.ts +1 -1
- package/lib/model/query-parameter-validation-request-policy.js +1 -1
- package/lib/model/rate-limiting-policy.d.ts +1 -1
- package/lib/model/rate-limiting-policy.js +1 -1
- package/lib/model/remote-json-web-key-set.d.ts +1 -1
- package/lib/model/remote-json-web-key-set.js +1 -1
- package/lib/model/rename-header-policy-item.d.ts +1 -1
- package/lib/model/rename-header-policy-item.js +1 -1
- package/lib/model/rename-header-policy.d.ts +1 -1
- package/lib/model/rename-header-policy.js +1 -1
- package/lib/model/rename-query-parameter-policy-item.d.ts +1 -1
- package/lib/model/rename-query-parameter-policy-item.js +1 -1
- package/lib/model/rename-query-parameter-policy.d.ts +1 -1
- package/lib/model/rename-query-parameter-policy.js +1 -1
- package/lib/model/request-parameter-validation.d.ts +1 -1
- package/lib/model/request-parameter-validation.js +1 -1
- package/lib/model/response-cache-details.d.ts +1 -1
- package/lib/model/response-cache-details.js +1 -1
- package/lib/model/response-cache-lookup-policy.d.ts +1 -1
- package/lib/model/response-cache-lookup-policy.js +1 -1
- package/lib/model/response-cache-resp-server.d.ts +1 -1
- package/lib/model/response-cache-resp-server.js +1 -1
- package/lib/model/response-cache-store-policy.d.ts +1 -1
- package/lib/model/response-cache-store-policy.js +1 -1
- package/lib/model/route-authorization-policy.d.ts +1 -1
- package/lib/model/route-authorization-policy.js +1 -1
- package/lib/model/sdk-collection.d.ts +1 -1
- package/lib/model/sdk-collection.js +1 -1
- package/lib/model/sdk-language-optional-parameters-allowed-value.d.ts +1 -1
- package/lib/model/sdk-language-optional-parameters-allowed-value.js +1 -1
- package/lib/model/sdk-language-optional-parameters.d.ts +1 -1
- package/lib/model/sdk-language-optional-parameters.js +1 -1
- package/lib/model/sdk-language-type-collection.d.ts +1 -1
- package/lib/model/sdk-language-type-collection.js +1 -1
- package/lib/model/sdk-language-type-summary.d.ts +1 -1
- package/lib/model/sdk-language-type-summary.js +1 -1
- package/lib/model/sdk-language-types.d.ts +1 -1
- package/lib/model/sdk-language-types.js +1 -1
- package/lib/model/sdk-summary.d.ts +1 -1
- package/lib/model/sdk-summary.js +1 -1
- package/lib/model/sdk.d.ts +1 -1
- package/lib/model/sdk.js +1 -1
- package/lib/model/set-header-policy-item.d.ts +1 -1
- package/lib/model/set-header-policy-item.js +1 -1
- package/lib/model/set-header-policy.d.ts +1 -1
- package/lib/model/set-header-policy.js +1 -1
- package/lib/model/set-query-parameter-policy-item.d.ts +1 -1
- package/lib/model/set-query-parameter-policy-item.js +1 -1
- package/lib/model/set-query-parameter-policy.d.ts +1 -1
- package/lib/model/set-query-parameter-policy.js +1 -1
- package/lib/model/simple-lookup-policy.d.ts +1 -1
- package/lib/model/simple-lookup-policy.js +1 -1
- package/lib/model/static-public-key-set.d.ts +1 -1
- package/lib/model/static-public-key-set.js +1 -1
- package/lib/model/static-public-key.d.ts +1 -1
- package/lib/model/static-public-key.js +1 -1
- package/lib/model/stock-response-backend.d.ts +1 -1
- package/lib/model/stock-response-backend.js +1 -1
- package/lib/model/update-api-details.d.ts +1 -1
- package/lib/model/update-api-details.js +1 -1
- package/lib/model/update-certificate-details.d.ts +1 -1
- package/lib/model/update-certificate-details.js +1 -1
- package/lib/model/update-deployment-details.d.ts +1 -1
- package/lib/model/update-deployment-details.js +1 -1
- package/lib/model/update-gateway-details.d.ts +5 -1
- package/lib/model/update-gateway-details.js +11 -1
- package/lib/model/update-gateway-details.js.map +1 -1
- package/lib/model/update-sdk-details.d.ts +1 -1
- package/lib/model/update-sdk-details.js +1 -1
- package/lib/model/validation-request-policy.d.ts +1 -1
- package/lib/model/validation-request-policy.js +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-collection.d.ts +1 -1
- package/lib/model/work-request-log-collection.js +1 -1
- package/lib/model/work-request-log.d.ts +1 -1
- package/lib/model/work-request-log.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.js +1 -1
- package/lib/request/change-api-compartment-request.d.ts +2 -2
- package/lib/request/change-api-compartment-request.js +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +2 -2
- package/lib/request/change-certificate-compartment-request.js +1 -1
- package/lib/request/change-deployment-compartment-request.d.ts +2 -2
- package/lib/request/change-deployment-compartment-request.js +1 -1
- package/lib/request/change-gateway-compartment-request.d.ts +2 -2
- package/lib/request/change-gateway-compartment-request.js +1 -1
- package/lib/request/create-api-request.d.ts +2 -2
- package/lib/request/create-api-request.js +1 -1
- package/lib/request/create-certificate-request.d.ts +2 -2
- package/lib/request/create-certificate-request.js +1 -1
- package/lib/request/create-deployment-request.d.ts +2 -2
- package/lib/request/create-deployment-request.js +1 -1
- package/lib/request/create-gateway-request.d.ts +2 -2
- package/lib/request/create-gateway-request.js +1 -1
- package/lib/request/create-sdk-request.d.ts +2 -2
- package/lib/request/create-sdk-request.js +1 -1
- package/lib/request/delete-api-request.d.ts +2 -2
- package/lib/request/delete-api-request.js +1 -1
- package/lib/request/delete-certificate-request.d.ts +2 -2
- package/lib/request/delete-certificate-request.js +1 -1
- package/lib/request/delete-deployment-request.d.ts +2 -2
- package/lib/request/delete-deployment-request.js +1 -1
- package/lib/request/delete-gateway-request.d.ts +2 -2
- package/lib/request/delete-gateway-request.js +1 -1
- package/lib/request/delete-sdk-request.d.ts +2 -2
- package/lib/request/delete-sdk-request.js +1 -1
- package/lib/request/get-api-content-request.d.ts +2 -2
- package/lib/request/get-api-content-request.js +1 -1
- package/lib/request/get-api-deployment-specification-request.d.ts +2 -2
- package/lib/request/get-api-deployment-specification-request.js +1 -1
- package/lib/request/get-api-request.d.ts +2 -2
- package/lib/request/get-api-request.js +1 -1
- package/lib/request/get-api-validations-request.d.ts +2 -2
- package/lib/request/get-api-validations-request.js +1 -1
- package/lib/request/get-certificate-request.d.ts +2 -2
- package/lib/request/get-certificate-request.js +1 -1
- package/lib/request/get-deployment-request.d.ts +2 -2
- package/lib/request/get-deployment-request.js +1 -1
- package/lib/request/get-gateway-request.d.ts +2 -2
- package/lib/request/get-gateway-request.js +1 -1
- package/lib/request/get-sdk-request.d.ts +2 -2
- package/lib/request/get-sdk-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-apis-request.d.ts +2 -2
- package/lib/request/list-apis-request.js +1 -1
- package/lib/request/list-certificates-request.d.ts +2 -2
- package/lib/request/list-certificates-request.js +1 -1
- package/lib/request/list-deployments-request.d.ts +2 -2
- package/lib/request/list-deployments-request.js +1 -1
- package/lib/request/list-gateways-request.d.ts +2 -2
- package/lib/request/list-gateways-request.js +1 -1
- package/lib/request/list-sdk-language-types-request.d.ts +2 -2
- package/lib/request/list-sdk-language-types-request.js +1 -1
- package/lib/request/list-sdks-request.d.ts +2 -2
- package/lib/request/list-sdks-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/update-api-request.d.ts +2 -2
- package/lib/request/update-api-request.js +1 -1
- package/lib/request/update-certificate-request.d.ts +2 -2
- package/lib/request/update-certificate-request.js +1 -1
- package/lib/request/update-deployment-request.d.ts +2 -2
- package/lib/request/update-deployment-request.js +1 -1
- package/lib/request/update-gateway-request.d.ts +2 -2
- package/lib/request/update-gateway-request.js +1 -1
- package/lib/request/update-sdk-request.d.ts +2 -2
- package/lib/request/update-sdk-request.js +1 -1
- package/lib/response/cancel-work-request-response.d.ts +1 -1
- package/lib/response/cancel-work-request-response.js +1 -1
- package/lib/response/change-api-compartment-response.d.ts +1 -1
- package/lib/response/change-api-compartment-response.js +1 -1
- package/lib/response/change-certificate-compartment-response.d.ts +1 -1
- package/lib/response/change-certificate-compartment-response.js +1 -1
- package/lib/response/change-deployment-compartment-response.d.ts +1 -1
- package/lib/response/change-deployment-compartment-response.js +1 -1
- package/lib/response/change-gateway-compartment-response.d.ts +1 -1
- package/lib/response/change-gateway-compartment-response.js +1 -1
- package/lib/response/create-api-response.d.ts +1 -1
- package/lib/response/create-api-response.js +1 -1
- package/lib/response/create-certificate-response.d.ts +1 -1
- package/lib/response/create-certificate-response.js +1 -1
- package/lib/response/create-deployment-response.d.ts +1 -1
- package/lib/response/create-deployment-response.js +1 -1
- package/lib/response/create-gateway-response.d.ts +1 -1
- package/lib/response/create-gateway-response.js +1 -1
- package/lib/response/create-sdk-response.d.ts +1 -1
- package/lib/response/create-sdk-response.js +1 -1
- package/lib/response/delete-api-response.d.ts +1 -1
- package/lib/response/delete-api-response.js +1 -1
- package/lib/response/delete-certificate-response.d.ts +1 -1
- package/lib/response/delete-certificate-response.js +1 -1
- package/lib/response/delete-deployment-response.d.ts +1 -1
- package/lib/response/delete-deployment-response.js +1 -1
- package/lib/response/delete-gateway-response.d.ts +1 -1
- package/lib/response/delete-gateway-response.js +1 -1
- package/lib/response/delete-sdk-response.d.ts +1 -1
- package/lib/response/delete-sdk-response.js +1 -1
- package/lib/response/get-api-content-response.d.ts +1 -1
- package/lib/response/get-api-content-response.js +1 -1
- package/lib/response/get-api-deployment-specification-response.d.ts +1 -1
- package/lib/response/get-api-deployment-specification-response.js +1 -1
- package/lib/response/get-api-response.d.ts +1 -1
- package/lib/response/get-api-response.js +1 -1
- package/lib/response/get-api-validations-response.d.ts +1 -1
- package/lib/response/get-api-validations-response.js +1 -1
- package/lib/response/get-certificate-response.d.ts +1 -1
- package/lib/response/get-certificate-response.js +1 -1
- package/lib/response/get-deployment-response.d.ts +1 -1
- package/lib/response/get-deployment-response.js +1 -1
- package/lib/response/get-gateway-response.d.ts +1 -1
- package/lib/response/get-gateway-response.js +1 -1
- package/lib/response/get-sdk-response.d.ts +1 -1
- package/lib/response/get-sdk-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-apis-response.d.ts +1 -1
- package/lib/response/list-apis-response.js +1 -1
- package/lib/response/list-certificates-response.d.ts +1 -1
- package/lib/response/list-certificates-response.js +1 -1
- package/lib/response/list-deployments-response.d.ts +1 -1
- package/lib/response/list-deployments-response.js +1 -1
- package/lib/response/list-gateways-response.d.ts +1 -1
- package/lib/response/list-gateways-response.js +1 -1
- package/lib/response/list-sdk-language-types-response.d.ts +1 -1
- package/lib/response/list-sdk-language-types-response.js +1 -1
- package/lib/response/list-sdks-response.d.ts +1 -1
- package/lib/response/list-sdks-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/update-api-response.d.ts +1 -1
- package/lib/response/update-api-response.js +1 -1
- package/lib/response/update-certificate-response.d.ts +1 -1
- package/lib/response/update-certificate-response.js +1 -1
- package/lib/response/update-deployment-response.d.ts +1 -1
- package/lib/response/update-deployment-response.js +1 -1
- package/lib/response/update-gateway-response.d.ts +1 -1
- package/lib/response/update-gateway-response.js +1 -1
- package/lib/response/update-sdk-response.d.ts +1 -1
- package/lib/response/update-sdk-response.js +1 -1
- package/lib/workrequests-waiter.d.ts +1 -1
- package/lib/workrequests-waiter.js +1 -1
- package/package.json +3 -3
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
package/lib/model/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as AccessLogPolicy from "./access-log-policy";
|
|
@@ -47,6 +47,8 @@ import * as AuthenticationPolicy from "./authentication-policy";
|
|
|
47
47
|
export import AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
|
|
48
48
|
import * as BodyValidationRequestPolicy from "./body-validation-request-policy";
|
|
49
49
|
export import BodyValidationRequestPolicy = BodyValidationRequestPolicy.BodyValidationRequestPolicy;
|
|
50
|
+
import * as CaBundle from "./ca-bundle";
|
|
51
|
+
export import CaBundle = CaBundle.CaBundle;
|
|
50
52
|
import * as Certificate from "./certificate";
|
|
51
53
|
export import Certificate = Certificate.Certificate;
|
|
52
54
|
import * as CertificateCollection from "./certificate-collection";
|
|
@@ -109,6 +111,8 @@ import * as IpAddress from "./ip-address";
|
|
|
109
111
|
export import IpAddress = IpAddress.IpAddress;
|
|
110
112
|
import * as JsonWebTokenClaim from "./json-web-token-claim";
|
|
111
113
|
export import JsonWebTokenClaim = JsonWebTokenClaim.JsonWebTokenClaim;
|
|
114
|
+
import * as MutualTlsDetails from "./mutual-tls-details";
|
|
115
|
+
export import MutualTlsDetails = MutualTlsDetails.MutualTlsDetails;
|
|
112
116
|
import * as PublicKeySet from "./public-key-set";
|
|
113
117
|
export import PublicKeySet = PublicKeySet.PublicKeySet;
|
|
114
118
|
import * as QueryParameterTransformationPolicy from "./query-parameter-transformation-policy";
|
|
@@ -199,6 +203,10 @@ import * as AnyOfRouteAuthorizationPolicy from "./any-of-route-authorization-pol
|
|
|
199
203
|
export import AnyOfRouteAuthorizationPolicy = AnyOfRouteAuthorizationPolicy.AnyOfRouteAuthorizationPolicy;
|
|
200
204
|
import * as AuthenticationOnlyRouteAuthorizationPolicy from "./authentication-only-route-authorization-policy";
|
|
201
205
|
export import AuthenticationOnlyRouteAuthorizationPolicy = AuthenticationOnlyRouteAuthorizationPolicy.AuthenticationOnlyRouteAuthorizationPolicy;
|
|
206
|
+
import * as CertificatesCaBundle from "./certificates-ca-bundle";
|
|
207
|
+
export import CertificatesCaBundle = CertificatesCaBundle.CertificatesCaBundle;
|
|
208
|
+
import * as CertificatesCertificateAuthority from "./certificates-certificate-authority";
|
|
209
|
+
export import CertificatesCertificateAuthority = CertificatesCertificateAuthority.CertificatesCertificateAuthority;
|
|
202
210
|
import * as CustomAuthenticationPolicy from "./custom-authentication-policy";
|
|
203
211
|
export import CustomAuthenticationPolicy = CustomAuthenticationPolicy.CustomAuthenticationPolicy;
|
|
204
212
|
import * as ExternalRespCache from "./external-resp-cache";
|
package/lib/model/index.js
CHANGED
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -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.
|
|
38
|
-
exports.
|
|
39
|
-
exports.StockResponseBackend = exports.StaticPublicKeySet = exports.SimpleLookupPolicy = exports.RemoteJsonWebKeySet = exports.PemEncodedPublicKey = exports.OracleFunctionBackend = exports.NoContentValidation = void 0;
|
|
37
|
+
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 = exports.FilterHeaderPolicy = exports.ExecutionLogPolicy = exports.DeploymentSummary = exports.DeploymentCollection = exports.Deployment = exports.CreateSdkDetails = exports.CreateGatewayDetails = exports.CreateDeploymentDetails = exports.CreateCertificateDetails = exports.CreateApiDetails = exports.CorsPolicy = exports.ContentValidation = 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.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.UpdateSdkDetails = exports.UpdateGatewayDetails = exports.UpdateDeploymentDetails = exports.UpdateCertificateDetails = exports.UpdateApiDetails = 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.QueryParameterValidationRequestPolicy = exports.QueryParameterValidationItem = exports.QueryParameterTransformationPolicy = exports.PublicKeySet = 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 = void 0;
|
|
40
40
|
const AccessLogPolicy = __importStar(require("./access-log-policy"));
|
|
41
41
|
exports.AccessLogPolicy = AccessLogPolicy.AccessLogPolicy;
|
|
42
42
|
const Api = __importStar(require("./api"));
|
|
@@ -71,6 +71,8 @@ const AuthenticationPolicy = __importStar(require("./authentication-policy"));
|
|
|
71
71
|
exports.AuthenticationPolicy = AuthenticationPolicy.AuthenticationPolicy;
|
|
72
72
|
const BodyValidationRequestPolicy = __importStar(require("./body-validation-request-policy"));
|
|
73
73
|
exports.BodyValidationRequestPolicy = BodyValidationRequestPolicy.BodyValidationRequestPolicy;
|
|
74
|
+
const CaBundle = __importStar(require("./ca-bundle"));
|
|
75
|
+
exports.CaBundle = CaBundle.CaBundle;
|
|
74
76
|
const Certificate = __importStar(require("./certificate"));
|
|
75
77
|
exports.Certificate = Certificate.Certificate;
|
|
76
78
|
const CertificateCollection = __importStar(require("./certificate-collection"));
|
|
@@ -133,6 +135,8 @@ const IpAddress = __importStar(require("./ip-address"));
|
|
|
133
135
|
exports.IpAddress = IpAddress.IpAddress;
|
|
134
136
|
const JsonWebTokenClaim = __importStar(require("./json-web-token-claim"));
|
|
135
137
|
exports.JsonWebTokenClaim = JsonWebTokenClaim.JsonWebTokenClaim;
|
|
138
|
+
const MutualTlsDetails = __importStar(require("./mutual-tls-details"));
|
|
139
|
+
exports.MutualTlsDetails = MutualTlsDetails.MutualTlsDetails;
|
|
136
140
|
const PublicKeySet = __importStar(require("./public-key-set"));
|
|
137
141
|
exports.PublicKeySet = PublicKeySet.PublicKeySet;
|
|
138
142
|
const QueryParameterTransformationPolicy = __importStar(require("./query-parameter-transformation-policy"));
|
|
@@ -223,6 +227,10 @@ const AnyOfRouteAuthorizationPolicy = __importStar(require("./any-of-route-autho
|
|
|
223
227
|
exports.AnyOfRouteAuthorizationPolicy = AnyOfRouteAuthorizationPolicy.AnyOfRouteAuthorizationPolicy;
|
|
224
228
|
const AuthenticationOnlyRouteAuthorizationPolicy = __importStar(require("./authentication-only-route-authorization-policy"));
|
|
225
229
|
exports.AuthenticationOnlyRouteAuthorizationPolicy = AuthenticationOnlyRouteAuthorizationPolicy.AuthenticationOnlyRouteAuthorizationPolicy;
|
|
230
|
+
const CertificatesCaBundle = __importStar(require("./certificates-ca-bundle"));
|
|
231
|
+
exports.CertificatesCaBundle = CertificatesCaBundle.CertificatesCaBundle;
|
|
232
|
+
const CertificatesCertificateAuthority = __importStar(require("./certificates-certificate-authority"));
|
|
233
|
+
exports.CertificatesCertificateAuthority = CertificatesCertificateAuthority.CertificatesCertificateAuthority;
|
|
226
234
|
const CustomAuthenticationPolicy = __importStar(require("./custom-authentication-policy"));
|
|
227
235
|
exports.CustomAuthenticationPolicy = CustomAuthenticationPolicy.CustomAuthenticationPolicy;
|
|
228
236
|
const ExternalRespCache = __importStar(require("./external-resp-cache"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -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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"}
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
package/lib/model/ip-address.js
CHANGED
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface MutualTlsDetails {
|
|
21
|
+
/**
|
|
22
|
+
* Determines whether to enable client verification when API Consumer makes connection to the gateway.
|
|
23
|
+
*/
|
|
24
|
+
"isVerifiedCertificateRequired"?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Allowed list of CN or SAN which will be used for verification of certificate.
|
|
27
|
+
*/
|
|
28
|
+
"allowedSans"?: Array<string>;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace MutualTlsDetails {
|
|
31
|
+
function getJsonObj(obj: MutualTlsDetails): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: MutualTlsDetails): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.MutualTlsDetails = void 0;
|
|
19
|
+
var MutualTlsDetails;
|
|
20
|
+
(function (MutualTlsDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
MutualTlsDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
MutualTlsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(MutualTlsDetails = exports.MutualTlsDetails || (exports.MutualTlsDetails = {}));
|
|
32
|
+
//# sourceMappingURL=mutual-tls-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mutual-tls-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/mutual-tls-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAoBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
package/lib/model/no-cache.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
package/lib/model/no-cache.js
CHANGED
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -10,7 +10,7 @@ For more information, see
|
|
|
10
10
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
11
|
* Do not edit the class manually.
|
|
12
12
|
*
|
|
13
|
-
* Copyright (c) 2020,
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
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
15
|
*/
|
|
16
16
|
/**
|
|
@@ -11,7 +11,7 @@ For more information, see
|
|
|
11
11
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*
|
|
14
|
-
* Copyright (c) 2020,
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
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
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|