oci-apigateway 2.9.1 → 2.12.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.
- 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
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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
|
/**
|
package/lib/model/cors-policy.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
|
/**
|
|
@@ -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
|
/**
|
|
@@ -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
|
import * as model from "../model";
|
|
@@ -81,6 +81,10 @@ export interface CreateGatewayDetails {
|
|
|
81
81
|
[key: string]: any;
|
|
82
82
|
};
|
|
83
83
|
};
|
|
84
|
+
/**
|
|
85
|
+
* An array of CA bundles that should be used on the Gateway for TLS validation.
|
|
86
|
+
*/
|
|
87
|
+
"caBundles"?: Array<model.CaBundle>;
|
|
84
88
|
}
|
|
85
89
|
export declare namespace CreateGatewayDetails {
|
|
86
90
|
function getJsonObj(obj: CreateGatewayDetails): object;
|
|
@@ -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) {
|
|
@@ -42,6 +42,11 @@ var CreateGatewayDetails;
|
|
|
42
42
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
43
|
"responseCacheDetails": obj.responseCacheDetails
|
|
44
44
|
? model.ResponseCacheDetails.getJsonObj(obj.responseCacheDetails)
|
|
45
|
+
: undefined,
|
|
46
|
+
"caBundles": obj.caBundles
|
|
47
|
+
? obj.caBundles.map(item => {
|
|
48
|
+
return model.CaBundle.getJsonObj(item);
|
|
49
|
+
})
|
|
45
50
|
: undefined
|
|
46
51
|
});
|
|
47
52
|
return jsonObj;
|
|
@@ -51,6 +56,11 @@ var CreateGatewayDetails;
|
|
|
51
56
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
57
|
"responseCacheDetails": obj.responseCacheDetails
|
|
53
58
|
? model.ResponseCacheDetails.getDeserializedJsonObj(obj.responseCacheDetails)
|
|
59
|
+
: undefined,
|
|
60
|
+
"caBundles": obj.caBundles
|
|
61
|
+
? obj.caBundles.map(item => {
|
|
62
|
+
return model.CaBundle.getDeserializedJsonObj(item);
|
|
63
|
+
})
|
|
54
64
|
: undefined
|
|
55
65
|
});
|
|
56
66
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/create-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/create-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsElC,IAAiB,oBAAoB,CAqCpC;AArCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,+BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2CAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAqCpC"}
|
|
@@ -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
|
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";
|
package/lib/model/deployment.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
|
/**
|
|
@@ -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 });
|
|
@@ -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
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/lib/model/gateway.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";
|
|
@@ -115,6 +115,10 @@ export interface Gateway {
|
|
|
115
115
|
[key: string]: any;
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
|
+
/**
|
|
119
|
+
* An array of CA bundles that should be used on the Gateway for TLS validation.
|
|
120
|
+
*/
|
|
121
|
+
"caBundles"?: Array<model.CaBundle>;
|
|
118
122
|
}
|
|
119
123
|
export declare namespace Gateway {
|
|
120
124
|
enum EndpointType {
|
package/lib/model/gateway.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) {
|
|
@@ -71,6 +71,11 @@ var Gateway;
|
|
|
71
71
|
: undefined,
|
|
72
72
|
"responseCacheDetails": obj.responseCacheDetails
|
|
73
73
|
? model.ResponseCacheDetails.getJsonObj(obj.responseCacheDetails)
|
|
74
|
+
: undefined,
|
|
75
|
+
"caBundles": obj.caBundles
|
|
76
|
+
? obj.caBundles.map(item => {
|
|
77
|
+
return model.CaBundle.getJsonObj(item);
|
|
78
|
+
})
|
|
74
79
|
: undefined
|
|
75
80
|
});
|
|
76
81
|
return jsonObj;
|
|
@@ -85,6 +90,11 @@ var Gateway;
|
|
|
85
90
|
: undefined,
|
|
86
91
|
"responseCacheDetails": obj.responseCacheDetails
|
|
87
92
|
? model.ResponseCacheDetails.getDeserializedJsonObj(obj.responseCacheDetails)
|
|
93
|
+
: undefined,
|
|
94
|
+
"caBundles": obj.caBundles
|
|
95
|
+
? obj.caBundles.map(item => {
|
|
96
|
+
return model.CaBundle.getDeserializedJsonObj(item);
|
|
97
|
+
})
|
|
88
98
|
: undefined
|
|
89
99
|
});
|
|
90
100
|
return jsonObj;
|
package/lib/model/gateway.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/gateway.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"gateway.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/gateway.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwGlC,IAAiB,OAAO,CAuEvB;AAvED,WAAiB,OAAO;IACtB,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,iCAAiB,CAAA;QACjB,mCAAmB,CAAA;QACnB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,kBAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,8BAAsB,yBAsBrC,CAAA;AACH,CAAC,EAvEgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAuEvB"}
|
|
@@ -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) {
|