AWS Private 5G

2022/08/11 - AWS Private 5G - 25 new api methods

Changes  This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.

ConfigureAccessPoint (new) Link ¶

Configures the specified network resource.

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

See also: AWS API Documentation

Request Syntax

client.configure_access_point(
    accessPointArn='string',
    cpiSecretKey='string',
    cpiUserId='string',
    cpiUserPassword='string',
    cpiUsername='string',
    position={
        'elevation': 123.0,
        'elevationReference': 'AGL'|'AMSL',
        'elevationUnit': 'FEET',
        'latitude': 123.0,
        'longitude': 123.0
    }
)
type accessPointArn

string

param accessPointArn

[REQUIRED]

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

type cpiSecretKey

string

param cpiSecretKey

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

type cpiUserId

string

param cpiUserId

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

type cpiUserPassword

string

param cpiUserPassword

The CPI password associated with the CPI certificate in cpiSecretKey .

type cpiUsername

string

param cpiUsername

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

type position

dict

param position

The position of the network resource.

  • elevation (float) --

    The elevation of the equipment at this position.

  • elevationReference (string) --

    The reference point from which elevation is reported.

  • elevationUnit (string) --

    The units used to measure the elevation of the position.

  • latitude (float) --

    The latitude of the position.

  • longitude (float) --

    The longitude of the position.

rtype

dict

returns

Response Syntax

{
    'accessPoint': {
        'attributes': [
            {
                'name': 'string',
                'value': 'string'
            },
        ],
        'createdAt': datetime(2015, 1, 1),
        'description': 'string',
        'health': 'INITIAL'|'HEALTHY'|'UNHEALTHY',
        'model': 'string',
        'networkArn': 'string',
        'networkResourceArn': 'string',
        'networkSiteArn': 'string',
        'orderArn': 'string',
        'position': {
            'elevation': 123.0,
            'elevationReference': 'AGL'|'AMSL',
            'elevationUnit': 'FEET',
            'latitude': 123.0,
            'longitude': 123.0
        },
        'serialNumber': 'string',
        'status': 'PENDING'|'SHIPPED'|'PROVISIONING'|'PROVISIONED'|'AVAILABLE'|'DELETING'|'PENDING_RETURN'|'DELETED',
        'statusReason': 'string',
        'type': 'RADIO_UNIT',
        'vendor': 'string'
    }
}

Response Structure

  • (dict) --

    • accessPoint (dict) --

      Information about the network resource.

      • attributes (list) --

        The attributes of the network resource.

        • (dict) --

          Information about a name/value pair.

          • name (string) --

            The name of the pair.

          • value (string) --

            The value of the pair.

      • createdAt (datetime) --

        The creation time of the network resource.

      • description (string) --

        The description of the network resource.

      • health (string) --

        The health of the network resource.

      • model (string) --

        The model of the network resource.

      • networkArn (string) --

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

      • networkResourceArn (string) --

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

      • networkSiteArn (string) --

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

      • orderArn (string) --

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

      • position (dict) --

        The position of the network resource.

        • elevation (float) --

          The elevation of the equipment at this position.

        • elevationReference (string) --

          The reference point from which elevation is reported.

        • elevationUnit (string) --

          The units used to measure the elevation of the position.

        • latitude (float) --

          The latitude of the position.

        • longitude (float) --

          The longitude of the position.

      • serialNumber (string) --

        The serial number of the network resource.

      • status (string) --

        The status of the network resource.

      • statusReason (string) --

        The status reason of the network resource.

      • type (string) --

        The type of the network resource.

      • vendor (string) --

        The vendor of the network resource.

DeleteNetwork (new) Link ¶

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

See also: AWS API Documentation

Request Syntax

client.delete_network(
    clientToken='string',
    networkArn='string'
)
type clientToken

string

param clientToken

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

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

rtype

dict

returns

Response Syntax

{
    'network': {
        'createdAt': datetime(2015, 1, 1),
        'description': 'string',
        'networkArn': 'string',
        'networkName': 'string',
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    }
}

Response Structure

  • (dict) --

    • network (dict) --

      Information about the network.

      • createdAt (datetime) --

        The creation time of the network.

      • description (string) --

        The description of the network.

      • networkArn (string) --

        The Amazon Resource Name (ARN) of the network.

      • networkName (string) --

        The name of the network.

      • status (string) --

        The status of the network.

      • statusReason (string) --

        The status reason of the network.

ListDeviceIdentifiers (new) Link ¶

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

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

returns results that match all of the specified filters.

See also: AWS API Documentation

Request Syntax

client.list_device_identifiers(
    filters={
        'string': [
            'string',
        ]
    },
    maxResults=123,
    networkArn='string',
    startToken='string'
)
type filters

dict

param filters

The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.

  • STATUS - The status ( ACTIVE | INACTIVE ).

  • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

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

  • (string) --

    • (list) --

      • (string) --

type maxResults

integer

param maxResults

The maximum number of results to return.

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

type startToken

string

param startToken

The token for the next page of results.

rtype

dict

returns

Response Syntax

{
    'deviceIdentifiers': [
        {
            'createdAt': datetime(2015, 1, 1),
            'deviceIdentifierArn': 'string',
            'iccid': 'string',
            'imsi': 'string',
            'networkArn': 'string',
            'orderArn': 'string',
            'status': 'ACTIVE'|'INACTIVE',
            'trafficGroupArn': 'string',
            'vendor': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • deviceIdentifiers (list) --

      Information about the device identifiers.

      • (dict) --

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

        • createdAt (datetime) --

          The creation time of this device identifier.

        • deviceIdentifierArn (string) --

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

        • iccid (string) --

          The Integrated Circuit Card Identifier of the device identifier.

        • imsi (string) --

          The International Mobile Subscriber Identity of the device identifier.

        • networkArn (string) --

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

        • orderArn (string) --

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

        • status (string) --

          The status of the device identifier.

        • trafficGroupArn (string) --

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

        • vendor (string) --

          The vendor of the device identifier.

    • nextToken (string) --

      The token for the next page of results.

DeactivateDeviceIdentifier (new) Link ¶

Deactivates the specified device identifier.

See also: AWS API Documentation

Request Syntax

client.deactivate_device_identifier(
    clientToken='string',
    deviceIdentifierArn='string'
)
type clientToken

string

param clientToken

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

type deviceIdentifierArn

string

param deviceIdentifierArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'deviceIdentifier': {
        'createdAt': datetime(2015, 1, 1),
        'deviceIdentifierArn': 'string',
        'iccid': 'string',
        'imsi': 'string',
        'networkArn': 'string',
        'orderArn': 'string',
        'status': 'ACTIVE'|'INACTIVE',
        'trafficGroupArn': 'string',
        'vendor': 'string'
    }
}

Response Structure

  • (dict) --

    • deviceIdentifier (dict) --

      Information about the device identifier.

      • createdAt (datetime) --

        The creation time of this device identifier.

      • deviceIdentifierArn (string) --

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

      • iccid (string) --

        The Integrated Circuit Card Identifier of the device identifier.

      • imsi (string) --

        The International Mobile Subscriber Identity of the device identifier.

      • networkArn (string) --

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

      • orderArn (string) --

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

      • status (string) --

        The status of the device identifier.

      • trafficGroupArn (string) --

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

      • vendor (string) --

        The vendor of the device identifier.

Ping (new) Link ¶

Checks the health of the service.

See also: AWS API Documentation

Request Syntax

client.ping()
rtype

dict

returns

Response Syntax

{
    'status': 'string'
}

Response Structure

  • (dict) --

    • status (string) --

      Information about the health of the service.

CreateNetworkSite (new) Link ¶

Creates a network site.

See also: AWS API Documentation

Request Syntax

client.create_network_site(
    availabilityZone='string',
    availabilityZoneId='string',
    clientToken='string',
    description='string',
    networkArn='string',
    networkSiteName='string',
    pendingPlan={
        'options': [
            {
                'name': 'string',
                'value': 'string'
            },
        ],
        'resourceDefinitions': [
            {
                'count': 123,
                'options': [
                    {
                        'name': 'string',
                        'value': 'string'
                    },
                ],
                'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
            },
        ]
    },
    tags={
        'string': 'string'
    }
)
type availabilityZone

string

param availabilityZone

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

type availabilityZoneId

string

param availabilityZoneId

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

type clientToken

string

param clientToken

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

type description

string

param description

The description of the site.

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

type networkSiteName

string

param networkSiteName

[REQUIRED]

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

type pendingPlan

dict

param pendingPlan

Information about the pending plan for this site.

  • options (list) --

    The options of the plan.

    • (dict) --

      Information about a name/value pair.

      • name (string) -- [REQUIRED]

        The name of the pair.

      • value (string) --

        The value of the pair.

  • resourceDefinitions (list) --

    The resource definitions of the plan.

    • (dict) --

      Information about a network resource definition.

      • count (integer) -- [REQUIRED]

        The count in the network resource definition.

      • options (list) --

        The options in the network resource definition.

        • (dict) --

          Information about a name/value pair.

          • name (string) -- [REQUIRED]

            The name of the pair.

          • value (string) --

            The value of the pair.

      • type (string) -- [REQUIRED]

        The type in the network resource definition.

type tags

dict

param tags

The tags to apply to the network site.

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

    • tags (dict) --

      The network site tags.

      • (string) --

        • (string) --

UntagResource (new) Link ¶

Removes tags from the specified resource.

See also: AWS API Documentation

Request Syntax

client.untag_resource(
    resourceArn='string',
    tagKeys=[
        'string',
    ]
)
type resourceArn

string

param resourceArn

[REQUIRED]

The Amazon Resource Name (ARN) of the resource.

type tagKeys

list

param tagKeys

[REQUIRED]

The tag keys.

  • (string) --

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

CreateNetwork (new) Link ¶

Creates a network.

See also: AWS API Documentation

Request Syntax

client.create_network(
    clientToken='string',
    description='string',
    networkName='string',
    tags={
        'string': 'string'
    }
)
type clientToken

string

param clientToken

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

type description

string

param description

The description of the network.

type networkName

string

param networkName

[REQUIRED]

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

type tags

dict

param tags

The tags to apply to the network.

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{
    'network': {
        'createdAt': datetime(2015, 1, 1),
        'description': 'string',
        'networkArn': 'string',
        'networkName': 'string',
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • network (dict) --

      Information about the network.

      • createdAt (datetime) --

        The creation time of the network.

      • description (string) --

        The description of the network.

      • networkArn (string) --

        The Amazon Resource Name (ARN) of the network.

      • networkName (string) --

        The name of the network.

      • status (string) --

        The status of the network.

      • statusReason (string) --

        The status reason of the network.

    • tags (dict) --

      The network tags.

      • (string) --

        • (string) --

UpdateNetworkSitePlan (new) Link ¶

Updates the specified network site plan.

See also: AWS API Documentation

Request Syntax

client.update_network_site_plan(
    clientToken='string',
    networkSiteArn='string',
    pendingPlan={
        'options': [
            {
                'name': 'string',
                'value': 'string'
            },
        ],
        'resourceDefinitions': [
            {
                'count': 123,
                'options': [
                    {
                        'name': 'string',
                        'value': 'string'
                    },
                ],
                'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
            },
        ]
    }
)
type clientToken

string

param clientToken

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

type networkSiteArn

string

param networkSiteArn

[REQUIRED]

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

type pendingPlan

dict

param pendingPlan

[REQUIRED]

The pending plan.

  • options (list) --

    The options of the plan.

    • (dict) --

      Information about a name/value pair.

      • name (string) -- [REQUIRED]

        The name of the pair.

      • value (string) --

        The value of the pair.

  • resourceDefinitions (list) --

    The resource definitions of the plan.

    • (dict) --

      Information about a network resource definition.

      • count (integer) -- [REQUIRED]

        The count in the network resource definition.

      • options (list) --

        The options in the network resource definition.

        • (dict) --

          Information about a name/value pair.

          • name (string) -- [REQUIRED]

            The name of the pair.

          • value (string) --

            The value of the pair.

      • type (string) -- [REQUIRED]

        The type in the network resource definition.

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

    • tags (dict) --

      The network site tags.

      • (string) --

        • (string) --

ActivateNetworkSite (new) Link ¶

Activates the specified network site.

See also: AWS API Documentation

Request Syntax

client.activate_network_site(
    clientToken='string',
    networkSiteArn='string',
    shippingAddress={
        'city': 'string',
        'company': 'string',
        'country': 'string',
        'name': 'string',
        'phoneNumber': 'string',
        'postalCode': 'string',
        'stateOrProvince': 'string',
        'street1': 'string',
        'street2': 'string',
        'street3': 'string'
    }
)
type clientToken

string

param clientToken

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

type networkSiteArn

string

param networkSiteArn

[REQUIRED]

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

type shippingAddress

dict

param shippingAddress

[REQUIRED]

The shipping address of the network site.

  • city (string) -- [REQUIRED]

    The city for this address.

  • company (string) --

    The company name for this address.

  • country (string) -- [REQUIRED]

    The country for this address.

  • name (string) -- [REQUIRED]

    The recipient's name for this address.

  • phoneNumber (string) --

    The phone number for this address.

  • postalCode (string) -- [REQUIRED]

    The postal code for this address.

  • stateOrProvince (string) -- [REQUIRED]

    The state or province for this address.

  • street1 (string) -- [REQUIRED]

    The first line of the street address.

  • street2 (string) --

    The second line of the street address.

  • street3 (string) --

    The third line of the street address.

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

ListNetworks (new) Link ¶

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

See also: AWS API Documentation

Request Syntax

client.list_networks(
    filters={
        'string': [
            'string',
        ]
    },
    maxResults=123,
    startToken='string'
)
type filters

dict

param filters

The filters.

  • STATUS - The status ( AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING ).

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

  • (string) --

    • (list) --

      • (string) --

type maxResults

integer

param maxResults

The maximum number of results to return.

type startToken

string

param startToken

The token for the next page of results.

rtype

dict

returns

Response Syntax

{
    'networks': [
        {
            'createdAt': datetime(2015, 1, 1),
            'description': 'string',
            'networkArn': 'string',
            'networkName': 'string',
            'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
            'statusReason': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • networks (list) --

      The networks.

      • (dict) --

        Information about a network.

        • createdAt (datetime) --

          The creation time of the network.

        • description (string) --

          The description of the network.

        • networkArn (string) --

          The Amazon Resource Name (ARN) of the network.

        • networkName (string) --

          The name of the network.

        • status (string) --

          The status of the network.

        • statusReason (string) --

          The status reason of the network.

    • nextToken (string) --

      The token for the next page of results.

UpdateNetworkSite (new) Link ¶

Updates the specified network site.

See also: AWS API Documentation

Request Syntax

client.update_network_site(
    clientToken='string',
    description='string',
    networkSiteArn='string'
)
type clientToken

string

param clientToken

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

type description

string

param description

The description.

type networkSiteArn

string

param networkSiteArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

    • tags (dict) --

      The network site tags.

      • (string) --

        • (string) --

ActivateDeviceIdentifier (new) Link ¶

Activates the specified device identifier.

See also: AWS API Documentation

Request Syntax

client.activate_device_identifier(
    clientToken='string',
    deviceIdentifierArn='string'
)
type clientToken

string

param clientToken

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

type deviceIdentifierArn

string

param deviceIdentifierArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'deviceIdentifier': {
        'createdAt': datetime(2015, 1, 1),
        'deviceIdentifierArn': 'string',
        'iccid': 'string',
        'imsi': 'string',
        'networkArn': 'string',
        'orderArn': 'string',
        'status': 'ACTIVE'|'INACTIVE',
        'trafficGroupArn': 'string',
        'vendor': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • deviceIdentifier (dict) --

      Information about the device identifier.

      • createdAt (datetime) --

        The creation time of this device identifier.

      • deviceIdentifierArn (string) --

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

      • iccid (string) --

        The Integrated Circuit Card Identifier of the device identifier.

      • imsi (string) --

        The International Mobile Subscriber Identity of the device identifier.

      • networkArn (string) --

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

      • orderArn (string) --

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

      • status (string) --

        The status of the device identifier.

      • trafficGroupArn (string) --

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

      • vendor (string) --

        The vendor of the device identifier.

    • tags (dict) --

      The tags on the device identifier.

      • (string) --

        • (string) --

ListNetworkSites (new) Link ¶

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

See also: AWS API Documentation

Request Syntax

client.list_network_sites(
    filters={
        'string': [
            'string',
        ]
    },
    maxResults=123,
    networkArn='string',
    startToken='string'
)
type filters

dict

param filters

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

  • STATUS - The status ( AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING ).

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

  • (string) --

    • (list) --

      • (string) --

type maxResults

integer

param maxResults

The maximum number of results to return.

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

type startToken

string

param startToken

The token for the next page of results.

rtype

dict

returns

Response Syntax

{
    'networkSites': [
        {
            'availabilityZone': 'string',
            'availabilityZoneId': 'string',
            'createdAt': datetime(2015, 1, 1),
            'currentPlan': {
                'options': [
                    {
                        'name': 'string',
                        'value': 'string'
                    },
                ],
                'resourceDefinitions': [
                    {
                        'count': 123,
                        'options': [
                            {
                                'name': 'string',
                                'value': 'string'
                            },
                        ],
                        'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                    },
                ]
            },
            'description': 'string',
            'networkArn': 'string',
            'networkSiteArn': 'string',
            'networkSiteName': 'string',
            'pendingPlan': {
                'options': [
                    {
                        'name': 'string',
                        'value': 'string'
                    },
                ],
                'resourceDefinitions': [
                    {
                        'count': 123,
                        'options': [
                            {
                                'name': 'string',
                                'value': 'string'
                            },
                        ],
                        'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                    },
                ]
            },
            'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
            'statusReason': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • networkSites (list) --

      Information about the network sites.

      • (dict) --

        Information about a network site.

        • availabilityZone (string) --

          The parent Availability Zone for the network site.

        • availabilityZoneId (string) --

          The parent Availability Zone ID for the network site.

        • createdAt (datetime) --

          The creation time of the network site.

        • currentPlan (dict) --

          The current plan of the network site.

          • options (list) --

            The options of the plan.

            • (dict) --

              Information about a name/value pair.

              • name (string) --

                The name of the pair.

              • value (string) --

                The value of the pair.

          • resourceDefinitions (list) --

            The resource definitions of the plan.

            • (dict) --

              Information about a network resource definition.

              • count (integer) --

                The count in the network resource definition.

              • options (list) --

                The options in the network resource definition.

                • (dict) --

                  Information about a name/value pair.

                  • name (string) --

                    The name of the pair.

                  • value (string) --

                    The value of the pair.

              • type (string) --

                The type in the network resource definition.

        • description (string) --

          The description of the network site.

        • networkArn (string) --

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

        • networkSiteArn (string) --

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

        • networkSiteName (string) --

          The name of the network site.

        • pendingPlan (dict) --

          The pending plan of the network site.

          • options (list) --

            The options of the plan.

            • (dict) --

              Information about a name/value pair.

              • name (string) --

                The name of the pair.

              • value (string) --

                The value of the pair.

          • resourceDefinitions (list) --

            The resource definitions of the plan.

            • (dict) --

              Information about a network resource definition.

              • count (integer) --

                The count in the network resource definition.

              • options (list) --

                The options in the network resource definition.

                • (dict) --

                  Information about a name/value pair.

                  • name (string) --

                    The name of the pair.

                  • value (string) --

                    The value of the pair.

              • type (string) --

                The type in the network resource definition.

        • status (string) --

          The status of the network site.

        • statusReason (string) --

          The status reason of the network site.

    • nextToken (string) --

      The token for the next page of results.

AcknowledgeOrderReceipt (new) Link ¶

Acknowledges that the specified network order was received.

See also: AWS API Documentation

Request Syntax

client.acknowledge_order_receipt(
    orderArn='string'
)
type orderArn

string

param orderArn

[REQUIRED]

The Amazon Resource Name (ARN) of the order.

rtype

dict

returns

Response Syntax

{
    'order': {
        'acknowledgmentStatus': 'ACKNOWLEDGING'|'ACKNOWLEDGED'|'UNACKNOWLEDGED',
        'createdAt': datetime(2015, 1, 1),
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'orderArn': 'string',
        'shippingAddress': {
            'city': 'string',
            'company': 'string',
            'country': 'string',
            'name': 'string',
            'phoneNumber': 'string',
            'postalCode': 'string',
            'stateOrProvince': 'string',
            'street1': 'string',
            'street2': 'string',
            'street3': 'string'
        },
        'trackingInformation': [
            {
                'trackingNumber': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) --

    • order (dict) --

      Information about the order.

      • acknowledgmentStatus (string) --

        The acknowledgement status of the order.

      • createdAt (datetime) --

        The creation time of the order.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • orderArn (string) --

        The Amazon Resource Name (ARN) of the order.

      • shippingAddress (dict) --

        The shipping address of the order.

        • city (string) --

          The city for this address.

        • company (string) --

          The company name for this address.

        • country (string) --

          The country for this address.

        • name (string) --

          The recipient's name for this address.

        • phoneNumber (string) --

          The phone number for this address.

        • postalCode (string) --

          The postal code for this address.

        • stateOrProvince (string) --

          The state or province for this address.

        • street1 (string) --

          The first line of the street address.

        • street2 (string) --

          The second line of the street address.

        • street3 (string) --

          The third line of the street address.

      • trackingInformation (list) --

        The tracking information of the order.

        • (dict) --

          Information about tracking a shipment.

          • trackingNumber (string) --

            The tracking number of the shipment.

ListNetworkResources (new) Link ¶

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

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

See also: AWS API Documentation

Request Syntax

client.list_network_resources(
    filters={
        'string': [
            'string',
        ]
    },
    maxResults=123,
    networkArn='string',
    startToken='string'
)
type filters

dict

param filters

The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.

  • STATUS - The status ( AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED ).

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

  • (string) --

    • (list) --

      • (string) --

type maxResults

integer

param maxResults

The maximum number of results to return.

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

type startToken

string

param startToken

The token for the next page of results.

rtype

dict

returns

Response Syntax

{
    'networkResources': [
        {
            'attributes': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'createdAt': datetime(2015, 1, 1),
            'description': 'string',
            'health': 'INITIAL'|'HEALTHY'|'UNHEALTHY',
            'model': 'string',
            'networkArn': 'string',
            'networkResourceArn': 'string',
            'networkSiteArn': 'string',
            'orderArn': 'string',
            'position': {
                'elevation': 123.0,
                'elevationReference': 'AGL'|'AMSL',
                'elevationUnit': 'FEET',
                'latitude': 123.0,
                'longitude': 123.0
            },
            'serialNumber': 'string',
            'status': 'PENDING'|'SHIPPED'|'PROVISIONING'|'PROVISIONED'|'AVAILABLE'|'DELETING'|'PENDING_RETURN'|'DELETED',
            'statusReason': 'string',
            'type': 'RADIO_UNIT',
            'vendor': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • networkResources (list) --

      Information about network resources.

      • (dict) --

        Information about a network resource.

        • attributes (list) --

          The attributes of the network resource.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • createdAt (datetime) --

          The creation time of the network resource.

        • description (string) --

          The description of the network resource.

        • health (string) --

          The health of the network resource.

        • model (string) --

          The model of the network resource.

        • networkArn (string) --

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

        • networkResourceArn (string) --

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

        • networkSiteArn (string) --

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

        • orderArn (string) --

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

        • position (dict) --

          The position of the network resource.

          • elevation (float) --

            The elevation of the equipment at this position.

          • elevationReference (string) --

            The reference point from which elevation is reported.

          • elevationUnit (string) --

            The units used to measure the elevation of the position.

          • latitude (float) --

            The latitude of the position.

          • longitude (float) --

            The longitude of the position.

        • serialNumber (string) --

          The serial number of the network resource.

        • status (string) --

          The status of the network resource.

        • statusReason (string) --

          The status reason of the network resource.

        • type (string) --

          The type of the network resource.

        • vendor (string) --

          The vendor of the network resource.

    • nextToken (string) --

      The token for the next page of results.

GetDeviceIdentifier (new) Link ¶

Gets the specified device identifier.

See also: AWS API Documentation

Request Syntax

client.get_device_identifier(
    deviceIdentifierArn='string'
)
type deviceIdentifierArn

string

param deviceIdentifierArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'deviceIdentifier': {
        'createdAt': datetime(2015, 1, 1),
        'deviceIdentifierArn': 'string',
        'iccid': 'string',
        'imsi': 'string',
        'networkArn': 'string',
        'orderArn': 'string',
        'status': 'ACTIVE'|'INACTIVE',
        'trafficGroupArn': 'string',
        'vendor': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • deviceIdentifier (dict) --

      Information about the device identifier.

      • createdAt (datetime) --

        The creation time of this device identifier.

      • deviceIdentifierArn (string) --

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

      • iccid (string) --

        The Integrated Circuit Card Identifier of the device identifier.

      • imsi (string) --

        The International Mobile Subscriber Identity of the device identifier.

      • networkArn (string) --

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

      • orderArn (string) --

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

      • status (string) --

        The status of the device identifier.

      • trafficGroupArn (string) --

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

      • vendor (string) --

        The vendor of the device identifier.

    • tags (dict) --

      The device identifier tags.

      • (string) --

        • (string) --

GetNetwork (new) Link ¶

Gets the specified network.

See also: AWS API Documentation

Request Syntax

client.get_network(
    networkArn='string'
)
type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

rtype

dict

returns

Response Syntax

{
    'network': {
        'createdAt': datetime(2015, 1, 1),
        'description': 'string',
        'networkArn': 'string',
        'networkName': 'string',
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • network (dict) --

      Information about the network.

      • createdAt (datetime) --

        The creation time of the network.

      • description (string) --

        The description of the network.

      • networkArn (string) --

        The Amazon Resource Name (ARN) of the network.

      • networkName (string) --

        The name of the network.

      • status (string) --

        The status of the network.

      • statusReason (string) --

        The status reason of the network.

    • tags (dict) --

      The network tags.

      • (string) --

        • (string) --

ListOrders (new) Link ¶

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

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

See also: AWS API Documentation

Request Syntax

client.list_orders(
    filters={
        'string': [
            'string',
        ]
    },
    maxResults=123,
    networkArn='string',
    startToken='string'
)
type filters

dict

param filters

The filters.

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

  • STATUS - The status ( ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED ).

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

  • (string) --

    • (list) --

      • (string) --

type maxResults

integer

param maxResults

The maximum number of results to return.

type networkArn

string

param networkArn

[REQUIRED]

The Amazon Resource Name (ARN) of the network.

type startToken

string

param startToken

The token for the next page of results.

rtype

dict

returns

Response Syntax

{
    'nextToken': 'string',
    'orders': [
        {
            'acknowledgmentStatus': 'ACKNOWLEDGING'|'ACKNOWLEDGED'|'UNACKNOWLEDGED',
            'createdAt': datetime(2015, 1, 1),
            'networkArn': 'string',
            'networkSiteArn': 'string',
            'orderArn': 'string',
            'shippingAddress': {
                'city': 'string',
                'company': 'string',
                'country': 'string',
                'name': 'string',
                'phoneNumber': 'string',
                'postalCode': 'string',
                'stateOrProvince': 'string',
                'street1': 'string',
                'street2': 'string',
                'street3': 'string'
            },
            'trackingInformation': [
                {
                    'trackingNumber': 'string'
                },
            ]
        },
    ]
}

Response Structure

  • (dict) --

    • nextToken (string) --

      The token for the next page of results.

    • orders (list) --

      Information about the orders.

      • (dict) --

        Information about an order.

        • acknowledgmentStatus (string) --

          The acknowledgement status of the order.

        • createdAt (datetime) --

          The creation time of the order.

        • networkArn (string) --

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

        • networkSiteArn (string) --

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

        • orderArn (string) --

          The Amazon Resource Name (ARN) of the order.

        • shippingAddress (dict) --

          The shipping address of the order.

          • city (string) --

            The city for this address.

          • company (string) --

            The company name for this address.

          • country (string) --

            The country for this address.

          • name (string) --

            The recipient's name for this address.

          • phoneNumber (string) --

            The phone number for this address.

          • postalCode (string) --

            The postal code for this address.

          • stateOrProvince (string) --

            The state or province for this address.

          • street1 (string) --

            The first line of the street address.

          • street2 (string) --

            The second line of the street address.

          • street3 (string) --

            The third line of the street address.

        • trackingInformation (list) --

          The tracking information of the order.

          • (dict) --

            Information about tracking a shipment.

            • trackingNumber (string) --

              The tracking number of the shipment.

TagResource (new) Link ¶

Adds tags to the specified resource.

See also: AWS API Documentation

Request Syntax

client.tag_resource(
    resourceArn='string',
    tags={
        'string': 'string'
    }
)
type resourceArn

string

param resourceArn

[REQUIRED]

The Amazon Resource Name (ARN) of the resource.

type tags

dict

param tags

[REQUIRED]

The tags to add to the resource.

  • (string) --

    • (string) --

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

GetNetworkSite (new) Link ¶

Gets the specified network site.

See also: AWS API Documentation

Request Syntax

client.get_network_site(
    networkSiteArn='string'
)
type networkSiteArn

string

param networkSiteArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

    • tags (dict) --

      The network site tags.

      • (string) --

        • (string) --

DeleteNetworkSite (new) Link ¶

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

See also: AWS API Documentation

Request Syntax

client.delete_network_site(
    clientToken='string',
    networkSiteArn='string'
)
type clientToken

string

param clientToken

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

type networkSiteArn

string

param networkSiteArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'networkSite': {
        'availabilityZone': 'string',
        'availabilityZoneId': 'string',
        'createdAt': datetime(2015, 1, 1),
        'currentPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'description': 'string',
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'networkSiteName': 'string',
        'pendingPlan': {
            'options': [
                {
                    'name': 'string',
                    'value': 'string'
                },
            ],
            'resourceDefinitions': [
                {
                    'count': 123,
                    'options': [
                        {
                            'name': 'string',
                            'value': 'string'
                        },
                    ],
                    'type': 'RADIO_UNIT'|'DEVICE_IDENTIFIER'
                },
            ]
        },
        'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
        'statusReason': 'string'
    }
}

Response Structure

  • (dict) --

    • networkSite (dict) --

      Information about the network site.

      • availabilityZone (string) --

        The parent Availability Zone for the network site.

      • availabilityZoneId (string) --

        The parent Availability Zone ID for the network site.

      • createdAt (datetime) --

        The creation time of the network site.

      • currentPlan (dict) --

        The current plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • description (string) --

        The description of the network site.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • networkSiteName (string) --

        The name of the network site.

      • pendingPlan (dict) --

        The pending plan of the network site.

        • options (list) --

          The options of the plan.

          • (dict) --

            Information about a name/value pair.

            • name (string) --

              The name of the pair.

            • value (string) --

              The value of the pair.

        • resourceDefinitions (list) --

          The resource definitions of the plan.

          • (dict) --

            Information about a network resource definition.

            • count (integer) --

              The count in the network resource definition.

            • options (list) --

              The options in the network resource definition.

              • (dict) --

                Information about a name/value pair.

                • name (string) --

                  The name of the pair.

                • value (string) --

                  The value of the pair.

            • type (string) --

              The type in the network resource definition.

      • status (string) --

        The status of the network site.

      • statusReason (string) --

        The status reason of the network site.

GetOrder (new) Link ¶

Gets the specified order.

See also: AWS API Documentation

Request Syntax

client.get_order(
    orderArn='string'
)
type orderArn

string

param orderArn

[REQUIRED]

The Amazon Resource Name (ARN) of the order.

rtype

dict

returns

Response Syntax

{
    'order': {
        'acknowledgmentStatus': 'ACKNOWLEDGING'|'ACKNOWLEDGED'|'UNACKNOWLEDGED',
        'createdAt': datetime(2015, 1, 1),
        'networkArn': 'string',
        'networkSiteArn': 'string',
        'orderArn': 'string',
        'shippingAddress': {
            'city': 'string',
            'company': 'string',
            'country': 'string',
            'name': 'string',
            'phoneNumber': 'string',
            'postalCode': 'string',
            'stateOrProvince': 'string',
            'street1': 'string',
            'street2': 'string',
            'street3': 'string'
        },
        'trackingInformation': [
            {
                'trackingNumber': 'string'
            },
        ]
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • order (dict) --

      Information about the order.

      • acknowledgmentStatus (string) --

        The acknowledgement status of the order.

      • createdAt (datetime) --

        The creation time of the order.

      • networkArn (string) --

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

      • networkSiteArn (string) --

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

      • orderArn (string) --

        The Amazon Resource Name (ARN) of the order.

      • shippingAddress (dict) --

        The shipping address of the order.

        • city (string) --

          The city for this address.

        • company (string) --

          The company name for this address.

        • country (string) --

          The country for this address.

        • name (string) --

          The recipient's name for this address.

        • phoneNumber (string) --

          The phone number for this address.

        • postalCode (string) --

          The postal code for this address.

        • stateOrProvince (string) --

          The state or province for this address.

        • street1 (string) --

          The first line of the street address.

        • street2 (string) --

          The second line of the street address.

        • street3 (string) --

          The third line of the street address.

      • trackingInformation (list) --

        The tracking information of the order.

        • (dict) --

          Information about tracking a shipment.

          • trackingNumber (string) --

            The tracking number of the shipment.

    • tags (dict) --

      The order tags.

      • (string) --

        • (string) --

GetNetworkResource (new) Link ¶

Gets the specified network resource.

See also: AWS API Documentation

Request Syntax

client.get_network_resource(
    networkResourceArn='string'
)
type networkResourceArn

string

param networkResourceArn

[REQUIRED]

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

rtype

dict

returns

Response Syntax

{
    'networkResource': {
        'attributes': [
            {
                'name': 'string',
                'value': 'string'
            },
        ],
        'createdAt': datetime(2015, 1, 1),
        'description': 'string',
        'health': 'INITIAL'|'HEALTHY'|'UNHEALTHY',
        'model': 'string',
        'networkArn': 'string',
        'networkResourceArn': 'string',
        'networkSiteArn': 'string',
        'orderArn': 'string',
        'position': {
            'elevation': 123.0,
            'elevationReference': 'AGL'|'AMSL',
            'elevationUnit': 'FEET',
            'latitude': 123.0,
            'longitude': 123.0
        },
        'serialNumber': 'string',
        'status': 'PENDING'|'SHIPPED'|'PROVISIONING'|'PROVISIONED'|'AVAILABLE'|'DELETING'|'PENDING_RETURN'|'DELETED',
        'statusReason': 'string',
        'type': 'RADIO_UNIT',
        'vendor': 'string'
    },
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • networkResource (dict) --

      Information about the network resource.

      • attributes (list) --

        The attributes of the network resource.

        • (dict) --

          Information about a name/value pair.

          • name (string) --

            The name of the pair.

          • value (string) --

            The value of the pair.

      • createdAt (datetime) --

        The creation time of the network resource.

      • description (string) --

        The description of the network resource.

      • health (string) --

        The health of the network resource.

      • model (string) --

        The model of the network resource.

      • networkArn (string) --

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

      • networkResourceArn (string) --

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

      • networkSiteArn (string) --

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

      • orderArn (string) --

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

      • position (dict) --

        The position of the network resource.

        • elevation (float) --

          The elevation of the equipment at this position.

        • elevationReference (string) --

          The reference point from which elevation is reported.

        • elevationUnit (string) --

          The units used to measure the elevation of the position.

        • latitude (float) --

          The latitude of the position.

        • longitude (float) --

          The longitude of the position.

      • serialNumber (string) --

        The serial number of the network resource.

      • status (string) --

        The status of the network resource.

      • statusReason (string) --

        The status reason of the network resource.

      • type (string) --

        The type of the network resource.

      • vendor (string) --

        The vendor of the network resource.

    • tags (dict) --

      The network resource tags.

      • (string) --

        • (string) --

ListTagsForResource (new) Link ¶

Lists the tags for the specified resource.

See also: AWS API Documentation

Request Syntax

client.list_tags_for_resource(
    resourceArn='string'
)
type resourceArn

string

param resourceArn

[REQUIRED]

The Amazon Resource Name (ARN) of the resource.

rtype

dict

returns

Response Syntax

{
    'tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • tags (dict) --

      The resource tags.

      • (string) --

        • (string) --