diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d60f584832..5a448f4e004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Release v1.44.74 (2022-08-11) +=== + +### Service Client Updates +* `service/backupstorage`: Adds new service +* `service/glue`: Updates service API + * Add support for Python 3.9 AWS Glue Python Shell jobs +* `service/privatenetworks`: Adds new service + +### SDK Enhancements +* `service/dynamodb/dynamodbattribute`: Add String method to UnixTime + * Adds a `String` method to `UnixTime`, so that when structs with this field get logged it prints a human readable time. + Release v1.44.73 (2022-08-10) === diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 1bdecff6c5e..8a1927a39ca 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,7 +1,5 @@ ### SDK Features ### SDK Enhancements -* `service/dynamodb/dynamodbattribute`: Add String method to UnixTime - * Adds a `String` method to `UnixTime`, so that when structs with this field get logged it prints a human readable time. ### SDK Bugs diff --git a/aws/endpoints/defaults.go b/aws/endpoints/defaults.go index 0efbd5d8229..4a6ff4f6965 100644 --- a/aws/endpoints/defaults.go +++ b/aws/endpoints/defaults.go @@ -3261,6 +3261,22 @@ var awsPartition = partition{ }: endpoint{}, }, }, + "backupstorage": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + }, + }, "batch": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{}, @@ -29066,6 +29082,12 @@ var awsusgovPartition = partition{ endpointKey{ Region: "us-gov-east-1", }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: dualStackVariant, + }: endpoint{ + Hostname: "lambda.us-gov-east-1.api.aws", + }, endpointKey{ Region: "us-gov-east-1", Variant: fipsVariant, @@ -29075,6 +29097,12 @@ var awsusgovPartition = partition{ endpointKey{ Region: "us-gov-west-1", }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: dualStackVariant, + }: endpoint{ + Hostname: "lambda.us-gov-west-1.api.aws", + }, endpointKey{ Region: "us-gov-west-1", Variant: fipsVariant, diff --git a/aws/version.go b/aws/version.go index dbfd575121a..b90bc16f47d 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.44.73" +const SDKVersion = "1.44.74" diff --git a/models/apis/backupstorage/2018-04-10/api-2.json b/models/apis/backupstorage/2018-04-10/api-2.json new file mode 100644 index 00000000000..c080dc39b42 --- /dev/null +++ b/models/apis/backupstorage/2018-04-10/api-2.json @@ -0,0 +1,758 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2018-04-10", + "endpointPrefix":"backupstorage", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS Backup Storage", + "serviceId":"BackupStorage", + "signatureVersion":"v4", + "signingName":"backup-storage", + "uid":"backupstorage-2018-04-10" + }, + "operations":{ + "DeleteObject":{ + "name":"DeleteObject", + "http":{ + "method":"DELETE", + "requestUri":"/backup-jobs/{jobId}/object/{objectName}" + }, + "input":{"shape":"DeleteObjectInput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"} + ] + }, + "GetChunk":{ + "name":"GetChunk", + "http":{ + "method":"GET", + "requestUri":"/restore-jobs/{jobId}/chunk/{chunkToken}" + }, + "input":{"shape":"GetChunkInput"}, + "output":{"shape":"GetChunkOutput"}, + "errors":[ + {"shape":"IllegalArgumentException"}, + {"shape":"RetryableException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ServiceInternalException"}, + {"shape":"ThrottlingException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ] + }, + "GetObjectMetadata":{ + "name":"GetObjectMetadata", + "http":{ + "method":"GET", + "requestUri":"/restore-jobs/{jobId}/object/{objectToken}/metadata" + }, + "input":{"shape":"GetObjectMetadataInput"}, + "output":{"shape":"GetObjectMetadataOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ThrottlingException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ] + }, + "ListChunks":{ + "name":"ListChunks", + "http":{ + "method":"GET", + "requestUri":"/restore-jobs/{jobId}/chunks/{objectToken}/list" + }, + "input":{"shape":"ListChunksInput"}, + "output":{"shape":"ListChunksOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ServiceInternalException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"AccessDeniedException"} + ] + }, + "ListObjects":{ + "name":"ListObjects", + "http":{ + "method":"GET", + "requestUri":"/restore-jobs/{jobId}/objects/list" + }, + "input":{"shape":"ListObjectsInput"}, + "output":{"shape":"ListObjectsOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ThrottlingException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ] + }, + "NotifyObjectComplete":{ + "name":"NotifyObjectComplete", + "http":{ + "method":"PUT", + "requestUri":"/backup-jobs/{jobId}/object/{uploadId}/complete" + }, + "input":{"shape":"NotifyObjectCompleteInput"}, + "output":{"shape":"NotifyObjectCompleteOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"NotReadableInputStreamException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ThrottlingException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ], + "authtype":"v4-unsigned-body" + }, + "PutChunk":{ + "name":"PutChunk", + "http":{ + "method":"PUT", + "requestUri":"/backup-jobs/{jobId}/chunk/{uploadId}/{chunkIndex}" + }, + "input":{"shape":"PutChunkInput"}, + "output":{"shape":"PutChunkOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"NotReadableInputStreamException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ThrottlingException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ], + "authtype":"v4-unsigned-body" + }, + "PutObject":{ + "name":"PutObject", + "http":{ + "method":"PUT", + "requestUri":"/backup-jobs/{jobId}/object/{objectName}/put-object" + }, + "input":{"shape":"PutObjectInput"}, + "output":{"shape":"PutObjectOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"NotReadableInputStreamException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ThrottlingException"}, + {"shape":"KMSInvalidKeyUsageException"}, + {"shape":"AccessDeniedException"} + ], + "authtype":"v4-unsigned-body" + }, + "StartObject":{ + "name":"StartObject", + "http":{ + "method":"PUT", + "requestUri":"/backup-jobs/{jobId}/object/{objectName}" + }, + "input":{"shape":"StartObjectInput"}, + "output":{"shape":"StartObjectOutput"}, + "errors":[ + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceInternalException"}, + {"shape":"RetryableException"}, + {"shape":"IllegalArgumentException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"DataAlreadyExistsException"}, + {"shape":"ThrottlingException"}, + {"shape":"AccessDeniedException"} + ] + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ServiceErrorMessage"} + }, + "error":{"httpStatusCode":403}, + "exception":true, + "synthetic":true + }, + "BackupObject":{ + "type":"structure", + "required":[ + "Name", + "ObjectChecksum", + "ObjectChecksumAlgorithm", + "ObjectToken" + ], + "members":{ + "Name":{"shape":"string"}, + "ChunksCount":{"shape":"OptionalLong"}, + "MetadataString":{"shape":"string"}, + "ObjectChecksum":{"shape":"string"}, + "ObjectChecksumAlgorithm":{"shape":"SummaryChecksumAlgorithm"}, + "ObjectToken":{"shape":"string"} + } + }, + "Chunk":{ + "type":"structure", + "required":[ + "Index", + "Length", + "Checksum", + "ChecksumAlgorithm", + "ChunkToken" + ], + "members":{ + "Index":{"shape":"long"}, + "Length":{"shape":"long"}, + "Checksum":{"shape":"string"}, + "ChecksumAlgorithm":{"shape":"DataChecksumAlgorithm"}, + "ChunkToken":{"shape":"string"} + } + }, + "ChunkList":{ + "type":"list", + "member":{"shape":"Chunk"} + }, + "DataAlreadyExistsException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"}, + "Checksum":{"shape":"string"}, + "ChecksumAlgorithm":{"shape":"string"} + }, + "error":{"httpStatusCode":400}, + "exception":true + }, + "DataChecksumAlgorithm":{ + "type":"string", + "enum":["SHA256"] + }, + "DeleteObjectInput":{ + "type":"structure", + "required":[ + "BackupJobId", + "ObjectName" + ], + "members":{ + "BackupJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ObjectName":{ + "shape":"string", + "location":"uri", + "locationName":"objectName" + } + } + }, + "GetChunkInput":{ + "type":"structure", + "required":[ + "StorageJobId", + "ChunkToken" + ], + "members":{ + "StorageJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ChunkToken":{ + "shape":"string", + "location":"uri", + "locationName":"chunkToken" + } + } + }, + "GetChunkOutput":{ + "type":"structure", + "required":[ + "Data", + "Length", + "Checksum", + "ChecksumAlgorithm" + ], + "members":{ + "Data":{"shape":"PayloadBlob"}, + "Length":{ + "shape":"long", + "location":"header", + "locationName":"x-amz-data-length" + }, + "Checksum":{ + "shape":"string", + "location":"header", + "locationName":"x-amz-checksum" + }, + "ChecksumAlgorithm":{ + "shape":"DataChecksumAlgorithm", + "location":"header", + "locationName":"x-amz-checksum-algorithm" + } + }, + "payload":"Data" + }, + "GetObjectMetadataInput":{ + "type":"structure", + "required":[ + "StorageJobId", + "ObjectToken" + ], + "members":{ + "StorageJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ObjectToken":{ + "shape":"string", + "location":"uri", + "locationName":"objectToken" + } + } + }, + "GetObjectMetadataOutput":{ + "type":"structure", + "members":{ + "MetadataString":{ + "shape":"string", + "location":"header", + "locationName":"x-amz-metadata-string" + }, + "MetadataBlob":{"shape":"PayloadBlob"}, + "MetadataBlobLength":{ + "shape":"long", + "location":"header", + "locationName":"x-amz-data-length" + }, + "MetadataBlobChecksum":{ + "shape":"string", + "location":"header", + "locationName":"x-amz-checksum" + }, + "MetadataBlobChecksumAlgorithm":{ + "shape":"DataChecksumAlgorithm", + "location":"header", + "locationName":"x-amz-checksum-algorithm" + } + }, + "payload":"MetadataBlob" + }, + "IllegalArgumentException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":400}, + "exception":true + }, + "KMSInvalidKeyUsageException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":400}, + "exception":true + }, + "ListChunksInput":{ + "type":"structure", + "required":[ + "StorageJobId", + "ObjectToken" + ], + "members":{ + "StorageJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ObjectToken":{ + "shape":"string", + "location":"uri", + "locationName":"objectToken" + }, + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"max-results" + }, + "NextToken":{ + "shape":"string", + "location":"querystring", + "locationName":"next-token" + } + } + }, + "ListChunksOutput":{ + "type":"structure", + "required":["ChunkList"], + "members":{ + "ChunkList":{"shape":"ChunkList"}, + "NextToken":{"shape":"string"} + } + }, + "ListObjectsInput":{ + "type":"structure", + "required":["StorageJobId"], + "members":{ + "StorageJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "StartingObjectName":{ + "shape":"string", + "location":"querystring", + "locationName":"starting-object-name" + }, + "StartingObjectPrefix":{ + "shape":"string", + "location":"querystring", + "locationName":"starting-object-prefix" + }, + "MaxResults":{ + "shape":"MaxResults", + "location":"querystring", + "locationName":"max-results" + }, + "NextToken":{ + "shape":"string", + "location":"querystring", + "locationName":"next-token" + }, + "CreatedBefore":{ + "shape":"timestamp", + "location":"querystring", + "locationName":"created-before" + }, + "CreatedAfter":{ + "shape":"timestamp", + "location":"querystring", + "locationName":"created-after" + } + } + }, + "ListObjectsOutput":{ + "type":"structure", + "required":["ObjectList"], + "members":{ + "ObjectList":{"shape":"ObjectList"}, + "NextToken":{"shape":"string"} + } + }, + "MaxResults":{ + "type":"integer", + "max":100, + "min":1 + }, + "MetadataString":{ + "type":"string", + "pattern":"^.{1,256}$" + }, + "NotReadableInputStreamException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":400}, + "exception":true + }, + "NotifyObjectCompleteInput":{ + "type":"structure", + "required":[ + "BackupJobId", + "UploadId", + "ObjectChecksum", + "ObjectChecksumAlgorithm" + ], + "members":{ + "BackupJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "UploadId":{ + "shape":"string", + "location":"uri", + "locationName":"uploadId" + }, + "ObjectChecksum":{ + "shape":"string", + "location":"querystring", + "locationName":"checksum" + }, + "ObjectChecksumAlgorithm":{ + "shape":"SummaryChecksumAlgorithm", + "location":"querystring", + "locationName":"checksum-algorithm" + }, + "MetadataString":{ + "shape":"MetadataString", + "location":"querystring", + "locationName":"metadata-string" + }, + "MetadataBlob":{"shape":"PayloadBlob"}, + "MetadataBlobLength":{ + "shape":"long", + "location":"querystring", + "locationName":"metadata-blob-length" + }, + "MetadataBlobChecksum":{ + "shape":"string", + "location":"querystring", + "locationName":"metadata-checksum" + }, + "MetadataBlobChecksumAlgorithm":{ + "shape":"DataChecksumAlgorithm", + "location":"querystring", + "locationName":"metadata-checksum-algorithm" + } + }, + "payload":"MetadataBlob" + }, + "NotifyObjectCompleteOutput":{ + "type":"structure", + "required":[ + "ObjectChecksum", + "ObjectChecksumAlgorithm" + ], + "members":{ + "ObjectChecksum":{"shape":"string"}, + "ObjectChecksumAlgorithm":{"shape":"SummaryChecksumAlgorithm"} + } + }, + "ObjectList":{ + "type":"list", + "member":{"shape":"BackupObject"} + }, + "OptionalLong":{"type":"long"}, + "PayloadBlob":{ + "type":"blob", + "streaming":true + }, + "PutChunkInput":{ + "type":"structure", + "required":[ + "BackupJobId", + "UploadId", + "ChunkIndex", + "Data", + "Length", + "Checksum", + "ChecksumAlgorithm" + ], + "members":{ + "BackupJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "UploadId":{ + "shape":"string", + "location":"uri", + "locationName":"uploadId" + }, + "ChunkIndex":{ + "shape":"long", + "location":"uri", + "locationName":"chunkIndex" + }, + "Data":{"shape":"PayloadBlob"}, + "Length":{ + "shape":"long", + "location":"querystring", + "locationName":"length" + }, + "Checksum":{ + "shape":"string", + "location":"querystring", + "locationName":"checksum" + }, + "ChecksumAlgorithm":{ + "shape":"DataChecksumAlgorithm", + "location":"querystring", + "locationName":"checksum-algorithm" + } + }, + "payload":"Data" + }, + "PutChunkOutput":{ + "type":"structure", + "required":[ + "ChunkChecksum", + "ChunkChecksumAlgorithm" + ], + "members":{ + "ChunkChecksum":{"shape":"string"}, + "ChunkChecksumAlgorithm":{"shape":"DataChecksumAlgorithm"} + } + }, + "PutObjectInput":{ + "type":"structure", + "required":[ + "BackupJobId", + "ObjectName" + ], + "members":{ + "BackupJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ObjectName":{ + "shape":"string", + "location":"uri", + "locationName":"objectName" + }, + "MetadataString":{ + "shape":"string", + "location":"querystring", + "locationName":"metadata-string" + }, + "InlineChunk":{"shape":"PayloadBlob"}, + "InlineChunkLength":{ + "shape":"long", + "location":"querystring", + "locationName":"length" + }, + "InlineChunkChecksum":{ + "shape":"string", + "location":"querystring", + "locationName":"checksum" + }, + "InlineChunkChecksumAlgorithm":{ + "shape":"string", + "location":"querystring", + "locationName":"checksum-algorithm" + }, + "ObjectChecksum":{ + "shape":"string", + "location":"querystring", + "locationName":"object-checksum" + }, + "ObjectChecksumAlgorithm":{ + "shape":"SummaryChecksumAlgorithm", + "location":"querystring", + "locationName":"object-checksum-algorithm" + }, + "ThrowOnDuplicate":{ + "shape":"boolean", + "location":"querystring", + "locationName":"throwOnDuplicate" + } + }, + "payload":"InlineChunk" + }, + "PutObjectOutput":{ + "type":"structure", + "required":[ + "InlineChunkChecksum", + "InlineChunkChecksumAlgorithm", + "ObjectChecksum", + "ObjectChecksumAlgorithm" + ], + "members":{ + "InlineChunkChecksum":{"shape":"string"}, + "InlineChunkChecksumAlgorithm":{"shape":"DataChecksumAlgorithm"}, + "ObjectChecksum":{"shape":"string"}, + "ObjectChecksumAlgorithm":{"shape":"SummaryChecksumAlgorithm"} + } + }, + "ResourceNotFoundException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":404}, + "exception":true + }, + "RetryableException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":500}, + "exception":true + }, + "ServiceErrorMessage":{"type":"string"}, + "ServiceInternalException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true + }, + "ServiceUnavailableException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":503}, + "exception":true, + "fault":true + }, + "StartObjectInput":{ + "type":"structure", + "required":[ + "BackupJobId", + "ObjectName" + ], + "members":{ + "BackupJobId":{ + "shape":"string", + "location":"uri", + "locationName":"jobId" + }, + "ObjectName":{ + "shape":"string", + "location":"uri", + "locationName":"objectName" + }, + "ThrowOnDuplicate":{"shape":"boolean"} + } + }, + "StartObjectOutput":{ + "type":"structure", + "required":["UploadId"], + "members":{ + "UploadId":{"shape":"string"} + } + }, + "SummaryChecksumAlgorithm":{ + "type":"string", + "enum":["SUMMARY"] + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "Message":{"shape":"string"} + }, + "error":{"httpStatusCode":429}, + "exception":true + }, + "boolean":{"type":"boolean"}, + "long":{"type":"long"}, + "string":{"type":"string"}, + "timestamp":{"type":"timestamp"} + } +} diff --git a/models/apis/backupstorage/2018-04-10/docs-2.json b/models/apis/backupstorage/2018-04-10/docs-2.json new file mode 100644 index 00000000000..7e2b353ccd6 --- /dev/null +++ b/models/apis/backupstorage/2018-04-10/docs-2.json @@ -0,0 +1,320 @@ +{ + "version": "2.0", + "service": "The frontend service for Cryo Storage.", + "operations": { + "DeleteObject": "Delete Object from the incremental base Backup.", + "GetChunk": "Gets the specified object's chunk.", + "GetObjectMetadata": "Get metadata associated with an Object.", + "ListChunks": "List chunks in a given Object", + "ListObjects": "List all Objects in a given Backup.", + "NotifyObjectComplete": "Complete upload", + "PutChunk": "Upload chunk.", + "PutObject": "Upload object that can store object metadata String and data blob in single API call using inline chunk field.", + "StartObject": "Start upload containing one or many chunks." + }, + "shapes": { + "AccessDeniedException": { + "base": null, + "refs": { + } + }, + "BackupObject": { + "base": "Object", + "refs": { + "ObjectList$member": null + } + }, + "Chunk": { + "base": "Chunk", + "refs": { + "ChunkList$member": null + } + }, + "ChunkList": { + "base": null, + "refs": { + "ListChunksOutput$ChunkList": "List of chunks" + } + }, + "DataAlreadyExistsException": { + "base": "Non-retryable exception. Attempted to create already existing object or chunk. This message contains a checksum of already presented data.", + "refs": { + } + }, + "DataChecksumAlgorithm": { + "base": null, + "refs": { + "Chunk$ChecksumAlgorithm": "Checksum algorithm", + "GetChunkOutput$ChecksumAlgorithm": "Checksum algorithm", + "GetObjectMetadataOutput$MetadataBlobChecksumAlgorithm": "Checksum algorithm.", + "NotifyObjectCompleteInput$MetadataBlobChecksumAlgorithm": "Checksum algorithm.", + "PutChunkInput$ChecksumAlgorithm": "Checksum algorithm", + "PutChunkOutput$ChunkChecksumAlgorithm": "Checksum algorithm", + "PutObjectOutput$InlineChunkChecksumAlgorithm": "Inline chunk checksum algorithm" + } + }, + "DeleteObjectInput": { + "base": null, + "refs": { + } + }, + "GetChunkInput": { + "base": null, + "refs": { + } + }, + "GetChunkOutput": { + "base": null, + "refs": { + } + }, + "GetObjectMetadataInput": { + "base": null, + "refs": { + } + }, + "GetObjectMetadataOutput": { + "base": null, + "refs": { + } + }, + "IllegalArgumentException": { + "base": "Non-retryable exception, indicates client error (wrong argument passed to API). See exception message for details.", + "refs": { + } + }, + "KMSInvalidKeyUsageException": { + "base": "Non-retryable exception. Indicates the KMS key usage is incorrect. See exception message for details.", + "refs": { + } + }, + "ListChunksInput": { + "base": null, + "refs": { + } + }, + "ListChunksOutput": { + "base": null, + "refs": { + } + }, + "ListObjectsInput": { + "base": null, + "refs": { + } + }, + "ListObjectsOutput": { + "base": null, + "refs": { + } + }, + "MaxResults": { + "base": null, + "refs": { + "ListChunksInput$MaxResults": "Maximum number of chunks", + "ListObjectsInput$MaxResults": "Maximum objects count" + } + }, + "MetadataString": { + "base": null, + "refs": { + "NotifyObjectCompleteInput$MetadataString": "Optional metadata associated with an Object. Maximum string length is 256 bytes." + } + }, + "NotReadableInputStreamException": { + "base": "Retryalble exception. Indicated issues while reading an input stream due to the networking issues or connection drop on the client side.", + "refs": { + } + }, + "NotifyObjectCompleteInput": { + "base": null, + "refs": { + } + }, + "NotifyObjectCompleteOutput": { + "base": null, + "refs": { + } + }, + "ObjectList": { + "base": null, + "refs": { + "ListObjectsOutput$ObjectList": "Object list" + } + }, + "OptionalLong": { + "base": null, + "refs": { + "BackupObject$ChunksCount": "Number of chunks in object" + } + }, + "PayloadBlob": { + "base": null, + "refs": { + "GetChunkOutput$Data": "Chunk data", + "GetObjectMetadataOutput$MetadataBlob": "Metadata blob.", + "NotifyObjectCompleteInput$MetadataBlob": "Optional metadata associated with an Object. Maximum length is 4MB.", + "PutChunkInput$Data": "Data to be uploaded", + "PutObjectInput$InlineChunk": "Inline chunk data to be uploaded." + } + }, + "PutChunkInput": { + "base": null, + "refs": { + } + }, + "PutChunkOutput": { + "base": null, + "refs": { + } + }, + "PutObjectInput": { + "base": null, + "refs": { + } + }, + "PutObjectOutput": { + "base": null, + "refs": { + } + }, + "ResourceNotFoundException": { + "base": "Non-retryable exception. Attempted to make an operation on non-existing or expired resource.", + "refs": { + } + }, + "RetryableException": { + "base": "Retryable exception. In general indicates internal failure that can be fixed by retry.", + "refs": { + } + }, + "ServiceErrorMessage": { + "base": null, + "refs": { + "AccessDeniedException$Message": null + } + }, + "ServiceInternalException": { + "base": "Deprecated. To be removed from the model.", + "refs": { + } + }, + "ServiceUnavailableException": { + "base": "Retryable exception, indicates internal server error.", + "refs": { + } + }, + "StartObjectInput": { + "base": null, + "refs": { + } + }, + "StartObjectOutput": { + "base": null, + "refs": { + } + }, + "SummaryChecksumAlgorithm": { + "base": null, + "refs": { + "BackupObject$ObjectChecksumAlgorithm": "Checksum algorithm", + "NotifyObjectCompleteInput$ObjectChecksumAlgorithm": "Checksum algorithm", + "NotifyObjectCompleteOutput$ObjectChecksumAlgorithm": "Checksum algorithm", + "PutObjectInput$ObjectChecksumAlgorithm": "object checksum algorithm", + "PutObjectOutput$ObjectChecksumAlgorithm": "object checksum algorithm" + } + }, + "ThrottlingException": { + "base": "Increased rate over throttling limits. Can be retried with exponential backoff.", + "refs": { + } + }, + "boolean": { + "base": null, + "refs": { + "PutObjectInput$ThrowOnDuplicate": "Throw an exception if Object name is already exist.", + "StartObjectInput$ThrowOnDuplicate": "Throw an exception if Object name is already exist." + } + }, + "long": { + "base": null, + "refs": { + "Chunk$Index": "Chunk index", + "Chunk$Length": "Chunk length", + "GetChunkOutput$Length": "Data length", + "GetObjectMetadataOutput$MetadataBlobLength": "The size of MetadataBlob.", + "NotifyObjectCompleteInput$MetadataBlobLength": "The size of MetadataBlob.", + "PutChunkInput$ChunkIndex": "Describes this chunk's position relative to the other chunks", + "PutChunkInput$Length": "Data length", + "PutObjectInput$InlineChunkLength": "Length of the inline chunk data." + } + }, + "string": { + "base": null, + "refs": { + "BackupObject$Name": "Object name", + "BackupObject$MetadataString": "Metadata string associated with the Object", + "BackupObject$ObjectChecksum": "Object checksum", + "BackupObject$ObjectToken": "Object token", + "Chunk$Checksum": "Chunk checksum", + "Chunk$ChunkToken": "Chunk token", + "DataAlreadyExistsException$Message": null, + "DataAlreadyExistsException$Checksum": "Data checksum used", + "DataAlreadyExistsException$ChecksumAlgorithm": "Checksum algorithm used", + "DeleteObjectInput$BackupJobId": "Backup job Id for the in-progress backup.", + "DeleteObjectInput$ObjectName": "The name of the Object.", + "GetChunkInput$StorageJobId": "Storage job id", + "GetChunkInput$ChunkToken": "Chunk token", + "GetChunkOutput$Checksum": "Data checksum", + "GetObjectMetadataInput$StorageJobId": "Backup job id for the in-progress backup.", + "GetObjectMetadataInput$ObjectToken": "Object token.", + "GetObjectMetadataOutput$MetadataString": "Metadata string.", + "GetObjectMetadataOutput$MetadataBlobChecksum": "MetadataBlob checksum.", + "IllegalArgumentException$Message": null, + "KMSInvalidKeyUsageException$Message": null, + "ListChunksInput$StorageJobId": "Storage job id", + "ListChunksInput$ObjectToken": "Object token", + "ListChunksInput$NextToken": "Pagination token", + "ListChunksOutput$NextToken": "Pagination token", + "ListObjectsInput$StorageJobId": "Storage job id", + "ListObjectsInput$StartingObjectName": "Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL", + "ListObjectsInput$StartingObjectPrefix": "Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL", + "ListObjectsInput$NextToken": "Pagination token", + "ListObjectsOutput$NextToken": "Pagination token", + "NotReadableInputStreamException$Message": null, + "NotifyObjectCompleteInput$BackupJobId": "Backup job Id for the in-progress backup", + "NotifyObjectCompleteInput$UploadId": "Upload Id for the in-progress upload", + "NotifyObjectCompleteInput$ObjectChecksum": "Object checksum", + "NotifyObjectCompleteInput$MetadataBlobChecksum": "Checksum of MetadataBlob.", + "NotifyObjectCompleteOutput$ObjectChecksum": "Object checksum", + "PutChunkInput$BackupJobId": "Backup job Id for the in-progress backup.", + "PutChunkInput$UploadId": "Upload Id for the in-progress upload.", + "PutChunkInput$Checksum": "Data checksum", + "PutChunkOutput$ChunkChecksum": "Chunk checksum", + "PutObjectInput$BackupJobId": "Backup job Id for the in-progress backup.", + "PutObjectInput$ObjectName": "The name of the Object to be uploaded.", + "PutObjectInput$MetadataString": "Store user defined metadata like backup checksum, disk ids, restore metadata etc.", + "PutObjectInput$InlineChunkChecksum": "Inline chunk checksum", + "PutObjectInput$InlineChunkChecksumAlgorithm": "Inline chunk checksum algorithm", + "PutObjectInput$ObjectChecksum": "object checksum", + "PutObjectOutput$InlineChunkChecksum": "Inline chunk checksum", + "PutObjectOutput$ObjectChecksum": "object checksum", + "ResourceNotFoundException$Message": null, + "RetryableException$Message": null, + "ServiceInternalException$Message": null, + "ServiceUnavailableException$Message": null, + "StartObjectInput$BackupJobId": "Backup job Id for the in-progress backup", + "StartObjectInput$ObjectName": "Name for the object.", + "StartObjectOutput$UploadId": "Upload Id for a given upload.", + "ThrottlingException$Message": null + } + }, + "timestamp": { + "base": null, + "refs": { + "ListObjectsInput$CreatedBefore": "(Optional) Created before filter", + "ListObjectsInput$CreatedAfter": "(Optional) Created after filter" + } + } + } +} diff --git a/models/apis/backupstorage/2018-04-10/examples-1.json b/models/apis/backupstorage/2018-04-10/examples-1.json new file mode 100644 index 00000000000..0ea7e3b0bbe --- /dev/null +++ b/models/apis/backupstorage/2018-04-10/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/models/apis/backupstorage/2018-04-10/paginators-1.json b/models/apis/backupstorage/2018-04-10/paginators-1.json new file mode 100644 index 00000000000..d92f82276b3 --- /dev/null +++ b/models/apis/backupstorage/2018-04-10/paginators-1.json @@ -0,0 +1,14 @@ +{ + "pagination": { + "ListChunks": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" + }, + "ListObjects": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" + } + } +} diff --git a/models/apis/glue/2017-03-31/api-2.json b/models/apis/glue/2017-03-31/api-2.json index 2875aa7668d..29e32f5de8b 100644 --- a/models/apis/glue/2017-03-31/api-2.json +++ b/models/apis/glue/2017-03-31/api-2.json @@ -8873,7 +8873,7 @@ "PythonScript":{"type":"string"}, "PythonVersionString":{ "type":"string", - "pattern":"^[2-3]$" + "pattern":"^([2-3]|3[.]9)$" }, "QuerySchemaVersionMetadataInput":{ "type":"structure", diff --git a/models/apis/privatenetworks/2021-12-03/api-2.json b/models/apis/privatenetworks/2021-12-03/api-2.json new file mode 100644 index 00000000000..855c254cbee --- /dev/null +++ b/models/apis/privatenetworks/2021-12-03/api-2.json @@ -0,0 +1,1442 @@ +{ + "version":"2.0", + "metadata":{ + "apiVersion":"2021-12-03", + "endpointPrefix":"private-networks", + "jsonVersion":"1.1", + "protocol":"rest-json", + "serviceFullName":"AWS Private 5G", + "serviceId":"PrivateNetworks", + "signatureVersion":"v4", + "signingName":"private-networks", + "uid":"privatenetworks-2021-12-03" + }, + "operations":{ + "AcknowledgeOrderReceipt":{ + "name":"AcknowledgeOrderReceipt", + "http":{ + "method":"POST", + "requestUri":"/v1/orders/acknowledge", + "responseCode":200 + }, + "input":{"shape":"AcknowledgeOrderReceiptRequest"}, + "output":{"shape":"AcknowledgeOrderReceiptResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ActivateDeviceIdentifier":{ + "name":"ActivateDeviceIdentifier", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/activate", + "responseCode":200 + }, + "input":{"shape":"ActivateDeviceIdentifierRequest"}, + "output":{"shape":"ActivateDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "ActivateNetworkSite":{ + "name":"ActivateNetworkSite", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites/activate", + "responseCode":200 + }, + "input":{"shape":"ActivateNetworkSiteRequest"}, + "output":{"shape":"ActivateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "ConfigureAccessPoint":{ + "name":"ConfigureAccessPoint", + "http":{ + "method":"POST", + "requestUri":"/v1/network-resources/configure", + "responseCode":200 + }, + "input":{"shape":"ConfigureAccessPointRequest"}, + "output":{"shape":"ConfigureAccessPointResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "CreateNetwork":{ + "name":"CreateNetwork", + "http":{ + "method":"POST", + "requestUri":"/v1/networks", + "responseCode":200 + }, + "input":{"shape":"CreateNetworkRequest"}, + "output":{"shape":"CreateNetworkResponse"}, + "errors":[ + {"shape":"LimitExceededException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "CreateNetworkSite":{ + "name":"CreateNetworkSite", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites", + "responseCode":200 + }, + "input":{"shape":"CreateNetworkSiteRequest"}, + "output":{"shape":"CreateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "DeactivateDeviceIdentifier":{ + "name":"DeactivateDeviceIdentifier", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/deactivate", + "responseCode":200 + }, + "input":{"shape":"DeactivateDeviceIdentifierRequest"}, + "output":{"shape":"DeactivateDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "DeleteNetwork":{ + "name":"DeleteNetwork", + "http":{ + "method":"DELETE", + "requestUri":"/v1/networks/{networkArn}", + "responseCode":200 + }, + "input":{"shape":"DeleteNetworkRequest"}, + "output":{"shape":"DeleteNetworkResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "DeleteNetworkSite":{ + "name":"DeleteNetworkSite", + "http":{ + "method":"DELETE", + "requestUri":"/v1/network-sites/{networkSiteArn}", + "responseCode":200 + }, + "input":{"shape":"DeleteNetworkSiteRequest"}, + "output":{"shape":"DeleteNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "GetDeviceIdentifier":{ + "name":"GetDeviceIdentifier", + "http":{ + "method":"GET", + "requestUri":"/v1/device-identifiers/{deviceIdentifierArn}", + "responseCode":200 + }, + "input":{"shape":"GetDeviceIdentifierRequest"}, + "output":{"shape":"GetDeviceIdentifierResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetNetwork":{ + "name":"GetNetwork", + "http":{ + "method":"GET", + "requestUri":"/v1/networks/{networkArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkRequest"}, + "output":{"shape":"GetNetworkResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetNetworkResource":{ + "name":"GetNetworkResource", + "http":{ + "method":"GET", + "requestUri":"/v1/network-resources/{networkResourceArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkResourceRequest"}, + "output":{"shape":"GetNetworkResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetNetworkSite":{ + "name":"GetNetworkSite", + "http":{ + "method":"GET", + "requestUri":"/v1/network-sites/{networkSiteArn}", + "responseCode":200 + }, + "input":{"shape":"GetNetworkSiteRequest"}, + "output":{"shape":"GetNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "GetOrder":{ + "name":"GetOrder", + "http":{ + "method":"GET", + "requestUri":"/v1/orders/{orderArn}", + "responseCode":200 + }, + "input":{"shape":"GetOrderRequest"}, + "output":{"shape":"GetOrderResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListDeviceIdentifiers":{ + "name":"ListDeviceIdentifiers", + "http":{ + "method":"POST", + "requestUri":"/v1/device-identifiers/list", + "responseCode":200 + }, + "input":{"shape":"ListDeviceIdentifiersRequest"}, + "output":{"shape":"ListDeviceIdentifiersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListNetworkResources":{ + "name":"ListNetworkResources", + "http":{ + "method":"POST", + "requestUri":"/v1/network-resources", + "responseCode":200 + }, + "input":{"shape":"ListNetworkResourcesRequest"}, + "output":{"shape":"ListNetworkResourcesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListNetworkSites":{ + "name":"ListNetworkSites", + "http":{ + "method":"POST", + "requestUri":"/v1/network-sites/list", + "responseCode":200 + }, + "input":{"shape":"ListNetworkSitesRequest"}, + "output":{"shape":"ListNetworkSitesResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListNetworks":{ + "name":"ListNetworks", + "http":{ + "method":"POST", + "requestUri":"/v1/networks/list", + "responseCode":200 + }, + "input":{"shape":"ListNetworksRequest"}, + "output":{"shape":"ListNetworksResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListOrders":{ + "name":"ListOrders", + "http":{ + "method":"POST", + "requestUri":"/v1/orders/list", + "responseCode":200 + }, + "input":{"shape":"ListOrdersRequest"}, + "output":{"shape":"ListOrdersResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ] + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"GET", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ] + }, + "Ping":{ + "name":"Ping", + "http":{ + "method":"GET", + "requestUri":"/ping", + "responseCode":200 + }, + "output":{"shape":"PingResponse"}, + "errors":[ + {"shape":"InternalServerException"} + ] + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ] + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"DELETE", + "requestUri":"/tags/{resourceArn}", + "responseCode":200 + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"}, + {"shape":"ThrottlingException"} + ] + }, + "UpdateNetworkSite":{ + "name":"UpdateNetworkSite", + "http":{ + "method":"PUT", + "requestUri":"/v1/network-sites/site", + "responseCode":200 + }, + "input":{"shape":"UpdateNetworkSiteRequest"}, + "output":{"shape":"UpdateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + }, + "UpdateNetworkSitePlan":{ + "name":"UpdateNetworkSitePlan", + "http":{ + "method":"PUT", + "requestUri":"/v1/network-sites/plan", + "responseCode":200 + }, + "input":{"shape":"UpdateNetworkSitePlanRequest"}, + "output":{"shape":"UpdateNetworkSiteResponse"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"ValidationException"}, + {"shape":"InternalServerException"} + ], + "idempotent":true + } + }, + "shapes":{ + "AccessDeniedException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "httpStatusCode":403, + "senderFault":true + }, + "exception":true + }, + "AcknowledgeOrderReceiptRequest":{ + "type":"structure", + "required":["orderArn"], + "members":{ + "orderArn":{"shape":"Arn"} + } + }, + "AcknowledgeOrderReceiptResponse":{ + "type":"structure", + "required":["order"], + "members":{ + "order":{"shape":"Order"} + } + }, + "AcknowledgmentStatus":{ + "type":"string", + "enum":[ + "ACKNOWLEDGING", + "ACKNOWLEDGED", + "UNACKNOWLEDGED" + ] + }, + "ActivateDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "deviceIdentifierArn":{"shape":"Arn"} + } + }, + "ActivateDeviceIdentifierResponse":{ + "type":"structure", + "required":["deviceIdentifier"], + "members":{ + "deviceIdentifier":{"shape":"DeviceIdentifier"}, + "tags":{"shape":"TagMap"} + } + }, + "ActivateNetworkSiteRequest":{ + "type":"structure", + "required":[ + "networkSiteArn", + "shippingAddress" + ], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "networkSiteArn":{"shape":"Arn"}, + "shippingAddress":{"shape":"Address"} + } + }, + "ActivateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{"shape":"NetworkSite"} + } + }, + "Address":{ + "type":"structure", + "required":[ + "city", + "country", + "name", + "postalCode", + "stateOrProvince", + "street1" + ], + "members":{ + "city":{"shape":"AddressContent"}, + "company":{"shape":"AddressContent"}, + "country":{"shape":"AddressContent"}, + "name":{"shape":"AddressContent"}, + "phoneNumber":{"shape":"AddressContent"}, + "postalCode":{"shape":"AddressContent"}, + "stateOrProvince":{"shape":"AddressContent"}, + "street1":{"shape":"AddressContent"}, + "street2":{"shape":"AddressContent"}, + "street3":{"shape":"AddressContent"} + } + }, + "AddressContent":{ + "type":"string", + "max":1024, + "min":1, + "sensitive":true + }, + "Arn":{ + "type":"string", + "pattern":"^arn:aws:private-networks:[a-z0-9-]+:[^:]*:.*$" + }, + "ClientToken":{ + "type":"string", + "max":100, + "min":1 + }, + "ConfigureAccessPointRequest":{ + "type":"structure", + "required":["accessPointArn"], + "members":{ + "accessPointArn":{"shape":"Arn"}, + "cpiSecretKey":{"shape":"ConfigureAccessPointRequestCpiSecretKeyString"}, + "cpiUserId":{"shape":"ConfigureAccessPointRequestCpiUserIdString"}, + "cpiUserPassword":{"shape":"ConfigureAccessPointRequestCpiUserPasswordString"}, + "cpiUsername":{"shape":"ConfigureAccessPointRequestCpiUsernameString"}, + "position":{"shape":"Position"} + } + }, + "ConfigureAccessPointRequestCpiSecretKeyString":{ + "type":"string", + "max":100000, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUserIdString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUserPasswordString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointRequestCpiUsernameString":{ + "type":"string", + "max":4096, + "min":1, + "sensitive":true + }, + "ConfigureAccessPointResponse":{ + "type":"structure", + "required":["accessPoint"], + "members":{ + "accessPoint":{"shape":"NetworkResource"} + } + }, + "CreateNetworkRequest":{ + "type":"structure", + "required":["networkName"], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "description":{"shape":"Description"}, + "networkName":{"shape":"Name"}, + "tags":{"shape":"TagMap"} + } + }, + "CreateNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{"shape":"Network"}, + "tags":{"shape":"TagMap"} + } + }, + "CreateNetworkSiteRequest":{ + "type":"structure", + "required":[ + "networkArn", + "networkSiteName" + ], + "members":{ + "availabilityZone":{"shape":"String"}, + "availabilityZoneId":{"shape":"String"}, + "clientToken":{"shape":"ClientToken"}, + "description":{"shape":"Description"}, + "networkArn":{"shape":"Arn"}, + "networkSiteName":{"shape":"Name"}, + "pendingPlan":{"shape":"SitePlan"}, + "tags":{"shape":"TagMap"} + } + }, + "CreateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{"shape":"NetworkSite"}, + "tags":{"shape":"TagMap"} + } + }, + "DeactivateDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "deviceIdentifierArn":{"shape":"Arn"} + } + }, + "DeactivateDeviceIdentifierResponse":{ + "type":"structure", + "required":["deviceIdentifier"], + "members":{ + "deviceIdentifier":{"shape":"DeviceIdentifier"} + } + }, + "DeleteNetworkRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "location":"querystring", + "locationName":"clientToken" + }, + "networkArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"networkArn" + } + } + }, + "DeleteNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{"shape":"Network"} + } + }, + "DeleteNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "clientToken":{ + "shape":"ClientToken", + "location":"querystring", + "locationName":"clientToken" + }, + "networkSiteArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"networkSiteArn" + } + } + }, + "DeleteNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{"shape":"NetworkSite"} + } + }, + "Description":{ + "type":"string", + "max":100, + "min":0 + }, + "DeviceIdentifier":{ + "type":"structure", + "members":{ + "createdAt":{"shape":"Timestamp"}, + "deviceIdentifierArn":{"shape":"Arn"}, + "iccid":{"shape":"String"}, + "imsi":{"shape":"DeviceIdentifierImsiString"}, + "networkArn":{"shape":"Arn"}, + "orderArn":{"shape":"String"}, + "status":{"shape":"DeviceIdentifierStatus"}, + "trafficGroupArn":{"shape":"Arn"}, + "vendor":{"shape":"String"} + } + }, + "DeviceIdentifierFilterKeys":{ + "type":"string", + "enum":[ + "STATUS", + "ORDER", + "TRAFFIC_GROUP" + ] + }, + "DeviceIdentifierFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "DeviceIdentifierFilters":{ + "type":"map", + "key":{"shape":"DeviceIdentifierFilterKeys"}, + "value":{"shape":"DeviceIdentifierFilterValues"} + }, + "DeviceIdentifierImsiString":{ + "type":"string", + "pattern":"^[0-9]{15}$", + "sensitive":true + }, + "DeviceIdentifierList":{ + "type":"list", + "member":{"shape":"DeviceIdentifier"} + }, + "DeviceIdentifierStatus":{ + "type":"string", + "enum":[ + "ACTIVE", + "INACTIVE" + ] + }, + "Double":{ + "type":"double", + "box":true + }, + "ElevationReference":{ + "type":"string", + "enum":[ + "AGL", + "AMSL" + ] + }, + "ElevationUnit":{ + "type":"string", + "enum":["FEET"] + }, + "GetDeviceIdentifierRequest":{ + "type":"structure", + "required":["deviceIdentifierArn"], + "members":{ + "deviceIdentifierArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"deviceIdentifierArn" + } + } + }, + "GetDeviceIdentifierResponse":{ + "type":"structure", + "members":{ + "deviceIdentifier":{"shape":"DeviceIdentifier"}, + "tags":{"shape":"TagMap"} + } + }, + "GetNetworkRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "networkArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"networkArn" + } + } + }, + "GetNetworkResourceRequest":{ + "type":"structure", + "required":["networkResourceArn"], + "members":{ + "networkResourceArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"networkResourceArn" + } + } + }, + "GetNetworkResourceResponse":{ + "type":"structure", + "required":["networkResource"], + "members":{ + "networkResource":{"shape":"NetworkResource"}, + "tags":{"shape":"TagMap"} + } + }, + "GetNetworkResponse":{ + "type":"structure", + "required":["network"], + "members":{ + "network":{"shape":"Network"}, + "tags":{"shape":"TagMap"} + } + }, + "GetNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "networkSiteArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"networkSiteArn" + } + } + }, + "GetNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{"shape":"NetworkSite"}, + "tags":{"shape":"TagMap"} + } + }, + "GetOrderRequest":{ + "type":"structure", + "required":["orderArn"], + "members":{ + "orderArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"orderArn" + } + } + }, + "GetOrderResponse":{ + "type":"structure", + "required":["order"], + "members":{ + "order":{"shape":"Order"}, + "tags":{"shape":"TagMap"} + } + }, + "HealthStatus":{ + "type":"string", + "enum":[ + "INITIAL", + "HEALTHY", + "UNHEALTHY" + ] + }, + "Integer":{ + "type":"integer", + "box":true + }, + "InternalServerException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"}, + "retryAfterSeconds":{ + "shape":"Integer", + "location":"header", + "locationName":"Retry-After" + } + }, + "error":{"httpStatusCode":500}, + "exception":true, + "fault":true, + "retryable":{"throttling":false} + }, + "LimitExceededException":{ + "type":"structure", + "required":["message"], + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ListDeviceIdentifiersRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{"shape":"DeviceIdentifierFilters"}, + "maxResults":{ + "shape":"ListDeviceIdentifiersRequestMaxResultsInteger", + "box":true + }, + "networkArn":{"shape":"Arn"}, + "startToken":{"shape":"PaginationToken"} + } + }, + "ListDeviceIdentifiersRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListDeviceIdentifiersResponse":{ + "type":"structure", + "members":{ + "deviceIdentifiers":{"shape":"DeviceIdentifierList"}, + "nextToken":{"shape":"PaginationToken"} + } + }, + "ListNetworkResourcesRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{"shape":"NetworkResourceFilters"}, + "maxResults":{ + "shape":"ListNetworkResourcesRequestMaxResultsInteger", + "box":true + }, + "networkArn":{"shape":"Arn"}, + "startToken":{"shape":"PaginationToken"} + } + }, + "ListNetworkResourcesRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworkResourcesResponse":{ + "type":"structure", + "members":{ + "networkResources":{"shape":"NetworkResourceList"}, + "nextToken":{"shape":"PaginationToken"} + } + }, + "ListNetworkSitesRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{"shape":"NetworkSiteFilters"}, + "maxResults":{ + "shape":"ListNetworkSitesRequestMaxResultsInteger", + "box":true + }, + "networkArn":{"shape":"Arn"}, + "startToken":{"shape":"PaginationToken"} + } + }, + "ListNetworkSitesRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworkSitesResponse":{ + "type":"structure", + "members":{ + "networkSites":{"shape":"NetworkSiteList"}, + "nextToken":{"shape":"PaginationToken"} + } + }, + "ListNetworksRequest":{ + "type":"structure", + "members":{ + "filters":{"shape":"NetworkFilters"}, + "maxResults":{ + "shape":"ListNetworksRequestMaxResultsInteger", + "box":true + }, + "startToken":{"shape":"PaginationToken"} + } + }, + "ListNetworksRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListNetworksResponse":{ + "type":"structure", + "members":{ + "networks":{"shape":"NetworkList"}, + "nextToken":{"shape":"PaginationToken"} + } + }, + "ListOrdersRequest":{ + "type":"structure", + "required":["networkArn"], + "members":{ + "filters":{"shape":"OrderFilters"}, + "maxResults":{ + "shape":"ListOrdersRequestMaxResultsInteger", + "box":true + }, + "networkArn":{"shape":"Arn"}, + "startToken":{"shape":"PaginationToken"} + } + }, + "ListOrdersRequestMaxResultsInteger":{ + "type":"integer", + "box":true, + "max":20, + "min":1 + }, + "ListOrdersResponse":{ + "type":"structure", + "members":{ + "nextToken":{"shape":"PaginationToken"}, + "orders":{"shape":"OrderList"} + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":["resourceArn"], + "members":{ + "resourceArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"resourceArn" + } + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "tags":{"shape":"TagMap"} + } + }, + "Name":{ + "type":"string", + "max":64, + "min":1, + "pattern":"^[0-9a-zA-Z-]*$" + }, + "NameValuePair":{ + "type":"structure", + "required":["name"], + "members":{ + "name":{"shape":"String"}, + "value":{"shape":"String"} + } + }, + "NameValuePairs":{ + "type":"list", + "member":{"shape":"NameValuePair"} + }, + "Network":{ + "type":"structure", + "required":[ + "networkArn", + "networkName", + "status" + ], + "members":{ + "createdAt":{"shape":"Timestamp"}, + "description":{"shape":"Description"}, + "networkArn":{"shape":"Arn"}, + "networkName":{"shape":"Name"}, + "status":{"shape":"NetworkStatus"}, + "statusReason":{"shape":"String"} + } + }, + "NetworkFilterKeys":{ + "type":"string", + "enum":["STATUS"] + }, + "NetworkFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkFilters":{ + "type":"map", + "key":{"shape":"NetworkFilterKeys"}, + "value":{"shape":"NetworkFilterValues"} + }, + "NetworkList":{ + "type":"list", + "member":{"shape":"Network"} + }, + "NetworkResource":{ + "type":"structure", + "members":{ + "attributes":{"shape":"NameValuePairs"}, + "createdAt":{"shape":"Timestamp"}, + "description":{"shape":"Description"}, + "health":{"shape":"HealthStatus"}, + "model":{"shape":"String"}, + "networkArn":{"shape":"Arn"}, + "networkResourceArn":{"shape":"Arn"}, + "networkSiteArn":{"shape":"Arn"}, + "orderArn":{"shape":"Arn"}, + "position":{"shape":"Position"}, + "serialNumber":{"shape":"String"}, + "status":{"shape":"NetworkResourceStatus"}, + "statusReason":{"shape":"String"}, + "type":{"shape":"NetworkResourceType"}, + "vendor":{"shape":"String"} + } + }, + "NetworkResourceDefinition":{ + "type":"structure", + "required":[ + "count", + "type" + ], + "members":{ + "count":{"shape":"NetworkResourceDefinitionCountInteger"}, + "options":{"shape":"Options"}, + "type":{"shape":"NetworkResourceDefinitionType"} + } + }, + "NetworkResourceDefinitionCountInteger":{ + "type":"integer", + "box":true, + "min":0 + }, + "NetworkResourceDefinitionType":{ + "type":"string", + "enum":[ + "RADIO_UNIT", + "DEVICE_IDENTIFIER" + ] + }, + "NetworkResourceDefinitions":{ + "type":"list", + "member":{"shape":"NetworkResourceDefinition"} + }, + "NetworkResourceFilterKeys":{ + "type":"string", + "enum":[ + "ORDER", + "STATUS" + ] + }, + "NetworkResourceFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkResourceFilters":{ + "type":"map", + "key":{"shape":"NetworkResourceFilterKeys"}, + "value":{"shape":"NetworkResourceFilterValues"} + }, + "NetworkResourceList":{ + "type":"list", + "member":{"shape":"NetworkResource"} + }, + "NetworkResourceStatus":{ + "type":"string", + "enum":[ + "PENDING", + "SHIPPED", + "PROVISIONING", + "PROVISIONED", + "AVAILABLE", + "DELETING", + "PENDING_RETURN", + "DELETED" + ] + }, + "NetworkResourceType":{ + "type":"string", + "enum":["RADIO_UNIT"] + }, + "NetworkSite":{ + "type":"structure", + "required":[ + "networkArn", + "networkSiteArn", + "networkSiteName", + "status" + ], + "members":{ + "availabilityZone":{"shape":"String"}, + "availabilityZoneId":{"shape":"String"}, + "createdAt":{"shape":"Timestamp"}, + "currentPlan":{"shape":"SitePlan"}, + "description":{"shape":"Description"}, + "networkArn":{"shape":"Arn"}, + "networkSiteArn":{"shape":"Arn"}, + "networkSiteName":{"shape":"Name"}, + "pendingPlan":{"shape":"SitePlan"}, + "status":{"shape":"NetworkSiteStatus"}, + "statusReason":{"shape":"String"} + } + }, + "NetworkSiteFilterKeys":{ + "type":"string", + "enum":["STATUS"] + }, + "NetworkSiteFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "NetworkSiteFilters":{ + "type":"map", + "key":{"shape":"NetworkSiteFilterKeys"}, + "value":{"shape":"NetworkSiteFilterValues"} + }, + "NetworkSiteList":{ + "type":"list", + "member":{"shape":"NetworkSite"} + }, + "NetworkSiteStatus":{ + "type":"string", + "enum":[ + "CREATED", + "PROVISIONING", + "AVAILABLE", + "DEPROVISIONING", + "DELETED" + ] + }, + "NetworkStatus":{ + "type":"string", + "enum":[ + "CREATED", + "PROVISIONING", + "AVAILABLE", + "DEPROVISIONING", + "DELETED" + ] + }, + "Options":{ + "type":"list", + "member":{"shape":"NameValuePair"} + }, + "Order":{ + "type":"structure", + "members":{ + "acknowledgmentStatus":{"shape":"AcknowledgmentStatus"}, + "createdAt":{"shape":"Timestamp"}, + "networkArn":{"shape":"Arn"}, + "networkSiteArn":{"shape":"Arn"}, + "orderArn":{"shape":"Arn"}, + "shippingAddress":{"shape":"Address"}, + "trackingInformation":{"shape":"TrackingInformationList"} + } + }, + "OrderFilterKeys":{ + "type":"string", + "enum":[ + "STATUS", + "NETWORK_SITE" + ] + }, + "OrderFilterValues":{ + "type":"list", + "member":{"shape":"String"} + }, + "OrderFilters":{ + "type":"map", + "key":{"shape":"OrderFilterKeys"}, + "value":{"shape":"OrderFilterValues"} + }, + "OrderList":{ + "type":"list", + "member":{"shape":"Order"} + }, + "PaginationToken":{"type":"string"}, + "PingResponse":{ + "type":"structure", + "members":{ + "status":{"shape":"String"} + } + }, + "Position":{ + "type":"structure", + "members":{ + "elevation":{"shape":"Double"}, + "elevationReference":{"shape":"ElevationReference"}, + "elevationUnit":{"shape":"ElevationUnit"}, + "latitude":{"shape":"Double"}, + "longitude":{"shape":"Double"} + } + }, + "ResourceNotFoundException":{ + "type":"structure", + "required":[ + "message", + "resourceId", + "resourceType" + ], + "members":{ + "message":{"shape":"String"}, + "resourceId":{"shape":"String"}, + "resourceType":{"shape":"String"} + }, + "error":{ + "httpStatusCode":404, + "senderFault":true + }, + "exception":true + }, + "SitePlan":{ + "type":"structure", + "members":{ + "options":{"shape":"Options"}, + "resourceDefinitions":{"shape":"NetworkResourceDefinitions"} + } + }, + "String":{"type":"string"}, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^(?!aws:)[^\\x00-\\x1f\\x22]+$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":50, + "min":1, + "sensitive":true + }, + "TagMap":{ + "type":"map", + "key":{"shape":"TagKey"}, + "value":{"shape":"TagValue"}, + "max":50, + "min":1, + "sensitive":true + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tags" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"resourceArn" + }, + "tags":{"shape":"TagMap"} + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^[^\\x00-\\x1f\\x22]*$" + }, + "ThrottlingException":{ + "type":"structure", + "members":{ + "message":{"shape":"String"} + }, + "error":{ + "httpStatusCode":429, + "senderFault":true + }, + "exception":true, + "retryable":{"throttling":true} + }, + "Timestamp":{ + "type":"timestamp", + "timestampFormat":"iso8601" + }, + "TrackingInformation":{ + "type":"structure", + "members":{ + "trackingNumber":{"shape":"String"} + } + }, + "TrackingInformationList":{ + "type":"list", + "member":{"shape":"TrackingInformation"} + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "resourceArn", + "tagKeys" + ], + "members":{ + "resourceArn":{ + "shape":"Arn", + "location":"uri", + "locationName":"resourceArn" + }, + "tagKeys":{ + "shape":"TagKeyList", + "location":"querystring", + "locationName":"tagKeys" + } + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "UpdateNetworkSitePlanRequest":{ + "type":"structure", + "required":[ + "networkSiteArn", + "pendingPlan" + ], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "networkSiteArn":{"shape":"Arn"}, + "pendingPlan":{"shape":"SitePlan"} + } + }, + "UpdateNetworkSiteRequest":{ + "type":"structure", + "required":["networkSiteArn"], + "members":{ + "clientToken":{"shape":"ClientToken"}, + "description":{"shape":"Description"}, + "networkSiteArn":{"shape":"Arn"} + } + }, + "UpdateNetworkSiteResponse":{ + "type":"structure", + "members":{ + "networkSite":{"shape":"NetworkSite"}, + "tags":{"shape":"TagMap"} + } + }, + "ValidationException":{ + "type":"structure", + "required":[ + "message", + "reason" + ], + "members":{ + "fieldList":{"shape":"ValidationExceptionFieldList"}, + "message":{"shape":"String"}, + "reason":{"shape":"ValidationExceptionReason"} + }, + "error":{ + "httpStatusCode":400, + "senderFault":true + }, + "exception":true + }, + "ValidationExceptionField":{ + "type":"structure", + "required":[ + "message", + "name" + ], + "members":{ + "message":{"shape":"String"}, + "name":{"shape":"String"} + } + }, + "ValidationExceptionFieldList":{ + "type":"list", + "member":{"shape":"ValidationExceptionField"} + }, + "ValidationExceptionReason":{ + "type":"string", + "enum":[ + "UNKNOWN_OPERATION", + "CANNOT_PARSE", + "CANNOT_ASSUME_ROLE", + "FIELD_VALIDATION_FAILED", + "OTHER" + ] + } + } +} diff --git a/models/apis/privatenetworks/2021-12-03/docs-2.json b/models/apis/privatenetworks/2021-12-03/docs-2.json new file mode 100644 index 00000000000..f79b8db7769 --- /dev/null +++ b/models/apis/privatenetworks/2021-12-03/docs-2.json @@ -0,0 +1,881 @@ +{ + "version": "2.0", + "service": "

Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.

", + "operations": { + "AcknowledgeOrderReceipt": "

Acknowledges that the specified network order was received.

", + "ActivateDeviceIdentifier": "

Activates the specified device identifier.

", + "ActivateNetworkSite": "

Activates the specified network site.

", + "ConfigureAccessPoint": "

Configures the specified network resource.

Use this action to specify the geographic position of the hardware. You must provide Certified Professional Installer (CPI) credentials in the request so that we can obtain spectrum grants. For more information, see Radio units in the Amazon Web Services Private 5G User Guide.

", + "CreateNetwork": "

Creates a network.

", + "CreateNetworkSite": "

Creates a network site.

", + "DeactivateDeviceIdentifier": "

Deactivates the specified device identifier.

", + "DeleteNetwork": "

Deletes the specified network. You must delete network sites before you delete the network. For more information, see DeleteNetworkSite in the API Reference for Amazon Web Services Private 5G.

", + "DeleteNetworkSite": "

Deletes the specified network site. Return the hardware after you delete the network site. You are responsible for minimum charges. For more information, see Hardware returns in the Amazon Web Services Private 5G User Guide.

", + "GetDeviceIdentifier": "

Gets the specified device identifier.

", + "GetNetwork": "

Gets the specified network.

", + "GetNetworkResource": "

Gets the specified network resource.

", + "GetNetworkSite": "

Gets the specified network site.

", + "GetOrder": "

Gets the specified order.

", + "ListDeviceIdentifiers": "

Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.

 <p>If you specify multiple filters, filters are joined with an OR, and the request 

returns results that match all of the specified filters.

", + "ListNetworkResources": "

Lists network resources. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order or the status of network resources.

If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.

", + "ListNetworkSites": "

Lists network sites. Add filters to your request to return a more specific list of results. Use filters to match the status of the network site.

", + "ListNetworks": "

Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.

", + "ListOrders": "

Lists orders. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of the network site or the status of the order.

If you specify multiple filters, filters are joined with an OR, and the request returns results that match all of the specified filters.

", + "ListTagsForResource": "

Lists the tags for the specified resource.

", + "Ping": "

Checks the health of the service.

", + "TagResource": "

Adds tags to the specified resource.

", + "UntagResource": "

Removes tags from the specified resource.

", + "UpdateNetworkSite": "

Updates the specified network site.

", + "UpdateNetworkSitePlan": "

Updates the specified network site plan.

" + }, + "shapes": { + "AccessDeniedException": { + "base": "

You do not have permission to perform this operation.

", + "refs": { + } + }, + "AcknowledgeOrderReceiptRequest": { + "base": null, + "refs": { + } + }, + "AcknowledgeOrderReceiptResponse": { + "base": null, + "refs": { + } + }, + "AcknowledgmentStatus": { + "base": null, + "refs": { + "Order$acknowledgmentStatus": "

The acknowledgement status of the order.

" + } + }, + "ActivateDeviceIdentifierRequest": { + "base": null, + "refs": { + } + }, + "ActivateDeviceIdentifierResponse": { + "base": null, + "refs": { + } + }, + "ActivateNetworkSiteRequest": { + "base": null, + "refs": { + } + }, + "ActivateNetworkSiteResponse": { + "base": null, + "refs": { + } + }, + "Address": { + "base": "

Information about an address.

", + "refs": { + "ActivateNetworkSiteRequest$shippingAddress": "

The shipping address of the network site.

", + "Order$shippingAddress": "

The shipping address of the order.

" + } + }, + "AddressContent": { + "base": null, + "refs": { + "Address$city": "

The city for this address.

", + "Address$company": "

The company name for this address.

", + "Address$country": "

The country for this address.

", + "Address$name": "

The recipient's name for this address.

", + "Address$phoneNumber": "

The phone number for this address.

", + "Address$postalCode": "

The postal code for this address.

", + "Address$stateOrProvince": "

The state or province for this address.

", + "Address$street1": "

The first line of the street address.

", + "Address$street2": "

The second line of the street address.

", + "Address$street3": "

The third line of the street address.

" + } + }, + "Arn": { + "base": null, + "refs": { + "AcknowledgeOrderReceiptRequest$orderArn": "

The Amazon Resource Name (ARN) of the order.

", + "ActivateDeviceIdentifierRequest$deviceIdentifierArn": "

The Amazon Resource Name (ARN) of the device identifier.

", + "ActivateNetworkSiteRequest$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

", + "ConfigureAccessPointRequest$accessPointArn": "

The Amazon Resource Name (ARN) of the network resource.

", + "CreateNetworkSiteRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "DeactivateDeviceIdentifierRequest$deviceIdentifierArn": "

The Amazon Resource Name (ARN) of the device identifier.

", + "DeleteNetworkRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "DeleteNetworkSiteRequest$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

", + "DeviceIdentifier$deviceIdentifierArn": "

The Amazon Resource Name (ARN) of the device identifier.

", + "DeviceIdentifier$networkArn": "

The Amazon Resource Name (ARN) of the network on which the device identifier appears.

", + "DeviceIdentifier$trafficGroupArn": "

The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

", + "GetDeviceIdentifierRequest$deviceIdentifierArn": "

The Amazon Resource Name (ARN) of the device identifier.

", + "GetNetworkRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "GetNetworkResourceRequest$networkResourceArn": "

The Amazon Resource Name (ARN) of the network resource.

", + "GetNetworkSiteRequest$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

", + "GetOrderRequest$orderArn": "

The Amazon Resource Name (ARN) of the order.

", + "ListDeviceIdentifiersRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "ListNetworkResourcesRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "ListNetworkSitesRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "ListOrdersRequest$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "ListTagsForResourceRequest$resourceArn": "

The Amazon Resource Name (ARN) of the resource.

", + "Network$networkArn": "

The Amazon Resource Name (ARN) of the network.

", + "NetworkResource$networkArn": "

The Amazon Resource Name (ARN) of the network on which this network resource appears.

", + "NetworkResource$networkResourceArn": "

The Amazon Resource Name (ARN) of the network resource.

", + "NetworkResource$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site on which this network resource appears.

", + "NetworkResource$orderArn": "

The Amazon Resource Name (ARN) of the order used to purchase this network resource.

", + "NetworkSite$networkArn": "

The Amazon Resource Name (ARN) of the network to which the network site belongs.

", + "NetworkSite$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

", + "Order$networkArn": "

The Amazon Resource Name (ARN) of the network associated with this order.

", + "Order$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site associated with this order.

", + "Order$orderArn": "

The Amazon Resource Name (ARN) of the order.

", + "TagResourceRequest$resourceArn": "

The Amazon Resource Name (ARN) of the resource.

", + "UntagResourceRequest$resourceArn": "

The Amazon Resource Name (ARN) of the resource.

", + "UpdateNetworkSitePlanRequest$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

", + "UpdateNetworkSiteRequest$networkSiteArn": "

The Amazon Resource Name (ARN) of the network site.

" + } + }, + "ClientToken": { + "base": null, + "refs": { + "ActivateDeviceIdentifierRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "ActivateNetworkSiteRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "CreateNetworkRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "CreateNetworkSiteRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "DeactivateDeviceIdentifierRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "DeleteNetworkRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "DeleteNetworkSiteRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "UpdateNetworkSitePlanRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

", + "UpdateNetworkSiteRequest$clientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

" + } + }, + "ConfigureAccessPointRequest": { + "base": null, + "refs": { + } + }, + "ConfigureAccessPointRequestCpiSecretKeyString": { + "base": null, + "refs": { + "ConfigureAccessPointRequest$cpiSecretKey": "

A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.

" + } + }, + "ConfigureAccessPointRequestCpiUserIdString": { + "base": null, + "refs": { + "ConfigureAccessPointRequest$cpiUserId": "

The CPI user ID of the CPI user who is certifying the coordinates of the network resource.

" + } + }, + "ConfigureAccessPointRequestCpiUserPasswordString": { + "base": null, + "refs": { + "ConfigureAccessPointRequest$cpiUserPassword": "

The CPI password associated with the CPI certificate in cpiSecretKey.

" + } + }, + "ConfigureAccessPointRequestCpiUsernameString": { + "base": null, + "refs": { + "ConfigureAccessPointRequest$cpiUsername": "

The CPI user name of the CPI user who is certifying the coordinates of the radio unit.

" + } + }, + "ConfigureAccessPointResponse": { + "base": null, + "refs": { + } + }, + "CreateNetworkRequest": { + "base": null, + "refs": { + } + }, + "CreateNetworkResponse": { + "base": null, + "refs": { + } + }, + "CreateNetworkSiteRequest": { + "base": null, + "refs": { + } + }, + "CreateNetworkSiteResponse": { + "base": null, + "refs": { + } + }, + "DeactivateDeviceIdentifierRequest": { + "base": null, + "refs": { + } + }, + "DeactivateDeviceIdentifierResponse": { + "base": null, + "refs": { + } + }, + "DeleteNetworkRequest": { + "base": null, + "refs": { + } + }, + "DeleteNetworkResponse": { + "base": null, + "refs": { + } + }, + "DeleteNetworkSiteRequest": { + "base": null, + "refs": { + } + }, + "DeleteNetworkSiteResponse": { + "base": null, + "refs": { + } + }, + "Description": { + "base": null, + "refs": { + "CreateNetworkRequest$description": "

The description of the network.

", + "CreateNetworkSiteRequest$description": "

The description of the site.

", + "Network$description": "

The description of the network.

", + "NetworkResource$description": "

The description of the network resource.

", + "NetworkSite$description": "

The description of the network site.

", + "UpdateNetworkSiteRequest$description": "

The description.

" + } + }, + "DeviceIdentifier": { + "base": "

Information about a subscriber of a device that can use a network.

", + "refs": { + "ActivateDeviceIdentifierResponse$deviceIdentifier": "

Information about the device identifier.

", + "DeactivateDeviceIdentifierResponse$deviceIdentifier": "

Information about the device identifier.

", + "DeviceIdentifierList$member": null, + "GetDeviceIdentifierResponse$deviceIdentifier": "

Information about the device identifier.

" + } + }, + "DeviceIdentifierFilterKeys": { + "base": null, + "refs": { + "DeviceIdentifierFilters$key": null + } + }, + "DeviceIdentifierFilterValues": { + "base": null, + "refs": { + "DeviceIdentifierFilters$value": null + } + }, + "DeviceIdentifierFilters": { + "base": null, + "refs": { + "ListDeviceIdentifiersRequest$filters": "

The filters.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

" + } + }, + "DeviceIdentifierImsiString": { + "base": null, + "refs": { + "DeviceIdentifier$imsi": "

The International Mobile Subscriber Identity of the device identifier.

" + } + }, + "DeviceIdentifierList": { + "base": null, + "refs": { + "ListDeviceIdentifiersResponse$deviceIdentifiers": "

Information about the device identifiers.

" + } + }, + "DeviceIdentifierStatus": { + "base": null, + "refs": { + "DeviceIdentifier$status": "

The status of the device identifier.

" + } + }, + "Double": { + "base": null, + "refs": { + "Position$elevation": "

The elevation of the equipment at this position.

", + "Position$latitude": "

The latitude of the position.

", + "Position$longitude": "

The longitude of the position.

" + } + }, + "ElevationReference": { + "base": null, + "refs": { + "Position$elevationReference": "

The reference point from which elevation is reported.

" + } + }, + "ElevationUnit": { + "base": null, + "refs": { + "Position$elevationUnit": "

The units used to measure the elevation of the position.

" + } + }, + "GetDeviceIdentifierRequest": { + "base": null, + "refs": { + } + }, + "GetDeviceIdentifierResponse": { + "base": null, + "refs": { + } + }, + "GetNetworkRequest": { + "base": null, + "refs": { + } + }, + "GetNetworkResourceRequest": { + "base": null, + "refs": { + } + }, + "GetNetworkResourceResponse": { + "base": null, + "refs": { + } + }, + "GetNetworkResponse": { + "base": null, + "refs": { + } + }, + "GetNetworkSiteRequest": { + "base": null, + "refs": { + } + }, + "GetNetworkSiteResponse": { + "base": null, + "refs": { + } + }, + "GetOrderRequest": { + "base": null, + "refs": { + } + }, + "GetOrderResponse": { + "base": null, + "refs": { + } + }, + "HealthStatus": { + "base": null, + "refs": { + "NetworkResource$health": "

The health of the network resource.

" + } + }, + "Integer": { + "base": null, + "refs": { + "InternalServerException$retryAfterSeconds": "

Advice to clients on when the call can be safely retried.

" + } + }, + "InternalServerException": { + "base": "

Information about an internal error.

", + "refs": { + } + }, + "LimitExceededException": { + "base": "

The limit was exceeded.

", + "refs": { + } + }, + "ListDeviceIdentifiersRequest": { + "base": null, + "refs": { + } + }, + "ListDeviceIdentifiersRequestMaxResultsInteger": { + "base": null, + "refs": { + "ListDeviceIdentifiersRequest$maxResults": "

The maximum number of results to return.

" + } + }, + "ListDeviceIdentifiersResponse": { + "base": null, + "refs": { + } + }, + "ListNetworkResourcesRequest": { + "base": null, + "refs": { + } + }, + "ListNetworkResourcesRequestMaxResultsInteger": { + "base": null, + "refs": { + "ListNetworkResourcesRequest$maxResults": "

The maximum number of results to return.

" + } + }, + "ListNetworkResourcesResponse": { + "base": null, + "refs": { + } + }, + "ListNetworkSitesRequest": { + "base": null, + "refs": { + } + }, + "ListNetworkSitesRequestMaxResultsInteger": { + "base": null, + "refs": { + "ListNetworkSitesRequest$maxResults": "

The maximum number of results to return.

" + } + }, + "ListNetworkSitesResponse": { + "base": null, + "refs": { + } + }, + "ListNetworksRequest": { + "base": null, + "refs": { + } + }, + "ListNetworksRequestMaxResultsInteger": { + "base": null, + "refs": { + "ListNetworksRequest$maxResults": "

The maximum number of results to return.

" + } + }, + "ListNetworksResponse": { + "base": null, + "refs": { + } + }, + "ListOrdersRequest": { + "base": null, + "refs": { + } + }, + "ListOrdersRequestMaxResultsInteger": { + "base": null, + "refs": { + "ListOrdersRequest$maxResults": "

The maximum number of results to return.

" + } + }, + "ListOrdersResponse": { + "base": null, + "refs": { + } + }, + "ListTagsForResourceRequest": { + "base": null, + "refs": { + } + }, + "ListTagsForResourceResponse": { + "base": null, + "refs": { + } + }, + "Name": { + "base": null, + "refs": { + "CreateNetworkRequest$networkName": "

The name of the network. You can't change the name after you create the network.

", + "CreateNetworkSiteRequest$networkSiteName": "

The name of the site. You can't change the name after you create the site.

", + "Network$networkName": "

The name of the network.

", + "NetworkSite$networkSiteName": "

The name of the network site.

" + } + }, + "NameValuePair": { + "base": "

Information about a name/value pair.

", + "refs": { + "NameValuePairs$member": null, + "Options$member": null + } + }, + "NameValuePairs": { + "base": null, + "refs": { + "NetworkResource$attributes": "

The attributes of the network resource.

" + } + }, + "Network": { + "base": "

Information about a network.

", + "refs": { + "CreateNetworkResponse$network": "

Information about the network.

", + "DeleteNetworkResponse$network": "

Information about the network.

", + "GetNetworkResponse$network": "

Information about the network.

", + "NetworkList$member": null + } + }, + "NetworkFilterKeys": { + "base": null, + "refs": { + "NetworkFilters$key": null + } + }, + "NetworkFilterValues": { + "base": null, + "refs": { + "NetworkFilters$value": null + } + }, + "NetworkFilters": { + "base": null, + "refs": { + "ListNetworksRequest$filters": "

The filters.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

" + } + }, + "NetworkList": { + "base": null, + "refs": { + "ListNetworksResponse$networks": "

The networks.

" + } + }, + "NetworkResource": { + "base": "

Information about a network resource.

", + "refs": { + "ConfigureAccessPointResponse$accessPoint": "

Information about the network resource.

", + "GetNetworkResourceResponse$networkResource": "

Information about the network resource.

", + "NetworkResourceList$member": null + } + }, + "NetworkResourceDefinition": { + "base": "

Information about a network resource definition.

", + "refs": { + "NetworkResourceDefinitions$member": null + } + }, + "NetworkResourceDefinitionCountInteger": { + "base": null, + "refs": { + "NetworkResourceDefinition$count": "

The count in the network resource definition.

" + } + }, + "NetworkResourceDefinitionType": { + "base": null, + "refs": { + "NetworkResourceDefinition$type": "

The type in the network resource definition.

" + } + }, + "NetworkResourceDefinitions": { + "base": null, + "refs": { + "SitePlan$resourceDefinitions": "

The resource definitions of the plan.

" + } + }, + "NetworkResourceFilterKeys": { + "base": null, + "refs": { + "NetworkResourceFilters$key": null + } + }, + "NetworkResourceFilterValues": { + "base": null, + "refs": { + "NetworkResourceFilters$value": null + } + }, + "NetworkResourceFilters": { + "base": null, + "refs": { + "ListNetworkResourcesRequest$filters": "

The filters.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

" + } + }, + "NetworkResourceList": { + "base": null, + "refs": { + "ListNetworkResourcesResponse$networkResources": "

Information about network resources.

" + } + }, + "NetworkResourceStatus": { + "base": null, + "refs": { + "NetworkResource$status": "

The status of the network resource.

" + } + }, + "NetworkResourceType": { + "base": null, + "refs": { + "NetworkResource$type": "

The type of the network resource.

" + } + }, + "NetworkSite": { + "base": "

Information about a network site.

", + "refs": { + "ActivateNetworkSiteResponse$networkSite": "

Information about the network site.

", + "CreateNetworkSiteResponse$networkSite": "

Information about the network site.

", + "DeleteNetworkSiteResponse$networkSite": "

Information about the network site.

", + "GetNetworkSiteResponse$networkSite": "

Information about the network site.

", + "NetworkSiteList$member": null, + "UpdateNetworkSiteResponse$networkSite": "

Information about the network site.

" + } + }, + "NetworkSiteFilterKeys": { + "base": null, + "refs": { + "NetworkSiteFilters$key": null + } + }, + "NetworkSiteFilterValues": { + "base": null, + "refs": { + "NetworkSiteFilters$value": null + } + }, + "NetworkSiteFilters": { + "base": null, + "refs": { + "ListNetworkSitesRequest$filters": "

The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

" + } + }, + "NetworkSiteList": { + "base": null, + "refs": { + "ListNetworkSitesResponse$networkSites": "

Information about the network sites.

" + } + }, + "NetworkSiteStatus": { + "base": null, + "refs": { + "NetworkSite$status": "

The status of the network site.

" + } + }, + "NetworkStatus": { + "base": null, + "refs": { + "Network$status": "

The status of the network.

" + } + }, + "Options": { + "base": null, + "refs": { + "NetworkResourceDefinition$options": "

The options in the network resource definition.

", + "SitePlan$options": "

The options of the plan.

" + } + }, + "Order": { + "base": "

Information about an order.

", + "refs": { + "AcknowledgeOrderReceiptResponse$order": "

Information about the order.

", + "GetOrderResponse$order": "

Information about the order.

", + "OrderList$member": null + } + }, + "OrderFilterKeys": { + "base": null, + "refs": { + "OrderFilters$key": null + } + }, + "OrderFilterValues": { + "base": null, + "refs": { + "OrderFilters$value": null + } + }, + "OrderFilters": { + "base": null, + "refs": { + "ListOrdersRequest$filters": "

The filters.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

" + } + }, + "OrderList": { + "base": null, + "refs": { + "ListOrdersResponse$orders": "

Information about the orders.

" + } + }, + "PaginationToken": { + "base": null, + "refs": { + "ListDeviceIdentifiersRequest$startToken": "

The token for the next page of results.

", + "ListDeviceIdentifiersResponse$nextToken": "

The token for the next page of results.

", + "ListNetworkResourcesRequest$startToken": "

The token for the next page of results.

", + "ListNetworkResourcesResponse$nextToken": "

The token for the next page of results.

", + "ListNetworkSitesRequest$startToken": "

The token for the next page of results.

", + "ListNetworkSitesResponse$nextToken": "

The token for the next page of results.

", + "ListNetworksRequest$startToken": "

The token for the next page of results.

", + "ListNetworksResponse$nextToken": "

The token for the next page of results.

", + "ListOrdersRequest$startToken": "

The token for the next page of results.

", + "ListOrdersResponse$nextToken": "

The token for the next page of results.

" + } + }, + "PingResponse": { + "base": null, + "refs": { + } + }, + "Position": { + "base": "

Information about a position.

", + "refs": { + "ConfigureAccessPointRequest$position": "

The position of the network resource.

", + "NetworkResource$position": "

The position of the network resource.

" + } + }, + "ResourceNotFoundException": { + "base": "

The resource was not found.

", + "refs": { + } + }, + "SitePlan": { + "base": "

Information about a site plan.

", + "refs": { + "CreateNetworkSiteRequest$pendingPlan": "

Information about the pending plan for this site.

", + "NetworkSite$currentPlan": "

The current plan of the network site.

", + "NetworkSite$pendingPlan": "

The pending plan of the network site.

", + "UpdateNetworkSitePlanRequest$pendingPlan": "

The pending plan.

" + } + }, + "String": { + "base": null, + "refs": { + "AccessDeniedException$message": null, + "CreateNetworkSiteRequest$availabilityZone": "

The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

", + "CreateNetworkSiteRequest$availabilityZoneId": "

The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

", + "DeviceIdentifier$iccid": "

The Integrated Circuit Card Identifier of the device identifier.

", + "DeviceIdentifier$orderArn": "

The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

", + "DeviceIdentifier$vendor": "

The vendor of the device identifier.

", + "DeviceIdentifierFilterValues$member": null, + "InternalServerException$message": "

Description of the error.

", + "LimitExceededException$message": null, + "NameValuePair$name": "

The name of the pair.

", + "NameValuePair$value": "

The value of the pair.

", + "Network$statusReason": "

The status reason of the network.

", + "NetworkFilterValues$member": null, + "NetworkResource$model": "

The model of the network resource.

", + "NetworkResource$serialNumber": "

The serial number of the network resource.

", + "NetworkResource$statusReason": "

The status reason of the network resource.

", + "NetworkResource$vendor": "

The vendor of the network resource.

", + "NetworkResourceFilterValues$member": null, + "NetworkSite$availabilityZone": "

The parent Availability Zone for the network site.

", + "NetworkSite$availabilityZoneId": "

The parent Availability Zone ID for the network site.

", + "NetworkSite$statusReason": "

The status reason of the network site.

", + "NetworkSiteFilterValues$member": null, + "OrderFilterValues$member": null, + "PingResponse$status": "

Information about the health of the service.

", + "ResourceNotFoundException$message": "

Description of the error.

", + "ResourceNotFoundException$resourceId": "

Identifier of the affected resource.

", + "ResourceNotFoundException$resourceType": "

Type of the affected resource.

", + "ThrottlingException$message": null, + "TrackingInformation$trackingNumber": "

The tracking number of the shipment.

", + "ValidationException$message": "

Description of the error.

", + "ValidationExceptionField$message": "

The message about the validation failure.

", + "ValidationExceptionField$name": "

The field name that failed validation.

" + } + }, + "TagKey": { + "base": null, + "refs": { + "TagKeyList$member": null, + "TagMap$key": null + } + }, + "TagKeyList": { + "base": null, + "refs": { + "UntagResourceRequest$tagKeys": "

The tag keys.

" + } + }, + "TagMap": { + "base": null, + "refs": { + "ActivateDeviceIdentifierResponse$tags": "

The tags on the device identifier.

", + "CreateNetworkRequest$tags": "

The tags to apply to the network.

", + "CreateNetworkResponse$tags": "

The network tags.

", + "CreateNetworkSiteRequest$tags": "

The tags to apply to the network site.

", + "CreateNetworkSiteResponse$tags": "

The network site tags.

", + "GetDeviceIdentifierResponse$tags": "

The device identifier tags.

", + "GetNetworkResourceResponse$tags": "

The network resource tags.

", + "GetNetworkResponse$tags": "

The network tags.

", + "GetNetworkSiteResponse$tags": "

The network site tags.

", + "GetOrderResponse$tags": "

The order tags.

", + "ListTagsForResourceResponse$tags": "

The resource tags.

", + "TagResourceRequest$tags": "

The tags to add to the resource.

", + "UpdateNetworkSiteResponse$tags": "

The network site tags.

" + } + }, + "TagResourceRequest": { + "base": null, + "refs": { + } + }, + "TagResourceResponse": { + "base": null, + "refs": { + } + }, + "TagValue": { + "base": null, + "refs": { + "TagMap$value": null + } + }, + "ThrottlingException": { + "base": "

The request was denied due to request throttling.

", + "refs": { + } + }, + "Timestamp": { + "base": null, + "refs": { + "DeviceIdentifier$createdAt": "

The creation time of this device identifier.

", + "Network$createdAt": "

The creation time of the network.

", + "NetworkResource$createdAt": "

The creation time of the network resource.

", + "NetworkSite$createdAt": "

The creation time of the network site.

", + "Order$createdAt": "

The creation time of the order.

" + } + }, + "TrackingInformation": { + "base": "

Information about tracking a shipment.

", + "refs": { + "TrackingInformationList$member": null + } + }, + "TrackingInformationList": { + "base": null, + "refs": { + "Order$trackingInformation": "

The tracking information of the order.

" + } + }, + "UntagResourceRequest": { + "base": null, + "refs": { + } + }, + "UntagResourceResponse": { + "base": null, + "refs": { + } + }, + "UpdateNetworkSitePlanRequest": { + "base": null, + "refs": { + } + }, + "UpdateNetworkSiteRequest": { + "base": null, + "refs": { + } + }, + "UpdateNetworkSiteResponse": { + "base": null, + "refs": { + } + }, + "ValidationException": { + "base": "

The request failed validation.

", + "refs": { + } + }, + "ValidationExceptionField": { + "base": "

Information about a field that failed validation.

", + "refs": { + "ValidationExceptionFieldList$member": null + } + }, + "ValidationExceptionFieldList": { + "base": null, + "refs": { + "ValidationException$fieldList": "

The list of fields that caused the error, if applicable.

" + } + }, + "ValidationExceptionReason": { + "base": null, + "refs": { + "ValidationException$reason": "

Reason the request failed validation.

" + } + } + } +} diff --git a/models/apis/privatenetworks/2021-12-03/examples-1.json b/models/apis/privatenetworks/2021-12-03/examples-1.json new file mode 100644 index 00000000000..0ea7e3b0bbe --- /dev/null +++ b/models/apis/privatenetworks/2021-12-03/examples-1.json @@ -0,0 +1,5 @@ +{ + "version": "1.0", + "examples": { + } +} diff --git a/models/apis/privatenetworks/2021-12-03/paginators-1.json b/models/apis/privatenetworks/2021-12-03/paginators-1.json new file mode 100644 index 00000000000..8b7d279c188 --- /dev/null +++ b/models/apis/privatenetworks/2021-12-03/paginators-1.json @@ -0,0 +1,34 @@ +{ + "pagination": { + "ListDeviceIdentifiers": { + "input_token": "startToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "deviceIdentifiers" + }, + "ListNetworkResources": { + "input_token": "startToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "networkResources" + }, + "ListNetworkSites": { + "input_token": "startToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "networkSites" + }, + "ListNetworks": { + "input_token": "startToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "networks" + }, + "ListOrders": { + "input_token": "startToken", + "output_token": "nextToken", + "limit_key": "maxResults", + "result_key": "orders" + } + } +} diff --git a/models/endpoints/endpoints.json b/models/endpoints/endpoints.json index 2d13f6d9881..cf8d8c1f956 100644 --- a/models/endpoints/endpoints.json +++ b/models/endpoints/endpoints.json @@ -1757,6 +1757,14 @@ "us-west-2" : { } } }, + "backupstorage" : { + "endpoints" : { + "eu-west-1" : { }, + "us-east-1" : { }, + "us-east-2" : { }, + "us-west-2" : { } + } + }, "batch" : { "defaults" : { "variants" : [ { @@ -17551,12 +17559,18 @@ "variants" : [ { "hostname" : "lambda-fips.us-gov-east-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-gov-east-1.api.aws", + "tags" : [ "dualstack" ] } ] }, "us-gov-west-1" : { "variants" : [ { "hostname" : "lambda-fips.us-gov-west-1.amazonaws.com", "tags" : [ "fips" ] + }, { + "hostname" : "lambda.us-gov-west-1.api.aws", + "tags" : [ "dualstack" ] } ] } }