mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 13:19:05 +00:00
2611 lines
59 KiB
JSON
2611 lines
59 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2015-01-01",
|
|
"endpointPrefix": "es",
|
|
"protocol": "rest-json",
|
|
"serviceFullName": "Amazon Elasticsearch Service",
|
|
"serviceId": "Elasticsearch Service",
|
|
"signatureVersion": "v4",
|
|
"uid": "es-2015-01-01"
|
|
},
|
|
"operations": {
|
|
"AcceptInboundCrossClusterSearchConnection": {
|
|
"http": {
|
|
"method": "PUT",
|
|
"requestUri": "/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/accept"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CrossClusterSearchConnectionId"
|
|
],
|
|
"members": {
|
|
"CrossClusterSearchConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AddTags": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/tags"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN",
|
|
"TagList"
|
|
],
|
|
"members": {
|
|
"ARN": {},
|
|
"TagList": {
|
|
"shape": "Se"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AssociatePackage": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/packages/associate/{PackageID}/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID",
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
},
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainPackageDetails": {
|
|
"shape": "Sl"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AuthorizeVpcEndpointAccess": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/authorizeVpcEndpointAccess"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"Account"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Account": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AuthorizedPrincipal"
|
|
],
|
|
"members": {
|
|
"AuthorizedPrincipal": {
|
|
"shape": "Sy"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CancelElasticsearchServiceSoftwareUpdate": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/serviceSoftwareUpdate/cancel"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateElasticsearchDomain": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/domain"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"ElasticsearchVersion": {},
|
|
"ElasticsearchClusterConfig": {
|
|
"shape": "S19"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1f"
|
|
},
|
|
"AccessPolicies": {},
|
|
"SnapshotOptions": {
|
|
"shape": "S1i"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S1j"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1p"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1r"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1t"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S1x"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S20"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DesiredState": {},
|
|
"MaintenanceSchedules": {
|
|
"shape": "S2b"
|
|
}
|
|
}
|
|
},
|
|
"TagList": {
|
|
"shape": "Se"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2i"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateOutboundCrossClusterSearchConnection": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/ccs/outboundConnection"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"SourceDomainInfo",
|
|
"DestinationDomainInfo",
|
|
"ConnectionAlias"
|
|
],
|
|
"members": {
|
|
"SourceDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"DestinationDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionAlias": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"DestinationDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionAlias": {},
|
|
"ConnectionStatus": {
|
|
"shape": "S2y"
|
|
},
|
|
"CrossClusterSearchConnectionId": {}
|
|
}
|
|
}
|
|
},
|
|
"CreatePackage": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/packages"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageName",
|
|
"PackageType",
|
|
"PackageSource"
|
|
],
|
|
"members": {
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"PackageDescription": {},
|
|
"PackageSource": {
|
|
"shape": "S32"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateVpcEndpoint": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/vpcEndpoints"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainArn",
|
|
"VpcOptions"
|
|
],
|
|
"members": {
|
|
"DomainArn": {},
|
|
"VpcOptions": {
|
|
"shape": "S1j"
|
|
},
|
|
"ClientToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoint"
|
|
],
|
|
"members": {
|
|
"VpcEndpoint": {
|
|
"shape": "S3d"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteElasticsearchDomain": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2i"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteElasticsearchServiceRole": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/es/role"
|
|
}
|
|
},
|
|
"DeleteInboundCrossClusterSearchConnection": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/es/ccs/inboundConnection/{ConnectionId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CrossClusterSearchConnectionId"
|
|
],
|
|
"members": {
|
|
"CrossClusterSearchConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteOutboundCrossClusterSearchConnection": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/es/ccs/outboundConnection/{ConnectionId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CrossClusterSearchConnectionId"
|
|
],
|
|
"members": {
|
|
"CrossClusterSearchConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnection": {
|
|
"shape": "S3n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeletePackage": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/packages/{PackageID}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteVpcEndpoint": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2015-01-01/es/vpcEndpoints/{VpcEndpointId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointId"
|
|
],
|
|
"members": {
|
|
"VpcEndpointId": {
|
|
"location": "uri",
|
|
"locationName": "VpcEndpointId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointSummary"
|
|
],
|
|
"members": {
|
|
"VpcEndpointSummary": {
|
|
"shape": "S3s"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainAutoTunes": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/autoTunes"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoTunes": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoTuneType": {},
|
|
"AutoTuneDetails": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ScheduledAutoTuneDetails": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Date": {
|
|
"type": "timestamp"
|
|
},
|
|
"ActionType": {},
|
|
"Action": {},
|
|
"Severity": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainChangeProgress": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/progress"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"ChangeId": {
|
|
"location": "querystring",
|
|
"locationName": "changeid"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ChangeProgressStatus": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ChangeId": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Status": {},
|
|
"PendingProperties": {
|
|
"shape": "S1k"
|
|
},
|
|
"CompletedProperties": {
|
|
"shape": "S1k"
|
|
},
|
|
"TotalNumberOfStages": {
|
|
"type": "integer"
|
|
},
|
|
"ChangeProgressStages": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Status": {},
|
|
"Description": {},
|
|
"LastUpdated": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeElasticsearchDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainStatus"
|
|
],
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2i"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeElasticsearchDomainConfig": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/config"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainConfig"
|
|
],
|
|
"members": {
|
|
"DomainConfig": {
|
|
"shape": "S4l"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeElasticsearchDomains": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/domain-info"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainNames"
|
|
],
|
|
"members": {
|
|
"DomainNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainStatusList"
|
|
],
|
|
"members": {
|
|
"DomainStatusList": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S2i"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeElasticsearchInstanceTypeLimits": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/instanceTypeLimits/{ElasticsearchVersion}/{InstanceType}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"ElasticsearchVersion"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
},
|
|
"InstanceType": {
|
|
"location": "uri",
|
|
"locationName": "InstanceType"
|
|
},
|
|
"ElasticsearchVersion": {
|
|
"location": "uri",
|
|
"locationName": "ElasticsearchVersion"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LimitsByRole": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StorageTypes": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StorageTypeName": {},
|
|
"StorageSubTypeName": {},
|
|
"StorageTypeLimits": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LimitName": {},
|
|
"LimitValues": {
|
|
"shape": "S5m"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"InstanceLimits": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceCountLimits": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MinimumInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"MaximumInstanceCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AdditionalLimits": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LimitName": {},
|
|
"LimitValues": {
|
|
"shape": "S5m"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeInboundCrossClusterSearchConnections": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/ccs/inboundConnection/search"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"shape": "S5v"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnections": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S4"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeOutboundCrossClusterSearchConnections": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/ccs/outboundConnection/search"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"shape": "S5v"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnections": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S3n"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribePackages": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/packages/describe"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Value": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetailsList": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S36"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeReservedElasticsearchInstanceOfferings": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/reservedInstanceOfferings"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedElasticsearchInstanceOfferingId": {
|
|
"location": "querystring",
|
|
"locationName": "offeringId"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"ReservedElasticsearchInstanceOfferings": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedElasticsearchInstanceOfferingId": {},
|
|
"ElasticsearchInstanceType": {},
|
|
"Duration": {
|
|
"type": "integer"
|
|
},
|
|
"FixedPrice": {
|
|
"type": "double"
|
|
},
|
|
"UsagePrice": {
|
|
"type": "double"
|
|
},
|
|
"CurrencyCode": {},
|
|
"PaymentOption": {},
|
|
"RecurringCharges": {
|
|
"shape": "S6j"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeReservedElasticsearchInstances": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/reservedInstances"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedElasticsearchInstanceId": {
|
|
"location": "querystring",
|
|
"locationName": "reservationId"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"ReservedElasticsearchInstances": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservationName": {},
|
|
"ReservedElasticsearchInstanceId": {},
|
|
"ReservedElasticsearchInstanceOfferingId": {},
|
|
"ElasticsearchInstanceType": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Duration": {
|
|
"type": "integer"
|
|
},
|
|
"FixedPrice": {
|
|
"type": "double"
|
|
},
|
|
"UsagePrice": {
|
|
"type": "double"
|
|
},
|
|
"CurrencyCode": {},
|
|
"ElasticsearchInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"PaymentOption": {},
|
|
"RecurringCharges": {
|
|
"shape": "S6j"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeVpcEndpoints": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/vpcEndpoints/describe"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointIds"
|
|
],
|
|
"members": {
|
|
"VpcEndpointIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoints",
|
|
"VpcEndpointErrors"
|
|
],
|
|
"members": {
|
|
"VpcEndpoints": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S3d"
|
|
}
|
|
},
|
|
"VpcEndpointErrors": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"ErrorCode": {},
|
|
"ErrorMessage": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DissociatePackage": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/packages/dissociate/{PackageID}/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID",
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
},
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainPackageDetails": {
|
|
"shape": "Sl"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetCompatibleElasticsearchVersions": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/compatibleVersions"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompatibleElasticsearchVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceVersion": {},
|
|
"TargetVersions": {
|
|
"shape": "S73"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetPackageVersionHistory": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/packages/{PackageID}/history"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageVersionHistoryList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageVersion": {},
|
|
"CommitMessage": {},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"GetUpgradeHistory": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/upgradeDomain/{DomainName}/history"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeHistories": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeName": {},
|
|
"StartTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpgradeStatus": {},
|
|
"StepsList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeStep": {},
|
|
"UpgradeStepStatus": {},
|
|
"Issues": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"ProgressPercent": {
|
|
"type": "double"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"GetUpgradeStatus": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/upgradeDomain/{DomainName}/status"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeStep": {},
|
|
"StepStatus": {},
|
|
"UpgradeName": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDomainNames": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/domain"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EngineType": {
|
|
"location": "querystring",
|
|
"locationName": "engineType"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainNames": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainName": {},
|
|
"EngineType": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListDomainsForPackage": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/packages/{PackageID}/domains"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainPackageDetailsList": {
|
|
"shape": "S7u"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListElasticsearchInstanceTypes": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/instanceTypes/{ElasticsearchVersion}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ElasticsearchVersion"
|
|
],
|
|
"members": {
|
|
"ElasticsearchVersion": {
|
|
"location": "uri",
|
|
"locationName": "ElasticsearchVersion"
|
|
},
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ElasticsearchInstanceTypes": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListElasticsearchVersions": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/versions"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ElasticsearchVersions": {
|
|
"shape": "S73"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListPackagesForDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/domain/{DomainName}/packages"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainPackageDetailsList": {
|
|
"shape": "S7u"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTags": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/tags/"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN"
|
|
],
|
|
"members": {
|
|
"ARN": {
|
|
"location": "querystring",
|
|
"locationName": "arn"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TagList": {
|
|
"shape": "Se"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpointAccess": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/listVpcEndpointAccess"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AuthorizedPrincipalList",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"AuthorizedPrincipalList": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sy"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpoints": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/vpcEndpoints"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointSummaryList",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"VpcEndpointSummaryList": {
|
|
"shape": "S89"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpointsForDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/vpcEndpoints"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointSummaryList",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"VpcEndpointSummaryList": {
|
|
"shape": "S89"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"PurchaseReservedElasticsearchInstanceOffering": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/purchaseReservedInstanceOffering"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ReservedElasticsearchInstanceOfferingId",
|
|
"ReservationName"
|
|
],
|
|
"members": {
|
|
"ReservedElasticsearchInstanceOfferingId": {},
|
|
"ReservationName": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedElasticsearchInstanceId": {},
|
|
"ReservationName": {}
|
|
}
|
|
}
|
|
},
|
|
"RejectInboundCrossClusterSearchConnection": {
|
|
"http": {
|
|
"method": "PUT",
|
|
"requestUri": "/2015-01-01/es/ccs/inboundConnection/{ConnectionId}/reject"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CrossClusterSearchConnectionId"
|
|
],
|
|
"members": {
|
|
"CrossClusterSearchConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CrossClusterSearchConnection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RemoveTags": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/tags-removal"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN",
|
|
"TagKeys"
|
|
],
|
|
"members": {
|
|
"ARN": {},
|
|
"TagKeys": {
|
|
"shape": "S1k"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RevokeVpcEndpointAccess": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/revokeVpcEndpointAccess"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"Account"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Account": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"StartElasticsearchServiceSoftwareUpdate": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/serviceSoftwareUpdate/start"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S13"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateElasticsearchDomainConfig": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/domain/{DomainName}/config"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"ElasticsearchClusterConfig": {
|
|
"shape": "S19"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1f"
|
|
},
|
|
"SnapshotOptions": {
|
|
"shape": "S1i"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S1j"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"AccessPolicies": {},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1t"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S1x"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S20"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1r"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1p"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"shape": "S53"
|
|
},
|
|
"DryRun": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainConfig"
|
|
],
|
|
"members": {
|
|
"DomainConfig": {
|
|
"shape": "S4l"
|
|
},
|
|
"DryRunResults": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DeploymentType": {},
|
|
"Message": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdatePackage": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/packages/update"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID",
|
|
"PackageSource"
|
|
],
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageSource": {
|
|
"shape": "S32"
|
|
},
|
|
"PackageDescription": {},
|
|
"CommitMessage": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateVpcEndpoint": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/vpcEndpoints/update"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointId",
|
|
"VpcOptions"
|
|
],
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcOptions": {
|
|
"shape": "S1j"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoint"
|
|
],
|
|
"members": {
|
|
"VpcEndpoint": {
|
|
"shape": "S3d"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpgradeElasticsearchDomain": {
|
|
"http": {
|
|
"requestUri": "/2015-01-01/es/upgradeDomain"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"TargetVersion"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"TargetVersion": {},
|
|
"PerformCheckOnly": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainName": {},
|
|
"TargetVersion": {},
|
|
"PerformCheckOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S2s"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"S4": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"DestinationDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"CrossClusterSearchConnectionId": {},
|
|
"ConnectionStatus": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StatusCode": {},
|
|
"Message": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S5": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"OwnerId": {},
|
|
"DomainName": {},
|
|
"Region": {}
|
|
}
|
|
},
|
|
"Se": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Key",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"Sl": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"LastUpdated": {
|
|
"type": "timestamp"
|
|
},
|
|
"DomainName": {},
|
|
"DomainPackageStatus": {},
|
|
"PackageVersion": {},
|
|
"ReferencePath": {},
|
|
"ErrorDetails": {
|
|
"shape": "Ss"
|
|
}
|
|
}
|
|
},
|
|
"Ss": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ErrorType": {},
|
|
"ErrorMessage": {}
|
|
}
|
|
},
|
|
"Sy": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PrincipalType": {},
|
|
"Principal": {}
|
|
}
|
|
},
|
|
"S13": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CurrentVersion": {},
|
|
"NewVersion": {},
|
|
"UpdateAvailable": {
|
|
"type": "boolean"
|
|
},
|
|
"Cancellable": {
|
|
"type": "boolean"
|
|
},
|
|
"UpdateStatus": {},
|
|
"Description": {},
|
|
"AutomatedUpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"OptionalDeployment": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S19": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceType": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"DedicatedMasterEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"ZoneAwarenessEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"ZoneAwarenessConfig": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AvailabilityZoneCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"DedicatedMasterType": {},
|
|
"DedicatedMasterCount": {
|
|
"type": "integer"
|
|
},
|
|
"WarmEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"WarmType": {},
|
|
"WarmCount": {
|
|
"type": "integer"
|
|
},
|
|
"ColdStorageOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Enabled"
|
|
],
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S1f": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EBSEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"VolumeType": {},
|
|
"VolumeSize": {
|
|
"type": "integer"
|
|
},
|
|
"Iops": {
|
|
"type": "integer"
|
|
},
|
|
"Throughput": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S1i": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutomatedSnapshotStartHour": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S1j": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SubnetIds": {
|
|
"shape": "S1k"
|
|
},
|
|
"SecurityGroupIds": {
|
|
"shape": "S1k"
|
|
}
|
|
}
|
|
},
|
|
"S1k": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1l": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"UserPoolId": {},
|
|
"IdentityPoolId": {},
|
|
"RoleArn": {}
|
|
}
|
|
},
|
|
"S1p": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"S1r": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S1s": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S1t": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CloudWatchLogsLogGroupArn": {},
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S1x": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EnforceHTTPS": {
|
|
"type": "boolean"
|
|
},
|
|
"TLSSecurityPolicy": {},
|
|
"CustomEndpointEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CustomEndpoint": {},
|
|
"CustomEndpointCertificateArn": {}
|
|
}
|
|
},
|
|
"S20": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"InternalUserDatabaseEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"MasterUserOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MasterUserARN": {},
|
|
"MasterUserName": {
|
|
"shape": "S22"
|
|
},
|
|
"MasterUserPassword": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
}
|
|
}
|
|
},
|
|
"SAMLOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Idp": {
|
|
"shape": "S25"
|
|
},
|
|
"MasterUserName": {
|
|
"shape": "S22"
|
|
},
|
|
"MasterBackendRole": {},
|
|
"SubjectKey": {},
|
|
"RolesKey": {},
|
|
"SessionTimeoutMinutes": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"AnonymousAuthEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S22": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
},
|
|
"S25": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MetadataContent",
|
|
"EntityId"
|
|
],
|
|
"members": {
|
|
"MetadataContent": {},
|
|
"EntityId": {}
|
|
}
|
|
},
|
|
"S2b": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StartAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"Duration": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Value": {
|
|
"type": "long"
|
|
},
|
|
"Unit": {}
|
|
}
|
|
},
|
|
"CronExpressionForRecurrence": {}
|
|
}
|
|
}
|
|
},
|
|
"S2i": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"DomainName",
|
|
"ARN",
|
|
"ElasticsearchClusterConfig"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"DomainName": {},
|
|
"ARN": {},
|
|
"Created": {
|
|
"type": "boolean"
|
|
},
|
|
"Deleted": {
|
|
"type": "boolean"
|
|
},
|
|
"Endpoint": {},
|
|
"Endpoints": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Processing": {
|
|
"type": "boolean"
|
|
},
|
|
"UpgradeProcessing": {
|
|
"type": "boolean"
|
|
},
|
|
"ElasticsearchVersion": {},
|
|
"ElasticsearchClusterConfig": {
|
|
"shape": "S19"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1f"
|
|
},
|
|
"AccessPolicies": {},
|
|
"SnapshotOptions": {
|
|
"shape": "S1i"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S2m"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1p"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1r"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1t"
|
|
},
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S13"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S1x"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S2n"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"State": {},
|
|
"ErrorMessage": {}
|
|
}
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S2s"
|
|
}
|
|
}
|
|
},
|
|
"S2m": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VPCId": {},
|
|
"SubnetIds": {
|
|
"shape": "S1k"
|
|
},
|
|
"AvailabilityZones": {
|
|
"shape": "S1k"
|
|
},
|
|
"SecurityGroupIds": {
|
|
"shape": "S1k"
|
|
}
|
|
}
|
|
},
|
|
"S2n": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"InternalUserDatabaseEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"SAMLOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Idp": {
|
|
"shape": "S25"
|
|
},
|
|
"SubjectKey": {},
|
|
"RolesKey": {},
|
|
"SessionTimeoutMinutes": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"AnonymousAuthDisableDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"AnonymousAuthEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S2s": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ChangeId": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"S2y": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StatusCode": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"S32": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3BucketName": {},
|
|
"S3Key": {}
|
|
}
|
|
},
|
|
"S36": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"PackageDescription": {},
|
|
"PackageStatus": {},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastUpdatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"AvailablePackageVersion": {},
|
|
"ErrorDetails": {
|
|
"shape": "Ss"
|
|
}
|
|
}
|
|
},
|
|
"S3d": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcEndpointOwner": {},
|
|
"DomainArn": {},
|
|
"VpcOptions": {
|
|
"shape": "S2m"
|
|
},
|
|
"Status": {},
|
|
"Endpoint": {}
|
|
}
|
|
},
|
|
"S3n": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"DestinationDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"CrossClusterSearchConnectionId": {},
|
|
"ConnectionAlias": {},
|
|
"ConnectionStatus": {
|
|
"shape": "S2y"
|
|
}
|
|
}
|
|
},
|
|
"S3s": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcEndpointOwner": {},
|
|
"DomainArn": {},
|
|
"Status": {}
|
|
}
|
|
},
|
|
"S4l": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ElasticsearchVersion": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"ElasticsearchClusterConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S19"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"EBSOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1f"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"AccessPolicies": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"SnapshotOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1i"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"VPCOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2m"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"CognitoOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1l"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1p"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1r"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"AdvancedOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1s"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"LogPublishingOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1t"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1x"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2n"
|
|
},
|
|
"Status": {
|
|
"shape": "S4n"
|
|
}
|
|
}
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S53"
|
|
},
|
|
"Status": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationDate",
|
|
"UpdateDate",
|
|
"State"
|
|
],
|
|
"members": {
|
|
"CreationDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateVersion": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"ErrorMessage": {},
|
|
"PendingDeletion": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S2s"
|
|
}
|
|
}
|
|
},
|
|
"S4n": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationDate",
|
|
"UpdateDate",
|
|
"State"
|
|
],
|
|
"members": {
|
|
"CreationDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateVersion": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"PendingDeletion": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S53": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DesiredState": {},
|
|
"RollbackOnDisable": {},
|
|
"MaintenanceSchedules": {
|
|
"shape": "S2b"
|
|
}
|
|
}
|
|
},
|
|
"S5m": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S5v": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S6j": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RecurringChargeAmount": {
|
|
"type": "double"
|
|
},
|
|
"RecurringChargeFrequency": {}
|
|
}
|
|
}
|
|
},
|
|
"S73": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S7u": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sl"
|
|
}
|
|
},
|
|
"S89": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S3s"
|
|
}
|
|
}
|
|
}
|
|
} |