prowler-sdk-poc
Version:
2,345 lines • 111 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2016-11-28",
"endpointPrefix": "lightsail",
"jsonVersion": "1.1",
"protocol": "json",
"serviceFullName": "Amazon Lightsail",
"serviceId": "Lightsail",
"signatureVersion": "v4",
"targetPrefix": "Lightsail_20161128",
"uid": "lightsail-2016-11-28"
},
"operations": {
"AllocateStaticIp": {
"input": {
"type": "structure",
"required": [
"staticIpName"
],
"members": {
"staticIpName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"AttachCertificateToDistribution": {
"input": {
"type": "structure",
"required": [
"distributionName",
"certificateName"
],
"members": {
"distributionName": {},
"certificateName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"AttachDisk": {
"input": {
"type": "structure",
"required": [
"diskName",
"instanceName",
"diskPath"
],
"members": {
"diskName": {},
"instanceName": {},
"diskPath": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"AttachInstancesToLoadBalancer": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"instanceNames"
],
"members": {
"loadBalancerName": {},
"instanceNames": {
"shape": "Sk"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"AttachLoadBalancerTlsCertificate": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"certificateName"
],
"members": {
"loadBalancerName": {},
"certificateName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"AttachStaticIp": {
"input": {
"type": "structure",
"required": [
"staticIpName",
"instanceName"
],
"members": {
"staticIpName": {},
"instanceName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CloseInstancePublicPorts": {
"input": {
"type": "structure",
"required": [
"portInfo",
"instanceName"
],
"members": {
"portInfo": {
"shape": "Sr"
},
"instanceName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"CopySnapshot": {
"input": {
"type": "structure",
"required": [
"targetSnapshotName",
"sourceRegion"
],
"members": {
"sourceSnapshotName": {},
"sourceResourceName": {},
"restoreDate": {},
"useLatestRestorableAutoSnapshot": {
"type": "boolean"
},
"targetSnapshotName": {},
"sourceRegion": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateBucket": {
"input": {
"type": "structure",
"required": [
"bucketName",
"bundleId"
],
"members": {
"bucketName": {},
"bundleId": {},
"tags": {
"shape": "S10"
},
"enableObjectVersioning": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"bucket": {
"shape": "S15"
},
"operations": {
"shape": "S4"
}
}
}
},
"CreateBucketAccessKey": {
"input": {
"type": "structure",
"required": [
"bucketName"
],
"members": {
"bucketName": {}
}
},
"output": {
"type": "structure",
"members": {
"accessKey": {
"shape": "S1e"
},
"operations": {
"shape": "S4"
}
}
}
},
"CreateCertificate": {
"input": {
"type": "structure",
"required": [
"certificateName",
"domainName"
],
"members": {
"certificateName": {},
"domainName": {},
"subjectAlternativeNames": {
"shape": "S1l"
},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"certificate": {
"shape": "S1n"
},
"operations": {
"shape": "S4"
}
}
}
},
"CreateCloudFormationStack": {
"input": {
"type": "structure",
"required": [
"instances"
],
"members": {
"instances": {
"type": "list",
"member": {
"type": "structure",
"required": [
"sourceName",
"instanceType",
"portInfoSource",
"availabilityZone"
],
"members": {
"sourceName": {},
"instanceType": {},
"portInfoSource": {},
"userData": {},
"availabilityZone": {}
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateContactMethod": {
"input": {
"type": "structure",
"required": [
"protocol",
"contactEndpoint"
],
"members": {
"protocol": {},
"contactEndpoint": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateContainerService": {
"input": {
"type": "structure",
"required": [
"serviceName",
"power",
"scale"
],
"members": {
"serviceName": {},
"power": {},
"scale": {
"type": "integer"
},
"tags": {
"shape": "S10"
},
"publicDomainNames": {
"shape": "S2g"
},
"deployment": {
"type": "structure",
"members": {
"containers": {
"shape": "S2j"
},
"publicEndpoint": {
"shape": "S2p"
}
}
}
}
},
"output": {
"type": "structure",
"members": {
"containerService": {
"shape": "S2t"
}
}
}
},
"CreateContainerServiceDeployment": {
"input": {
"type": "structure",
"required": [
"serviceName"
],
"members": {
"serviceName": {},
"containers": {
"shape": "S2j"
},
"publicEndpoint": {
"shape": "S2p"
}
}
},
"output": {
"type": "structure",
"members": {
"containerService": {
"shape": "S2t"
}
}
}
},
"CreateContainerServiceRegistryLogin": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"registryLogin": {
"type": "structure",
"members": {
"username": {},
"password": {},
"expiresAt": {
"type": "timestamp"
},
"registry": {}
}
}
}
}
},
"CreateDisk": {
"input": {
"type": "structure",
"required": [
"diskName",
"availabilityZone",
"sizeInGb"
],
"members": {
"diskName": {},
"availabilityZone": {},
"sizeInGb": {
"type": "integer"
},
"tags": {
"shape": "S10"
},
"addOns": {
"shape": "S36"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateDiskFromSnapshot": {
"input": {
"type": "structure",
"required": [
"diskName",
"availabilityZone",
"sizeInGb"
],
"members": {
"diskName": {},
"diskSnapshotName": {},
"availabilityZone": {},
"sizeInGb": {
"type": "integer"
},
"tags": {
"shape": "S10"
},
"addOns": {
"shape": "S36"
},
"sourceDiskName": {},
"restoreDate": {},
"useLatestRestorableAutoSnapshot": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateDiskSnapshot": {
"input": {
"type": "structure",
"required": [
"diskSnapshotName"
],
"members": {
"diskName": {},
"diskSnapshotName": {},
"instanceName": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateDistribution": {
"input": {
"type": "structure",
"required": [
"distributionName",
"origin",
"defaultCacheBehavior",
"bundleId"
],
"members": {
"distributionName": {},
"origin": {
"shape": "S3h"
},
"defaultCacheBehavior": {
"shape": "S3j"
},
"cacheBehaviorSettings": {
"shape": "S3l"
},
"cacheBehaviors": {
"shape": "S3t"
},
"bundleId": {},
"ipAddressType": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"distribution": {
"shape": "S3x"
},
"operation": {
"shape": "S5"
}
}
}
},
"CreateDomain": {
"input": {
"type": "structure",
"required": [
"domainName"
],
"members": {
"domainName": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"CreateDomainEntry": {
"input": {
"type": "structure",
"required": [
"domainName",
"domainEntry"
],
"members": {
"domainName": {},
"domainEntry": {
"shape": "S42"
}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"CreateInstanceSnapshot": {
"input": {
"type": "structure",
"required": [
"instanceSnapshotName",
"instanceName"
],
"members": {
"instanceSnapshotName": {},
"instanceName": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateInstances": {
"input": {
"type": "structure",
"required": [
"instanceNames",
"availabilityZone",
"blueprintId",
"bundleId"
],
"members": {
"instanceNames": {
"shape": "Su"
},
"availabilityZone": {},
"customImageName": {
"deprecated": true
},
"blueprintId": {},
"bundleId": {},
"userData": {},
"keyPairName": {},
"tags": {
"shape": "S10"
},
"addOns": {
"shape": "S36"
},
"ipAddressType": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateInstancesFromSnapshot": {
"input": {
"type": "structure",
"required": [
"instanceNames",
"availabilityZone",
"bundleId"
],
"members": {
"instanceNames": {
"shape": "Su"
},
"attachedDiskMapping": {
"type": "map",
"key": {},
"value": {
"type": "list",
"member": {
"type": "structure",
"members": {
"originalDiskPath": {},
"newDiskName": {}
}
}
}
},
"availabilityZone": {},
"instanceSnapshotName": {},
"bundleId": {},
"userData": {},
"keyPairName": {},
"tags": {
"shape": "S10"
},
"addOns": {
"shape": "S36"
},
"ipAddressType": {},
"sourceInstanceName": {},
"restoreDate": {},
"useLatestRestorableAutoSnapshot": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateKeyPair": {
"input": {
"type": "structure",
"required": [
"keyPairName"
],
"members": {
"keyPairName": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"keyPair": {
"shape": "S4i"
},
"publicKeyBase64": {},
"privateKeyBase64": {},
"operation": {
"shape": "S5"
}
}
}
},
"CreateLoadBalancer": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"instancePort"
],
"members": {
"loadBalancerName": {},
"instancePort": {
"type": "integer"
},
"healthCheckPath": {},
"certificateName": {},
"certificateDomainName": {},
"certificateAlternativeNames": {
"shape": "S4l"
},
"tags": {
"shape": "S10"
},
"ipAddressType": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateLoadBalancerTlsCertificate": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"certificateName",
"certificateDomainName"
],
"members": {
"loadBalancerName": {},
"certificateName": {},
"certificateDomainName": {},
"certificateAlternativeNames": {
"shape": "S4l"
},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateRelationalDatabase": {
"input": {
"type": "structure",
"required": [
"relationalDatabaseName",
"relationalDatabaseBlueprintId",
"relationalDatabaseBundleId",
"masterDatabaseName",
"masterUsername"
],
"members": {
"relationalDatabaseName": {},
"availabilityZone": {},
"relationalDatabaseBlueprintId": {},
"relationalDatabaseBundleId": {},
"masterDatabaseName": {},
"masterUsername": {},
"masterUserPassword": {
"shape": "S4q"
},
"preferredBackupWindow": {},
"preferredMaintenanceWindow": {},
"publiclyAccessible": {
"type": "boolean"
},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateRelationalDatabaseFromSnapshot": {
"input": {
"type": "structure",
"required": [
"relationalDatabaseName"
],
"members": {
"relationalDatabaseName": {},
"availabilityZone": {},
"publiclyAccessible": {
"type": "boolean"
},
"relationalDatabaseSnapshotName": {},
"relationalDatabaseBundleId": {},
"sourceRelationalDatabaseName": {},
"restoreTime": {
"type": "timestamp"
},
"useLatestRestorableTime": {
"type": "boolean"
},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"CreateRelationalDatabaseSnapshot": {
"input": {
"type": "structure",
"required": [
"relationalDatabaseName",
"relationalDatabaseSnapshotName"
],
"members": {
"relationalDatabaseName": {},
"relationalDatabaseSnapshotName": {},
"tags": {
"shape": "S10"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteAlarm": {
"input": {
"type": "structure",
"required": [
"alarmName"
],
"members": {
"alarmName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteAutoSnapshot": {
"input": {
"type": "structure",
"required": [
"resourceName",
"date"
],
"members": {
"resourceName": {},
"date": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteBucket": {
"input": {
"type": "structure",
"required": [
"bucketName"
],
"members": {
"bucketName": {},
"forceDelete": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteBucketAccessKey": {
"input": {
"type": "structure",
"required": [
"bucketName",
"accessKeyId"
],
"members": {
"bucketName": {},
"accessKeyId": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteCertificate": {
"input": {
"type": "structure",
"required": [
"certificateName"
],
"members": {
"certificateName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteContactMethod": {
"input": {
"type": "structure",
"required": [
"protocol"
],
"members": {
"protocol": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteContainerImage": {
"input": {
"type": "structure",
"required": [
"serviceName",
"image"
],
"members": {
"serviceName": {},
"image": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteContainerService": {
"input": {
"type": "structure",
"required": [
"serviceName"
],
"members": {
"serviceName": {}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"DeleteDisk": {
"input": {
"type": "structure",
"required": [
"diskName"
],
"members": {
"diskName": {},
"forceDeleteAddOns": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteDiskSnapshot": {
"input": {
"type": "structure",
"required": [
"diskSnapshotName"
],
"members": {
"diskSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteDistribution": {
"input": {
"type": "structure",
"members": {
"distributionName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"DeleteDomain": {
"input": {
"type": "structure",
"required": [
"domainName"
],
"members": {
"domainName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"DeleteDomainEntry": {
"input": {
"type": "structure",
"required": [
"domainName",
"domainEntry"
],
"members": {
"domainName": {},
"domainEntry": {
"shape": "S42"
}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"DeleteInstance": {
"input": {
"type": "structure",
"required": [
"instanceName"
],
"members": {
"instanceName": {},
"forceDeleteAddOns": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteInstanceSnapshot": {
"input": {
"type": "structure",
"required": [
"instanceSnapshotName"
],
"members": {
"instanceSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteKeyPair": {
"input": {
"type": "structure",
"required": [
"keyPairName"
],
"members": {
"keyPairName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"DeleteKnownHostKeys": {
"input": {
"type": "structure",
"required": [
"instanceName"
],
"members": {
"instanceName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteLoadBalancer": {
"input": {
"type": "structure",
"required": [
"loadBalancerName"
],
"members": {
"loadBalancerName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteLoadBalancerTlsCertificate": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"certificateName"
],
"members": {
"loadBalancerName": {},
"certificateName": {},
"force": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteRelationalDatabase": {
"input": {
"type": "structure",
"required": [
"relationalDatabaseName"
],
"members": {
"relationalDatabaseName": {},
"skipFinalSnapshot": {
"type": "boolean"
},
"finalRelationalDatabaseSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DeleteRelationalDatabaseSnapshot": {
"input": {
"type": "structure",
"required": [
"relationalDatabaseSnapshotName"
],
"members": {
"relationalDatabaseSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DetachCertificateFromDistribution": {
"input": {
"type": "structure",
"required": [
"distributionName"
],
"members": {
"distributionName": {}
}
},
"output": {
"type": "structure",
"members": {
"operation": {
"shape": "S5"
}
}
}
},
"DetachDisk": {
"input": {
"type": "structure",
"required": [
"diskName"
],
"members": {
"diskName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DetachInstancesFromLoadBalancer": {
"input": {
"type": "structure",
"required": [
"loadBalancerName",
"instanceNames"
],
"members": {
"loadBalancerName": {},
"instanceNames": {
"shape": "Sk"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DetachStaticIp": {
"input": {
"type": "structure",
"required": [
"staticIpName"
],
"members": {
"staticIpName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DisableAddOn": {
"input": {
"type": "structure",
"required": [
"addOnType",
"resourceName"
],
"members": {
"addOnType": {},
"resourceName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"DownloadDefaultKeyPair": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"publicKeyBase64": {},
"privateKeyBase64": {}
}
}
},
"EnableAddOn": {
"input": {
"type": "structure",
"required": [
"resourceName",
"addOnRequest"
],
"members": {
"resourceName": {},
"addOnRequest": {
"shape": "S37"
}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"ExportSnapshot": {
"input": {
"type": "structure",
"required": [
"sourceSnapshotName"
],
"members": {
"sourceSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"operations": {
"shape": "S4"
}
}
}
},
"GetActiveNames": {
"input": {
"type": "structure",
"members": {
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"activeNames": {
"shape": "Su"
},
"nextPageToken": {}
}
}
},
"GetAlarms": {
"input": {
"type": "structure",
"members": {
"alarmName": {},
"pageToken": {},
"monitoredResourceName": {}
}
},
"output": {
"type": "structure",
"members": {
"alarms": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {},
"arn": {},
"createdAt": {
"type": "timestamp"
},
"location": {
"shape": "S9"
},
"resourceType": {},
"supportCode": {},
"monitoredResourceInfo": {
"type": "structure",
"members": {
"arn": {},
"name": {},
"resourceType": {}
}
},
"comparisonOperator": {},
"evaluationPeriods": {
"type": "integer"
},
"period": {
"type": "integer"
},
"threshold": {
"type": "double"
},
"datapointsToAlarm": {
"type": "integer"
},
"treatMissingData": {},
"statistic": {},
"metricName": {},
"state": {},
"unit": {},
"contactProtocols": {
"shape": "S6z"
},
"notificationTriggers": {
"shape": "S70"
},
"notificationEnabled": {
"type": "boolean"
}
}
}
},
"nextPageToken": {}
}
}
},
"GetAutoSnapshots": {
"input": {
"type": "structure",
"required": [
"resourceName"
],
"members": {
"resourceName": {}
}
},
"output": {
"type": "structure",
"members": {
"resourceName": {},
"resourceType": {},
"autoSnapshots": {
"type": "list",
"member": {
"type": "structure",
"members": {
"date": {},
"createdAt": {
"type": "timestamp"
},
"status": {},
"fromAttachedDisks": {
"type": "list",
"member": {
"type": "structure",
"members": {
"path": {},
"sizeInGb": {
"type": "integer"
}
}
}
}
}
}
}
}
}
},
"GetBlueprints": {
"input": {
"type": "structure",
"members": {
"includeInactive": {
"type": "boolean"
},
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"blueprints": {
"type": "list",
"member": {
"type": "structure",
"members": {
"blueprintId": {},
"name": {},
"group": {},
"type": {},
"description": {},
"isActive": {
"type": "boolean"
},
"minPower": {
"type": "integer"
},
"version": {},
"versionCode": {},
"productUrl": {},
"licenseUrl": {},
"platform": {}
}
}
},
"nextPageToken": {}
}
}
},
"GetBucketAccessKeys": {
"input": {
"type": "structure",
"required": [
"bucketName"
],
"members": {
"bucketName": {}
}
},
"output": {
"type": "structure",
"members": {
"accessKeys": {
"type": "list",
"member": {
"shape": "S1e"
}
}
}
}
},
"GetBucketBundles": {
"input": {
"type": "structure",
"members": {
"includeInactive": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"bundles": {
"type": "list",
"member": {
"type": "structure",
"members": {
"bundleId": {},
"name": {},
"price": {
"type": "float"
},
"storagePerMonthInGb": {
"type": "integer"
},
"transferPerMonthInGb": {
"type": "integer"
},
"isActive": {
"type": "boolean"
}
}
}
}
}
}
},
"GetBucketMetricData": {
"input": {
"type": "structure",
"required": [
"bucketName",
"metricName",
"startTime",
"endTime",
"period",
"statistics",
"unit"
],
"members": {
"bucketName": {},
"metricName": {},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
},
"period": {
"type": "integer"
},
"statistics": {
"shape": "S7o"
},
"unit": {}
}
},
"output": {
"type": "structure",
"members": {
"metricName": {},
"metricData": {
"shape": "S7q"
}
}
}
},
"GetBuckets": {
"input": {
"type": "structure",
"members": {
"bucketName": {},
"pageToken": {},
"includeConnectedResources": {
"type": "boolean"
}
}
},
"output": {
"type": "structure",
"members": {
"buckets": {
"type": "list",
"member": {
"shape": "S15"
}
},
"nextPageToken": {}
}
}
},
"GetBundles": {
"input": {
"type": "structure",
"members": {
"includeInactive": {
"type": "boolean"
},
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"bundles": {
"type": "list",
"member": {
"type": "structure",
"members": {
"price": {
"type": "float"
},
"cpuCount": {
"type": "integer"
},
"diskSizeInGb": {
"type": "integer"
},
"bundleId": {},
"instanceType": {},
"isActive": {
"type": "boolean"
},
"name": {},
"power": {
"type": "integer"
},
"ramSizeInGb": {
"type": "float"
},
"transferPerMonthInGb": {
"type": "integer"
},
"supportedPlatforms": {
"type": "list",
"member": {}
}
}
}
},
"nextPageToken": {}
}
}
},
"GetCertificates": {
"input": {
"type": "structure",
"members": {
"certificateStatuses": {
"type": "list",
"member": {}
},
"includeCertificateDetails": {
"type": "boolean"
},
"certificateName": {}
}
},
"output": {
"type": "structure",
"members": {
"certificates": {
"type": "list",
"member": {
"shape": "S1n"
}
}
}
}
},
"GetCloudFormationStackRecords": {
"input": {
"type": "structure",
"members": {
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"cloudFormationStackRecords": {
"type": "list",
"member": {
"type": "structure",
"members": {
"name": {},
"arn": {},
"createdAt": {
"type": "timestamp"
},
"location": {
"shape": "S9"
},
"resourceType": {},
"state": {},
"sourceInfo": {
"type": "list",
"member": {
"type": "structure",
"members": {
"resourceType": {},
"name": {},
"arn": {}
}
}
},
"destinationInfo": {
"shape": "S8e"
}
}
}
},
"nextPageToken": {}
}
}
},
"GetContactMethods": {
"input": {
"type": "structure",
"members": {
"protocols": {
"shape": "S6z"
}
}
},
"output": {
"type": "structure",
"members": {
"contactMethods": {
"type": "list",
"member": {
"type": "structure",
"members": {
"contactEndpoint": {},
"status": {},
"protocol": {},
"name": {},
"arn": {},
"createdAt": {
"type": "timestamp"
},
"location": {
"shape": "S9"
},
"resourceType": {},
"supportCode": {}
}
}
}
}
}
},
"GetContainerAPIMetadata": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"metadata": {
"type": "list",
"member": {
"type": "map",
"key": {},
"value": {}
}
}
}
}
},
"GetContainerImages": {
"input": {
"type": "structure",
"required": [
"serviceName"
],
"members": {
"serviceName": {}
}
},
"output": {
"type": "structure",
"members": {
"containerImages": {
"type": "list",
"member": {
"shape": "S8r"
}
}
}
}
},
"GetContainerLog": {
"input": {
"type": "structure",
"required": [
"serviceName",
"containerName"
],
"members": {
"serviceName": {},
"containerName": {},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
},
"filterPattern": {},
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"logEvents": {
"type": "list",
"member": {
"type": "structure",
"members": {
"createdAt": {
"type": "timestamp"
},
"message": {}
}
}
},
"nextPageToken": {}
}
}
},
"GetContainerServiceDeployments": {
"input": {
"type": "structure",
"required": [
"serviceName"
],
"members": {
"serviceName": {}
}
},
"output": {
"type": "structure",
"members": {
"deployments": {
"type": "list",
"member": {
"shape": "S2x"
}
}
}
}
},
"GetContainerServiceMetricData": {
"input": {
"type": "structure",
"required": [
"serviceName",
"metricName",
"startTime",
"endTime",
"period",
"statistics"
],
"members": {
"serviceName": {},
"metricName": {},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
},
"period": {
"type": "integer"
},
"statistics": {
"shape": "S7o"
}
}
},
"output": {
"type": "structure",
"members": {
"metricName": {},
"metricData": {
"shape": "S7q"
}
}
}
},
"GetContainerServicePowers": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"powers": {
"type": "list",
"member": {
"type": "structure",
"members": {
"powerId": {},
"price": {
"type": "float"
},
"cpuCount": {
"type": "float"
},
"ramSizeInGb": {
"type": "float"
},
"name": {},
"isActive": {
"type": "boolean"
}
}
}
}
}
}
},
"GetContainerServices": {
"input": {
"type": "structure",
"members": {
"serviceName": {}
}
},
"output": {
"type": "structure",
"members": {
"containerServices": {
"type": "list",
"member": {
"shape": "S2t"
}
}
}
}
},
"GetDisk": {
"input": {
"type": "structure",
"required": [
"diskName"
],
"members": {
"diskName": {}
}
},
"output": {
"type": "structure",
"members": {
"disk": {
"shape": "S9b"
}
}
}
},
"GetDiskSnapshot": {
"input": {
"type": "structure",
"required": [
"diskSnapshotName"
],
"members": {
"diskSnapshotName": {}
}
},
"output": {
"type": "structure",
"members": {
"diskSnapshot": {
"shape": "S9h"
}
}
}
},
"GetDiskSnapshots": {
"input": {
"type": "structure",
"members": {
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"diskSnapshots": {
"type": "list",
"member": {
"shape": "S9h"
}
},
"nextPageToken": {}
}
}
},
"GetDisks": {
"input": {
"type": "structure",
"members": {
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"disks": {
"shape": "S9o"
},
"nextPageToken": {}
}
}
},
"GetDistributionBundles": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"type": "structure",
"members": {
"bundles": {
"type": "list",
"member": {
"type": "structure",
"members": {
"bundleId": {},
"name": {},
"price": {
"type": "float"
},
"transferPerMonthInGb": {
"type": "integer"
},
"isActive": {
"type": "boolean"
}
}
}
}
}
}
},
"GetDistributionLatestCacheReset": {
"input": {
"type": "structure",
"members": {
"distributionName": {}
}
},
"output": {
"type": "structure",
"members": {
"status": {},
"createTime": {
"type": "timestamp"
}
}
}
},
"GetDistributionMetricData": {
"input": {
"type": "structure",
"required": [
"distributionName",
"metricName",
"startTime",
"endTime",
"period",
"unit",
"statistics"
],
"members": {
"distributionName": {},
"metricName": {},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
},
"period": {
"type": "integer"
},
"unit": {},
"statistics": {
"shape": "S7o"
}
}
},
"output": {
"type": "structure",
"members": {
"metricName": {},
"metricData": {
"shape": "S7q"
}
}
}
},
"GetDistributions": {
"input": {
"type": "structure",
"members": {
"distributionName": {},
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"distributions": {
"type": "list",
"member": {
"shape": "S3x"
}
},
"nextPageToken": {}
}
}
},
"GetDomain": {
"input": {
"type": "structure",
"required": [
"domainName"
],
"members": {
"domainName": {}
}
},
"output": {
"type": "structure",
"members": {
"domain": {
"shape": "Sa3"
}
}
}
},
"GetDomains": {
"input": {
"type": "structure",
"members": {
"pageToken": {}
}
},
"output": {
"type": "structure",
"members": {
"domains": {
"type": "list",
"member": {
"shape": "Sa3"
}
},
"nextPageToken": {}
}
}
},
"GetExportSnapshotR