From b7e720c0dda6393ab0edef28ac67a171b889fffb Mon Sep 17 00:00:00 2001 From: 0marperez Date: Wed, 21 May 2025 10:52:52 -0400 Subject: [PATCH 1/3] misc: deprecate private networks --- codegen/sdk/aws-models/privatenetworks.json | 3948 ------------------- codegen/sdk/packages.json | 6 - 2 files changed, 3954 deletions(-) delete mode 100644 codegen/sdk/aws-models/privatenetworks.json diff --git a/codegen/sdk/aws-models/privatenetworks.json b/codegen/sdk/aws-models/privatenetworks.json deleted file mode 100644 index 3b14dba6b25..00000000000 --- a/codegen/sdk/aws-models/privatenetworks.json +++ /dev/null @@ -1,3948 +0,0 @@ -{ - "smithy": "2.0", - "shapes": { - "com.amazonaws.privatenetworks#AccessDeniedException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String" - } - }, - "traits": { - "smithy.api#documentation": "

You do not have permission to perform this operation.

", - "smithy.api#error": "client", - "smithy.api#httpError": 403 - } - }, - "com.amazonaws.privatenetworks#AcknowledgeOrderReceipt": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#AcknowledgeOrderReceiptRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#AcknowledgeOrderReceiptResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Acknowledges that the specified network order was received.

", - "smithy.api#http": { - "uri": "/v1/orders/acknowledge", - "method": "POST", - "code": 200 - } - } - }, - "com.amazonaws.privatenetworks#AcknowledgeOrderReceiptRequest": { - "type": "structure", - "members": { - "orderArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the order.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#AcknowledgeOrderReceiptResponse": { - "type": "structure", - "members": { - "order": { - "target": "com.amazonaws.privatenetworks#Order", - "traits": { - "smithy.api#documentation": "

Information about the order.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#AcknowledgmentStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "ACKNOWLEDGING", - "name": "ACKNOWLEDGING" - }, - { - "value": "ACKNOWLEDGED", - "name": "ACKNOWLEDGED" - }, - { - "value": "UNACKNOWLEDGED", - "name": "UNACKNOWLEDGED" - } - ] - } - }, - "com.amazonaws.privatenetworks#ActivateDeviceIdentifier": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ActivateDeviceIdentifierRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ActivateDeviceIdentifierResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Activates the specified device identifier.

", - "smithy.api#http": { - "uri": "/v1/device-identifiers/activate", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#ActivateDeviceIdentifierRequest": { - "type": "structure", - "members": { - "deviceIdentifierArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - } - } - }, - "com.amazonaws.privatenetworks#ActivateDeviceIdentifierResponse": { - "type": "structure", - "members": { - "deviceIdentifier": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifier", - "traits": { - "smithy.api#documentation": "

Information about the device identifier.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The tags on the device identifier.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ActivateNetworkSite": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ActivateNetworkSiteRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ActivateNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Activates the specified network site.

", - "smithy.api#http": { - "uri": "/v1/network-sites/activate", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#ActivateNetworkSiteRequest": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "shippingAddress": { - "target": "com.amazonaws.privatenetworks#Address", - "traits": { - "smithy.api#documentation": "

The shipping address of the network site.

", - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "commitmentConfiguration": { - "target": "com.amazonaws.privatenetworks#CommitmentConfiguration", - "traits": { - "smithy.api#documentation": "

Determines the duration and renewal status of the commitment period for all pending radio\n units.

\n

If you include commitmentConfiguration in the\n ActivateNetworkSiteRequest action, you must specify the\n following:

\n \n

For pricing, see Amazon Web Services Private 5G\n Pricing.

\n

If you do not include commitmentConfiguration in the\n ActivateNetworkSiteRequest action, the commitment period is set to\n 60-days.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ActivateNetworkSiteResponse": { - "type": "structure", - "members": { - "networkSite": { - "target": "com.amazonaws.privatenetworks#NetworkSite", - "traits": { - "smithy.api#documentation": "

Information about the network site.

" - } - } - } - }, - "com.amazonaws.privatenetworks#Address": { - "type": "structure", - "members": { - "city": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The city for this address.

", - "smithy.api#required": {} - } - }, - "company": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The company name for this address.

" - } - }, - "country": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The country for this address.

", - "smithy.api#required": {} - } - }, - "name": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The recipient's name for this address.

", - "smithy.api#required": {} - } - }, - "phoneNumber": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The recipient's phone number.

" - } - }, - "postalCode": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The postal code for this address.

", - "smithy.api#required": {} - } - }, - "stateOrProvince": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The state or province for this address.

", - "smithy.api#required": {} - } - }, - "street1": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The first line of the street address.

", - "smithy.api#required": {} - } - }, - "street2": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The second line of the street address.

" - } - }, - "street3": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The third line of the street address.

" - } - }, - "emailAddress": { - "target": "com.amazonaws.privatenetworks#AddressContent", - "traits": { - "smithy.api#documentation": "

The recipient's email address.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about an address.

" - } - }, - "com.amazonaws.privatenetworks#AddressContent": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1024 - }, - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.privatenetworks#Arn": { - "type": "string", - "traits": { - "smithy.api#pattern": "^arn:aws:private-networks:[a-z0-9-]+:[^:]*:.*$" - } - }, - "com.amazonaws.privatenetworks#ClientToken": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.privatenetworks#CommitmentConfiguration": { - "type": "structure", - "members": { - "commitmentLength": { - "target": "com.amazonaws.privatenetworks#CommitmentLength", - "traits": { - "smithy.api#documentation": "

The duration of the commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year\n period.

", - "smithy.api#required": {} - } - }, - "automaticRenewal": { - "target": "smithy.api#Boolean", - "traits": { - "smithy.api#documentation": "

Determines whether the commitment period for a radio unit is set to automatically\n renew for an additional 1 year after your current commitment period expires.

\n

Set to True, if you want your commitment period to automatically renew.\n Set to False if you do not want your commitment to automatically renew.

\n

You can do the following:

\n \n

You cannot use the automatic-renewal option for a 60-day\n commitment.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Determines the duration and renewal status of the commitment period for a radio\n unit.

\n

For pricing, see Amazon Web Services Private 5G\n Pricing.

" - } - }, - "com.amazonaws.privatenetworks#CommitmentInformation": { - "type": "structure", - "members": { - "commitmentConfiguration": { - "target": "com.amazonaws.privatenetworks#CommitmentConfiguration", - "traits": { - "smithy.api#documentation": "

The duration and renewal status of the commitment period for the radio unit.

", - "smithy.api#required": {} - } - }, - "startAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The date and time that the commitment period started.

" - } - }, - "expiresOn": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The date and time that the commitment period ends. If you do not cancel or renew the\n commitment before the expiration date, you will be billed at the 60-day-commitment\n rate.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Shows the duration, the date and time that the contract started and ends, and the\n renewal status of the commitment period for the radio unit.

" - } - }, - "com.amazonaws.privatenetworks#CommitmentLength": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "SIXTY_DAYS", - "value": "SIXTY_DAYS" - }, - { - "name": "ONE_YEAR", - "value": "ONE_YEAR" - }, - { - "name": "THREE_YEARS", - "value": "THREE_YEARS" - } - ] - } - }, - "com.amazonaws.privatenetworks#ConfigureAccessPoint": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ConfigureAccessPointRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ConfigureAccessPointResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Configures the specified network resource.

\n

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

", - "smithy.api#http": { - "uri": "/v1/network-resources/configure", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#ConfigureAccessPointRequest": { - "type": "structure", - "members": { - "accessPointArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "position": { - "target": "com.amazonaws.privatenetworks#Position", - "traits": { - "smithy.api#documentation": "

The position of the network resource.

" - } - }, - "cpiUsername": { - "target": "com.amazonaws.privatenetworks#SensitiveString", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#length": { - "min": 1, - "max": 4096 - } - } - }, - "cpiUserId": { - "target": "com.amazonaws.privatenetworks#SensitiveString", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#length": { - "min": 1, - "max": 4096 - } - } - }, - "cpiUserPassword": { - "target": "com.amazonaws.privatenetworks#SensitiveString", - "traits": { - "smithy.api#documentation": "

The CPI password associated with the CPI certificate in\n cpiSecretKey.

", - "smithy.api#length": { - "min": 1, - "max": 4096 - } - } - }, - "cpiSecretKey": { - "target": "com.amazonaws.privatenetworks#SensitiveString", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#length": { - "min": 1, - "max": 100000 - } - } - } - } - }, - "com.amazonaws.privatenetworks#ConfigureAccessPointResponse": { - "type": "structure", - "members": { - "accessPoint": { - "target": "com.amazonaws.privatenetworks#NetworkResource", - "traits": { - "smithy.api#documentation": "

Information about the network resource.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#CreateNetwork": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#CreateNetworkRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#CreateNetworkResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#LimitExceededException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a network.

", - "smithy.api#http": { - "uri": "/v1/networks", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#CreateNetworkRequest": { - "type": "structure", - "members": { - "networkName": { - "target": "com.amazonaws.privatenetworks#Name", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description of the network.

" - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The tags to apply to the network.

" - } - } - } - }, - "com.amazonaws.privatenetworks#CreateNetworkResponse": { - "type": "structure", - "members": { - "network": { - "target": "com.amazonaws.privatenetworks#Network", - "traits": { - "smithy.api#documentation": "

Information about the network.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#CreateNetworkSite": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#CreateNetworkSiteRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#CreateNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Creates a network site.

", - "smithy.api#http": { - "uri": "/v1/network-sites", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#CreateNetworkSiteRequest": { - "type": "structure", - "members": { - "networkSiteName": { - "target": "com.amazonaws.privatenetworks#Name", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description of the site.

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "pendingPlan": { - "target": "com.amazonaws.privatenetworks#SitePlan", - "traits": { - "smithy.api#documentation": "

Information about the pending plan for this site.

" - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "availabilityZone": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "availabilityZoneId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The tags to apply to the network site.

" - } - } - } - }, - "com.amazonaws.privatenetworks#CreateNetworkSiteResponse": { - "type": "structure", - "members": { - "networkSite": { - "target": "com.amazonaws.privatenetworks#NetworkSite", - "traits": { - "smithy.api#documentation": "

Information about the network site.

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network site tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#DeactivateDeviceIdentifier": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#DeactivateDeviceIdentifierRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#DeactivateDeviceIdentifierResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Deactivates the specified device identifier.

", - "smithy.api#http": { - "uri": "/v1/device-identifiers/deactivate", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#DeactivateDeviceIdentifierRequest": { - "type": "structure", - "members": { - "deviceIdentifierArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - } - } - }, - "com.amazonaws.privatenetworks#DeactivateDeviceIdentifierResponse": { - "type": "structure", - "members": { - "deviceIdentifier": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifier", - "traits": { - "smithy.api#documentation": "

Information about the device identifier.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#DeleteNetwork": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#DeleteNetworkRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#DeleteNetworkResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#AccessDeniedException" - }, - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#http": { - "uri": "/v1/networks/{networkArn}", - "method": "DELETE", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#DeleteNetworkRequest": { - "type": "structure", - "members": { - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpQuery": "clientToken" - } - } - } - }, - "com.amazonaws.privatenetworks#DeleteNetworkResponse": { - "type": "structure", - "members": { - "network": { - "target": "com.amazonaws.privatenetworks#Network", - "traits": { - "smithy.api#documentation": "

Information about the network.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#DeleteNetworkSite": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#DeleteNetworkSiteRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#DeleteNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#AccessDeniedException" - }, - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#http": { - "uri": "/v1/network-sites/{networkSiteArn}", - "method": "DELETE", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#DeleteNetworkSiteRequest": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpQuery": "clientToken" - } - } - } - }, - "com.amazonaws.privatenetworks#DeleteNetworkSiteResponse": { - "type": "structure", - "members": { - "networkSite": { - "target": "com.amazonaws.privatenetworks#NetworkSite", - "traits": { - "smithy.api#documentation": "

Information about the network site.

" - } - } - } - }, - "com.amazonaws.privatenetworks#Description": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifier": { - "type": "structure", - "members": { - "deviceIdentifierArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "trafficGroupArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "imsi": { - "target": "com.amazonaws.privatenetworks#SensitiveString", - "traits": { - "smithy.api#documentation": "

The International Mobile Subscriber Identity of the device identifier.

", - "smithy.api#pattern": "^[0-9]{15}$" - } - }, - "iccid": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The Integrated Circuit Card Identifier of the device identifier.

" - } - }, - "vendor": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The vendor of the device identifier.

" - } - }, - "status": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifierStatus", - "traits": { - "smithy.api#documentation": "

The status of the device identifier.

" - } - }, - "orderArn": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "createdAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of this device identifier.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifierFilterKeys": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "STATUS", - "value": "STATUS" - }, - { - "name": "ORDER", - "value": "ORDER" - }, - { - "name": "TRAFFIC_GROUP", - "value": "TRAFFIC_GROUP" - } - ] - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifierFilterValues": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifierFilters": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifierFilterKeys" - }, - "value": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifierFilterValues" - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifierList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifier" - } - }, - "com.amazonaws.privatenetworks#DeviceIdentifierStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "ACTIVE", - "name": "ACTIVE" - }, - { - "value": "INACTIVE", - "name": "INACTIVE" - } - ] - } - }, - "com.amazonaws.privatenetworks#E5GNetworkControllerLambda": { - "type": "service", - "version": "2021-12-03", - "operations": [ - { - "target": "com.amazonaws.privatenetworks#AcknowledgeOrderReceipt" - }, - { - "target": "com.amazonaws.privatenetworks#ActivateDeviceIdentifier" - }, - { - "target": "com.amazonaws.privatenetworks#ActivateNetworkSite" - }, - { - "target": "com.amazonaws.privatenetworks#ConfigureAccessPoint" - }, - { - "target": "com.amazonaws.privatenetworks#CreateNetwork" - }, - { - "target": "com.amazonaws.privatenetworks#CreateNetworkSite" - }, - { - "target": "com.amazonaws.privatenetworks#DeactivateDeviceIdentifier" - }, - { - "target": "com.amazonaws.privatenetworks#DeleteNetwork" - }, - { - "target": "com.amazonaws.privatenetworks#DeleteNetworkSite" - }, - { - "target": "com.amazonaws.privatenetworks#GetDeviceIdentifier" - }, - { - "target": "com.amazonaws.privatenetworks#GetNetwork" - }, - { - "target": "com.amazonaws.privatenetworks#GetNetworkResource" - }, - { - "target": "com.amazonaws.privatenetworks#GetNetworkSite" - }, - { - "target": "com.amazonaws.privatenetworks#GetOrder" - }, - { - "target": "com.amazonaws.privatenetworks#ListDeviceIdentifiers" - }, - { - "target": "com.amazonaws.privatenetworks#ListNetworkResources" - }, - { - "target": "com.amazonaws.privatenetworks#ListNetworks" - }, - { - "target": "com.amazonaws.privatenetworks#ListNetworkSites" - }, - { - "target": "com.amazonaws.privatenetworks#ListOrders" - }, - { - "target": "com.amazonaws.privatenetworks#ListTagsForResource" - }, - { - "target": "com.amazonaws.privatenetworks#Ping" - }, - { - "target": "com.amazonaws.privatenetworks#StartNetworkResourceUpdate" - }, - { - "target": "com.amazonaws.privatenetworks#TagResource" - }, - { - "target": "com.amazonaws.privatenetworks#UntagResource" - }, - { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSite" - }, - { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSitePlan" - } - ], - "traits": { - "aws.api#service": { - "sdkId": "PrivateNetworks", - "arnNamespace": "private-networks" - }, - "aws.auth#sigv4": { - "name": "private-networks" - }, - "aws.protocols#restJson1": {}, - "smithy.api#cors": { - "additionalAllowedHeaders": [ - "*", - "content-type", - "x-amz-content-sha256", - "x-amz-user-agent", - "x-amzn-platform-id", - "x-amzn-trace-id" - ], - "additionalExposedHeaders": [ - "x-amzn-errortype", - "x-amzn-requestid", - "x-amzn-trace-id" - ], - "maxAge": 86400 - }, - "smithy.api#documentation": "

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

", - "smithy.api#title": "AWS Private 5G", - "smithy.rules#endpointRuleSet": { - "version": "1.0", - "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, - "UseFIPS": { - "builtIn": "AWS::UseFIPS", - "required": true, - "default": false, - "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", - "type": "Boolean" - }, - "Endpoint": { - "builtIn": "SDK::Endpoint", - "required": false, - "documentation": "Override the endpoint used to send this request", - "type": "String" - } - }, - "rules": [ - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Endpoint" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Region" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "aws.partition", - "argv": [ - { - "ref": "Region" - } - ], - "assign": "PartitionResult" - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://private-networks-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - }, - true - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://private-networks-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://private-networks.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [], - "endpoint": { - "url": "https://private-networks.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" - } - ] - }, - "smithy.rules#endpointTests": { - "testCases": [ - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks-fips.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://private-networks.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", - "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", - "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "Missing region", - "expect": { - "error": "Invalid Configuration: Missing Region" - } - } - ], - "version": "1.0" - } - } - }, - "com.amazonaws.privatenetworks#ElevationReference": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "AGL", - "name": "AGL" - }, - { - "value": "AMSL", - "name": "AMSL" - } - ] - } - }, - "com.amazonaws.privatenetworks#ElevationUnit": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "FEET", - "name": "FEET", - "documentation": "Feet." - } - ] - } - }, - "com.amazonaws.privatenetworks#GetDeviceIdentifier": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#GetDeviceIdentifierRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#GetDeviceIdentifierResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets the specified device identifier.

", - "smithy.api#http": { - "uri": "/v1/device-identifiers/{deviceIdentifierArn}", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#GetDeviceIdentifierRequest": { - "type": "structure", - "members": { - "deviceIdentifierArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#GetDeviceIdentifierResponse": { - "type": "structure", - "members": { - "deviceIdentifier": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifier", - "traits": { - "smithy.api#documentation": "

Information about the device identifier.

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The device identifier tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetwork": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#GetNetworkRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#GetNetworkResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets the specified network.

", - "smithy.api#http": { - "uri": "/v1/networks/{networkArn}", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#GetNetworkRequest": { - "type": "structure", - "members": { - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetworkResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#GetNetworkResourceRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#GetNetworkResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets the specified network resource.

", - "smithy.api#http": { - "uri": "/v1/network-resources/{networkResourceArn}", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#GetNetworkResourceRequest": { - "type": "structure", - "members": { - "networkResourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetworkResourceResponse": { - "type": "structure", - "members": { - "networkResource": { - "target": "com.amazonaws.privatenetworks#NetworkResource", - "traits": { - "smithy.api#documentation": "

Information about the network resource.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network resource tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetworkResponse": { - "type": "structure", - "members": { - "network": { - "target": "com.amazonaws.privatenetworks#Network", - "traits": { - "smithy.api#documentation": "

Information about the network.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetworkSite": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#GetNetworkSiteRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#GetNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets the specified network site.

", - "smithy.api#http": { - "uri": "/v1/network-sites/{networkSiteArn}", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#GetNetworkSiteRequest": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#GetNetworkSiteResponse": { - "type": "structure", - "members": { - "networkSite": { - "target": "com.amazonaws.privatenetworks#NetworkSite", - "traits": { - "smithy.api#documentation": "

Information about the network site.

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network site tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#GetOrder": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#GetOrderRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#GetOrderResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Gets the specified order.

", - "smithy.api#http": { - "uri": "/v1/orders/{orderArn}", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#GetOrderRequest": { - "type": "structure", - "members": { - "orderArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the order.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#GetOrderResponse": { - "type": "structure", - "members": { - "order": { - "target": "com.amazonaws.privatenetworks#Order", - "traits": { - "smithy.api#documentation": "

Information about the order.

", - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The order tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#HealthStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "INITIAL", - "name": "INITIAL" - }, - { - "value": "HEALTHY", - "name": "HEALTHY" - }, - { - "value": "UNHEALTHY", - "name": "UNHEALTHY" - } - ] - } - }, - "com.amazonaws.privatenetworks#InternalServerException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "Description of the error.", - "smithy.api#required": {} - } - }, - "retryAfterSeconds": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "Advice to clients on when the call can be safely retried.", - "smithy.api#httpHeader": "Retry-After" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about an internal error.

", - "smithy.api#error": "server", - "smithy.api#httpError": 500, - "smithy.api#retryable": {} - } - }, - "com.amazonaws.privatenetworks#LimitExceededException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The limit was exceeded.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.privatenetworks#ListDeviceIdentifiers": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListDeviceIdentifiersRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListDeviceIdentifiersResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

", - "smithy.api#http": { - "uri": "/v1/device-identifiers/list", - "method": "POST", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "startToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "deviceIdentifiers" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListDeviceIdentifiersRequest": { - "type": "structure", - "members": { - "filters": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifierFilters", - "traits": { - "smithy.api#documentation": "

The filters.

\n \n

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

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "startToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#default": null, - "smithy.api#documentation": "

The maximum number of results to return.

", - "smithy.api#range": { - "min": 1, - "max": 20 - } - } - } - } - }, - "com.amazonaws.privatenetworks#ListDeviceIdentifiersResponse": { - "type": "structure", - "members": { - "deviceIdentifiers": { - "target": "com.amazonaws.privatenetworks#DeviceIdentifierList", - "traits": { - "smithy.api#documentation": "

Information about the device identifiers.

" - } - }, - "nextToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworkResources": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListNetworkResourcesRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListNetworkResourcesResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

", - "smithy.api#http": { - "uri": "/v1/network-resources", - "method": "POST", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "startToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "networkResources" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListNetworkResourcesRequest": { - "type": "structure", - "members": { - "filters": { - "target": "com.amazonaws.privatenetworks#NetworkResourceFilters", - "traits": { - "smithy.api#documentation": "

The filters.

\n \n

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

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "startToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#default": null, - "smithy.api#documentation": "

The maximum number of results to return.

", - "smithy.api#range": { - "min": 1, - "max": 20 - } - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworkResourcesResponse": { - "type": "structure", - "members": { - "networkResources": { - "target": "com.amazonaws.privatenetworks#NetworkResourceList", - "traits": { - "smithy.api#documentation": "

Information about network resources.

" - } - }, - "nextToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworkSites": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListNetworkSitesRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListNetworkSitesResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#http": { - "uri": "/v1/network-sites/list", - "method": "POST", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "startToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "networkSites" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListNetworkSitesRequest": { - "type": "structure", - "members": { - "filters": { - "target": "com.amazonaws.privatenetworks#NetworkSiteFilters", - "traits": { - "smithy.api#documentation": "

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

\n \n

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

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "startToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#default": null, - "smithy.api#documentation": "

The maximum number of results to return.

", - "smithy.api#range": { - "min": 1, - "max": 20 - } - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworkSitesResponse": { - "type": "structure", - "members": { - "networkSites": { - "target": "com.amazonaws.privatenetworks#NetworkSiteList", - "traits": { - "smithy.api#documentation": "

Information about the network sites.

" - } - }, - "nextToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworks": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListNetworksRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListNetworksResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#http": { - "uri": "/v1/networks/list", - "method": "POST", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "startToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "networks" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListNetworksRequest": { - "type": "structure", - "members": { - "filters": { - "target": "com.amazonaws.privatenetworks#NetworkFilters", - "traits": { - "smithy.api#documentation": "

The filters.

\n \n

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

" - } - }, - "startToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#default": null, - "smithy.api#documentation": "

The maximum number of results to return.

", - "smithy.api#range": { - "min": 1, - "max": 20 - } - } - } - } - }, - "com.amazonaws.privatenetworks#ListNetworksResponse": { - "type": "structure", - "members": { - "networks": { - "target": "com.amazonaws.privatenetworks#NetworkList", - "traits": { - "smithy.api#documentation": "

The networks.

" - } - }, - "nextToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListOrders": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListOrdersRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListOrdersResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

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

\n

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

", - "smithy.api#http": { - "uri": "/v1/orders/list", - "method": "POST", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "startToken", - "outputToken": "nextToken", - "pageSize": "maxResults", - "items": "orders" - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListOrdersRequest": { - "type": "structure", - "members": { - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "startToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - }, - "maxResults": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#default": null, - "smithy.api#documentation": "

The maximum number of results to return.

", - "smithy.api#range": { - "min": 1, - "max": 20 - } - } - }, - "filters": { - "target": "com.amazonaws.privatenetworks#OrderFilters", - "traits": { - "smithy.api#documentation": "

The filters.

\n \n

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

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListOrdersResponse": { - "type": "structure", - "members": { - "orders": { - "target": "com.amazonaws.privatenetworks#OrderList", - "traits": { - "smithy.api#documentation": "

Information about the orders.

" - } - }, - "nextToken": { - "target": "com.amazonaws.privatenetworks#PaginationToken", - "traits": { - "smithy.api#documentation": "

The token for the next page of results.

" - } - } - } - }, - "com.amazonaws.privatenetworks#ListTagsForResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#ListTagsForResourceRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#ListTagsForResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#AccessDeniedException" - }, - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ThrottlingException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Lists the tags for the specified resource.

", - "smithy.api#http": { - "method": "GET", - "uri": "/tags/{resourceArn}", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#ListTagsForResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#ListTagsForResourceResponse": { - "type": "structure", - "members": { - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The resource tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#Name": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 64 - }, - "smithy.api#pattern": "^[0-9a-zA-Z-]*$" - } - }, - "com.amazonaws.privatenetworks#NameValuePair": { - "type": "structure", - "members": { - "name": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The name of the pair.

", - "smithy.api#required": {} - } - }, - "value": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The value of the pair.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a name/value pair.

" - } - }, - "com.amazonaws.privatenetworks#NameValuePairs": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#NameValuePair" - } - }, - "com.amazonaws.privatenetworks#Network": { - "type": "structure", - "members": { - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the network.

", - "smithy.api#required": {} - } - }, - "networkName": { - "target": "com.amazonaws.privatenetworks#Name", - "traits": { - "smithy.api#documentation": "

The name of the network.

", - "smithy.api#required": {} - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description of the network.

" - } - }, - "status": { - "target": "com.amazonaws.privatenetworks#NetworkStatus", - "traits": { - "smithy.api#documentation": "

The status of the network.

", - "smithy.api#required": {} - } - }, - "statusReason": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The status reason of the network.

" - } - }, - "createdAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of the network.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a network.

" - } - }, - "com.amazonaws.privatenetworks#NetworkFilterKeys": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "STATUS", - "value": "STATUS" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkFilterValues": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.privatenetworks#NetworkFilters": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#NetworkFilterKeys" - }, - "value": { - "target": "com.amazonaws.privatenetworks#NetworkFilterValues" - } - }, - "com.amazonaws.privatenetworks#NetworkList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#Network" - } - }, - "com.amazonaws.privatenetworks#NetworkResource": { - "type": "structure", - "members": { - "networkResourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description of the network resource.

" - } - }, - "type": { - "target": "com.amazonaws.privatenetworks#NetworkResourceType", - "traits": { - "smithy.api#documentation": "

The type of the network resource.

" - } - }, - "status": { - "target": "com.amazonaws.privatenetworks#NetworkResourceStatus", - "traits": { - "smithy.api#documentation": "

The status of the network resource.

" - } - }, - "statusReason": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The status reason of the network resource.

" - } - }, - "vendor": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The vendor of the network resource.

" - } - }, - "model": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The model of the network resource.

" - } - }, - "serialNumber": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The serial number of the network resource.

" - } - }, - "health": { - "target": "com.amazonaws.privatenetworks#HealthStatus", - "traits": { - "smithy.api#documentation": "

The health of the network resource.

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "orderArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "attributes": { - "target": "com.amazonaws.privatenetworks#NameValuePairs", - "traits": { - "smithy.api#documentation": "

The attributes of the network resource.

" - } - }, - "position": { - "target": "com.amazonaws.privatenetworks#Position", - "traits": { - "smithy.api#documentation": "

The position of the network resource.

" - } - }, - "createdAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of the network resource.

" - } - }, - "returnInformation": { - "target": "com.amazonaws.privatenetworks#ReturnInformation", - "traits": { - "smithy.api#documentation": "

Information about a request to return the network resource.

" - } - }, - "commitmentInformation": { - "target": "com.amazonaws.privatenetworks#CommitmentInformation", - "traits": { - "smithy.api#documentation": "

Information about the commitment period for the radio unit. Shows the duration, the\n date and time that the contract started and ends, and the renewal status of the\n commitment period.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a network resource.

" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceDefinition": { - "type": "structure", - "members": { - "type": { - "target": "com.amazonaws.privatenetworks#NetworkResourceDefinitionType", - "traits": { - "smithy.api#documentation": "

The type in the network resource definition.

", - "smithy.api#required": {} - } - }, - "options": { - "target": "com.amazonaws.privatenetworks#Options", - "traits": { - "smithy.api#documentation": "

The options in the network resource definition.

" - } - }, - "count": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The count in the network resource definition.

", - "smithy.api#range": { - "min": 0 - }, - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a network resource definition.

" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceDefinitionType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "RADIO_UNIT", - "name": "RADIO_UNIT" - }, - { - "value": "DEVICE_IDENTIFIER", - "name": "DEVICE_IDENTIFIER" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkResourceDefinitions": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#NetworkResourceDefinition" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceFilterKeys": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "ORDER", - "value": "ORDER" - }, - { - "name": "STATUS", - "value": "STATUS" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkResourceFilterValues": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceFilters": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#NetworkResourceFilterKeys" - }, - "value": { - "target": "com.amazonaws.privatenetworks#NetworkResourceFilterValues" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#NetworkResource" - } - }, - "com.amazonaws.privatenetworks#NetworkResourceStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "PENDING", - "name": "PENDING" - }, - { - "value": "SHIPPED", - "name": "SHIPPED" - }, - { - "value": "PROVISIONING", - "name": "PROVISIONING" - }, - { - "value": "PROVISIONED", - "name": "PROVISIONED" - }, - { - "value": "AVAILABLE", - "name": "AVAILABLE" - }, - { - "value": "DELETING", - "name": "DELETING" - }, - { - "value": "PENDING_RETURN", - "name": "PENDING_RETURN" - }, - { - "value": "DELETED", - "name": "DELETED" - }, - { - "value": "CREATING_SHIPPING_LABEL", - "name": "CREATING_SHIPPING_LABEL" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkResourceType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "RADIO_UNIT", - "name": "RADIO_UNIT" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkSite": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "networkSiteName": { - "target": "com.amazonaws.privatenetworks#Name", - "traits": { - "smithy.api#documentation": "

The name of the network site.

", - "smithy.api#required": {} - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description of the network site.

" - } - }, - "status": { - "target": "com.amazonaws.privatenetworks#NetworkSiteStatus", - "traits": { - "smithy.api#documentation": "

The status of the network site.

", - "smithy.api#required": {} - } - }, - "statusReason": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The status reason of the network site.

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "pendingPlan": { - "target": "com.amazonaws.privatenetworks#SitePlan", - "traits": { - "smithy.api#documentation": "

The pending plan of the network site.

" - } - }, - "currentPlan": { - "target": "com.amazonaws.privatenetworks#SitePlan", - "traits": { - "smithy.api#documentation": "

The current plan of the network site.

" - } - }, - "createdAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of the network site.

" - } - }, - "availabilityZone": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The parent Availability Zone for the network site.

" - } - }, - "availabilityZoneId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The parent Availability Zone ID for the network site.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a network site.

" - } - }, - "com.amazonaws.privatenetworks#NetworkSiteFilterKeys": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "STATUS", - "value": "STATUS" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkSiteFilterValues": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.privatenetworks#NetworkSiteFilters": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#NetworkSiteFilterKeys" - }, - "value": { - "target": "com.amazonaws.privatenetworks#NetworkSiteFilterValues" - } - }, - "com.amazonaws.privatenetworks#NetworkSiteList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#NetworkSite" - } - }, - "com.amazonaws.privatenetworks#NetworkSiteStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "CREATED", - "name": "CREATED" - }, - { - "value": "PROVISIONING", - "name": "PROVISIONING" - }, - { - "value": "AVAILABLE", - "name": "AVAILABLE" - }, - { - "value": "DEPROVISIONING", - "name": "DEPROVISIONING" - }, - { - "value": "DELETED", - "name": "DELETED" - } - ] - } - }, - "com.amazonaws.privatenetworks#NetworkStatus": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "CREATED", - "name": "CREATED" - }, - { - "value": "PROVISIONING", - "name": "PROVISIONING" - }, - { - "value": "AVAILABLE", - "name": "AVAILABLE" - }, - { - "value": "DEPROVISIONING", - "name": "DEPROVISIONING" - }, - { - "value": "DELETED", - "name": "DELETED" - } - ] - } - }, - "com.amazonaws.privatenetworks#Options": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#NameValuePair" - } - }, - "com.amazonaws.privatenetworks#Order": { - "type": "structure", - "members": { - "orderArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the order.

" - } - }, - "shippingAddress": { - "target": "com.amazonaws.privatenetworks#Address", - "traits": { - "smithy.api#documentation": "

The shipping address of the order.

" - } - }, - "networkArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "trackingInformation": { - "target": "com.amazonaws.privatenetworks#TrackingInformationList", - "traits": { - "smithy.api#documentation": "

The tracking information of the order.

" - } - }, - "acknowledgmentStatus": { - "target": "com.amazonaws.privatenetworks#AcknowledgmentStatus", - "traits": { - "smithy.api#documentation": "

The acknowledgement status of the order.

" - } - }, - "createdAt": { - "target": "com.amazonaws.privatenetworks#Timestamp", - "traits": { - "smithy.api#documentation": "

The creation time of the order.

" - } - }, - "orderedResources": { - "target": "com.amazonaws.privatenetworks#OrderedResourceDefinitions", - "traits": { - "smithy.api#documentation": "

A list of the network resources placed in the order.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about an order.

" - } - }, - "com.amazonaws.privatenetworks#OrderFilterKeys": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "name": "STATUS", - "value": "STATUS" - }, - { - "name": "NETWORK_SITE", - "value": "NETWORK_SITE" - } - ] - } - }, - "com.amazonaws.privatenetworks#OrderFilterValues": { - "type": "list", - "member": { - "target": "smithy.api#String" - } - }, - "com.amazonaws.privatenetworks#OrderFilters": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#OrderFilterKeys" - }, - "value": { - "target": "com.amazonaws.privatenetworks#OrderFilterValues" - } - }, - "com.amazonaws.privatenetworks#OrderList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#Order" - } - }, - "com.amazonaws.privatenetworks#OrderedResourceDefinition": { - "type": "structure", - "members": { - "type": { - "target": "com.amazonaws.privatenetworks#NetworkResourceDefinitionType", - "traits": { - "smithy.api#documentation": "

The type of network resource in the order.

", - "smithy.api#required": {} - } - }, - "count": { - "target": "smithy.api#Integer", - "traits": { - "smithy.api#documentation": "

The number of network resources in the order.

", - "smithy.api#range": { - "min": 0 - }, - "smithy.api#required": {} - } - }, - "commitmentConfiguration": { - "target": "com.amazonaws.privatenetworks#CommitmentConfiguration", - "traits": { - "smithy.api#documentation": "

The duration and renewal status of the commitment period for each radio unit in the\n order. Does not show details if the resource type is DEVICE_IDENTIFIER.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Details of the network resources in the order.

" - } - }, - "com.amazonaws.privatenetworks#OrderedResourceDefinitions": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#OrderedResourceDefinition" - } - }, - "com.amazonaws.privatenetworks#PaginationToken": { - "type": "string" - }, - "com.amazonaws.privatenetworks#Ping": { - "type": "operation", - "input": { - "target": "smithy.api#Unit" - }, - "output": { - "target": "com.amazonaws.privatenetworks#PingResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - } - ], - "traits": { - "smithy.api#documentation": "

Checks the health of the service.

", - "smithy.api#http": { - "uri": "/ping", - "method": "GET", - "code": 200 - }, - "smithy.api#readonly": {} - } - }, - "com.amazonaws.privatenetworks#PingResponse": { - "type": "structure", - "members": { - "status": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

Information about the health of the service.

" - } - } - } - }, - "com.amazonaws.privatenetworks#Position": { - "type": "structure", - "members": { - "latitude": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The latitude of the position.

" - } - }, - "longitude": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The longitude of the position.

" - } - }, - "elevation": { - "target": "smithy.api#Double", - "traits": { - "smithy.api#documentation": "

The elevation of the equipment at this position.

" - } - }, - "elevationUnit": { - "target": "com.amazonaws.privatenetworks#ElevationUnit", - "traits": { - "smithy.api#documentation": "

The units used to measure the elevation of the position.

" - } - }, - "elevationReference": { - "target": "com.amazonaws.privatenetworks#ElevationReference", - "traits": { - "smithy.api#documentation": "

The reference point from which elevation is reported.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a position.

" - } - }, - "com.amazonaws.privatenetworks#ResourceNotFoundException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "Description of the error.", - "smithy.api#required": {} - } - }, - "resourceId": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "Identifier of the affected resource.", - "smithy.api#required": {} - } - }, - "resourceType": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "Type of the affected resource.", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The resource was not found.

", - "smithy.api#error": "client", - "smithy.api#httpError": 404 - } - }, - "com.amazonaws.privatenetworks#ReturnInformation": { - "type": "structure", - "members": { - "shippingAddress": { - "target": "com.amazonaws.privatenetworks#Address", - "traits": { - "smithy.api#documentation": "

The shipping address.

" - } - }, - "returnReason": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The reason for the return. If the return request did not include a reason for the\n return, this value is null.

" - } - }, - "replacementOrderArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replacement order.

" - } - }, - "shippingLabel": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The URL of the shipping label. The shipping label is available for download only if\n the status of the network resource is PENDING_RETURN. For more information,\n see Return a\n radio unit.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a request to return a network resource.

" - } - }, - "com.amazonaws.privatenetworks#SensitiveString": { - "type": "string", - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.privatenetworks#SitePlan": { - "type": "structure", - "members": { - "resourceDefinitions": { - "target": "com.amazonaws.privatenetworks#NetworkResourceDefinitions", - "traits": { - "smithy.api#documentation": "

The resource definitions of the plan.

" - } - }, - "options": { - "target": "com.amazonaws.privatenetworks#Options", - "traits": { - "smithy.api#documentation": "

The options of the plan.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a site plan.

" - } - }, - "com.amazonaws.privatenetworks#StartNetworkResourceUpdate": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#StartNetworkResourceUpdateRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#StartNetworkResourceUpdateResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Use this action to do the following tasks:

\n \n

After you submit a request to replace or return a network resource, the status of the\n network resource changes to CREATING_SHIPPING_LABEL. The shipping label is\n available when the status of the network resource is PENDING_RETURN. After\n the network resource is successfully returned, its status changes to\n DELETED. For more information, see Return a radio unit.

", - "smithy.api#http": { - "uri": "/v1/network-resources/update", - "method": "POST", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#StartNetworkResourceUpdateRequest": { - "type": "structure", - "members": { - "networkResourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "updateType": { - "target": "com.amazonaws.privatenetworks#UpdateType", - "traits": { - "smithy.api#documentation": "

The update type.

\n ", - "smithy.api#required": {} - } - }, - "shippingAddress": { - "target": "com.amazonaws.privatenetworks#Address", - "traits": { - "smithy.api#documentation": "

The shipping address. If you don't provide a shipping address when replacing or\n returning a network resource, we use the address from the original order for the network\n resource.

" - } - }, - "returnReason": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The reason for the return. Providing a reason for a return is optional.

", - "smithy.api#length": { - "min": 0, - "max": 1000 - } - } - }, - "commitmentConfiguration": { - "target": "com.amazonaws.privatenetworks#CommitmentConfiguration", - "traits": { - "smithy.api#documentation": "

Use this action to extend and automatically renew the commitment period for the radio\n unit. You can do the following:

\n \n

For pricing, see Amazon Web Services Private 5G\n Pricing.

" - } - } - } - }, - "com.amazonaws.privatenetworks#StartNetworkResourceUpdateResponse": { - "type": "structure", - "members": { - "networkResource": { - "target": "com.amazonaws.privatenetworks#NetworkResource", - "traits": { - "smithy.api#documentation": "

The network resource.

" - } - } - } - }, - "com.amazonaws.privatenetworks#TagKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^(?!aws:)[^\\x00-\\x1f\\x22]+$" - } - }, - "com.amazonaws.privatenetworks#TagKeyList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#TagKey" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - }, - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.privatenetworks#TagMap": { - "type": "map", - "key": { - "target": "com.amazonaws.privatenetworks#TagKey" - }, - "value": { - "target": "com.amazonaws.privatenetworks#TagValue" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - }, - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.privatenetworks#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#TagResourceRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#TagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#AccessDeniedException" - }, - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ThrottlingException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Adds tags to the specified resource.

", - "smithy.api#http": { - "method": "POST", - "uri": "/tags/{resourceArn}", - "code": 200 - } - } - }, - "com.amazonaws.privatenetworks#TagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The tags to add to the resource.

", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#TagResourceResponse": { - "type": "structure", - "members": {} - }, - "com.amazonaws.privatenetworks#TagValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 256 - }, - "smithy.api#pattern": "^[^\\x00-\\x1f\\x22]*$" - } - }, - "com.amazonaws.privatenetworks#ThrottlingException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String" - } - }, - "traits": { - "smithy.api#documentation": "

The request was denied due to request throttling.

", - "smithy.api#error": "client", - "smithy.api#httpError": 429, - "smithy.api#retryable": { - "throttling": true - } - } - }, - "com.amazonaws.privatenetworks#Timestamp": { - "type": "timestamp", - "traits": { - "smithy.api#timestampFormat": "date-time" - } - }, - "com.amazonaws.privatenetworks#TrackingInformation": { - "type": "structure", - "members": { - "trackingNumber": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The tracking number of the shipment.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about tracking a shipment.

" - } - }, - "com.amazonaws.privatenetworks#TrackingInformationList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#TrackingInformation" - } - }, - "com.amazonaws.privatenetworks#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#UntagResourceRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#UntagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#AccessDeniedException" - }, - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ThrottlingException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Removes tags from the specified resource.

", - "smithy.api#http": { - "method": "DELETE", - "uri": "/tags/{resourceArn}", - "code": 200 - } - } - }, - "com.amazonaws.privatenetworks#UntagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the resource.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tagKeys": { - "target": "com.amazonaws.privatenetworks#TagKeyList", - "traits": { - "smithy.api#documentation": "

The tag keys.

", - "smithy.api#httpQuery": "tagKeys", - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.privatenetworks#UntagResourceResponse": { - "type": "structure", - "members": {} - }, - "com.amazonaws.privatenetworks#UpdateNetworkSite": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSiteRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified network site.

", - "smithy.api#http": { - "uri": "/v1/network-sites/site", - "method": "PUT", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#UpdateNetworkSitePlan": { - "type": "operation", - "input": { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSitePlanRequest" - }, - "output": { - "target": "com.amazonaws.privatenetworks#UpdateNetworkSiteResponse" - }, - "errors": [ - { - "target": "com.amazonaws.privatenetworks#InternalServerException" - }, - { - "target": "com.amazonaws.privatenetworks#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.privatenetworks#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

Updates the specified network site plan.

", - "smithy.api#http": { - "uri": "/v1/network-sites/plan", - "method": "PUT", - "code": 200 - }, - "smithy.api#idempotent": {} - } - }, - "com.amazonaws.privatenetworks#UpdateNetworkSitePlanRequest": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "pendingPlan": { - "target": "com.amazonaws.privatenetworks#SitePlan", - "traits": { - "smithy.api#documentation": "

The pending plan.

", - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - } - } - }, - "com.amazonaws.privatenetworks#UpdateNetworkSiteRequest": { - "type": "structure", - "members": { - "networkSiteArn": { - "target": "com.amazonaws.privatenetworks#Arn", - "traits": { - "smithy.api#documentation": "

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

", - "smithy.api#required": {} - } - }, - "clientToken": { - "target": "com.amazonaws.privatenetworks#ClientToken", - "traits": { - "smithy.api#documentation": "

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

" - } - }, - "description": { - "target": "com.amazonaws.privatenetworks#Description", - "traits": { - "smithy.api#documentation": "

The description.

" - } - } - } - }, - "com.amazonaws.privatenetworks#UpdateNetworkSiteResponse": { - "type": "structure", - "members": { - "networkSite": { - "target": "com.amazonaws.privatenetworks#NetworkSite", - "traits": { - "smithy.api#documentation": "

Information about the network site.

" - } - }, - "tags": { - "target": "com.amazonaws.privatenetworks#TagMap", - "traits": { - "smithy.api#documentation": "

The network site tags.

" - } - } - } - }, - "com.amazonaws.privatenetworks#UpdateType": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "REPLACE", - "name": "REPLACE" - }, - { - "value": "RETURN", - "name": "RETURN" - }, - { - "value": "COMMITMENT", - "name": "COMMITMENT" - } - ] - } - }, - "com.amazonaws.privatenetworks#ValidationException": { - "type": "structure", - "members": { - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "Description of the error.", - "smithy.api#required": {} - } - }, - "reason": { - "target": "com.amazonaws.privatenetworks#ValidationExceptionReason", - "traits": { - "smithy.api#documentation": "Reason the request failed validation.", - "smithy.api#required": {} - } - }, - "fieldList": { - "target": "com.amazonaws.privatenetworks#ValidationExceptionFieldList", - "traits": { - "smithy.api#documentation": "The list of fields that caused the error, if applicable." - } - } - }, - "traits": { - "smithy.api#documentation": "

The request failed validation.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.privatenetworks#ValidationExceptionField": { - "type": "structure", - "members": { - "name": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The field name that failed validation.

", - "smithy.api#required": {} - } - }, - "message": { - "target": "smithy.api#String", - "traits": { - "smithy.api#documentation": "

The message about the validation failure.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Information about a field that failed validation.

" - } - }, - "com.amazonaws.privatenetworks#ValidationExceptionFieldList": { - "type": "list", - "member": { - "target": "com.amazonaws.privatenetworks#ValidationExceptionField" - } - }, - "com.amazonaws.privatenetworks#ValidationExceptionReason": { - "type": "string", - "traits": { - "smithy.api#enum": [ - { - "value": "UNKNOWN_OPERATION", - "name": "UNKNOWN_OPERATION" - }, - { - "value": "CANNOT_PARSE", - "name": "CANNOT_PARSE" - }, - { - "value": "CANNOT_ASSUME_ROLE", - "name": "CANNOT_ASSUME_ROLE" - }, - { - "value": "FIELD_VALIDATION_FAILED", - "name": "FIELD_VALIDATION_FAILED" - }, - { - "value": "OTHER", - "name": "OTHER" - } - ] - } - } - } -} \ No newline at end of file diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index 8ea0e2d08be..8e1cfc470a9 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -1638,12 +1638,6 @@ "artifactName": "pricing", "brazilName": "AwsSdkKotlinPricing" }, - { - "sdkId": "PrivateNetworks", - "namespace": "aws.sdk.kotlin.services.privatenetworks", - "artifactName": "privatenetworks", - "brazilName": "AwsSdkKotlinPrivatenetworks" - }, { "sdkId": "Proton", "namespace": "aws.sdk.kotlin.services.proton", From 4fee4347595ddd5467f9194a4ff16252d10a3f3c Mon Sep 17 00:00:00 2001 From: 0marperez Date: Wed, 21 May 2025 10:56:20 -0400 Subject: [PATCH 2/3] changelog --- .changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json diff --git a/.changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json b/.changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json new file mode 100644 index 00000000000..9b45aa2d1e8 --- /dev/null +++ b/.changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json @@ -0,0 +1,5 @@ +{ + "id": "64cc90c7-4694-4ece-912d-2b90c0c83b1f", + "type": "misc", + "description": "Removing private networks service due to deprecation" +} \ No newline at end of file From 52302465ad1b4550587f4c57f7717fdeb9a84273 Mon Sep 17 00:00:00 2001 From: 0marperez Date: Wed, 21 May 2025 11:29:26 -0400 Subject: [PATCH 3/3] additional cleanup --- .../aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt index 0a41e9856de..52b88caa61d 100644 --- a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt +++ b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt @@ -1178,11 +1178,6 @@ private const val TEST_SUITE_JSON = """ "services_section_name": "pricing", "service_envvar_name": "AWS_ENDPOINT_URL_PRICING" }, - { - "service_id": "PrivateNetworks", - "services_section_name": "privatenetworks", - "service_envvar_name": "AWS_ENDPOINT_URL_PRIVATENETWORKS" - }, { "service_id": "Proton", "services_section_name": "proton", @@ -1865,7 +1860,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """ "MemoryDB": "MemoryDbClient", "Payment Cryptography": "PaymentCryptographyClient", "Cognito Identity": "CognitoIdentityClient", - "PrivateNetworks": "PrivateNetworksClient", "SMS": "SmsClient", "OSIS": "OsisClient", "Proton": "ProtonClient",