mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
3206 lines
72 KiB
JSON
3206 lines
72 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2021-01-01",
|
|
"endpointPrefix": "es",
|
|
"protocol": "rest-json",
|
|
"serviceFullName": "Amazon OpenSearch Service",
|
|
"serviceId": "OpenSearch",
|
|
"signatureVersion": "v4",
|
|
"uid": "opensearch-2021-01-01"
|
|
},
|
|
"operations": {
|
|
"AcceptInboundConnection": {
|
|
"http": {
|
|
"method": "PUT",
|
|
"requestUri": "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/accept"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConnectionId"
|
|
],
|
|
"members": {
|
|
"ConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AddTags": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/tags"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN",
|
|
"TagList"
|
|
],
|
|
"members": {
|
|
"ARN": {},
|
|
"TagList": {
|
|
"shape": "Sg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AssociatePackage": {
|
|
"http": {
|
|
"requestUri": "/2021-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": "Sn"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AuthorizeVpcEndpointAccess": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/authorizeVpcEndpointAccess"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"Account"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Account": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"AuthorizedPrincipal"
|
|
],
|
|
"members": {
|
|
"AuthorizedPrincipal": {
|
|
"shape": "S10"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CancelServiceSoftwareUpdate": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/cancel"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateDomain": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"EngineVersion": {},
|
|
"ClusterConfig": {
|
|
"shape": "S1b"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1h"
|
|
},
|
|
"AccessPolicies": {},
|
|
"IPAddressType": {},
|
|
"SnapshotOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S1m"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1o"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1u"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1v"
|
|
},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1w"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S20"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S23"
|
|
},
|
|
"TagList": {
|
|
"shape": "Sg"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DesiredState": {},
|
|
"MaintenanceSchedules": {
|
|
"shape": "S2e"
|
|
},
|
|
"UseOffPeakWindow": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"OffPeakWindowOptions": {
|
|
"shape": "S2k"
|
|
},
|
|
"SoftwareUpdateOptions": {
|
|
"shape": "S2p"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2r"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateOutboundConnection": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/cc/outboundConnection"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"LocalDomainInfo",
|
|
"RemoteDomainInfo",
|
|
"ConnectionAlias"
|
|
],
|
|
"members": {
|
|
"LocalDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"RemoteDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionAlias": {},
|
|
"ConnectionMode": {},
|
|
"ConnectionProperties": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LocalDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"RemoteDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionAlias": {},
|
|
"ConnectionStatus": {
|
|
"shape": "S3b"
|
|
},
|
|
"ConnectionId": {},
|
|
"ConnectionMode": {},
|
|
"ConnectionProperties": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreatePackage": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/packages"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageName",
|
|
"PackageType",
|
|
"PackageSource"
|
|
],
|
|
"members": {
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"PackageDescription": {},
|
|
"PackageSource": {
|
|
"shape": "S3f"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S3j"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CreateVpcEndpoint": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/vpcEndpoints"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainArn",
|
|
"VpcOptions"
|
|
],
|
|
"members": {
|
|
"DomainArn": {},
|
|
"VpcOptions": {
|
|
"shape": "S1m"
|
|
},
|
|
"ClientToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoint"
|
|
],
|
|
"members": {
|
|
"VpcEndpoint": {
|
|
"shape": "S3x"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteDomain": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2r"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteInboundConnection": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConnectionId"
|
|
],
|
|
"members": {
|
|
"ConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteOutboundConnection": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2021-01-01/opensearch/cc/outboundConnection/{ConnectionId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConnectionId"
|
|
],
|
|
"members": {
|
|
"ConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connection": {
|
|
"shape": "S46"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeletePackage": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2021-01-01/packages/{PackageID}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID"
|
|
],
|
|
"members": {
|
|
"PackageID": {
|
|
"location": "uri",
|
|
"locationName": "PackageID"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S3j"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DeleteVpcEndpoint": {
|
|
"http": {
|
|
"method": "DELETE",
|
|
"requestUri": "/2021-01-01/opensearch/vpcEndpoints/{VpcEndpointId}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointId"
|
|
],
|
|
"members": {
|
|
"VpcEndpointId": {
|
|
"location": "uri",
|
|
"locationName": "VpcEndpointId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointSummary"
|
|
],
|
|
"members": {
|
|
"VpcEndpointSummary": {
|
|
"shape": "S4b"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainStatus"
|
|
],
|
|
"members": {
|
|
"DomainStatus": {
|
|
"shape": "S2r"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainAutoTunes": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/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": "/2021-01-01/opensearch/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": "S1n"
|
|
},
|
|
"CompletedProperties": {
|
|
"shape": "S1n"
|
|
},
|
|
"TotalNumberOfStages": {
|
|
"type": "integer"
|
|
},
|
|
"ChangeProgressStages": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Status": {},
|
|
"Description": {},
|
|
"LastUpdated": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainConfig": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/config"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainConfig"
|
|
],
|
|
"members": {
|
|
"DomainConfig": {
|
|
"shape": "S54"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainHealth": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/health"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainState": {},
|
|
"AvailabilityZoneCount": {},
|
|
"ActiveAvailabilityZoneCount": {},
|
|
"StandByAvailabilityZoneCount": {},
|
|
"DataNodeCount": {},
|
|
"DedicatedMaster": {
|
|
"type": "boolean"
|
|
},
|
|
"MasterEligibleNodeCount": {},
|
|
"WarmNodeCount": {},
|
|
"MasterNode": {},
|
|
"ClusterHealth": {},
|
|
"TotalShards": {},
|
|
"TotalUnAssignedShards": {},
|
|
"EnvironmentInformation": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AvailabilityZoneInformation": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AvailabilityZoneName": {},
|
|
"ZoneStatus": {},
|
|
"ConfiguredDataNodeCount": {},
|
|
"AvailableDataNodeCount": {},
|
|
"TotalShards": {},
|
|
"TotalUnAssignedShards": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomainNodes": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/nodes"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainNodesStatusList": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NodeId": {},
|
|
"NodeType": {},
|
|
"AvailabilityZone": {},
|
|
"InstanceType": {},
|
|
"NodeStatus": {},
|
|
"StorageType": {},
|
|
"StorageVolumeType": {},
|
|
"StorageSize": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDomains": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain-info"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainNames"
|
|
],
|
|
"members": {
|
|
"DomainNames": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainStatusList"
|
|
],
|
|
"members": {
|
|
"DomainStatusList": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S2r"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeDryRunProgress": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dryRun"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"DryRunId": {
|
|
"location": "querystring",
|
|
"locationName": "dryRunId"
|
|
},
|
|
"LoadDryRunConfig": {
|
|
"location": "querystring",
|
|
"locationName": "loadDryRunConfig",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DryRunProgressStatus": {
|
|
"shape": "S6l"
|
|
},
|
|
"DryRunConfig": {
|
|
"shape": "S2r"
|
|
},
|
|
"DryRunResults": {
|
|
"shape": "S6o"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeInboundConnections": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/cc/inboundConnection/search"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"shape": "S6r"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connections": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S4"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeInstanceTypeLimits": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/instanceTypeLimits/{EngineVersion}/{InstanceType}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"InstanceType",
|
|
"EngineVersion"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
},
|
|
"InstanceType": {
|
|
"location": "uri",
|
|
"locationName": "InstanceType"
|
|
},
|
|
"EngineVersion": {
|
|
"location": "uri",
|
|
"locationName": "EngineVersion"
|
|
}
|
|
}
|
|
},
|
|
"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": "S78"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"InstanceLimits": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceCountLimits": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MinimumInstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"MaximumInstanceCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"AdditionalLimits": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LimitName": {},
|
|
"LimitValues": {
|
|
"shape": "S78"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeOutboundConnections": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/cc/outboundConnection/search"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Filters": {
|
|
"shape": "S6r"
|
|
},
|
|
"MaxResults": {
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connections": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S46"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribePackages": {
|
|
"http": {
|
|
"requestUri": "/2021-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": "S3j"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"DescribeReservedInstanceOfferings": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/reservedInstanceOfferings"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedInstanceOfferingId": {
|
|
"location": "querystring",
|
|
"locationName": "offeringId"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"ReservedInstanceOfferings": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedInstanceOfferingId": {},
|
|
"InstanceType": {},
|
|
"Duration": {
|
|
"type": "integer"
|
|
},
|
|
"FixedPrice": {
|
|
"type": "double"
|
|
},
|
|
"UsagePrice": {
|
|
"type": "double"
|
|
},
|
|
"CurrencyCode": {},
|
|
"PaymentOption": {},
|
|
"RecurringCharges": {
|
|
"shape": "S7y"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeReservedInstances": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/reservedInstances"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedInstanceId": {
|
|
"location": "querystring",
|
|
"locationName": "reservationId"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {},
|
|
"ReservedInstances": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservationName": {},
|
|
"ReservedInstanceId": {},
|
|
"BillingSubscriptionId": {
|
|
"type": "long"
|
|
},
|
|
"ReservedInstanceOfferingId": {},
|
|
"InstanceType": {},
|
|
"StartTime": {
|
|
"type": "timestamp"
|
|
},
|
|
"Duration": {
|
|
"type": "integer"
|
|
},
|
|
"FixedPrice": {
|
|
"type": "double"
|
|
},
|
|
"UsagePrice": {
|
|
"type": "double"
|
|
},
|
|
"CurrencyCode": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"PaymentOption": {},
|
|
"RecurringCharges": {
|
|
"shape": "S7y"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DescribeVpcEndpoints": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/vpcEndpoints/describe"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointIds"
|
|
],
|
|
"members": {
|
|
"VpcEndpointIds": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoints",
|
|
"VpcEndpointErrors"
|
|
],
|
|
"members": {
|
|
"VpcEndpoints": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S3x"
|
|
}
|
|
},
|
|
"VpcEndpointErrors": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"ErrorCode": {},
|
|
"ErrorMessage": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"DissociatePackage": {
|
|
"http": {
|
|
"requestUri": "/2021-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": "Sn"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetCompatibleVersions": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/compatibleVersions"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CompatibleVersions": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SourceVersion": {},
|
|
"TargetVersions": {
|
|
"shape": "S8j"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetDomainMaintenanceStatus": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"MaintenanceId"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"MaintenanceId": {
|
|
"location": "querystring",
|
|
"locationName": "maintenanceId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Status": {},
|
|
"StatusMessage": {},
|
|
"NodeId": {},
|
|
"Action": {},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdatedAt": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"GetPackageVersionHistory": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-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"
|
|
},
|
|
"PluginProperties": {
|
|
"shape": "S3n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"GetUpgradeHistory": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/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": "/2021-01-01/opensearch/upgradeDomain/{DomainName}/status"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeStep": {},
|
|
"StepStatus": {},
|
|
"UpgradeName": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDomainMaintenances": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Action": {
|
|
"location": "querystring",
|
|
"locationName": "action"
|
|
},
|
|
"Status": {
|
|
"location": "querystring",
|
|
"locationName": "status"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DomainMaintenances": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaintenanceId": {},
|
|
"DomainName": {},
|
|
"Action": {},
|
|
"NodeId": {},
|
|
"Status": {},
|
|
"StatusMessage": {},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdatedAt": {
|
|
"type": "timestamp"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListDomainNames": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-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": "/2021-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": "S9k"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListInstanceTypeDetails": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/instanceTypeDetails/{EngineVersion}"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"EngineVersion"
|
|
],
|
|
"members": {
|
|
"EngineVersion": {
|
|
"location": "uri",
|
|
"locationName": "EngineVersion"
|
|
},
|
|
"DomainName": {
|
|
"location": "querystring",
|
|
"locationName": "domainName"
|
|
},
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
},
|
|
"RetrieveAZs": {
|
|
"location": "querystring",
|
|
"locationName": "retrieveAZs",
|
|
"type": "boolean"
|
|
},
|
|
"InstanceType": {
|
|
"location": "querystring",
|
|
"locationName": "instanceType"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceTypeDetails": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"InstanceType": {},
|
|
"EncryptionEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CognitoEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"AppLogsEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"AdvancedSecurityEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"WarmEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"InstanceRole": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"AvailabilityZones": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListPackagesForDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-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": "S9k"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListScheduledActions": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/scheduledActions"
|
|
},
|
|
"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": {
|
|
"ScheduledActions": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S9x"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListTags": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/tags/"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN"
|
|
],
|
|
"members": {
|
|
"ARN": {
|
|
"location": "querystring",
|
|
"locationName": "arn"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"TagList": {
|
|
"shape": "Sg"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ListVersions": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/versions"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaxResults": {
|
|
"location": "querystring",
|
|
"locationName": "maxResults",
|
|
"type": "integer"
|
|
},
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Versions": {
|
|
"shape": "S8j"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpointAccess": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/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": "S10"
|
|
}
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpoints": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/vpcEndpoints"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"members": {
|
|
"NextToken": {
|
|
"location": "querystring",
|
|
"locationName": "nextToken"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointSummaryList",
|
|
"NextToken"
|
|
],
|
|
"members": {
|
|
"VpcEndpointSummaryList": {
|
|
"shape": "Sab"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"ListVpcEndpointsForDomain": {
|
|
"http": {
|
|
"method": "GET",
|
|
"requestUri": "/2021-01-01/opensearch/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": "Sab"
|
|
},
|
|
"NextToken": {}
|
|
}
|
|
}
|
|
},
|
|
"PurchaseReservedInstanceOffering": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/purchaseReservedInstanceOffering"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ReservedInstanceOfferingId",
|
|
"ReservationName"
|
|
],
|
|
"members": {
|
|
"ReservedInstanceOfferingId": {},
|
|
"ReservationName": {},
|
|
"InstanceCount": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ReservedInstanceId": {},
|
|
"ReservationName": {}
|
|
}
|
|
}
|
|
},
|
|
"RejectInboundConnection": {
|
|
"http": {
|
|
"method": "PUT",
|
|
"requestUri": "/2021-01-01/opensearch/cc/inboundConnection/{ConnectionId}/reject"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ConnectionId"
|
|
],
|
|
"members": {
|
|
"ConnectionId": {
|
|
"location": "uri",
|
|
"locationName": "ConnectionId"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Connection": {
|
|
"shape": "S4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RemoveTags": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/tags-removal"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"ARN",
|
|
"TagKeys"
|
|
],
|
|
"members": {
|
|
"ARN": {},
|
|
"TagKeys": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"RevokeVpcEndpointAccess": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/revokeVpcEndpointAccess"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"Account"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Account": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {}
|
|
}
|
|
},
|
|
"StartDomainMaintenance": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"Action"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"Action": {},
|
|
"NodeId": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MaintenanceId": {}
|
|
}
|
|
}
|
|
},
|
|
"StartServiceSoftwareUpdate": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/start"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"ScheduleAt": {},
|
|
"DesiredStartTime": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateDomainConfig": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/config"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"ClusterConfig": {
|
|
"shape": "S1b"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1h"
|
|
},
|
|
"SnapshotOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S1m"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1o"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1v"
|
|
},
|
|
"AccessPolicies": {},
|
|
"IPAddressType": {},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1w"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S20"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1u"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S23"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"shape": "S5n"
|
|
},
|
|
"DryRun": {
|
|
"type": "boolean"
|
|
},
|
|
"DryRunMode": {},
|
|
"OffPeakWindowOptions": {
|
|
"shape": "S2k"
|
|
},
|
|
"SoftwareUpdateOptions": {
|
|
"shape": "S2p"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainConfig"
|
|
],
|
|
"members": {
|
|
"DomainConfig": {
|
|
"shape": "S54"
|
|
},
|
|
"DryRunResults": {
|
|
"shape": "S6o"
|
|
},
|
|
"DryRunProgressStatus": {
|
|
"shape": "S6l"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdatePackage": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/packages/update"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"PackageID",
|
|
"PackageSource"
|
|
],
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageSource": {
|
|
"shape": "S3f"
|
|
},
|
|
"PackageDescription": {},
|
|
"CommitMessage": {}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageDetails": {
|
|
"shape": "S3j"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateScheduledAction": {
|
|
"http": {
|
|
"method": "PUT",
|
|
"requestUri": "/2021-01-01/opensearch/domain/{DomainName}/scheduledAction/update"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"ActionID",
|
|
"ActionType",
|
|
"ScheduleAt"
|
|
],
|
|
"members": {
|
|
"DomainName": {
|
|
"location": "uri",
|
|
"locationName": "DomainName"
|
|
},
|
|
"ActionID": {},
|
|
"ActionType": {},
|
|
"ScheduleAt": {},
|
|
"DesiredStartTime": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ScheduledAction": {
|
|
"shape": "S9x"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpdateVpcEndpoint": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/vpcEndpoints/update"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpointId",
|
|
"VpcOptions"
|
|
],
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcOptions": {
|
|
"shape": "S1m"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"required": [
|
|
"VpcEndpoint"
|
|
],
|
|
"members": {
|
|
"VpcEndpoint": {
|
|
"shape": "S3x"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"UpgradeDomain": {
|
|
"http": {
|
|
"requestUri": "/2021-01-01/opensearch/upgradeDomain"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName",
|
|
"TargetVersion"
|
|
],
|
|
"members": {
|
|
"DomainName": {},
|
|
"TargetVersion": {},
|
|
"PerformCheckOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1v"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"UpgradeId": {},
|
|
"DomainName": {},
|
|
"TargetVersion": {},
|
|
"PerformCheckOnly": {
|
|
"type": "boolean"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1v"
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S31"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"shapes": {
|
|
"S4": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LocalDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"RemoteDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionId": {},
|
|
"ConnectionStatus": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StatusCode": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"ConnectionMode": {}
|
|
}
|
|
},
|
|
"S5": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AWSDomainInformation": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainName"
|
|
],
|
|
"members": {
|
|
"OwnerId": {},
|
|
"DomainName": {},
|
|
"Region": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Sg": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Key",
|
|
"Value"
|
|
],
|
|
"members": {
|
|
"Key": {},
|
|
"Value": {}
|
|
}
|
|
}
|
|
},
|
|
"Sn": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"LastUpdated": {
|
|
"type": "timestamp"
|
|
},
|
|
"DomainName": {},
|
|
"DomainPackageStatus": {},
|
|
"PackageVersion": {},
|
|
"ReferencePath": {},
|
|
"ErrorDetails": {
|
|
"shape": "Su"
|
|
}
|
|
}
|
|
},
|
|
"Su": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ErrorType": {},
|
|
"ErrorMessage": {}
|
|
}
|
|
},
|
|
"S10": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PrincipalType": {},
|
|
"Principal": {}
|
|
}
|
|
},
|
|
"S15": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CurrentVersion": {},
|
|
"NewVersion": {},
|
|
"UpdateAvailable": {
|
|
"type": "boolean"
|
|
},
|
|
"Cancellable": {
|
|
"type": "boolean"
|
|
},
|
|
"UpdateStatus": {},
|
|
"Description": {},
|
|
"AutomatedUpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"OptionalDeployment": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S1b": {
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"MultiAZWithStandbyEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S1h": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EBSEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"VolumeType": {},
|
|
"VolumeSize": {
|
|
"type": "integer"
|
|
},
|
|
"Iops": {
|
|
"type": "integer"
|
|
},
|
|
"Throughput": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S1l": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutomatedSnapshotStartHour": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"S1m": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SubnetIds": {
|
|
"shape": "S1n"
|
|
},
|
|
"SecurityGroupIds": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
},
|
|
"S1n": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S1o": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"UserPoolId": {},
|
|
"IdentityPoolId": {},
|
|
"RoleArn": {}
|
|
}
|
|
},
|
|
"S1s": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"KmsKeyId": {}
|
|
}
|
|
},
|
|
"S1u": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S1v": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"S1w": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {
|
|
"type": "structure",
|
|
"members": {
|
|
"CloudWatchLogsLogGroupArn": {},
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S20": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EnforceHTTPS": {
|
|
"type": "boolean"
|
|
},
|
|
"TLSSecurityPolicy": {},
|
|
"CustomEndpointEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"CustomEndpoint": {},
|
|
"CustomEndpointCertificateArn": {}
|
|
}
|
|
},
|
|
"S23": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"InternalUserDatabaseEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"MasterUserOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"MasterUserARN": {},
|
|
"MasterUserName": {
|
|
"shape": "S25"
|
|
},
|
|
"MasterUserPassword": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
}
|
|
}
|
|
},
|
|
"SAMLOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Idp": {
|
|
"shape": "S28"
|
|
},
|
|
"MasterUserName": {
|
|
"shape": "S25"
|
|
},
|
|
"MasterBackendRole": {},
|
|
"SubjectKey": {},
|
|
"RolesKey": {},
|
|
"SessionTimeoutMinutes": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"AnonymousAuthEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S25": {
|
|
"type": "string",
|
|
"sensitive": true
|
|
},
|
|
"S28": {
|
|
"type": "structure",
|
|
"required": [
|
|
"MetadataContent",
|
|
"EntityId"
|
|
],
|
|
"members": {
|
|
"MetadataContent": {},
|
|
"EntityId": {}
|
|
}
|
|
},
|
|
"S2e": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StartAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"Duration": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Value": {
|
|
"type": "long"
|
|
},
|
|
"Unit": {}
|
|
}
|
|
},
|
|
"CronExpressionForRecurrence": {}
|
|
}
|
|
}
|
|
},
|
|
"S2k": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"OffPeakWindow": {
|
|
"type": "structure",
|
|
"members": {
|
|
"WindowStartTime": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Hours",
|
|
"Minutes"
|
|
],
|
|
"members": {
|
|
"Hours": {
|
|
"type": "long"
|
|
},
|
|
"Minutes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S2p": {
|
|
"type": "structure",
|
|
"members": {
|
|
"AutoSoftwareUpdateEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S2r": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DomainId",
|
|
"DomainName",
|
|
"ARN",
|
|
"ClusterConfig"
|
|
],
|
|
"members": {
|
|
"DomainId": {},
|
|
"DomainName": {},
|
|
"ARN": {},
|
|
"Created": {
|
|
"type": "boolean"
|
|
},
|
|
"Deleted": {
|
|
"type": "boolean"
|
|
},
|
|
"Endpoint": {},
|
|
"EndpointV2": {},
|
|
"Endpoints": {
|
|
"type": "map",
|
|
"key": {},
|
|
"value": {}
|
|
},
|
|
"Processing": {
|
|
"type": "boolean"
|
|
},
|
|
"UpgradeProcessing": {
|
|
"type": "boolean"
|
|
},
|
|
"EngineVersion": {},
|
|
"ClusterConfig": {
|
|
"shape": "S1b"
|
|
},
|
|
"EBSOptions": {
|
|
"shape": "S1h"
|
|
},
|
|
"AccessPolicies": {},
|
|
"IPAddressType": {},
|
|
"SnapshotOptions": {
|
|
"shape": "S1l"
|
|
},
|
|
"VPCOptions": {
|
|
"shape": "S2v"
|
|
},
|
|
"CognitoOptions": {
|
|
"shape": "S1o"
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"shape": "S1s"
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"shape": "S1u"
|
|
},
|
|
"AdvancedOptions": {
|
|
"shape": "S1v"
|
|
},
|
|
"LogPublishingOptions": {
|
|
"shape": "S1w"
|
|
},
|
|
"ServiceSoftwareOptions": {
|
|
"shape": "S15"
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"shape": "S20"
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"shape": "S2w"
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"State": {},
|
|
"ErrorMessage": {},
|
|
"UseOffPeakWindow": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S31"
|
|
},
|
|
"OffPeakWindowOptions": {
|
|
"shape": "S2k"
|
|
},
|
|
"SoftwareUpdateOptions": {
|
|
"shape": "S2p"
|
|
}
|
|
}
|
|
},
|
|
"S2v": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VPCId": {},
|
|
"SubnetIds": {
|
|
"shape": "S1n"
|
|
},
|
|
"AvailabilityZones": {
|
|
"shape": "S1n"
|
|
},
|
|
"SecurityGroupIds": {
|
|
"shape": "S1n"
|
|
}
|
|
}
|
|
},
|
|
"S2w": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"InternalUserDatabaseEnabled": {
|
|
"type": "boolean"
|
|
},
|
|
"SAMLOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Enabled": {
|
|
"type": "boolean"
|
|
},
|
|
"Idp": {
|
|
"shape": "S28"
|
|
},
|
|
"SubjectKey": {},
|
|
"RolesKey": {},
|
|
"SessionTimeoutMinutes": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
},
|
|
"AnonymousAuthDisableDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"AnonymousAuthEnabled": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S31": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ChangeId": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"S36": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Endpoint": {},
|
|
"CrossClusterSearch": {
|
|
"type": "structure",
|
|
"members": {
|
|
"SkipUnavailable": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S3b": {
|
|
"type": "structure",
|
|
"members": {
|
|
"StatusCode": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"S3f": {
|
|
"type": "structure",
|
|
"members": {
|
|
"S3BucketName": {},
|
|
"S3Key": {}
|
|
}
|
|
},
|
|
"S3j": {
|
|
"type": "structure",
|
|
"members": {
|
|
"PackageID": {},
|
|
"PackageName": {},
|
|
"PackageType": {},
|
|
"PackageDescription": {},
|
|
"PackageStatus": {},
|
|
"CreatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"LastUpdatedAt": {
|
|
"type": "timestamp"
|
|
},
|
|
"AvailablePackageVersion": {},
|
|
"ErrorDetails": {
|
|
"shape": "Su"
|
|
},
|
|
"EngineVersion": {},
|
|
"AvailablePluginProperties": {
|
|
"shape": "S3n"
|
|
}
|
|
}
|
|
},
|
|
"S3n": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Description": {},
|
|
"Version": {},
|
|
"ClassName": {},
|
|
"UncompressedSizeInBytes": {
|
|
"type": "long"
|
|
}
|
|
}
|
|
},
|
|
"S3x": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcEndpointOwner": {},
|
|
"DomainArn": {},
|
|
"VpcOptions": {
|
|
"shape": "S2v"
|
|
},
|
|
"Status": {},
|
|
"Endpoint": {}
|
|
}
|
|
},
|
|
"S46": {
|
|
"type": "structure",
|
|
"members": {
|
|
"LocalDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"RemoteDomainInfo": {
|
|
"shape": "S5"
|
|
},
|
|
"ConnectionId": {},
|
|
"ConnectionAlias": {},
|
|
"ConnectionStatus": {
|
|
"shape": "S3b"
|
|
},
|
|
"ConnectionMode": {},
|
|
"ConnectionProperties": {
|
|
"shape": "S36"
|
|
}
|
|
}
|
|
},
|
|
"S4b": {
|
|
"type": "structure",
|
|
"members": {
|
|
"VpcEndpointId": {},
|
|
"VpcEndpointOwner": {},
|
|
"DomainArn": {},
|
|
"Status": {}
|
|
}
|
|
},
|
|
"S54": {
|
|
"type": "structure",
|
|
"members": {
|
|
"EngineVersion": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"ClusterConfig": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1b"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"EBSOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1h"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"AccessPolicies": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"IPAddressType": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"SnapshotOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1l"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"VPCOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2v"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"CognitoOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1o"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"EncryptionAtRestOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1s"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"NodeToNodeEncryptionOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1u"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"AdvancedOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1v"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"LogPublishingOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S1w"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"DomainEndpointOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S20"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"AdvancedSecurityOptions": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Options",
|
|
"Status"
|
|
],
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2w"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"AutoTuneOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S5n"
|
|
},
|
|
"Status": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationDate",
|
|
"UpdateDate",
|
|
"State"
|
|
],
|
|
"members": {
|
|
"CreationDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateVersion": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"ErrorMessage": {},
|
|
"PendingDeletion": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ChangeProgressDetails": {
|
|
"shape": "S31"
|
|
},
|
|
"OffPeakWindowOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2k"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
},
|
|
"SoftwareUpdateOptions": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Options": {
|
|
"shape": "S2p"
|
|
},
|
|
"Status": {
|
|
"shape": "S56"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S56": {
|
|
"type": "structure",
|
|
"required": [
|
|
"CreationDate",
|
|
"UpdateDate",
|
|
"State"
|
|
],
|
|
"members": {
|
|
"CreationDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateDate": {
|
|
"type": "timestamp"
|
|
},
|
|
"UpdateVersion": {
|
|
"type": "integer"
|
|
},
|
|
"State": {},
|
|
"PendingDeletion": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S5n": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DesiredState": {},
|
|
"RollbackOnDisable": {},
|
|
"MaintenanceSchedules": {
|
|
"shape": "S2e"
|
|
},
|
|
"UseOffPeakWindow": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"S6l": {
|
|
"type": "structure",
|
|
"required": [
|
|
"DryRunId",
|
|
"DryRunStatus",
|
|
"CreationDate",
|
|
"UpdateDate"
|
|
],
|
|
"members": {
|
|
"DryRunId": {},
|
|
"DryRunStatus": {},
|
|
"CreationDate": {},
|
|
"UpdateDate": {},
|
|
"ValidationFailures": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Code": {},
|
|
"Message": {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S6o": {
|
|
"type": "structure",
|
|
"members": {
|
|
"DeploymentType": {},
|
|
"Message": {}
|
|
}
|
|
},
|
|
"S6r": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"Name": {},
|
|
"Values": {
|
|
"type": "list",
|
|
"member": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"S78": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S7y": {
|
|
"type": "list",
|
|
"member": {
|
|
"type": "structure",
|
|
"members": {
|
|
"RecurringChargeAmount": {
|
|
"type": "double"
|
|
},
|
|
"RecurringChargeFrequency": {}
|
|
}
|
|
}
|
|
},
|
|
"S8j": {
|
|
"type": "list",
|
|
"member": {}
|
|
},
|
|
"S9k": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "Sn"
|
|
}
|
|
},
|
|
"S9x": {
|
|
"type": "structure",
|
|
"required": [
|
|
"Id",
|
|
"Type",
|
|
"Severity",
|
|
"ScheduledTime"
|
|
],
|
|
"members": {
|
|
"Id": {},
|
|
"Type": {},
|
|
"Severity": {},
|
|
"ScheduledTime": {
|
|
"type": "long"
|
|
},
|
|
"Description": {},
|
|
"ScheduledBy": {},
|
|
"Status": {},
|
|
"Mandatory": {
|
|
"type": "boolean"
|
|
},
|
|
"Cancellable": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
},
|
|
"Sab": {
|
|
"type": "list",
|
|
"member": {
|
|
"shape": "S4b"
|
|
}
|
|
}
|
|
}
|
|
} |