|
133 | 133 | ],
|
134 | 134 | "documentation":"<p>Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to AWS as it is being migrated.</p> <note> <p>Intended for use by AWS Direct Connect Partners only.</p> </note>"
|
135 | 135 | },
|
| 136 | + "AssociateMacSecKey":{ |
| 137 | + "name":"AssociateMacSecKey", |
| 138 | + "http":{ |
| 139 | + "method":"POST", |
| 140 | + "requestUri":"/" |
| 141 | + }, |
| 142 | + "input":{"shape":"AssociateMacSecKeyRequest"}, |
| 143 | + "output":{"shape":"AssociateMacSecKeyResponse"}, |
| 144 | + "errors":[ |
| 145 | + {"shape":"DirectConnectServerException"}, |
| 146 | + {"shape":"DirectConnectClientException"} |
| 147 | + ], |
| 148 | + "documentation":"<p>Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an AWS Direct Connect dedicated connection.</p> <p>You must supply either the <code>secretARN,</code> or the CKN/CAK (<code>ckn</code> and <code>cak</code>) pair in the request.</p> <p>For information about MAC Security (MACsec) key considerations, see <a href=\"https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-key-consideration\">MACsec pre-shared CKN/CAK key considerations </a> in the <i>AWS Direct Connect User Guide</i>.</p>" |
| 149 | + }, |
136 | 150 | "AssociateVirtualInterface":{
|
137 | 151 | "name":"AssociateVirtualInterface",
|
138 | 152 | "http":{
|
|
706 | 720 | ],
|
707 | 721 | "documentation":"<p>Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the <a>DeleteConnection</a> request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an AWS Direct Connect Partner is automatically converted to an interconnect.</p> <p>If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections. </p>"
|
708 | 722 | },
|
| 723 | + "DisassociateMacSecKey":{ |
| 724 | + "name":"DisassociateMacSecKey", |
| 725 | + "http":{ |
| 726 | + "method":"POST", |
| 727 | + "requestUri":"/" |
| 728 | + }, |
| 729 | + "input":{"shape":"DisassociateMacSecKeyRequest"}, |
| 730 | + "output":{"shape":"DisassociateMacSecKeyResponse"}, |
| 731 | + "errors":[ |
| 732 | + {"shape":"DirectConnectServerException"}, |
| 733 | + {"shape":"DirectConnectClientException"} |
| 734 | + ], |
| 735 | + "documentation":"<p>Removes the association between a MAC Security (MACsec) security key and an AWS Direct Connect dedicated connection.</p>" |
| 736 | + }, |
709 | 737 | "ListVirtualInterfaceTestHistory":{
|
710 | 738 | "name":"ListVirtualInterfaceTestHistory",
|
711 | 739 | "http":{
|
|
778 | 806 | ],
|
779 | 807 | "documentation":"<p>Removes one or more tags from the specified AWS Direct Connect resource.</p>"
|
780 | 808 | },
|
| 809 | + "UpdateConnection":{ |
| 810 | + "name":"UpdateConnection", |
| 811 | + "http":{ |
| 812 | + "method":"POST", |
| 813 | + "requestUri":"/" |
| 814 | + }, |
| 815 | + "input":{"shape":"UpdateConnectionRequest"}, |
| 816 | + "output":{"shape":"Connection"}, |
| 817 | + "errors":[ |
| 818 | + {"shape":"DirectConnectServerException"}, |
| 819 | + {"shape":"DirectConnectClientException"} |
| 820 | + ], |
| 821 | + "documentation":"<p>Updates the AWS Direct Connect dedicated connection configuration.</p> <p>You can update the following parameters for a connection:</p> <ul> <li> <p>The connection name</p> </li> <li> <p>The connection's MAC Security (MACsec) encryption mode.</p> </li> </ul>" |
| 822 | + }, |
781 | 823 | "UpdateDirectConnectGatewayAssociation":{
|
782 | 824 | "name":"UpdateDirectConnectGatewayAssociation",
|
783 | 825 | "http":{
|
|
804 | 846 | {"shape":"DirectConnectServerException"},
|
805 | 847 | {"shape":"DirectConnectClientException"}
|
806 | 848 | ],
|
807 |
| - "documentation":"<p>Updates the attributes of the specified link aggregation group (LAG).</p> <p>You can update the following attributes:</p> <ul> <li> <p>The name of the LAG.</p> </li> <li> <p>The value for the minimum number of connections that must be operational for the LAG itself to be operational. </p> </li> </ul> <p>When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.</p>" |
| 849 | + "documentation":"<p>Updates the attributes of the specified link aggregation group (LAG).</p> <p>You can update the following LAG attributes:</p> <ul> <li> <p>The name of the LAG.</p> </li> <li> <p>The value for the minimum number of connections that must be operational for the LAG itself to be operational. </p> </li> <li> <p>The LAG's MACsec encryption mode.</p> <p>AWS assigns this value to each connection which is part of the LAG.</p> </li> <li> <p>The tags</p> </li> </ul> <note> <p>If you adjust the threshold value for the minimum number of operational connections, ensure that the new value does not cause the LAG to fall below the threshold and become non-operational.</p> </note>" |
808 | 850 | },
|
809 | 851 | "UpdateVirtualInterfaceAttributes":{
|
810 | 852 | "name":"UpdateVirtualInterfaceAttributes",
|
|
1037 | 1079 | }
|
1038 | 1080 | }
|
1039 | 1081 | },
|
| 1082 | + "AssociateMacSecKeyRequest":{ |
| 1083 | + "type":"structure", |
| 1084 | + "required":["connectionId"], |
| 1085 | + "members":{ |
| 1086 | + "connectionId":{ |
| 1087 | + "shape":"ConnectionId", |
| 1088 | + "documentation":"<p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p> <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve connection ID.</p>" |
| 1089 | + }, |
| 1090 | + "secretARN":{ |
| 1091 | + "shape":"SecretARN", |
| 1092 | + "documentation":"<p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key to associate with the dedicated connection.</p> <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve the MAC Security (MACsec) secret key.</p> <p>If you use this request parameter, you do not use the <code>ckn</code> and <code>cak</code> request parameters.</p>" |
| 1093 | + }, |
| 1094 | + "ckn":{ |
| 1095 | + "shape":"Ckn", |
| 1096 | + "documentation":"<p>The MAC Security (MACsec) CKN to associate with the dedicated connection.</p> <p>You can create the CKN/CAK pair using an industry standard tool.</p> <p> The valid values are 64 hexadecimal characters (0-9, A-E).</p> <p>If you use this request parameter, you must use the <code>cak</code> request parameter and not use the <code>secretARN</code> request parameter.</p>" |
| 1097 | + }, |
| 1098 | + "cak":{ |
| 1099 | + "shape":"Cak", |
| 1100 | + "documentation":"<p>The MAC Security (MACsec) CAK to associate with the dedicated connection.</p> <p>You can create the CKN/CAK pair using an industry standard tool.</p> <p> The valid values are 64 hexadecimal characters (0-9, A-E).</p> <p>If you use this request parameter, you must use the <code>ckn</code> request parameter and not use the <code>secretARN</code> request parameter.</p>" |
| 1101 | + } |
| 1102 | + } |
| 1103 | + }, |
| 1104 | + "AssociateMacSecKeyResponse":{ |
| 1105 | + "type":"structure", |
| 1106 | + "members":{ |
| 1107 | + "connectionId":{ |
| 1108 | + "shape":"ConnectionId", |
| 1109 | + "documentation":"<p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>" |
| 1110 | + }, |
| 1111 | + "macSecKeys":{ |
| 1112 | + "shape":"MacSecKeyList", |
| 1113 | + "documentation":"<p>The MAC Security (MACsec) security keys associated with the dedicated connection.</p>" |
| 1114 | + } |
| 1115 | + } |
| 1116 | + }, |
1040 | 1117 | "AssociateVirtualInterfaceRequest":{
|
1041 | 1118 | "type":"structure",
|
1042 | 1119 | "required":[
|
|
1077 | 1154 | "documentation":"<p>Information about the associated gateway.</p>"
|
1078 | 1155 | },
|
1079 | 1156 | "AssociatedGatewayId":{"type":"string"},
|
| 1157 | + "AvailableMacSecPortSpeeds":{ |
| 1158 | + "type":"list", |
| 1159 | + "member":{"shape":"PortSpeed"} |
| 1160 | + }, |
1080 | 1161 | "AvailablePortSpeeds":{
|
1081 | 1162 | "type":"list",
|
1082 | 1163 | "member":{"shape":"PortSpeed"}
|
|
1159 | 1240 | "Bandwidth":{"type":"string"},
|
1160 | 1241 | "BooleanFlag":{"type":"boolean"},
|
1161 | 1242 | "CIDR":{"type":"string"},
|
| 1243 | + "Cak":{"type":"string"}, |
| 1244 | + "Ckn":{"type":"string"}, |
1162 | 1245 | "ConfirmConnectionRequest":{
|
1163 | 1246 | "type":"structure",
|
1164 | 1247 | "required":["connectionId"],
|
|
1320 | 1403 | "providerName":{
|
1321 | 1404 | "shape":"ProviderName",
|
1322 | 1405 | "documentation":"<p>The name of the service provider associated with the connection.</p>"
|
| 1406 | + }, |
| 1407 | + "macSecCapable":{ |
| 1408 | + "shape":"MacSecCapable", |
| 1409 | + "documentation":"<p>Indicates whether the connection supports MAC Security (MACsec).</p>" |
| 1410 | + }, |
| 1411 | + "portEncryptionStatus":{ |
| 1412 | + "shape":"PortEncryptionStatus", |
| 1413 | + "documentation":"<p>The MAC Security (MACsec) port link status of the connection.</p> <p>The valid values are <code>Encryption Up</code>, which means that there is an active Connection Key Name, or <code>Encryption Down</code>.</p>" |
| 1414 | + }, |
| 1415 | + "encryptionMode":{ |
| 1416 | + "shape":"EncryptionMode", |
| 1417 | + "documentation":"<p>The MAC Security (MACsec) connection encryption mode.</p> <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>" |
| 1418 | + }, |
| 1419 | + "macSecKeys":{ |
| 1420 | + "shape":"MacSecKeyList", |
| 1421 | + "documentation":"<p>The MAC Security (MACsec) security keys associated with the connection.</p>" |
1323 | 1422 | }
|
1324 | 1423 | },
|
1325 | 1424 | "documentation":"<p>Information about an AWS Direct Connect connection.</p>"
|
|
1407 | 1506 | "providerName":{
|
1408 | 1507 | "shape":"ProviderName",
|
1409 | 1508 | "documentation":"<p>The name of the service provider associated with the requested connection.</p>"
|
| 1509 | + }, |
| 1510 | + "requestMACSec":{ |
| 1511 | + "shape":"RequestMACSec", |
| 1512 | + "documentation":"<p>Indicates whether you want the connection to support MAC Security (MACsec).</p> <p>MAC Security (MACsec) is only available on dedicated connections. For information about MAC Security (MACsec) prerequisties, see <a href=\"https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites\">MACsec prerequisties</a> in the <i>AWS Direct Connect User Guide</i>.</p>" |
1410 | 1513 | }
|
1411 | 1514 | }
|
1412 | 1515 | },
|
|
1577 | 1680 | "providerName":{
|
1578 | 1681 | "shape":"ProviderName",
|
1579 | 1682 | "documentation":"<p>The name of the service provider associated with the LAG.</p>"
|
| 1683 | + }, |
| 1684 | + "requestMACSec":{ |
| 1685 | + "shape":"RequestMACSec", |
| 1686 | + "documentation":"<p>Indicates whether the connection will support MAC Security (MACsec).</p> <note> <p>All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see <a href=\"https://docs.aws.amazon.com/directconnect/latest/UserGuide/direct-connect-mac-sec-getting-started.html#mac-sec-prerequisites\">MACsec prerequisties</a> in the <i>AWS Direct Connect User Guide</i>.</p> </note>" |
1580 | 1687 | }
|
1581 | 1688 | }
|
1582 | 1689 | },
|
|
2325 | 2432 | }
|
2326 | 2433 | }
|
2327 | 2434 | },
|
| 2435 | + "DisassociateMacSecKeyRequest":{ |
| 2436 | + "type":"structure", |
| 2437 | + "required":[ |
| 2438 | + "connectionId", |
| 2439 | + "secretARN" |
| 2440 | + ], |
| 2441 | + "members":{ |
| 2442 | + "connectionId":{ |
| 2443 | + "shape":"ConnectionId", |
| 2444 | + "documentation":"<p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p> <p>You can use <a>DescribeConnections</a> or <a>DescribeLags</a> to retrieve connection ID.</p>" |
| 2445 | + }, |
| 2446 | + "secretARN":{ |
| 2447 | + "shape":"SecretARN", |
| 2448 | + "documentation":"<p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.</p> <p>You can use <a>DescribeConnections</a> to retrieve the ARN of the MAC Security (MACsec) secret key.</p>" |
| 2449 | + } |
| 2450 | + } |
| 2451 | + }, |
| 2452 | + "DisassociateMacSecKeyResponse":{ |
| 2453 | + "type":"structure", |
| 2454 | + "members":{ |
| 2455 | + "connectionId":{ |
| 2456 | + "shape":"ConnectionId", |
| 2457 | + "documentation":"<p>The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).</p>" |
| 2458 | + }, |
| 2459 | + "macSecKeys":{ |
| 2460 | + "shape":"MacSecKeyList", |
| 2461 | + "documentation":"<p>The MAC Security (MACsec) security keys no longer associated with the dedicated connection.</p>" |
| 2462 | + } |
| 2463 | + } |
| 2464 | + }, |
2328 | 2465 | "DuplicateTagKeysException":{
|
2329 | 2466 | "type":"structure",
|
2330 | 2467 | "members":{
|
2331 | 2468 | },
|
2332 | 2469 | "documentation":"<p>A tag key was specified more than once.</p>",
|
2333 | 2470 | "exception":true
|
2334 | 2471 | },
|
| 2472 | + "EncryptionMode":{"type":"string"}, |
2335 | 2473 | "EndTime":{"type":"timestamp"},
|
2336 | 2474 | "ErrorMessage":{"type":"string"},
|
2337 | 2475 | "FailureTestHistoryStatus":{"type":"string"},
|
|
2512 | 2650 | "providerName":{
|
2513 | 2651 | "shape":"ProviderName",
|
2514 | 2652 | "documentation":"<p>The name of the service provider associated with the LAG.</p>"
|
| 2653 | + }, |
| 2654 | + "macSecCapable":{ |
| 2655 | + "shape":"MacSecCapable", |
| 2656 | + "documentation":"<p>Indicates whether the LAG supports MAC Security (MACsec).</p>" |
| 2657 | + }, |
| 2658 | + "encryptionMode":{ |
| 2659 | + "shape":"EncryptionMode", |
| 2660 | + "documentation":"<p>The LAG MAC Security (MACsec) encryption mode.</p> <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>" |
| 2661 | + }, |
| 2662 | + "macSecKeys":{ |
| 2663 | + "shape":"MacSecKeyList", |
| 2664 | + "documentation":"<p>The MAC Security (MACsec) security keys associated with the LAG.</p>" |
2515 | 2665 | }
|
2516 | 2666 | },
|
2517 | 2667 | "documentation":"<p>Information about a link aggregation group (LAG).</p>"
|
|
2627 | 2777 | "availableProviders":{
|
2628 | 2778 | "shape":"ProviderList",
|
2629 | 2779 | "documentation":"<p>The name of the service provider for the location.</p>"
|
| 2780 | + }, |
| 2781 | + "availableMacSecPortSpeeds":{ |
| 2782 | + "shape":"AvailableMacSecPortSpeeds", |
| 2783 | + "documentation":"<p>The available MAC Security (MACsec) port speeds for the location.</p>" |
2630 | 2784 | }
|
2631 | 2785 | },
|
2632 | 2786 | "documentation":"<p>Information about an AWS Direct Connect location.</p>"
|
|
2648 | 2802 | },
|
2649 | 2803 | "LongAsn":{"type":"long"},
|
2650 | 2804 | "MTU":{"type":"integer"},
|
| 2805 | + "MacSecCapable":{"type":"boolean"}, |
| 2806 | + "MacSecKey":{ |
| 2807 | + "type":"structure", |
| 2808 | + "members":{ |
| 2809 | + "secretARN":{ |
| 2810 | + "shape":"SecretARN", |
| 2811 | + "documentation":"<p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.</p>" |
| 2812 | + }, |
| 2813 | + "ckn":{ |
| 2814 | + "shape":"Ckn", |
| 2815 | + "documentation":"<p>The Connection Key Name (CKN) for the MAC Security secret key.</p>" |
| 2816 | + }, |
| 2817 | + "state":{ |
| 2818 | + "shape":"State", |
| 2819 | + "documentation":"<p>The state of the MAC Security (MACsec) secret key.</p> <p>The possible values are:</p> <ul> <li> <p> <code>associating</code>: The MAC Security (MACsec) secret key is being validated and not yet associated with the connection or LAG.</p> </li> <li> <p> <code>associated</code>: The MAC Security (MACsec) secret key is validated and associated with the connection or LAG.</p> </li> <li> <p> <code>disassociating</code>: The MAC Security (MACsec) secret key is being disassociated from the connection or LAG</p> </li> <li> <p> <code>disassociated</code>: The MAC Security (MACsec) secret key is no longer associated with the connection or LAG.</p> </li> </ul>" |
| 2820 | + }, |
| 2821 | + "startOn":{ |
| 2822 | + "shape":"StartOnDate", |
| 2823 | + "documentation":"<p>The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.</p>" |
| 2824 | + } |
| 2825 | + }, |
| 2826 | + "documentation":"<p>Information about the MAC Security (MACsec) secret key.</p>" |
| 2827 | + }, |
| 2828 | + "MacSecKeyList":{ |
| 2829 | + "type":"list", |
| 2830 | + "member":{"shape":"MacSecKey"} |
| 2831 | + }, |
2651 | 2832 | "MaxResultSetSize":{
|
2652 | 2833 | "type":"integer",
|
2653 | 2834 | "box":true
|
|
2965 | 3146 | "OwnerAccount":{"type":"string"},
|
2966 | 3147 | "PaginationToken":{"type":"string"},
|
2967 | 3148 | "PartnerName":{"type":"string"},
|
| 3149 | + "PortEncryptionStatus":{"type":"string"}, |
2968 | 3150 | "PortSpeed":{"type":"string"},
|
2969 | 3151 | "ProviderList":{
|
2970 | 3152 | "type":"list",
|
2971 | 3153 | "member":{"shape":"ProviderName"}
|
2972 | 3154 | },
|
2973 | 3155 | "ProviderName":{"type":"string"},
|
2974 | 3156 | "Region":{"type":"string"},
|
| 3157 | + "RequestMACSec":{"type":"boolean"}, |
2975 | 3158 | "ResourceArn":{"type":"string"},
|
2976 | 3159 | "ResourceArnList":{
|
2977 | 3160 | "type":"list",
|
|
3010 | 3193 | "member":{"shape":"RouteFilterPrefix"}
|
3011 | 3194 | },
|
3012 | 3195 | "RouterConfig":{"type":"string"},
|
| 3196 | + "SecretARN":{"type":"string"}, |
3013 | 3197 | "StartBgpFailoverTestRequest":{
|
3014 | 3198 | "type":"structure",
|
3015 | 3199 | "required":["virtualInterfaceId"],
|
|
3037 | 3221 | }
|
3038 | 3222 | }
|
3039 | 3223 | },
|
| 3224 | + "StartOnDate":{"type":"string"}, |
3040 | 3225 | "StartTime":{"type":"timestamp"},
|
| 3226 | + "State":{"type":"string"}, |
3041 | 3227 | "StateChangeError":{"type":"string"},
|
3042 | 3228 | "StopBgpFailoverTestRequest":{
|
3043 | 3229 | "type":"structure",
|
|
3150 | 3336 | "members":{
|
3151 | 3337 | }
|
3152 | 3338 | },
|
| 3339 | + "UpdateConnectionRequest":{ |
| 3340 | + "type":"structure", |
| 3341 | + "required":["connectionId"], |
| 3342 | + "members":{ |
| 3343 | + "connectionId":{ |
| 3344 | + "shape":"ConnectionId", |
| 3345 | + "documentation":"<p>The ID of the dedicated connection.</p> <p>You can use <a>DescribeConnections</a> to retrieve the connection ID.</p>" |
| 3346 | + }, |
| 3347 | + "connectionName":{ |
| 3348 | + "shape":"ConnectionName", |
| 3349 | + "documentation":"<p>The name of the connection.</p>" |
| 3350 | + }, |
| 3351 | + "encryptionMode":{ |
| 3352 | + "shape":"EncryptionMode", |
| 3353 | + "documentation":"<p>The connection MAC Security (MACsec) encryption mode.</p> <p>The valid values are <code>no_encrypt</code>, <code>should_encrypt</code>, and <code>must_encrypt</code>.</p>" |
| 3354 | + } |
| 3355 | + } |
| 3356 | + }, |
3153 | 3357 | "UpdateDirectConnectGatewayAssociationRequest":{
|
3154 | 3358 | "type":"structure",
|
3155 | 3359 | "members":{
|
|
3188 | 3392 | "minimumLinks":{
|
3189 | 3393 | "shape":"Count",
|
3190 | 3394 | "documentation":"<p>The minimum number of physical connections that must be operational for the LAG itself to be operational.</p>"
|
| 3395 | + }, |
| 3396 | + "encryptionMode":{ |
| 3397 | + "shape":"EncryptionMode", |
| 3398 | + "documentation":"<p>The LAG MAC Security (MACsec) encryption mode.</p> <p>AWS applies the value to all connections which are part of the LAG.</p>" |
3191 | 3399 | }
|
3192 | 3400 | }
|
3193 | 3401 | },
|
|
0 commit comments