UNPKG

cloudworker-proxy

Version:
1,890 lines 43.4 kB
{ "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" } } } }, "CancelElasticsearchServiceSoftwareUpdate": { "http": { "requestUri": "/2015-01-01/es/serviceSoftwareUpdate/cancel" }, "input": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": {} } }, "output": { "type": "structure", "members": { "ServiceSoftwareOptions": { "shape": "Sw" } } } }, "CreateElasticsearchDomain": { "http": { "requestUri": "/2015-01-01/es/domain" }, "input": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": {}, "ElasticsearchVersion": {}, "ElasticsearchClusterConfig": { "shape": "S13" }, "EBSOptions": { "shape": "S18" }, "AccessPolicies": {}, "SnapshotOptions": { "shape": "S1b" }, "VPCOptions": { "shape": "S1c" }, "CognitoOptions": { "shape": "S1e" }, "EncryptionAtRestOptions": { "shape": "S1i" }, "NodeToNodeEncryptionOptions": { "shape": "S1k" }, "AdvancedOptions": { "shape": "S1l" }, "LogPublishingOptions": { "shape": "S1m" }, "DomainEndpointOptions": { "shape": "S1q" }, "AdvancedSecurityOptions": { "shape": "S1s" } } }, "output": { "type": "structure", "members": { "DomainStatus": { "shape": "S1x" } } } }, "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": "S26" }, "CrossClusterSearchConnectionId": {} } } }, "CreatePackage": { "http": { "requestUri": "/2015-01-01/packages" }, "input": { "type": "structure", "required": [ "PackageName", "PackageType", "PackageSource" ], "members": { "PackageName": {}, "PackageType": {}, "PackageDescription": {}, "PackageSource": { "type": "structure", "members": { "S3BucketName": {}, "S3Key": {} } } } }, "output": { "type": "structure", "members": { "PackageDetails": { "shape": "S2e" } } } }, "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": "S1x" } } } }, "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": "S2n" } } } }, "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": "S2e" } } } }, "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": "S1x" } } } }, "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": "S2u" } } } }, "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": "S1x" } } } } }, "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": "S3s" } } } } } } }, "InstanceLimits": { "type": "structure", "members": { "InstanceCountLimits": { "type": "structure", "members": { "MinimumInstanceCount": { "type": "integer" }, "MaximumInstanceCount": { "type": "integer" } } } } }, "AdditionalLimits": { "type": "list", "member": { "type": "structure", "members": { "LimitName": {}, "LimitValues": { "shape": "S3s" } } } } } } } } } }, "DescribeInboundCrossClusterSearchConnections": { "http": { "requestUri": "/2015-01-01/es/ccs/inboundConnection/search" }, "input": { "type": "structure", "members": { "Filters": { "shape": "S41" }, "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": "S41" }, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "CrossClusterSearchConnections": { "type": "list", "member": { "shape": "S2n" } }, "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": "S2e" } }, "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": "S4s" } } } } } } }, "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": "S4s" } } } } } } }, "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": "S55" } } } } } } }, "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" }, "output": { "type": "structure", "members": { "DomainNames": { "type": "list", "member": { "type": "structure", "members": { "DomainName": {} } } } } } }, "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": "S5p" }, "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": "S55" }, "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": "S5p" }, "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" } } } }, "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": "S1d" } } } }, "StartElasticsearchServiceSoftwareUpdate": { "http": { "requestUri": "/2015-01-01/es/serviceSoftwareUpdate/start" }, "input": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": {} } }, "output": { "type": "structure", "members": { "ServiceSoftwareOptions": { "shape": "Sw" } } } }, "UpdateElasticsearchDomainConfig": { "http": { "requestUri": "/2015-01-01/es/domain/{DomainName}/config" }, "input": { "type": "structure", "required": [ "DomainName" ], "members": { "DomainName": { "location": "uri", "locationName": "DomainName" }, "ElasticsearchClusterConfig": { "shape": "S13" }, "EBSOptions": { "shape": "S18" }, "SnapshotOptions": { "shape": "S1b" }, "VPCOptions": { "shape": "S1c" }, "CognitoOptions": { "shape": "S1e" }, "AdvancedOptions": { "shape": "S1l" }, "AccessPolicies": {}, "LogPublishingOptions": { "shape": "S1m" }, "DomainEndpointOptions": { "shape": "S1q" }, "AdvancedSecurityOptions": { "shape": "S1s" } } }, "output": { "type": "structure", "required": [ "DomainConfig" ], "members": { "DomainConfig": { "shape": "S2u" } } } }, "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" } } } } }, "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": {}, "ReferencePath": {}, "ErrorDetails": { "shape": "Sr" } } }, "Sr": { "type": "structure", "members": { "ErrorType": {}, "ErrorMessage": {} } }, "Sw": { "type": "structure", "members": { "CurrentVersion": {}, "NewVersion": {}, "UpdateAvailable": { "type": "boolean" }, "Cancellable": { "type": "boolean" }, "UpdateStatus": {}, "Description": {}, "AutomatedUpdateDate": { "type": "timestamp" }, "OptionalDeployment": { "type": "boolean" } } }, "S13": { "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" } } }, "S18": { "type": "structure", "members": { "EBSEnabled": { "type": "boolean" }, "VolumeType": {}, "VolumeSize": { "type": "integer" }, "Iops": { "type": "integer" } } }, "S1b": { "type": "structure", "members": { "AutomatedSnapshotStartHour": { "type": "integer" } } }, "S1c": { "type": "structure", "members": { "SubnetIds": { "shape": "S1d" }, "SecurityGroupIds": { "shape": "S1d" } } }, "S1d": { "type": "list", "member": {} }, "S1e": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "UserPoolId": {}, "IdentityPoolId": {}, "RoleArn": {} } }, "S1i": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "KmsKeyId": {} } }, "S1k": { "type": "structure", "members": { "Enabled": { "type": "boolean" } } }, "S1l": { "type": "map", "key": {}, "value": {} }, "S1m": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "CloudWatchLogsLogGroupArn": {}, "Enabled": { "type": "boolean" } } } }, "S1q": { "type": "structure", "members": { "EnforceHTTPS": { "type": "boolean" }, "TLSSecurityPolicy": {} } }, "S1s": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "InternalUserDatabaseEnabled": { "type": "boolean" }, "MasterUserOptions": { "type": "structure", "members": { "MasterUserARN": {}, "MasterUserName": { "type": "string", "sensitive": true }, "MasterUserPassword": { "type": "string", "sensitive": true } } } } }, "S1x": { "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": "S13" }, "EBSOptions": { "shape": "S18" }, "AccessPolicies": {}, "SnapshotOptions": { "shape": "S1b" }, "VPCOptions": { "shape": "S21" }, "CognitoOptions": { "shape": "S1e" }, "EncryptionAtRestOptions": { "shape": "S1i" }, "NodeToNodeEncryptionOptions": { "shape": "S1k" }, "AdvancedOptions": { "shape": "S1l" }, "LogPublishingOptions": { "shape": "S1m" }, "ServiceSoftwareOptions": { "shape": "Sw" }, "DomainEndpointOptions": { "shape": "S1q" }, "AdvancedSecurityOptions": { "shape": "S22" } } }, "S21": { "type": "structure", "members": { "VPCId": {}, "SubnetIds": { "shape": "S1d" }, "AvailabilityZones": { "shape": "S1d" }, "SecurityGroupIds": { "shape": "S1d" } } }, "S22": { "type": "structure", "members": { "Enabled": { "type": "boolean" }, "InternalUserDatabaseEnabled": { "type": "boolean" } } }, "S26": { "type": "structure", "members": { "StatusCode": {}, "Message": {} } }, "S2e": { "type": "structure", "members": { "PackageID": {}, "PackageName": {}, "PackageType": {}, "PackageDescription": {}, "PackageStatus": {}, "CreatedAt": { "type": "timestamp" }, "ErrorDetails": { "shape": "Sr" } } }, "S2n": { "type": "structure", "members": { "SourceDomainInfo": { "shape": "S5" }, "DestinationDomainInfo": { "shape": "S5" }, "CrossClusterSearchConnectionId": {}, "ConnectionAlias": {}, "ConnectionStatus": { "shape": "S26" } } }, "S2u": { "type": "structure", "members": { "ElasticsearchVersion": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": {}, "Status": { "shape": "S2w" } } }, "ElasticsearchClusterConfig": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S13" }, "Status": { "shape": "S2w" } } }, "EBSOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S18" }, "Status": { "shape": "S2w" } } }, "AccessPolicies": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": {}, "Status": { "shape": "S2w" } } }, "SnapshotOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1b" }, "Status": { "shape": "S2w" } } }, "VPCOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S21" }, "Status": { "shape": "S2w" } } }, "CognitoOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1e" }, "Status": { "shape": "S2w" } } }, "EncryptionAtRestOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1i" }, "Status": { "shape": "S2w" } } }, "NodeToNodeEncryptionOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1k" }, "Status": { "shape": "S2w" } } }, "AdvancedOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1l" }, "Status": { "shape": "S2w" } } }, "LogPublishingOptions": { "type": "structure", "members": { "Options": { "shape": "S1m" }, "Status": { "shape": "S2w" } } }, "DomainEndpointOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S1q" }, "Status": { "shape": "S2w" } } }, "AdvancedSecurityOptions": { "type": "structure", "required": [ "Options", "Status" ], "members": { "Options": { "shape": "S22" }, "Status": { "shape": "S2w" } } } } }, "S2w": { "type": "structure", "required": [ "CreationDate", "UpdateDate", "State" ], "members": { "CreationDate": { "type": "timestamp" }, "UpdateDate": { "type": "timestamp" }, "UpdateVersion": { "type": "integer" }, "State": {}, "PendingDeletion": { "type": "boolean" } } }, "S3s": { "type": "list", "member": {} }, "S41": { "type": "list", "member": { "type": "structure", "members": { "Name": {}, "Values": { "type": "list", "member": {} } } } }, "S4s": { "type": "list", "member": { "type": "structure", "members": { "RecurringChargeAmount": { "type": "double" }, "RecurringChargeFrequency": {} } } }, "S55": { "type": "list", "member": {} }, "S5p": { "type": "list", "member": { "shape": "Sl" } } } }