github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/networkmanager/2019-07-05/docs-2.json (about)

     1  {
     2    "version": "2.0",
     3    "service": "<p>Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your AWS and on-premises networks that are built around transit gateways.</p> <p>The Network Manager APIs are supported in the US West (Oregon) Region only. You must specify the <code>us-west-2</code> Region in all requests made to Network Manager.</p>",
     4    "operations": {
     5      "AssociateCustomerGateway": "<p>Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device. </p> <p>You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpnConnections.html\">DescribeVpnConnections</a> EC2 API and filter by <code>transit-gateway-id</code>.</p> <p>You cannot associate a customer gateway with more than one device and link. </p>",
     6      "AssociateLink": "<p>Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.</p>",
     7      "AssociateTransitGatewayConnectPeer": "<p>Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device. </p> <p>You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network.</p> <p>You cannot associate a transit gateway Connect peer with more than one device and link. </p>",
     8      "CreateConnection": "<p>Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.</p>",
     9      "CreateDevice": "<p>Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.</p>",
    10      "CreateGlobalNetwork": "<p>Creates a new, empty global network.</p>",
    11      "CreateLink": "<p>Creates a new link for a specified site.</p>",
    12      "CreateSite": "<p>Creates a new site in a global network.</p>",
    13      "DeleteConnection": "<p>Deletes the specified connection in your global network.</p>",
    14      "DeleteDevice": "<p>Deletes an existing device. You must first disassociate the device from any links and customer gateways.</p>",
    15      "DeleteGlobalNetwork": "<p>Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.</p>",
    16      "DeleteLink": "<p>Deletes an existing link. You must first disassociate the link from any devices and customer gateways.</p>",
    17      "DeleteSite": "<p>Deletes an existing site. The site cannot be associated with any device or link.</p>",
    18      "DeregisterTransitGateway": "<p>Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.</p>",
    19      "DescribeGlobalNetworks": "<p>Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate <code>Get*</code> action. For example, to list the transit gateways in your global network, use <a>GetTransitGatewayRegistrations</a>.</p>",
    20      "DisassociateCustomerGateway": "<p>Disassociates a customer gateway from a device and a link.</p>",
    21      "DisassociateLink": "<p>Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.</p>",
    22      "DisassociateTransitGatewayConnectPeer": "<p>Disassociates a transit gateway Connect peer from a device and link.</p>",
    23      "GetConnections": "<p>Gets information about one or more of your connections in a global network.</p>",
    24      "GetCustomerGatewayAssociations": "<p>Gets the association information for customer gateways that are associated with devices and links in your global network.</p>",
    25      "GetDevices": "<p>Gets information about one or more of your devices in a global network.</p>",
    26      "GetLinkAssociations": "<p>Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.</p>",
    27      "GetLinks": "<p>Gets information about one or more links in a specified global network.</p> <p>If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.</p>",
    28      "GetSites": "<p>Gets information about one or more of your sites in a global network.</p>",
    29      "GetTransitGatewayConnectPeerAssociations": "<p>Gets information about one or more of your transit gateway Connect peer associations in a global network.</p>",
    30      "GetTransitGatewayRegistrations": "<p>Gets information about the transit gateway registrations in a specified global network.</p>",
    31      "ListTagsForResource": "<p>Lists the tags for a specified resource.</p>",
    32      "RegisterTransitGateway": "<p>Registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.</p>",
    33      "TagResource": "<p>Tags a specified resource.</p>",
    34      "UntagResource": "<p>Removes tags from a specified resource.</p>",
    35      "UpdateConnection": "<p>Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.</p>",
    36      "UpdateDevice": "<p>Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.</p>",
    37      "UpdateGlobalNetwork": "<p>Updates an existing global network. To remove information for any of the parameters, specify an empty string.</p>",
    38      "UpdateLink": "<p>Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.</p>",
    39      "UpdateSite": "<p>Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.</p>"
    40    },
    41    "shapes": {
    42      "AWSLocation": {
    43        "base": "<p>Specifies a location in AWS.</p>",
    44        "refs": {
    45          "CreateDeviceRequest$AWSLocation": "<p>The AWS location of the device.</p>",
    46          "Device$AWSLocation": "<p>The AWS location of the device.</p>",
    47          "UpdateDeviceRequest$AWSLocation": "<p>The AWS location of the device.</p>"
    48        }
    49      },
    50      "AccessDeniedException": {
    51        "base": "<p>You do not have sufficient access to perform this action.</p>",
    52        "refs": {
    53        }
    54      },
    55      "AssociateCustomerGatewayRequest": {
    56        "base": null,
    57        "refs": {
    58        }
    59      },
    60      "AssociateCustomerGatewayResponse": {
    61        "base": null,
    62        "refs": {
    63        }
    64      },
    65      "AssociateLinkRequest": {
    66        "base": null,
    67        "refs": {
    68        }
    69      },
    70      "AssociateLinkResponse": {
    71        "base": null,
    72        "refs": {
    73        }
    74      },
    75      "AssociateTransitGatewayConnectPeerRequest": {
    76        "base": null,
    77        "refs": {
    78        }
    79      },
    80      "AssociateTransitGatewayConnectPeerResponse": {
    81        "base": null,
    82        "refs": {
    83        }
    84      },
    85      "Bandwidth": {
    86        "base": "<p>Describes bandwidth information.</p>",
    87        "refs": {
    88          "CreateLinkRequest$Bandwidth": "<p> The upload speed and download speed in Mbps. </p>",
    89          "Link$Bandwidth": "<p>The bandwidth for the link.</p>",
    90          "UpdateLinkRequest$Bandwidth": "<p>The upload and download speed in Mbps. </p>"
    91        }
    92      },
    93      "ConflictException": {
    94        "base": "<p>There was a conflict processing the request. Updating or deleting the resource can cause an inconsistent state.</p>",
    95        "refs": {
    96        }
    97      },
    98      "Connection": {
    99        "base": "<p>Describes a connection.</p>",
   100        "refs": {
   101          "ConnectionList$member": null,
   102          "CreateConnectionResponse$Connection": "<p>Information about the connection.</p>",
   103          "DeleteConnectionResponse$Connection": "<p>Information about the connection.</p>",
   104          "UpdateConnectionResponse$Connection": "<p>Information about the connection.</p>"
   105        }
   106      },
   107      "ConnectionList": {
   108        "base": null,
   109        "refs": {
   110          "GetConnectionsResponse$Connections": "<p>Information about the connections.</p>"
   111        }
   112      },
   113      "ConnectionState": {
   114        "base": null,
   115        "refs": {
   116          "Connection$State": "<p>The state of the connection.</p>"
   117        }
   118      },
   119      "CreateConnectionRequest": {
   120        "base": null,
   121        "refs": {
   122        }
   123      },
   124      "CreateConnectionResponse": {
   125        "base": null,
   126        "refs": {
   127        }
   128      },
   129      "CreateDeviceRequest": {
   130        "base": null,
   131        "refs": {
   132        }
   133      },
   134      "CreateDeviceResponse": {
   135        "base": null,
   136        "refs": {
   137        }
   138      },
   139      "CreateGlobalNetworkRequest": {
   140        "base": null,
   141        "refs": {
   142        }
   143      },
   144      "CreateGlobalNetworkResponse": {
   145        "base": null,
   146        "refs": {
   147        }
   148      },
   149      "CreateLinkRequest": {
   150        "base": null,
   151        "refs": {
   152        }
   153      },
   154      "CreateLinkResponse": {
   155        "base": null,
   156        "refs": {
   157        }
   158      },
   159      "CreateSiteRequest": {
   160        "base": null,
   161        "refs": {
   162        }
   163      },
   164      "CreateSiteResponse": {
   165        "base": null,
   166        "refs": {
   167        }
   168      },
   169      "CustomerGatewayAssociation": {
   170        "base": "<p>Describes the association between a customer gateway, a device, and a link.</p>",
   171        "refs": {
   172          "AssociateCustomerGatewayResponse$CustomerGatewayAssociation": "<p>The customer gateway association.</p>",
   173          "CustomerGatewayAssociationList$member": null,
   174          "DisassociateCustomerGatewayResponse$CustomerGatewayAssociation": "<p>Information about the customer gateway association.</p>"
   175        }
   176      },
   177      "CustomerGatewayAssociationList": {
   178        "base": null,
   179        "refs": {
   180          "GetCustomerGatewayAssociationsResponse$CustomerGatewayAssociations": "<p>The customer gateway associations.</p>"
   181        }
   182      },
   183      "CustomerGatewayAssociationState": {
   184        "base": null,
   185        "refs": {
   186          "CustomerGatewayAssociation$State": "<p>The association state.</p>"
   187        }
   188      },
   189      "DateTime": {
   190        "base": null,
   191        "refs": {
   192          "Connection$CreatedAt": "<p>The date and time that the connection was created.</p>",
   193          "Device$CreatedAt": "<p>The date and time that the site was created.</p>",
   194          "GlobalNetwork$CreatedAt": "<p>The date and time that the global network was created.</p>",
   195          "Link$CreatedAt": "<p>The date and time that the link was created.</p>",
   196          "Site$CreatedAt": "<p>The date and time that the site was created.</p>"
   197        }
   198      },
   199      "DeleteConnectionRequest": {
   200        "base": null,
   201        "refs": {
   202        }
   203      },
   204      "DeleteConnectionResponse": {
   205        "base": null,
   206        "refs": {
   207        }
   208      },
   209      "DeleteDeviceRequest": {
   210        "base": null,
   211        "refs": {
   212        }
   213      },
   214      "DeleteDeviceResponse": {
   215        "base": null,
   216        "refs": {
   217        }
   218      },
   219      "DeleteGlobalNetworkRequest": {
   220        "base": null,
   221        "refs": {
   222        }
   223      },
   224      "DeleteGlobalNetworkResponse": {
   225        "base": null,
   226        "refs": {
   227        }
   228      },
   229      "DeleteLinkRequest": {
   230        "base": null,
   231        "refs": {
   232        }
   233      },
   234      "DeleteLinkResponse": {
   235        "base": null,
   236        "refs": {
   237        }
   238      },
   239      "DeleteSiteRequest": {
   240        "base": null,
   241        "refs": {
   242        }
   243      },
   244      "DeleteSiteResponse": {
   245        "base": null,
   246        "refs": {
   247        }
   248      },
   249      "DeregisterTransitGatewayRequest": {
   250        "base": null,
   251        "refs": {
   252        }
   253      },
   254      "DeregisterTransitGatewayResponse": {
   255        "base": null,
   256        "refs": {
   257        }
   258      },
   259      "DescribeGlobalNetworksRequest": {
   260        "base": null,
   261        "refs": {
   262        }
   263      },
   264      "DescribeGlobalNetworksResponse": {
   265        "base": null,
   266        "refs": {
   267        }
   268      },
   269      "Device": {
   270        "base": "<p>Describes a device.</p>",
   271        "refs": {
   272          "CreateDeviceResponse$Device": "<p>Information about the device.</p>",
   273          "DeleteDeviceResponse$Device": "<p>Information about the device.</p>",
   274          "DeviceList$member": null,
   275          "UpdateDeviceResponse$Device": "<p>Information about the device.</p>"
   276        }
   277      },
   278      "DeviceList": {
   279        "base": null,
   280        "refs": {
   281          "GetDevicesResponse$Devices": "<p>The devices.</p>"
   282        }
   283      },
   284      "DeviceState": {
   285        "base": null,
   286        "refs": {
   287          "Device$State": "<p>The device state.</p>"
   288        }
   289      },
   290      "DisassociateCustomerGatewayRequest": {
   291        "base": null,
   292        "refs": {
   293        }
   294      },
   295      "DisassociateCustomerGatewayResponse": {
   296        "base": null,
   297        "refs": {
   298        }
   299      },
   300      "DisassociateLinkRequest": {
   301        "base": null,
   302        "refs": {
   303        }
   304      },
   305      "DisassociateLinkResponse": {
   306        "base": null,
   307        "refs": {
   308        }
   309      },
   310      "DisassociateTransitGatewayConnectPeerRequest": {
   311        "base": null,
   312        "refs": {
   313        }
   314      },
   315      "DisassociateTransitGatewayConnectPeerResponse": {
   316        "base": null,
   317        "refs": {
   318        }
   319      },
   320      "GetConnectionsRequest": {
   321        "base": null,
   322        "refs": {
   323        }
   324      },
   325      "GetConnectionsResponse": {
   326        "base": null,
   327        "refs": {
   328        }
   329      },
   330      "GetCustomerGatewayAssociationsRequest": {
   331        "base": null,
   332        "refs": {
   333        }
   334      },
   335      "GetCustomerGatewayAssociationsResponse": {
   336        "base": null,
   337        "refs": {
   338        }
   339      },
   340      "GetDevicesRequest": {
   341        "base": null,
   342        "refs": {
   343        }
   344      },
   345      "GetDevicesResponse": {
   346        "base": null,
   347        "refs": {
   348        }
   349      },
   350      "GetLinkAssociationsRequest": {
   351        "base": null,
   352        "refs": {
   353        }
   354      },
   355      "GetLinkAssociationsResponse": {
   356        "base": null,
   357        "refs": {
   358        }
   359      },
   360      "GetLinksRequest": {
   361        "base": null,
   362        "refs": {
   363        }
   364      },
   365      "GetLinksResponse": {
   366        "base": null,
   367        "refs": {
   368        }
   369      },
   370      "GetSitesRequest": {
   371        "base": null,
   372        "refs": {
   373        }
   374      },
   375      "GetSitesResponse": {
   376        "base": null,
   377        "refs": {
   378        }
   379      },
   380      "GetTransitGatewayConnectPeerAssociationsRequest": {
   381        "base": null,
   382        "refs": {
   383        }
   384      },
   385      "GetTransitGatewayConnectPeerAssociationsResponse": {
   386        "base": null,
   387        "refs": {
   388        }
   389      },
   390      "GetTransitGatewayRegistrationsRequest": {
   391        "base": null,
   392        "refs": {
   393        }
   394      },
   395      "GetTransitGatewayRegistrationsResponse": {
   396        "base": null,
   397        "refs": {
   398        }
   399      },
   400      "GlobalNetwork": {
   401        "base": "<p>Describes a global network.</p>",
   402        "refs": {
   403          "CreateGlobalNetworkResponse$GlobalNetwork": "<p>Information about the global network object.</p>",
   404          "DeleteGlobalNetworkResponse$GlobalNetwork": "<p>Information about the global network.</p>",
   405          "GlobalNetworkList$member": null,
   406          "UpdateGlobalNetworkResponse$GlobalNetwork": "<p>Information about the global network object.</p>"
   407        }
   408      },
   409      "GlobalNetworkList": {
   410        "base": null,
   411        "refs": {
   412          "DescribeGlobalNetworksResponse$GlobalNetworks": "<p>Information about the global networks.</p>"
   413        }
   414      },
   415      "GlobalNetworkState": {
   416        "base": null,
   417        "refs": {
   418          "GlobalNetwork$State": "<p>The state of the global network.</p>"
   419        }
   420      },
   421      "Integer": {
   422        "base": null,
   423        "refs": {
   424          "Bandwidth$UploadSpeed": "<p>Upload speed in Mbps.</p>",
   425          "Bandwidth$DownloadSpeed": "<p>Download speed in Mbps.</p>"
   426        }
   427      },
   428      "InternalServerException": {
   429        "base": "<p>The request has failed due to an internal error.</p>",
   430        "refs": {
   431        }
   432      },
   433      "Link": {
   434        "base": "<p>Describes a link.</p>",
   435        "refs": {
   436          "CreateLinkResponse$Link": "<p>Information about the link.</p>",
   437          "DeleteLinkResponse$Link": "<p>Information about the link.</p>",
   438          "LinkList$member": null,
   439          "UpdateLinkResponse$Link": "<p>Information about the link.</p>"
   440        }
   441      },
   442      "LinkAssociation": {
   443        "base": "<p>Describes the association between a device and a link.</p>",
   444        "refs": {
   445          "AssociateLinkResponse$LinkAssociation": "<p>The link association.</p>",
   446          "DisassociateLinkResponse$LinkAssociation": "<p>Information about the link association.</p>",
   447          "LinkAssociationList$member": null
   448        }
   449      },
   450      "LinkAssociationList": {
   451        "base": null,
   452        "refs": {
   453          "GetLinkAssociationsResponse$LinkAssociations": "<p>The link associations.</p>"
   454        }
   455      },
   456      "LinkAssociationState": {
   457        "base": null,
   458        "refs": {
   459          "LinkAssociation$LinkAssociationState": "<p>The state of the association.</p>"
   460        }
   461      },
   462      "LinkList": {
   463        "base": null,
   464        "refs": {
   465          "GetLinksResponse$Links": "<p>The links.</p>"
   466        }
   467      },
   468      "LinkState": {
   469        "base": null,
   470        "refs": {
   471          "Link$State": "<p>The state of the link.</p>"
   472        }
   473      },
   474      "ListTagsForResourceRequest": {
   475        "base": null,
   476        "refs": {
   477        }
   478      },
   479      "ListTagsForResourceResponse": {
   480        "base": null,
   481        "refs": {
   482        }
   483      },
   484      "Location": {
   485        "base": "<p>Describes a location.</p>",
   486        "refs": {
   487          "CreateDeviceRequest$Location": "<p>The location of the device.</p>",
   488          "CreateSiteRequest$Location": "<p>The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.</p> <ul> <li> <p> <code>Address</code>: The physical address of the site.</p> </li> <li> <p> <code>Latitude</code>: The latitude of the site. </p> </li> <li> <p> <code>Longitude</code>: The longitude of the site.</p> </li> </ul>",
   489          "Device$Location": "<p>The site location.</p>",
   490          "Site$Location": "<p>The location of the site.</p>",
   491          "UpdateDeviceRequest$Location": null,
   492          "UpdateSiteRequest$Location": "<p>The site location:</p> <ul> <li> <p> <code>Address</code>: The physical address of the site.</p> </li> <li> <p> <code>Latitude</code>: The latitude of the site. </p> </li> <li> <p> <code>Longitude</code>: The longitude of the site.</p> </li> </ul>"
   493        }
   494      },
   495      "MaxResults": {
   496        "base": null,
   497        "refs": {
   498          "DescribeGlobalNetworksRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   499          "GetConnectionsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   500          "GetCustomerGatewayAssociationsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   501          "GetDevicesRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   502          "GetLinkAssociationsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   503          "GetLinksRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   504          "GetSitesRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   505          "GetTransitGatewayConnectPeerAssociationsRequest$MaxResults": "<p>The maximum number of results to return.</p>",
   506          "GetTransitGatewayRegistrationsRequest$MaxResults": "<p>The maximum number of results to return.</p>"
   507        }
   508      },
   509      "RegisterTransitGatewayRequest": {
   510        "base": null,
   511        "refs": {
   512        }
   513      },
   514      "RegisterTransitGatewayResponse": {
   515        "base": null,
   516        "refs": {
   517        }
   518      },
   519      "ResourceARN": {
   520        "base": null,
   521        "refs": {
   522          "ListTagsForResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
   523          "TagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
   524          "UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
   525        }
   526      },
   527      "ResourceNotFoundException": {
   528        "base": "<p>The specified resource could not be found.</p>",
   529        "refs": {
   530        }
   531      },
   532      "RetryAfterSeconds": {
   533        "base": null,
   534        "refs": {
   535          "InternalServerException$RetryAfterSeconds": "<p>Indicates when to retry the request.</p>",
   536          "ThrottlingException$RetryAfterSeconds": "<p>Indicates when to retry the request.</p>"
   537        }
   538      },
   539      "ServiceQuotaExceededException": {
   540        "base": "<p>A service limit was exceeded.</p>",
   541        "refs": {
   542        }
   543      },
   544      "Site": {
   545        "base": "<p>Describes a site.</p>",
   546        "refs": {
   547          "CreateSiteResponse$Site": "<p>Information about the site.</p>",
   548          "DeleteSiteResponse$Site": "<p>Information about the site.</p>",
   549          "SiteList$member": null,
   550          "UpdateSiteResponse$Site": "<p>Information about the site.</p>"
   551        }
   552      },
   553      "SiteList": {
   554        "base": null,
   555        "refs": {
   556          "GetSitesResponse$Sites": "<p>The sites.</p>"
   557        }
   558      },
   559      "SiteState": {
   560        "base": null,
   561        "refs": {
   562          "Site$State": "<p>The state of the site.</p>"
   563        }
   564      },
   565      "String": {
   566        "base": null,
   567        "refs": {
   568          "AWSLocation$Zone": "<p>The Zone the device is located in. This can be the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.</p>",
   569          "AWSLocation$SubnetArn": "<p>The Amazon Resource Name (ARN) of the subnet the device is located in.</p>",
   570          "AccessDeniedException$Message": null,
   571          "AssociateCustomerGatewayRequest$CustomerGatewayArn": "<p>The Amazon Resource Name (ARN) of the customer gateway. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies\">Resources Defined by Amazon EC2</a>.</p>",
   572          "AssociateCustomerGatewayRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   573          "AssociateCustomerGatewayRequest$DeviceId": "<p>The ID of the device.</p>",
   574          "AssociateCustomerGatewayRequest$LinkId": "<p>The ID of the link.</p>",
   575          "AssociateLinkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   576          "AssociateLinkRequest$DeviceId": "<p>The ID of the device.</p>",
   577          "AssociateLinkRequest$LinkId": "<p>The ID of the link.</p>",
   578          "AssociateTransitGatewayConnectPeerRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   579          "AssociateTransitGatewayConnectPeerRequest$TransitGatewayConnectPeerArn": "<p>The Amazon Resource Name (ARN) of the Connect peer.</p>",
   580          "AssociateTransitGatewayConnectPeerRequest$DeviceId": "<p>The ID of the device.</p>",
   581          "AssociateTransitGatewayConnectPeerRequest$LinkId": "<p>The ID of the link.</p>",
   582          "ConflictException$Message": null,
   583          "ConflictException$ResourceId": "<p>The ID of the resource.</p>",
   584          "ConflictException$ResourceType": "<p>The resource type.</p>",
   585          "Connection$ConnectionId": "<p>The ID of the connection.</p>",
   586          "Connection$ConnectionArn": "<p>The Amazon Resource Name (ARN) of the connection.</p>",
   587          "Connection$GlobalNetworkId": "<p>The ID of the global network.</p>",
   588          "Connection$DeviceId": "<p>The ID of the first device in the connection.</p>",
   589          "Connection$ConnectedDeviceId": "<p>The ID of the second device in the connection.</p>",
   590          "Connection$LinkId": "<p>The ID of the link for the first device in the connection.</p>",
   591          "Connection$ConnectedLinkId": "<p>The ID of the link for the second device in the connection.</p>",
   592          "Connection$Description": "<p>The description of the connection.</p>",
   593          "CreateConnectionRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   594          "CreateConnectionRequest$DeviceId": "<p>The ID of the first device in the connection.</p>",
   595          "CreateConnectionRequest$ConnectedDeviceId": "<p>The ID of the second device in the connection.</p>",
   596          "CreateConnectionRequest$LinkId": "<p>The ID of the link for the first device.</p>",
   597          "CreateConnectionRequest$ConnectedLinkId": "<p>The ID of the link for the second device.</p>",
   598          "CreateConnectionRequest$Description": "<p>A description of the connection.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   599          "CreateDeviceRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   600          "CreateDeviceRequest$Description": "<p>A description of the device.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   601          "CreateDeviceRequest$Type": "<p>The type of the device.</p>",
   602          "CreateDeviceRequest$Vendor": "<p>The vendor of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   603          "CreateDeviceRequest$Model": "<p>The model of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   604          "CreateDeviceRequest$SerialNumber": "<p>The serial number of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   605          "CreateDeviceRequest$SiteId": "<p>The ID of the site.</p>",
   606          "CreateGlobalNetworkRequest$Description": "<p>A description of the global network.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   607          "CreateLinkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   608          "CreateLinkRequest$Description": "<p>A description of the link.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   609          "CreateLinkRequest$Type": "<p>The type of the link.</p> <p>Constraints: Cannot include the following characters: | \\ ^</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   610          "CreateLinkRequest$Provider": "<p>The provider of the link.</p> <p>Constraints: Cannot include the following characters: | \\ ^</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   611          "CreateLinkRequest$SiteId": "<p>The ID of the site.</p>",
   612          "CreateSiteRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   613          "CreateSiteRequest$Description": "<p>A description of your site.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   614          "CustomerGatewayAssociation$CustomerGatewayArn": "<p>The Amazon Resource Name (ARN) of the customer gateway.</p>",
   615          "CustomerGatewayAssociation$GlobalNetworkId": "<p>The ID of the global network.</p>",
   616          "CustomerGatewayAssociation$DeviceId": "<p>The ID of the device.</p>",
   617          "CustomerGatewayAssociation$LinkId": "<p>The ID of the link.</p>",
   618          "DeleteConnectionRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   619          "DeleteConnectionRequest$ConnectionId": "<p>The ID of the connection.</p>",
   620          "DeleteDeviceRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   621          "DeleteDeviceRequest$DeviceId": "<p>The ID of the device.</p>",
   622          "DeleteGlobalNetworkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   623          "DeleteLinkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   624          "DeleteLinkRequest$LinkId": "<p>The ID of the link.</p>",
   625          "DeleteSiteRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   626          "DeleteSiteRequest$SiteId": "<p>The ID of the site.</p>",
   627          "DeregisterTransitGatewayRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   628          "DeregisterTransitGatewayRequest$TransitGatewayArn": "<p>The Amazon Resource Name (ARN) of the transit gateway.</p>",
   629          "DescribeGlobalNetworksRequest$NextToken": "<p>The token for the next page of results.</p>",
   630          "DescribeGlobalNetworksResponse$NextToken": "<p>The token for the next page of results.</p>",
   631          "Device$DeviceId": "<p>The ID of the device.</p>",
   632          "Device$DeviceArn": "<p>The Amazon Resource Name (ARN) of the device.</p>",
   633          "Device$GlobalNetworkId": "<p>The ID of the global network.</p>",
   634          "Device$Description": "<p>The description of the device.</p>",
   635          "Device$Type": "<p>The device type.</p>",
   636          "Device$Vendor": "<p>The device vendor.</p>",
   637          "Device$Model": "<p>The device model.</p>",
   638          "Device$SerialNumber": "<p>The device serial number.</p>",
   639          "Device$SiteId": "<p>The site ID.</p>",
   640          "DisassociateCustomerGatewayRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   641          "DisassociateCustomerGatewayRequest$CustomerGatewayArn": "<p>The Amazon Resource Name (ARN) of the customer gateway. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies\">Resources Defined by Amazon EC2</a>.</p>",
   642          "DisassociateLinkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   643          "DisassociateLinkRequest$DeviceId": "<p>The ID of the device.</p>",
   644          "DisassociateLinkRequest$LinkId": "<p>The ID of the link.</p>",
   645          "DisassociateTransitGatewayConnectPeerRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   646          "DisassociateTransitGatewayConnectPeerRequest$TransitGatewayConnectPeerArn": "<p>The Amazon Resource Name (ARN) of the transit gateway Connect peer.</p>",
   647          "GetConnectionsRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   648          "GetConnectionsRequest$DeviceId": "<p>The ID of the device.</p>",
   649          "GetConnectionsRequest$NextToken": "<p>The token for the next page of results.</p>",
   650          "GetConnectionsResponse$NextToken": "<p>The token to use for the next page of results.</p>",
   651          "GetCustomerGatewayAssociationsRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   652          "GetCustomerGatewayAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
   653          "GetCustomerGatewayAssociationsResponse$NextToken": "<p>The token for the next page of results.</p>",
   654          "GetDevicesRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   655          "GetDevicesRequest$SiteId": "<p>The ID of the site.</p>",
   656          "GetDevicesRequest$NextToken": "<p>The token for the next page of results.</p>",
   657          "GetDevicesResponse$NextToken": "<p>The token for the next page of results.</p>",
   658          "GetLinkAssociationsRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   659          "GetLinkAssociationsRequest$DeviceId": "<p>The ID of the device.</p>",
   660          "GetLinkAssociationsRequest$LinkId": "<p>The ID of the link.</p>",
   661          "GetLinkAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
   662          "GetLinkAssociationsResponse$NextToken": "<p>The token for the next page of results.</p>",
   663          "GetLinksRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   664          "GetLinksRequest$SiteId": "<p>The ID of the site.</p>",
   665          "GetLinksRequest$Type": "<p>The link type.</p>",
   666          "GetLinksRequest$Provider": "<p>The link provider.</p>",
   667          "GetLinksRequest$NextToken": "<p>The token for the next page of results.</p>",
   668          "GetLinksResponse$NextToken": "<p>The token for the next page of results.</p>",
   669          "GetSitesRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   670          "GetSitesRequest$NextToken": "<p>The token for the next page of results.</p>",
   671          "GetSitesResponse$NextToken": "<p>The token for the next page of results.</p>",
   672          "GetTransitGatewayConnectPeerAssociationsRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   673          "GetTransitGatewayConnectPeerAssociationsRequest$NextToken": "<p>The token for the next page of results.</p>",
   674          "GetTransitGatewayConnectPeerAssociationsResponse$NextToken": "<p>The token to use for the next page of results.</p>",
   675          "GetTransitGatewayRegistrationsRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   676          "GetTransitGatewayRegistrationsRequest$NextToken": "<p>The token for the next page of results.</p>",
   677          "GetTransitGatewayRegistrationsResponse$NextToken": "<p>The token for the next page of results.</p>",
   678          "GlobalNetwork$GlobalNetworkId": "<p>The ID of the global network.</p>",
   679          "GlobalNetwork$GlobalNetworkArn": "<p>The Amazon Resource Name (ARN) of the global network.</p>",
   680          "GlobalNetwork$Description": "<p>The description of the global network.</p>",
   681          "InternalServerException$Message": null,
   682          "Link$LinkId": "<p>The ID of the link.</p>",
   683          "Link$LinkArn": "<p>The Amazon Resource Name (ARN) of the link.</p>",
   684          "Link$GlobalNetworkId": "<p>The ID of the global network.</p>",
   685          "Link$SiteId": "<p>The ID of the site.</p>",
   686          "Link$Description": "<p>The description of the link.</p>",
   687          "Link$Type": "<p>The type of the link.</p>",
   688          "Link$Provider": "<p>The provider of the link.</p>",
   689          "LinkAssociation$GlobalNetworkId": "<p>The ID of the global network.</p>",
   690          "LinkAssociation$DeviceId": "<p>The device ID for the link association.</p>",
   691          "LinkAssociation$LinkId": "<p>The ID of the link.</p>",
   692          "Location$Address": "<p>The physical address.</p>",
   693          "Location$Latitude": "<p>The latitude.</p>",
   694          "Location$Longitude": "<p>The longitude.</p>",
   695          "RegisterTransitGatewayRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   696          "RegisterTransitGatewayRequest$TransitGatewayArn": "<p>The Amazon Resource Name (ARN) of the transit gateway. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies\">Resources Defined by Amazon EC2</a>.</p>",
   697          "ResourceNotFoundException$Message": null,
   698          "ResourceNotFoundException$ResourceId": "<p>The ID of the resource.</p>",
   699          "ResourceNotFoundException$ResourceType": "<p>The resource type.</p>",
   700          "ServiceQuotaExceededException$Message": "<p>The error message.</p>",
   701          "ServiceQuotaExceededException$ResourceId": "<p>The ID of the resource.</p>",
   702          "ServiceQuotaExceededException$ResourceType": "<p>The resource type.</p>",
   703          "ServiceQuotaExceededException$LimitCode": "<p>The limit code.</p>",
   704          "ServiceQuotaExceededException$ServiceCode": "<p>The service code.</p>",
   705          "Site$SiteId": "<p>The ID of the site.</p>",
   706          "Site$SiteArn": "<p>The Amazon Resource Name (ARN) of the site.</p>",
   707          "Site$GlobalNetworkId": "<p>The ID of the global network.</p>",
   708          "Site$Description": "<p>The description of the site.</p>",
   709          "StringList$member": null,
   710          "ThrottlingException$Message": null,
   711          "TransitGatewayConnectPeerAssociation$TransitGatewayConnectPeerArn": "<p>The Amazon Resource Name (ARN) of the transit gateway Connect peer.</p>",
   712          "TransitGatewayConnectPeerAssociation$GlobalNetworkId": "<p>The ID of the global network.</p>",
   713          "TransitGatewayConnectPeerAssociation$DeviceId": "<p>The ID of the device.</p>",
   714          "TransitGatewayConnectPeerAssociation$LinkId": "<p>The ID of the link.</p>",
   715          "TransitGatewayRegistration$GlobalNetworkId": "<p>The ID of the global network.</p>",
   716          "TransitGatewayRegistration$TransitGatewayArn": "<p>The Amazon Resource Name (ARN) of the transit gateway.</p>",
   717          "TransitGatewayRegistrationStateReason$Message": "<p>The message for the state reason.</p>",
   718          "UpdateConnectionRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   719          "UpdateConnectionRequest$ConnectionId": "<p>The ID of the connection.</p>",
   720          "UpdateConnectionRequest$LinkId": "<p>The ID of the link for the first device in the connection.</p>",
   721          "UpdateConnectionRequest$ConnectedLinkId": "<p>The ID of the link for the second device in the connection.</p>",
   722          "UpdateConnectionRequest$Description": "<p>A description of the connection.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   723          "UpdateDeviceRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   724          "UpdateDeviceRequest$DeviceId": "<p>The ID of the device.</p>",
   725          "UpdateDeviceRequest$Description": "<p>A description of the device.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   726          "UpdateDeviceRequest$Type": "<p>The type of the device.</p>",
   727          "UpdateDeviceRequest$Vendor": "<p>The vendor of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   728          "UpdateDeviceRequest$Model": "<p>The model of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   729          "UpdateDeviceRequest$SerialNumber": "<p>The serial number of the device.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   730          "UpdateDeviceRequest$SiteId": "<p>The ID of the site.</p>",
   731          "UpdateGlobalNetworkRequest$GlobalNetworkId": "<p>The ID of your global network.</p>",
   732          "UpdateGlobalNetworkRequest$Description": "<p>A description of the global network.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   733          "UpdateLinkRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   734          "UpdateLinkRequest$LinkId": "<p>The ID of the link.</p>",
   735          "UpdateLinkRequest$Description": "<p>A description of the link.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   736          "UpdateLinkRequest$Type": "<p>The type of the link.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   737          "UpdateLinkRequest$Provider": "<p>The provider of the link.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   738          "UpdateSiteRequest$GlobalNetworkId": "<p>The ID of the global network.</p>",
   739          "UpdateSiteRequest$SiteId": "<p>The ID of your site.</p>",
   740          "UpdateSiteRequest$Description": "<p>A description of your site.</p> <p>Length Constraints: Maximum length of 256 characters.</p>",
   741          "ValidationException$Message": null,
   742          "ValidationExceptionField$Name": "<p>The name of the field.</p>",
   743          "ValidationExceptionField$Message": "<p>The message for the field.</p>"
   744        }
   745      },
   746      "StringList": {
   747        "base": null,
   748        "refs": {
   749          "DescribeGlobalNetworksRequest$GlobalNetworkIds": "<p>The IDs of one or more global networks. The maximum is 10.</p>",
   750          "GetConnectionsRequest$ConnectionIds": "<p>One or more connection IDs.</p>",
   751          "GetCustomerGatewayAssociationsRequest$CustomerGatewayArns": "<p>One or more customer gateway Amazon Resource Names (ARNs). For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies\">Resources Defined by Amazon EC2</a>. The maximum is 10.</p>",
   752          "GetDevicesRequest$DeviceIds": "<p>One or more device IDs. The maximum is 10.</p>",
   753          "GetLinksRequest$LinkIds": "<p>One or more link IDs. The maximum is 10.</p>",
   754          "GetSitesRequest$SiteIds": "<p>One or more site IDs. The maximum is 10.</p>",
   755          "GetTransitGatewayConnectPeerAssociationsRequest$TransitGatewayConnectPeerArns": "<p>One or more transit gateway Connect peer Amazon Resource Names (ARNs).</p>",
   756          "GetTransitGatewayRegistrationsRequest$TransitGatewayArns": "<p>The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.</p>"
   757        }
   758      },
   759      "Tag": {
   760        "base": "<p>Describes a tag.</p>",
   761        "refs": {
   762          "TagList$member": null
   763        }
   764      },
   765      "TagKey": {
   766        "base": null,
   767        "refs": {
   768          "Tag$Key": "<p>The tag key.</p> <p>Length Constraints: Maximum length of 128 characters.</p>",
   769          "TagKeyList$member": null
   770        }
   771      },
   772      "TagKeyList": {
   773        "base": null,
   774        "refs": {
   775          "UntagResourceRequest$TagKeys": "<p>The tag keys to remove from the specified resource.</p>"
   776        }
   777      },
   778      "TagList": {
   779        "base": null,
   780        "refs": {
   781          "Connection$Tags": "<p>The tags for the connection.</p>",
   782          "CreateConnectionRequest$Tags": "<p>The tags to apply to the resource during creation.</p>",
   783          "CreateDeviceRequest$Tags": "<p>The tags to apply to the resource during creation.</p>",
   784          "CreateGlobalNetworkRequest$Tags": "<p>The tags to apply to the resource during creation.</p>",
   785          "CreateLinkRequest$Tags": "<p>The tags to apply to the resource during creation.</p>",
   786          "CreateSiteRequest$Tags": "<p>The tags to apply to the resource during creation.</p>",
   787          "Device$Tags": "<p>The tags for the device.</p>",
   788          "GlobalNetwork$Tags": "<p>The tags for the global network.</p>",
   789          "Link$Tags": "<p>The tags for the link.</p>",
   790          "ListTagsForResourceResponse$TagList": "<p>The list of tags.</p>",
   791          "Site$Tags": "<p>The tags for the site.</p>",
   792          "TagResourceRequest$Tags": "<p>The tags to apply to the specified resource.</p>"
   793        }
   794      },
   795      "TagResourceRequest": {
   796        "base": null,
   797        "refs": {
   798        }
   799      },
   800      "TagResourceResponse": {
   801        "base": null,
   802        "refs": {
   803        }
   804      },
   805      "TagValue": {
   806        "base": null,
   807        "refs": {
   808          "Tag$Value": "<p>The tag value.</p> <p>Length Constraints: Maximum length of 256 characters.</p>"
   809        }
   810      },
   811      "ThrottlingException": {
   812        "base": "<p>The request was denied due to request throttling.</p>",
   813        "refs": {
   814        }
   815      },
   816      "TransitGatewayConnectPeerAssociation": {
   817        "base": "<p>Describes a transit gateway Connect peer association.</p>",
   818        "refs": {
   819          "AssociateTransitGatewayConnectPeerResponse$TransitGatewayConnectPeerAssociation": "<p>The transit gateway Connect peer association.</p>",
   820          "DisassociateTransitGatewayConnectPeerResponse$TransitGatewayConnectPeerAssociation": "<p>The transit gateway Connect peer association.</p>",
   821          "TransitGatewayConnectPeerAssociationList$member": null
   822        }
   823      },
   824      "TransitGatewayConnectPeerAssociationList": {
   825        "base": null,
   826        "refs": {
   827          "GetTransitGatewayConnectPeerAssociationsResponse$TransitGatewayConnectPeerAssociations": "<p>Information about the transit gateway Connect peer associations.</p>"
   828        }
   829      },
   830      "TransitGatewayConnectPeerAssociationState": {
   831        "base": null,
   832        "refs": {
   833          "TransitGatewayConnectPeerAssociation$State": "<p>The state of the association.</p>"
   834        }
   835      },
   836      "TransitGatewayRegistration": {
   837        "base": "<p>Describes the registration of a transit gateway to a global network.</p>",
   838        "refs": {
   839          "DeregisterTransitGatewayResponse$TransitGatewayRegistration": "<p>The transit gateway registration information.</p>",
   840          "RegisterTransitGatewayResponse$TransitGatewayRegistration": "<p>Information about the transit gateway registration.</p>",
   841          "TransitGatewayRegistrationList$member": null
   842        }
   843      },
   844      "TransitGatewayRegistrationList": {
   845        "base": null,
   846        "refs": {
   847          "GetTransitGatewayRegistrationsResponse$TransitGatewayRegistrations": "<p>The transit gateway registrations.</p>"
   848        }
   849      },
   850      "TransitGatewayRegistrationState": {
   851        "base": null,
   852        "refs": {
   853          "TransitGatewayRegistrationStateReason$Code": "<p>The code for the state reason.</p>"
   854        }
   855      },
   856      "TransitGatewayRegistrationStateReason": {
   857        "base": "<p>Describes the status of a transit gateway registration.</p>",
   858        "refs": {
   859          "TransitGatewayRegistration$State": "<p>The state of the transit gateway registration.</p>"
   860        }
   861      },
   862      "UntagResourceRequest": {
   863        "base": null,
   864        "refs": {
   865        }
   866      },
   867      "UntagResourceResponse": {
   868        "base": null,
   869        "refs": {
   870        }
   871      },
   872      "UpdateConnectionRequest": {
   873        "base": null,
   874        "refs": {
   875        }
   876      },
   877      "UpdateConnectionResponse": {
   878        "base": null,
   879        "refs": {
   880        }
   881      },
   882      "UpdateDeviceRequest": {
   883        "base": null,
   884        "refs": {
   885        }
   886      },
   887      "UpdateDeviceResponse": {
   888        "base": null,
   889        "refs": {
   890        }
   891      },
   892      "UpdateGlobalNetworkRequest": {
   893        "base": null,
   894        "refs": {
   895        }
   896      },
   897      "UpdateGlobalNetworkResponse": {
   898        "base": null,
   899        "refs": {
   900        }
   901      },
   902      "UpdateLinkRequest": {
   903        "base": null,
   904        "refs": {
   905        }
   906      },
   907      "UpdateLinkResponse": {
   908        "base": null,
   909        "refs": {
   910        }
   911      },
   912      "UpdateSiteRequest": {
   913        "base": null,
   914        "refs": {
   915        }
   916      },
   917      "UpdateSiteResponse": {
   918        "base": null,
   919        "refs": {
   920        }
   921      },
   922      "ValidationException": {
   923        "base": "<p>The input fails to satisfy the constraints.</p>",
   924        "refs": {
   925        }
   926      },
   927      "ValidationExceptionField": {
   928        "base": "<p>Describes a validation exception for a field.</p>",
   929        "refs": {
   930          "ValidationExceptionFieldList$member": null
   931        }
   932      },
   933      "ValidationExceptionFieldList": {
   934        "base": null,
   935        "refs": {
   936          "ValidationException$Fields": "<p>The fields that caused the error, if applicable.</p>"
   937        }
   938      },
   939      "ValidationExceptionReason": {
   940        "base": null,
   941        "refs": {
   942          "ValidationException$Reason": "<p>The reason for the error.</p>"
   943        }
   944      }
   945    }
   946  }