|
1825 | 1825 | "type": { |
1826 | 1826 | "target": "com.amazonaws.networkflowmonitor#MonitorLocalResourceType", |
1827 | 1827 | "traits": { |
1828 | | - "smithy.api#documentation": "<p>The type of the local resource. Valid values are <code>AWS::EC2::VPC</code> <code>AWS::AvailabilityZone</code>, <code>AWS::EC2::Subnet</code>, or <code>AWS::Region</code>.</p>", |
| 1828 | + "smithy.api#documentation": "<p>The type of the local resource. Valid values are <code>AWS::EC2::VPC</code> <code>AWS::AvailabilityZone</code>, <code>AWS::EC2::Subnet</code>, <code>AWS::EKS::Cluster</code>, or <code>AWS::Region</code>.</p>", |
1829 | 1829 | "smithy.api#required": {} |
1830 | 1830 | } |
1831 | 1831 | }, |
1832 | 1832 | "identifier": { |
1833 | 1833 | "target": "smithy.api#String", |
1834 | 1834 | "traits": { |
1835 | | - "smithy.api#documentation": "<p>The identifier of the local resource. For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN. For an Availability Zone, this identifier is the AZ name, for example, us-west-2b.</p>", |
| 1835 | + "smithy.api#documentation": "<p>The identifier of the local resource. The values you can specify are the following:</p> <ul> <li> <p>For a VPC, subnet or EKS cluster, this identifier is the VPC Amazon Resource Name (ARN), subnet ARN or cluster ARN.</p> </li> <li> <p>For an Availability Zone, this identifier is the AZ name, for example, us-west-2b.</p> </li> <li> <p>For a Region, this identifier is the Region name, for example, us-west-2.</p> </li> </ul>", |
1836 | 1836 | "smithy.api#required": {} |
1837 | 1837 | } |
1838 | 1838 | } |
1839 | 1839 | }, |
1840 | 1840 | "traits": { |
1841 | | - "smithy.api#documentation": "<p>A local resource is the host where the agent is installed. Local resources can be a a subnet, a VPC, an Availability Zone, or an Amazon Web Services service.</p>" |
| 1841 | + "smithy.api#documentation": "<p>A local resource is the host where the agent is installed. Local resources can be a a subnet, a VPC, an Availability Zone, an EKS cluster or an Amazon Web Services Region.</p>" |
1842 | 1842 | } |
1843 | 1843 | }, |
1844 | 1844 | "com.amazonaws.networkflowmonitor#MonitorLocalResourceType": { |
|
1867 | 1867 | "traits": { |
1868 | 1868 | "smithy.api#enumValue": "AWS::Region" |
1869 | 1869 | } |
| 1870 | + }, |
| 1871 | + "EKS_CLUSTER": { |
| 1872 | + "target": "smithy.api#Unit", |
| 1873 | + "traits": { |
| 1874 | + "smithy.api#enumValue": "AWS::EKS::Cluster" |
| 1875 | + } |
1870 | 1876 | } |
1871 | 1877 | } |
1872 | 1878 | }, |
|
1924 | 1930 | } |
1925 | 1931 | }, |
1926 | 1932 | "traits": { |
1927 | | - "smithy.api#documentation": "<p>A remote resource is the other endpoint in a network flow. That is, one endpoint is the local resource and the other is the remote resource. Remote resources can be a a subnet, a VPC, an Availability Zone, an Amazon Web Services service, or an Amazon Web Services Region.</p> <p>When a remote resource is an Amazon Web Services Region, Network Flow Monitor provides network performance measurements up to the edge of the Region that you specify.</p>" |
| 1933 | + "smithy.api#documentation": "<p>A remote resource is the other endpoint in a network flow. That is, one endpoint is the local resource and the other is the remote resource. The values you can specify are the following:</p> <ul> <li> <p>For a VPC or subnet, this identifier is the VPC Amazon Resource Name (ARN) or subnet ARN.</p> </li> <li> <p>For a service, this identifier is one of the following strings: <code>S3</code> or <code>DynamoDB</code>.</p> </li> <li> <p>For an Availability Zone, this identifier is the AZ name, for example, us-west-2b.</p> </li> <li> <p>For a Region, this identifier is the Region name, for example, us-west-2.</p> </li> </ul> <p>When a remote resource is an Amazon Web Services Region, Network Flow Monitor provides network performance measurements up to the edge of the Region that you specify.</p>" |
1928 | 1934 | } |
1929 | 1935 | }, |
1930 | 1936 | "com.amazonaws.networkflowmonitor#MonitorRemoteResourceType": { |
|
0 commit comments