|
317 | 317 | %% <<"lagId">> => string(), |
318 | 318 | %% <<"location">> := string(), |
319 | 319 | %% <<"providerName">> => string(), |
| 320 | +%% <<"requestMACSec">> => boolean(), |
320 | 321 | %% <<"tags">> => list(tag()) |
321 | 322 | %% } |
322 | 323 | -type create_interconnect_request() :: #{binary() => any()}. |
|
417 | 418 | %% <<"awsDeviceV2">> => string(), |
418 | 419 | %% <<"awsLogicalDeviceId">> => string(), |
419 | 420 | %% <<"bandwidth">> => string(), |
| 421 | +%% <<"encryptionMode">> => string(), |
420 | 422 | %% <<"hasLogicalRedundancy">> => list(any()), |
421 | 423 | %% <<"interconnectId">> => string(), |
422 | 424 | %% <<"interconnectName">> => string(), |
|
425 | 427 | %% <<"lagId">> => string(), |
426 | 428 | %% <<"loaIssueTime">> => non_neg_integer(), |
427 | 429 | %% <<"location">> => string(), |
| 430 | +%% <<"macSecCapable">> => boolean(), |
| 431 | +%% <<"macSecKeys">> => list(mac_sec_key()), |
| 432 | +%% <<"portEncryptionStatus">> => string(), |
428 | 433 | %% <<"providerName">> => string(), |
429 | 434 | %% <<"region">> => string(), |
430 | 435 | %% <<"tags">> => list(tag()) |
|
654 | 659 | %% <<"macSecCapable">> => boolean(), |
655 | 660 | %% <<"macSecKeys">> => list(mac_sec_key()), |
656 | 661 | %% <<"ownerAccount">> => string(), |
| 662 | +%% <<"partnerInterconnectMacSecCapable">> => boolean(), |
657 | 663 | %% <<"partnerName">> => string(), |
658 | 664 | %% <<"portEncryptionStatus">> => string(), |
659 | 665 | %% <<"providerName">> => string(), |
@@ -1781,8 +1787,7 @@ associate_hosted_connection(Client, Input, Options) |
1781 | 1787 | request(Client, <<"AssociateHostedConnection">>, Input, Options). |
1782 | 1788 |
|
1783 | 1789 | %% @doc Associates a MAC Security (MACsec) Connection Key Name (CKN)/ |
1784 | | -%% Connectivity Association Key (CAK) pair with an Direct Connect dedicated |
1785 | | -%% connection. |
| 1790 | +%% Connectivity Association Key (CAK) pair with a Direct Connect connection. |
1786 | 1791 | %% |
1787 | 1792 | %% You must supply either the `secretARN,' or the CKN/CAK (`ckn' and |
1788 | 1793 | %% `cak') pair in the request. |
@@ -2947,7 +2952,7 @@ disassociate_connection_from_lag(Client, Input, Options) |
2947 | 2952 | request(Client, <<"DisassociateConnectionFromLag">>, Input, Options). |
2948 | 2953 |
|
2949 | 2954 | %% @doc Removes the association between a MAC Security (MACsec) security key |
2950 | | -%% and an Direct Connect dedicated connection. |
| 2955 | +%% and a Direct Connect connection. |
2951 | 2956 | -spec disassociate_mac_sec_key(aws_client:aws_client(), disassociate_mac_sec_key_request()) -> |
2952 | 2957 | {ok, disassociate_mac_sec_key_response(), tuple()} | |
2953 | 2958 | {error, any()} | |
@@ -3070,7 +3075,7 @@ untag_resource(Client, Input, Options) |
3070 | 3075 | when is_map(Client), is_map(Input), is_list(Options) -> |
3071 | 3076 | request(Client, <<"UntagResource">>, Input, Options). |
3072 | 3077 |
|
3073 | | -%% @doc Updates the Direct Connect dedicated connection configuration. |
| 3078 | +%% @doc Updates the Direct Connect connection configuration. |
3074 | 3079 | %% |
3075 | 3080 | %% You can update the following parameters for a connection: |
3076 | 3081 | %% |
|
0 commit comments