python-botocore/botocore/data/opensearchserverless/2021-11-01/service-2.json
2022-12-12 08:14:19 -08:00

2400 lines
84 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"version":"2.0",
"metadata":{
"apiVersion":"2021-11-01",
"endpointPrefix":"aoss",
"jsonVersion":"1.0",
"protocol":"json",
"serviceFullName":"OpenSearch Service Serverless",
"serviceId":"OpenSearchServerless",
"signatureVersion":"v4",
"signingName":"aoss",
"targetPrefix":"OpenSearchServerless",
"uid":"opensearchserverless-2021-11-01"
},
"operations":{
"BatchGetCollection":{
"name":"BatchGetCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"BatchGetCollectionRequest"},
"output":{"shape":"BatchGetCollectionResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns attributes for one or more collections, including the collection endpoint and the OpenSearch Dashboards endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html\">Creating and managing Amazon OpenSearch Serverless collections</a>.</p>"
},
"BatchGetVpcEndpoint":{
"name":"BatchGetVpcEndpoint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"BatchGetVpcEndpointRequest"},
"output":{"shape":"BatchGetVpcEndpointResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns attributes for one or more VPC endpoints associated with the current account. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>"
},
"CreateAccessPolicy":{
"name":"CreateAccessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAccessPolicyRequest"},
"output":{"shape":"CreateAccessPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Creates a data access policy for OpenSearch Serverless. Access policies limit access to collections and the resources within them, and allow a user to access that data irrespective of the access mechanism or network source. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html\">Data access control for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"CreateCollection":{
"name":"CreateCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCollectionRequest"},
"output":{"shape":"CreateCollectionResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Creates a new OpenSearch Serverless collection. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html\">Creating and managing Amazon OpenSearch Serverless collections</a>.</p>",
"idempotent":true
},
"CreateSecurityConfig":{
"name":"CreateSecurityConfig",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSecurityConfigRequest"},
"output":{"shape":"CreateSecurityConfigResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Specifies a security configuration for OpenSearch Serverless. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>. </p>",
"idempotent":true
},
"CreateSecurityPolicy":{
"name":"CreateSecurityPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSecurityPolicyRequest"},
"output":{"shape":"CreateSecurityPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Creates a security policy to be used by one or more OpenSearch Serverless collections. Security policies provide access to a collection and its OpenSearch Dashboards endpoint from public networks or specific VPC endpoints. They also allow you to secure a collection with a KMS encryption key. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html\">Network access for Amazon OpenSearch Serverless</a> and <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html\">Encryption at rest for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"CreateVpcEndpoint":{
"name":"CreateVpcEndpoint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateVpcEndpointRequest"},
"output":{"shape":"CreateVpcEndpointResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Creates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>",
"idempotent":true
},
"DeleteAccessPolicy":{
"name":"DeleteAccessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAccessPolicyRequest"},
"output":{"shape":"DeleteAccessPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes an OpenSearch Serverless access policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html\">Data access control for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"DeleteCollection":{
"name":"DeleteCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCollectionRequest"},
"output":{"shape":"DeleteCollectionResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes an OpenSearch Serverless collection. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html\">Creating and managing Amazon OpenSearch Serverless collections</a>.</p>",
"idempotent":true
},
"DeleteSecurityConfig":{
"name":"DeleteSecurityConfig",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSecurityConfigRequest"},
"output":{"shape":"DeleteSecurityConfigResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes a security configuration for OpenSearch Serverless. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"DeleteSecurityPolicy":{
"name":"DeleteSecurityPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSecurityPolicyRequest"},
"output":{"shape":"DeleteSecurityPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes an OpenSearch Serverless security policy.</p>",
"idempotent":true
},
"DeleteVpcEndpoint":{
"name":"DeleteVpcEndpoint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteVpcEndpointRequest"},
"output":{"shape":"DeleteVpcEndpointResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes an OpenSearch Serverless-managed interface endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>",
"idempotent":true
},
"GetAccessPolicy":{
"name":"GetAccessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetAccessPolicyRequest"},
"output":{"shape":"GetAccessPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns an OpenSearch Serverless access policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html\">Data access control for Amazon OpenSearch Serverless</a>.</p>"
},
"GetAccountSettings":{
"name":"GetAccountSettings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetAccountSettingsRequest"},
"output":{"shape":"GetAccountSettingsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns account-level settings related to OpenSearch Serverless.</p>"
},
"GetPoliciesStats":{
"name":"GetPoliciesStats",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetPoliciesStatsRequest"},
"output":{"shape":"GetPoliciesStatsResponse"},
"errors":[
{"shape":"InternalServerException"}
],
"documentation":"<p>Returns statistical information about your OpenSearch Serverless access policies, security configurations, and security policies.</p>"
},
"GetSecurityConfig":{
"name":"GetSecurityConfig",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetSecurityConfigRequest"},
"output":{"shape":"GetSecurityConfigResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns information about an OpenSearch Serverless security configuration. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>.</p>"
},
"GetSecurityPolicy":{
"name":"GetSecurityPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetSecurityPolicyRequest"},
"output":{"shape":"GetSecurityPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns information about a configured OpenSearch Serverless security policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html\">Network access for Amazon OpenSearch Serverless</a> and <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html\">Encryption at rest for Amazon OpenSearch Serverless</a>.</p>"
},
"ListAccessPolicies":{
"name":"ListAccessPolicies",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListAccessPoliciesRequest"},
"output":{"shape":"ListAccessPoliciesResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns information about a list of OpenSearch Serverless access policies.</p>"
},
"ListCollections":{
"name":"ListCollections",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListCollectionsRequest"},
"output":{"shape":"ListCollectionsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Lists all OpenSearch Serverless collections. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html\">Creating and managing Amazon OpenSearch Serverless collections</a>.</p> <note> <p>Make sure to include an empty request body {} if you don't include any collection filters in the request.</p> </note>"
},
"ListSecurityConfigs":{
"name":"ListSecurityConfigs",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSecurityConfigsRequest"},
"output":{"shape":"ListSecurityConfigsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns information about configured OpenSearch Serverless security configurations. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>.</p>"
},
"ListSecurityPolicies":{
"name":"ListSecurityPolicies",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSecurityPoliciesRequest"},
"output":{"shape":"ListSecurityPoliciesResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns information about configured OpenSearch Serverless security policies.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns the tags for an OpenSearch Serverless resource. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html\">Tagging Amazon OpenSearch Serverless collections</a>.</p>"
},
"ListVpcEndpoints":{
"name":"ListVpcEndpoints",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListVpcEndpointsRequest"},
"output":{"shape":"ListVpcEndpointsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Associates tags with an OpenSearch Serverless resource. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html\">Tagging Amazon OpenSearch Serverless collections</a>.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Removes a tag or set of tags from an OpenSearch Serverless resource. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/tag-collection.html\">Tagging Amazon OpenSearch Serverless collections</a>.</p>"
},
"UpdateAccessPolicy":{
"name":"UpdateAccessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateAccessPolicyRequest"},
"output":{"shape":"UpdateAccessPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Updates an OpenSearch Serverless access policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-data-access.html\">Data access control for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"UpdateAccountSettings":{
"name":"UpdateAccountSettings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateAccountSettingsRequest"},
"output":{"shape":"UpdateAccountSettingsResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-scaling\">Autoscaling</a>.</p>"
},
"UpdateCollection":{
"name":"UpdateCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateCollectionRequest"},
"output":{"shape":"UpdateCollectionResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Updates an OpenSearch Serverless collection.</p>",
"idempotent":true
},
"UpdateSecurityConfig":{
"name":"UpdateSecurityConfig",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateSecurityConfigRequest"},
"output":{"shape":"UpdateSecurityConfigResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Updates a security configuration for OpenSearch Serverless. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html\">SAML authentication for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"UpdateSecurityPolicy":{
"name":"UpdateSecurityPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateSecurityPolicyRequest"},
"output":{"shape":"UpdateSecurityPolicyResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Updates an OpenSearch Serverless security policy. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-network.html\">Network access for Amazon OpenSearch Serverless</a> and <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-encryption.html\">Encryption at rest for Amazon OpenSearch Serverless</a>.</p>",
"idempotent":true
},
"UpdateVpcEndpoint":{
"name":"UpdateVpcEndpoint",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateVpcEndpointRequest"},
"output":{"shape":"UpdateVpcEndpointResponse"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"ConflictException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Updates an OpenSearch Serverless-managed interface endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>",
"idempotent":true
}
},
"shapes":{
"AccessPolicyDetail":{
"type":"structure",
"members":{
"createdDate":{
"shape":"Long",
"documentation":"<p>The date the policy was created.</p>"
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>The description of the policy.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the policy was last modified.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"Document",
"documentation":"<p>The JSON policy document without any whitespaces.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of access policy.</p>"
}
},
"documentation":"<p>Details about an OpenSearch Serverless access policy.</p>"
},
"AccessPolicyStats":{
"type":"structure",
"members":{
"DataPolicyCount":{
"shape":"Long",
"documentation":"<p>The number of data access policies in the current account.</p>"
}
},
"documentation":"<p>Statistics for an OpenSearch Serverless access policy.</p>"
},
"AccessPolicySummaries":{
"type":"list",
"member":{"shape":"AccessPolicySummary"}
},
"AccessPolicySummary":{
"type":"structure",
"members":{
"createdDate":{
"shape":"Long",
"documentation":"<p>The Epoch time when the access policy was created.</p>"
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>The description of the access policy.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The date and time when the collection was last modified.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the access policy.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of access policy. Currently the only available type is <code>data</code>.</p>"
}
},
"documentation":"<p>A summary of the data access policy.</p>"
},
"AccessPolicyType":{
"type":"string",
"enum":["data"]
},
"AccountSettingsDetail":{
"type":"structure",
"members":{
"capacityLimits":{"shape":"CapacityLimits"}
},
"documentation":"<p>OpenSearch Serverless-related information for the current account.</p>"
},
"Arn":{
"type":"string",
"max":1011,
"min":1
},
"BatchGetCollectionRequest":{
"type":"structure",
"members":{
"ids":{
"shape":"CollectionIds",
"documentation":"<p>A list of collection IDs. You can't provide names and IDs in the same request. The ID is part of the collection endpoint. You can also retrieve it using the <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/ServerlessAPIReference/API_ListCollections.html\">ListCollections</a> API.</p>"
},
"names":{
"shape":"CollectionNames",
"documentation":"<p>A list of collection names. You can't provide names and IDs in the same request.</p>"
}
}
},
"BatchGetCollectionResponse":{
"type":"structure",
"members":{
"collectionDetails":{
"shape":"CollectionDetails",
"documentation":"<p>Details about each collection.</p>"
},
"collectionErrorDetails":{
"shape":"CollectionErrorDetails",
"documentation":"<p>Error information for the request.</p>"
}
}
},
"BatchGetVpcEndpointRequest":{
"type":"structure",
"required":["ids"],
"members":{
"ids":{
"shape":"VpcEndpointIds",
"documentation":"<p>A list of VPC endpoint identifiers.</p>"
}
}
},
"BatchGetVpcEndpointResponse":{
"type":"structure",
"members":{
"vpcEndpointDetails":{
"shape":"VpcEndpointDetails",
"documentation":"<p>Details about the specified VPC endpoint.</p>"
},
"vpcEndpointErrorDetails":{
"shape":"VpcEndpointErrorDetails",
"documentation":"<p>Error information for a failed request.</p>"
}
}
},
"CapacityLimits":{
"type":"structure",
"members":{
"maxIndexingCapacityInOCU":{
"shape":"IndexingCapacityValue",
"documentation":"<p>The maximum indexing capacity for collections.</p>"
},
"maxSearchCapacityInOCU":{
"shape":"SearchCapacityValue",
"documentation":"<p>The maximum search capacity for collections.</p>"
}
},
"documentation":"<p>The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html#serverless-scaling\">Autoscaling</a>.</p>"
},
"ClientToken":{
"type":"string",
"max":512,
"min":1
},
"CollectionDetail":{
"type":"structure",
"members":{
"arn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the collection.</p>"
},
"collectionEndpoint":{
"shape":"String",
"documentation":"<p>Collection-specific endpoint used to submit index, search, and data upload requests to an OpenSearch Serverless collection.</p>"
},
"createdDate":{
"shape":"Long",
"documentation":"<p>The Epoch time when the collection was created.</p>"
},
"dashboardEndpoint":{
"shape":"String",
"documentation":"<p>Collection-specific endpoint used to access OpenSearch Dashboards.</p>"
},
"description":{
"shape":"String",
"documentation":"<p>A description of the collection.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>A unique identifier for the collection.</p>"
},
"kmsKeyArn":{
"shape":"String",
"documentation":"<p>The ARN of the Amazon Web Services KMS key used to encrypt the collection.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The date and time when the collection was last modified.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
},
"type":{
"shape":"CollectionType",
"documentation":"<p>The type of collection.</p>"
}
},
"documentation":"<p>Details about each OpenSearch Serverless collection, including the collection endpoint and the OpenSearch Dashboards endpoint.</p>"
},
"CollectionDetails":{
"type":"list",
"member":{"shape":"CollectionDetail"}
},
"CollectionErrorDetail":{
"type":"structure",
"members":{
"errorCode":{
"shape":"String",
"documentation":"<p>The error code for the request. For example, <code>NOT_FOUND</code>.</p>"
},
"errorMessage":{
"shape":"String",
"documentation":"<p>A description of the error. For example, <code>The specified Collection is not found.</code> </p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>If the request contains collection IDs, the response includes the IDs provided in the request.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>If the request contains collection names, the response includes the names provided in the request.</p>"
}
},
"documentation":"<p>Error information for an OpenSearch Serverless request.</p>"
},
"CollectionErrorDetails":{
"type":"list",
"member":{"shape":"CollectionErrorDetail"}
},
"CollectionFilters":{
"type":"structure",
"members":{
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
}
},
"documentation":"<p>List of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.</p>"
},
"CollectionId":{
"type":"string",
"max":40,
"min":3,
"pattern":"^[a-z0-9]{3,40}$"
},
"CollectionIds":{
"type":"list",
"member":{"shape":"CollectionId"},
"max":100,
"min":1
},
"CollectionName":{
"type":"string",
"max":32,
"min":3,
"pattern":"^[a-z][a-z0-9-]+$"
},
"CollectionNames":{
"type":"list",
"member":{"shape":"CollectionName"},
"max":100,
"min":1
},
"CollectionStatus":{
"type":"string",
"enum":[
"CREATING",
"DELETING",
"ACTIVE",
"FAILED"
]
},
"CollectionSummaries":{
"type":"list",
"member":{"shape":"CollectionSummary"}
},
"CollectionSummary":{
"type":"structure",
"members":{
"arn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the collection.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
}
},
"documentation":"<p>Details about each OpenSearch Serverless collection.</p>"
},
"CollectionType":{
"type":"string",
"enum":[
"SEARCH",
"TIMESERIES"
]
},
"ConfigDescription":{
"type":"string",
"max":1000,
"min":1
},
"ConfigName":{
"type":"string",
"max":32,
"min":3,
"pattern":"^[a-z][a-z0-9-]+$"
},
"ConflictException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>When creating a collection, thrown when a collection with the same name already exists or is being created. When deleting a collection, thrown when the collection is not in the ACTIVE or FAILED state.</p>",
"exception":true
},
"CreateAccessPolicyRequest":{
"type":"structure",
"required":[
"name",
"policy",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>A description of the policy. Typically used to store information about the permissions defined in the policy.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"PolicyDocument",
"documentation":"<p>The JSON policy document to use as the content for the policy.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of policy.</p>"
}
}
},
"CreateAccessPolicyResponse":{
"type":"structure",
"members":{
"accessPolicyDetail":{
"shape":"AccessPolicyDetail",
"documentation":"<p>Details about the created access policy.</p>"
}
}
},
"CreateCollectionDetail":{
"type":"structure",
"members":{
"arn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the collection.</p>"
},
"createdDate":{
"shape":"Long",
"documentation":"<p>The Epoch time when the collection was created.</p>"
},
"description":{
"shape":"String",
"documentation":"<p>A description of the collection.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection.</p>"
},
"kmsKeyArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The date and time when the collection was last modified.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
},
"type":{
"shape":"CollectionType",
"documentation":"<p>The type of collection.</p>"
}
},
"documentation":"<p>Details about the created OpenSearch Serverless collection.</p>"
},
"CreateCollectionRequest":{
"type":"structure",
"required":["name"],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"CreateCollectionRequestDescriptionString",
"documentation":"<p>Description of the collection.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>Name of the collection.</p>"
},
"tags":{
"shape":"Tags",
"documentation":"<p>An arbitrary set of tags (keyvalue pairs) to associate with the OpenSearch Serverless collection.</p>"
},
"type":{
"shape":"CollectionType",
"documentation":"<p>The type of collection.</p>"
}
}
},
"CreateCollectionRequestDescriptionString":{
"type":"string",
"max":1000,
"min":0
},
"CreateCollectionResponse":{
"type":"structure",
"members":{
"createCollectionDetail":{
"shape":"CreateCollectionDetail",
"documentation":"<p>Details about the collection.</p>"
}
}
},
"CreateSecurityConfigRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"ConfigDescription",
"documentation":"<p>A description of the security configuration.</p>"
},
"name":{
"shape":"ConfigName",
"documentation":"<p>The name of the security configuration.</p>"
},
"samlOptions":{
"shape":"SamlConfigOptions",
"documentation":"<p>Describes SAML options in in the form of a key-value map.</p>"
},
"type":{
"shape":"SecurityConfigType",
"documentation":"<p>The type of security configuration.</p>"
}
}
},
"CreateSecurityConfigResponse":{
"type":"structure",
"members":{
"securityConfigDetail":{
"shape":"SecurityConfigDetail",
"documentation":"<p>Details about the created security configuration. </p>"
}
}
},
"CreateSecurityPolicyRequest":{
"type":"structure",
"required":[
"name",
"policy",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>A description of the policy. Typically used to store information about the permissions defined in the policy.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"PolicyDocument",
"documentation":"<p>The JSON policy document to use as the content for the new policy.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of security policy.</p>"
}
}
},
"CreateSecurityPolicyResponse":{
"type":"structure",
"members":{
"securityPolicyDetail":{
"shape":"SecurityPolicyDetail",
"documentation":"<p>Details about the created security policy.</p>"
}
}
},
"CreateVpcEndpointDetail":{
"type":"structure",
"members":{
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the endpoint.</p>"
},
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status in the endpoint creation process.</p>"
}
},
"documentation":"<p>Creation details for an OpenSearch Serverless-managed interface endpoint. For more information, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-vpc.html\">Access Amazon OpenSearch Serverless using an interface endpoint</a>.</p>"
},
"CreateVpcEndpointRequest":{
"type":"structure",
"required":[
"name",
"subnetIds",
"vpcId"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the interface endpoint.</p>"
},
"securityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>"
},
"subnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The ID of one or more subnets from which you'll access OpenSearch Serverless.</p>"
},
"vpcId":{
"shape":"VpcId",
"documentation":"<p>The ID of the VPC from which you'll access OpenSearch Serverless.</p>"
}
}
},
"CreateVpcEndpointResponse":{
"type":"structure",
"members":{
"createVpcEndpointDetail":{
"shape":"CreateVpcEndpointDetail",
"documentation":"<p>Details about the created interface VPC endpoint.</p>"
}
}
},
"DeleteAccessPolicyRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy to delete.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of policy.</p>"
}
}
},
"DeleteAccessPolicyResponse":{
"type":"structure",
"members":{
}
},
"DeleteCollectionDetail":{
"type":"structure",
"members":{
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
}
},
"documentation":"<p>Details about a deleted OpenSearch Serverless collection.</p>"
},
"DeleteCollectionRequest":{
"type":"structure",
"required":["id"],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection. For example, <code>1iu5usc406kd</code>. The ID is part of the collection endpoint. You can also retrieve it using the <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/ServerlessAPIReference/API_ListCollections.html\">ListCollections</a> API.</p>"
}
}
},
"DeleteCollectionResponse":{
"type":"structure",
"members":{
"deleteCollectionDetail":{
"shape":"DeleteCollectionDetail",
"documentation":"<p>Details of the deleted collection.</p>"
}
}
},
"DeleteSecurityConfigRequest":{
"type":"structure",
"required":["id"],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"id":{
"shape":"SecurityConfigId",
"documentation":"<p>The security configuration identifier. For SAML the ID will be <code>saml/&lt;accountId&gt;/&lt;idpProviderName&gt;</code>. For example, <code>saml/123456789123/OKTADev</code>.</p>"
}
}
},
"DeleteSecurityConfigResponse":{
"type":"structure",
"members":{
}
},
"DeleteSecurityPolicyRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy to delete.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of policy.</p>"
}
}
},
"DeleteSecurityPolicyResponse":{
"type":"structure",
"members":{
}
},
"DeleteVpcEndpointDetail":{
"type":"structure",
"members":{
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the endpoint.</p>"
},
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status of the endpoint deletion process.</p>"
}
},
"documentation":"<p>Deletion details for an OpenSearch Serverless-managed interface endpoint.</p>"
},
"DeleteVpcEndpointRequest":{
"type":"structure",
"required":["id"],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The VPC endpoint identifier.</p>"
}
}
},
"DeleteVpcEndpointResponse":{
"type":"structure",
"members":{
"deleteVpcEndpointDetail":{
"shape":"DeleteVpcEndpointDetail",
"documentation":"<p>Details about the deleted endpoint.</p>"
}
}
},
"Document":{
"type":"structure",
"members":{
},
"document":true
},
"GetAccessPolicyRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the access policy.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>Tye type of policy. Currently the only supported value is <code>data</code>.</p>"
}
}
},
"GetAccessPolicyResponse":{
"type":"structure",
"members":{
"accessPolicyDetail":{
"shape":"AccessPolicyDetail",
"documentation":"<p>Details about the requested access policy.</p>"
}
}
},
"GetAccountSettingsRequest":{
"type":"structure",
"members":{
}
},
"GetAccountSettingsResponse":{
"type":"structure",
"members":{
"accountSettingsDetail":{
"shape":"AccountSettingsDetail",
"documentation":"<p>OpenSearch Serverless-related details for the current account.</p>"
}
}
},
"GetPoliciesStatsRequest":{
"type":"structure",
"members":{
}
},
"GetPoliciesStatsResponse":{
"type":"structure",
"members":{
"AccessPolicyStats":{
"shape":"AccessPolicyStats",
"documentation":"<p>Information about the data access policies in your account.</p>"
},
"SecurityConfigStats":{
"shape":"SecurityConfigStats",
"documentation":"<p>Information about the security configurations in your account.</p>"
},
"SecurityPolicyStats":{
"shape":"SecurityPolicyStats",
"documentation":"<p>Information about the security policies in your account.</p>"
},
"TotalPolicyCount":{
"shape":"Long",
"documentation":"<p>The total number of OpenSearch Serverless security policies and configurations in your account.</p>"
}
}
},
"GetSecurityConfigRequest":{
"type":"structure",
"required":["id"],
"members":{
"id":{
"shape":"SecurityConfigId",
"documentation":"<p>The unique identifier of the security configuration.</p>"
}
}
},
"GetSecurityConfigResponse":{
"type":"structure",
"members":{
"securityConfigDetail":{
"shape":"SecurityConfigDetail",
"documentation":"<p>Details of the requested security configuration.</p>"
}
}
},
"GetSecurityPolicyRequest":{
"type":"structure",
"required":[
"name",
"type"
],
"members":{
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the security policy.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of security policy.</p>"
}
}
},
"GetSecurityPolicyResponse":{
"type":"structure",
"members":{
"securityPolicyDetail":{
"shape":"SecurityPolicyDetail",
"documentation":"<p>Details about the requested security policy.</p>"
}
}
},
"IndexingCapacityValue":{
"type":"integer",
"box":true,
"min":2
},
"InternalServerException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>Thrown when an error internal to the service occurs while processing a request.</p>",
"exception":true,
"fault":true
},
"ListAccessPoliciesRequest":{
"type":"structure",
"required":["type"],
"members":{
"maxResults":{
"shape":"ListAccessPoliciesRequestMaxResultsInteger",
"documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 20.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>If your initial <code>ListAccessPolicies</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListAccessPolicies</code> operations, which returns results in the next page. </p>"
},
"resource":{
"shape":"ListAccessPoliciesRequestResourceList",
"documentation":"<p>Resource filters (can be collection or indexes) that policies can apply to.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of access policy.</p>"
}
}
},
"ListAccessPoliciesRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListAccessPoliciesRequestResourceList":{
"type":"list",
"member":{"shape":"Resource"},
"max":1000,
"min":1
},
"ListAccessPoliciesResponse":{
"type":"structure",
"members":{
"accessPolicySummaries":{
"shape":"AccessPolicySummaries",
"documentation":"<p>Details about the requested access policies.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
}
}
},
"ListCollectionsRequest":{
"type":"structure",
"members":{
"collectionFilters":{
"shape":"CollectionFilters",
"documentation":"<p>List of filter names and values that you can use for requests.</p>"
},
"maxResults":{
"shape":"ListCollectionsRequestMaxResultsInteger",
"documentation":"<p>The maximum number of results to return. Default is 20. You can use <code>nextToken</code> to get the next page of results.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>If your initial <code>ListCollections</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListCollections</code> operations, which returns results in the next page.</p>"
}
}
},
"ListCollectionsRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListCollectionsResponse":{
"type":"structure",
"members":{
"collectionSummaries":{
"shape":"CollectionSummaries",
"documentation":"<p>Details about each collection.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
}
}
},
"ListSecurityConfigsRequest":{
"type":"structure",
"required":["type"],
"members":{
"maxResults":{
"shape":"ListSecurityConfigsRequestMaxResultsInteger",
"documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 20.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>If your initial <code>ListSecurityConfigs</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListSecurityConfigs</code> operations, which returns results in the next page. </p>"
},
"type":{
"shape":"SecurityConfigType",
"documentation":"<p>The type of security configuration.</p>"
}
}
},
"ListSecurityConfigsRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListSecurityConfigsResponse":{
"type":"structure",
"members":{
"nextToken":{
"shape":"String",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
},
"securityConfigSummaries":{
"shape":"SecurityConfigSummaries",
"documentation":"<p>Details about the security configurations in your account.</p>"
}
}
},
"ListSecurityPoliciesRequest":{
"type":"structure",
"required":["type"],
"members":{
"maxResults":{
"shape":"ListSecurityPoliciesRequestMaxResultsInteger",
"documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 20.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>If your initial <code>ListSecurityPolicies</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListSecurityPolicies</code> operations, which returns results in the next page. </p>"
},
"resource":{
"shape":"ListSecurityPoliciesRequestResourceList",
"documentation":"<p>Resource filters (can be collection or indexes) that policies can apply to. </p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of policy.</p>"
}
}
},
"ListSecurityPoliciesRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListSecurityPoliciesRequestResourceList":{
"type":"list",
"member":{"shape":"Resource"},
"max":1000,
"min":1
},
"ListSecurityPoliciesResponse":{
"type":"structure",
"members":{
"nextToken":{
"shape":"String",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
},
"securityPolicySummaries":{
"shape":"SecurityPolicySummaries",
"documentation":"<p>Details about the security policies in your account.</p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["resourceArn"],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource. The resource must be active (not in the <code>DELETING</code> state), and must be owned by the account ID included in the request.</p>"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"tags":{
"shape":"Tags",
"documentation":"<p>The tags associated with the resource.</p>"
}
}
},
"ListVpcEndpointsRequest":{
"type":"structure",
"members":{
"maxResults":{
"shape":"ListVpcEndpointsRequestMaxResultsInteger",
"documentation":"<p>An optional parameter that specifies the maximum number of results to return. You can use <code>nextToken</code> to get the next page of results. The default is 20.</p>"
},
"nextToken":{
"shape":"String",
"documentation":"<p>If your initial <code>ListVpcEndpoints</code> operation returns a <code>nextToken</code>, you can include the returned <code>nextToken</code> in subsequent <code>ListVpcEndpoints</code> operations, which returns results in the next page. </p>"
},
"vpcEndpointFilters":{
"shape":"VpcEndpointFilters",
"documentation":"<p>Filter the results according to the current status of the VPC endpoint. Possible statuses are <code>CREATING</code>, <code>DELETING</code>, <code>UPDATING</code>, <code>ACTIVE</code>, and <code>FAILED</code>.</p>"
}
}
},
"ListVpcEndpointsRequestMaxResultsInteger":{
"type":"integer",
"box":true,
"max":100,
"min":1
},
"ListVpcEndpointsResponse":{
"type":"structure",
"members":{
"nextToken":{
"shape":"String",
"documentation":"<p>When <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.</p>"
},
"vpcEndpointSummaries":{
"shape":"VpcEndpointSummaries",
"documentation":"<p>Details about each VPC endpoint, including the name and current status.</p>"
}
}
},
"Long":{
"type":"long",
"box":true
},
"PolicyDescription":{
"type":"string",
"max":1000,
"min":1
},
"PolicyDocument":{
"type":"string",
"max":20480,
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+"
},
"PolicyName":{
"type":"string",
"max":32,
"min":3,
"pattern":"^[a-z][a-z0-9-]+$"
},
"PolicyVersion":{
"type":"string",
"max":36,
"min":20,
"pattern":"^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$"
},
"Resource":{"type":"string"},
"ResourceNotFoundException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>Thrown when accessing or deleting a resource that does not exist.</p>",
"exception":true
},
"SamlConfigOptions":{
"type":"structure",
"required":["metadata"],
"members":{
"groupAttribute":{
"shape":"samlGroupAttribute",
"documentation":"<p>The group attribute for this SAML integration.</p>"
},
"metadata":{
"shape":"samlMetadata",
"documentation":"<p>The XML IdP metadata file generated from your identity provider.</p>"
},
"sessionTimeout":{
"shape":"SamlConfigOptionsSessionTimeoutInteger",
"documentation":"<p>The session timeout, in minutes. Minimum is 15 minutes and maximum is 1440 minutes (24 hours or 1 day). Default is 60 minutes.</p>"
},
"userAttribute":{
"shape":"samlUserAttribute",
"documentation":"<p>A user attribute for this SAML integration.</p>"
}
},
"documentation":"<p>Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.</p>"
},
"SamlConfigOptionsSessionTimeoutInteger":{
"type":"integer",
"box":true,
"max":720,
"min":5
},
"SearchCapacityValue":{
"type":"integer",
"box":true,
"min":2
},
"SecurityConfigDetail":{
"type":"structure",
"members":{
"configVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the security configuration.</p>"
},
"createdDate":{
"shape":"Long",
"documentation":"<p>The date the configuration was created.</p>"
},
"description":{
"shape":"ConfigDescription",
"documentation":"<p>The description of the security configuration.</p>"
},
"id":{
"shape":"SecurityConfigId",
"documentation":"<p>The unique identifier of the security configuration.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the configuration was last modified.</p>"
},
"samlOptions":{
"shape":"SamlConfigOptions",
"documentation":"<p>SAML options for the security configuration in the form of a key-value map.</p>"
},
"type":{
"shape":"SecurityConfigType",
"documentation":"<p>The type of security configuration.</p>"
}
},
"documentation":"<p>Details about a security configuration for OpenSearch Serverless. </p>"
},
"SecurityConfigId":{
"type":"string",
"max":100,
"min":1
},
"SecurityConfigStats":{
"type":"structure",
"members":{
"SamlConfigCount":{
"shape":"Long",
"documentation":"<p>The number of security configurations in the current account.</p>"
}
},
"documentation":"<p>Statistics for an OpenSearch Serverless security configuration.</p>"
},
"SecurityConfigSummaries":{
"type":"list",
"member":{"shape":"SecurityConfigSummary"}
},
"SecurityConfigSummary":{
"type":"structure",
"members":{
"configVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the security configuration.</p>"
},
"createdDate":{
"shape":"Long",
"documentation":"<p>The Epoch time when the security configuration was created.</p>"
},
"description":{
"shape":"ConfigDescription",
"documentation":"<p>The description of the security configuration.</p>"
},
"id":{
"shape":"SecurityConfigId",
"documentation":"<p>The unique identifier of the security configuration.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the configuration was last modified.</p>"
},
"type":{
"shape":"SecurityConfigType",
"documentation":"<p>The type of security configuration.</p>"
}
},
"documentation":"<p>A summary of a security configuration for OpenSearch Serverless.</p>"
},
"SecurityConfigType":{
"type":"string",
"enum":["saml"]
},
"SecurityGroupId":{
"type":"string",
"max":128,
"min":1,
"pattern":"^[\\w+\\-]+$"
},
"SecurityGroupIds":{
"type":"list",
"member":{"shape":"SecurityGroupId"},
"max":5,
"min":1
},
"SecurityPolicyDetail":{
"type":"structure",
"members":{
"createdDate":{
"shape":"Long",
"documentation":"<p>The date the policy was created.</p>"
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>The description of the security policy.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the policy was last modified.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"Document",
"documentation":"<p>The JSON policy document without any whitespaces.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of security policy.</p>"
}
},
"documentation":"<p>Details about an OpenSearch Serverless security policy.</p>"
},
"SecurityPolicyStats":{
"type":"structure",
"members":{
"EncryptionPolicyCount":{
"shape":"Long",
"documentation":"<p>The number of encryption policies in the current account.</p>"
},
"NetworkPolicyCount":{
"shape":"Long",
"documentation":"<p>The number of network policies in the current account.</p>"
}
},
"documentation":"<p>Statistics for an OpenSearch Serverless security policy.</p>"
},
"SecurityPolicySummaries":{
"type":"list",
"member":{"shape":"SecurityPolicySummary"}
},
"SecurityPolicySummary":{
"type":"structure",
"members":{
"createdDate":{
"shape":"Long",
"documentation":"<p>The date the policy was created.</p>"
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>The description of the security policy.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the policy was last modified.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of security policy.</p>"
}
},
"documentation":"<p>A summary of a security policy for OpenSearch Serverless.</p>"
},
"SecurityPolicyType":{
"type":"string",
"enum":[
"encryption",
"network"
]
},
"String":{"type":"string"},
"SubnetId":{
"type":"string",
"max":32,
"min":1,
"pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
},
"SubnetIds":{
"type":"list",
"member":{"shape":"SubnetId"},
"max":6,
"min":1
},
"Tag":{
"type":"structure",
"required":[
"key",
"value"
],
"members":{
"key":{
"shape":"TagKey",
"documentation":"<p>The key to use in the tag.</p>"
},
"value":{
"shape":"TagValue",
"documentation":"<p>The value of the tag.</p>"
}
},
"documentation":"<p>A map of key-value pairs associated to an OpenSearch Serverless resource.</p>"
},
"TagKey":{
"type":"string",
"max":128,
"min":1
},
"TagKeys":{
"type":"list",
"member":{"shape":"TagKey"},
"max":50,
"min":0
},
"TagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tags"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource. The resource must be active (not in the <code>DELETING</code> state), and must be owned by the account ID included in the request.</p>"
},
"tags":{
"shape":"Tags",
"documentation":"<p>A list of tags (key-value pairs) to add to the resource. All tag keys in the request must be unique.</p>"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0
},
"Tags":{
"type":"list",
"member":{"shape":"Tag"},
"max":50,
"min":0
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"resourceArn",
"tagKeys"
],
"members":{
"resourceArn":{
"shape":"Arn",
"documentation":"<p>The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not in the <code>DELETING</code> state), and must be owned by the account ID included in the request.</p>"
},
"tagKeys":{
"shape":"TagKeys",
"documentation":"<p>The tag or set of tags to remove from the resource. All tag keys in the request must be unique.</p>"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateAccessPolicyRequest":{
"type":"structure",
"required":[
"name",
"policyVersion",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>A description of the policy. Typically used to store information about the permissions defined in the policy.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"PolicyDocument",
"documentation":"<p>The JSON policy document to use as the content for the policy.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy being updated.</p>"
},
"type":{
"shape":"AccessPolicyType",
"documentation":"<p>The type of policy.</p>"
}
}
},
"UpdateAccessPolicyResponse":{
"type":"structure",
"members":{
"accessPolicyDetail":{
"shape":"AccessPolicyDetail",
"documentation":"<p>Details about the updated access policy.</p>"
}
}
},
"UpdateAccountSettingsRequest":{
"type":"structure",
"members":{
"capacityLimits":{"shape":"CapacityLimits"}
}
},
"UpdateAccountSettingsResponse":{
"type":"structure",
"members":{
"accountSettingsDetail":{
"shape":"AccountSettingsDetail",
"documentation":"<p>OpenSearch Serverless-related settings for the current Amazon Web Services account. </p>"
}
}
},
"UpdateCollectionDetail":{
"type":"structure",
"members":{
"arn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the collection.</p>"
},
"createdDate":{
"shape":"Long",
"documentation":"<p>The date and time when the collection was created.</p>"
},
"description":{
"shape":"String",
"documentation":"<p>The description of the collection.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The date and time when the collection was last modified.</p>"
},
"name":{
"shape":"CollectionName",
"documentation":"<p>The name of the collection.</p>"
},
"status":{
"shape":"CollectionStatus",
"documentation":"<p>The current status of the collection.</p>"
},
"type":{
"shape":"CollectionType",
"documentation":"<p>The collection type.</p>"
}
},
"documentation":"<p>Details about an updated OpenSearch Serverless collection.</p>"
},
"UpdateCollectionRequest":{
"type":"structure",
"required":["id"],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"UpdateCollectionRequestDescriptionString",
"documentation":"<p>A description of the collection.</p>"
},
"id":{
"shape":"CollectionId",
"documentation":"<p>The unique identifier of the collection.</p>"
}
}
},
"UpdateCollectionRequestDescriptionString":{
"type":"string",
"max":1000,
"min":0
},
"UpdateCollectionResponse":{
"type":"structure",
"members":{
"updateCollectionDetail":{
"shape":"UpdateCollectionDetail",
"documentation":"<p>Details about the updated collection.</p>"
}
}
},
"UpdateSecurityConfigRequest":{
"type":"structure",
"required":[
"configVersion",
"id"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"configVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the security configuration to be updated. You can find the most recent version of a security configuration using the <code>GetSecurityPolicy</code> command.</p>"
},
"description":{
"shape":"ConfigDescription",
"documentation":"<p>A description of the security configuration.</p>"
},
"id":{
"shape":"SecurityConfigId",
"documentation":"<p>The security configuration identifier. For SAML the ID will be <code>saml/&lt;accountId&gt;/&lt;idpProviderName&gt;</code>. For example, <code>saml/123456789123/OKTADev</code>.</p>"
},
"samlOptions":{
"shape":"SamlConfigOptions",
"documentation":"<p>SAML options in in the form of a key-value map.</p>"
}
}
},
"UpdateSecurityConfigResponse":{
"type":"structure",
"members":{
"securityConfigDetail":{
"shape":"SecurityConfigDetail",
"documentation":"<p>Details about the updated security configuration. </p>"
}
}
},
"UpdateSecurityPolicyRequest":{
"type":"structure",
"required":[
"name",
"policyVersion",
"type"
],
"members":{
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"description":{
"shape":"PolicyDescription",
"documentation":"<p>A description of the policy. Typically used to store information about the permissions defined in the policy.</p>"
},
"name":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"policy":{
"shape":"PolicyDocument",
"documentation":"<p>The JSON policy document to use as the content for the new policy.</p>"
},
"policyVersion":{
"shape":"PolicyVersion",
"documentation":"<p>The version of the policy being updated.</p>"
},
"type":{
"shape":"SecurityPolicyType",
"documentation":"<p>The type of access policy.</p>"
}
}
},
"UpdateSecurityPolicyResponse":{
"type":"structure",
"members":{
"securityPolicyDetail":{
"shape":"SecurityPolicyDetail",
"documentation":"<p>Details about the updated security policy.</p>"
}
}
},
"UpdateVpcEndpointDetail":{
"type":"structure",
"members":{
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
},
"lastModifiedDate":{
"shape":"Long",
"documentation":"<p>The timestamp of when the endpoint was last modified.</p>"
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the endpoint.</p>"
},
"securityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>"
},
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status of the endpoint update process.</p>"
},
"subnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The ID of the subnets from which you access OpenSearch Serverless.</p>"
}
},
"documentation":"<p>Update details for an OpenSearch Serverless-managed interface endpoint.</p>"
},
"UpdateVpcEndpointRequest":{
"type":"structure",
"required":["id"],
"members":{
"addSecurityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>"
},
"addSubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The ID of one or more subnets to add to the endpoint.</p>"
},
"clientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>",
"idempotencyToken":true
},
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the interface endpoint to update.</p>"
},
"removeSecurityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>The unique identifiers of the security groups to remove from the endpoint.</p>"
},
"removeSubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The unique identifiers of the subnets to remove from the endpoint.</p>"
}
}
},
"UpdateVpcEndpointResponse":{
"type":"structure",
"members":{
"UpdateVpcEndpointDetail":{
"shape":"UpdateVpcEndpointDetail",
"documentation":"<p>Details about the updated VPC endpoint.</p>"
}
}
},
"ValidationException":{
"type":"structure",
"members":{
"message":{"shape":"String"}
},
"documentation":"<p>Thrown when the HTTP request contains invalid input or is missing required input.</p>",
"exception":true
},
"VpcEndpointDetail":{
"type":"structure",
"members":{
"createdDate":{
"shape":"Long",
"documentation":"<p>The date the endpoint was created.</p>"
},
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the endpoint.</p>"
},
"securityGroupIds":{
"shape":"SecurityGroupIds",
"documentation":"<p>The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.</p>"
},
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status of the endpoint.</p>"
},
"subnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The ID of the subnets from which you access OpenSearch Serverless.</p>"
},
"vpcId":{
"shape":"VpcId",
"documentation":"<p>The ID of the VPC from which you access OpenSearch Serverless</p>"
}
},
"documentation":"<p>Details about an OpenSearch Serverless-managed interface endpoint.</p>"
},
"VpcEndpointDetails":{
"type":"list",
"member":{"shape":"VpcEndpointDetail"}
},
"VpcEndpointErrorDetail":{
"type":"structure",
"members":{
"errorCode":{
"shape":"String",
"documentation":"<p>The error code for the failed request.</p>"
},
"errorMessage":{
"shape":"String",
"documentation":"<p>An error message describing the reason for the failure.</p>"
},
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the VPC endpoint.</p>"
}
},
"documentation":"<p>Error information for a failed <code>BatchGetVpcEndpoint</code> request.</p>"
},
"VpcEndpointErrorDetails":{
"type":"list",
"member":{"shape":"VpcEndpointErrorDetail"}
},
"VpcEndpointFilters":{
"type":"structure",
"members":{
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status of the endpoint.</p>"
}
},
"documentation":"<p>Filter the results of a <code>ListVpcEndpoints</code> request.</p>"
},
"VpcEndpointId":{
"type":"string",
"max":255,
"min":1,
"pattern":"^vpce-[0-9a-z]*$"
},
"VpcEndpointIds":{
"type":"list",
"member":{"shape":"VpcEndpointId"},
"min":1
},
"VpcEndpointName":{
"type":"string",
"max":32,
"min":3,
"pattern":"^[a-z][a-z0-9-]+$"
},
"VpcEndpointStatus":{
"type":"string",
"enum":[
"PENDING",
"DELETING",
"ACTIVE",
"FAILED"
]
},
"VpcEndpointSummaries":{
"type":"list",
"member":{"shape":"VpcEndpointSummary"}
},
"VpcEndpointSummary":{
"type":"structure",
"members":{
"id":{
"shape":"VpcEndpointId",
"documentation":"<p>The unique identifier of the endpoint.</p>"
},
"name":{
"shape":"VpcEndpointName",
"documentation":"<p>The name of the endpoint.</p>"
},
"status":{
"shape":"VpcEndpointStatus",
"documentation":"<p>The current status of the endpoint.</p>"
}
},
"documentation":"<p>The VPC endpoint object.</p>"
},
"VpcId":{
"type":"string",
"max":255,
"min":1,
"pattern":"^vpc-[0-9a-z]*$"
},
"samlGroupAttribute":{
"type":"string",
"max":2048,
"min":1,
"pattern":"[\\w+=,.@-]+"
},
"samlMetadata":{
"type":"string",
"max":20480,
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+"
},
"samlUserAttribute":{
"type":"string",
"max":2048,
"min":1,
"pattern":"[\\w+=,.@-]+"
}
},
"documentation":"<p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.</p> <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for Amazon OpenSearch Service. OpenSearch Serverless removes the operational complexities of provisioning, configuring, and tuning your OpenSearch clusters. It enables you to easily search and analyze petabytes of data without having to worry about the underlying infrastructure and data management.</p> <p> To learn more about OpenSearch Serverless, see <a href=\"https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html\">What is Amazon OpenSearch Serverless?</a> </p>"
}