awscli 1.37.3__py3-none-any.whl → 1.37.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of awscli might be problematic. Click here for more details.

Files changed (160) hide show
  1. awscli/__init__.py +1 -1
  2. awscli/examples/cloudfront/create-distribution-with-tags.rst +9 -13
  3. awscli/examples/cloudfront/get-distribution.rst +6 -10
  4. awscli/examples/cloudtrail/create-subscription.rst +29 -26
  5. awscli/examples/cloudtrail/create-trail.rst +13 -11
  6. awscli/examples/cloudtrail/describe-trails.rst +30 -29
  7. awscli/examples/cloudtrail/put-event-selectors.rst +9 -9
  8. awscli/examples/cloudtrail/update-subscription.rst +25 -22
  9. awscli/examples/cloudtrail/update-trail.rst +12 -10
  10. awscli/examples/codebuild/create-report-group.rst +2 -2
  11. awscli/examples/datapipeline/get-pipeline-definition.rst +1 -1
  12. awscli/examples/deploy/batch-get-deployments.rst +2 -2
  13. awscli/examples/deploy/create-deployment.rst +1 -1
  14. awscli/examples/deploy/get-application-revision.rst +2 -2
  15. awscli/examples/deploy/get-deployment.rst +1 -1
  16. awscli/examples/deploy/list-application-revisions.rst +3 -3
  17. awscli/examples/deploy/push.rst +2 -2
  18. awscli/examples/deploy/register-application-revision.rst +1 -1
  19. awscli/examples/ds-data/add-group-member.rst +12 -0
  20. awscli/examples/ds-data/create-group.rst +17 -0
  21. awscli/examples/ds-data/create-user.rst +17 -0
  22. awscli/examples/ds-data/delete-group.rst +11 -0
  23. awscli/examples/ds-data/delete-user.rst +11 -0
  24. awscli/examples/ds-data/describe-group.rst +21 -0
  25. awscli/examples/ds-data/describe-user.rst +21 -0
  26. awscli/examples/ds-data/disable-directory-data-access.rst +10 -0
  27. awscli/examples/ds-data/disable-user.rst +11 -0
  28. awscli/examples/ds-data/enable-directory-data-access.rst +10 -0
  29. awscli/examples/ds-data/list-group-members.rst +29 -0
  30. awscli/examples/ds-data/list-groups-for-member.rst +25 -0
  31. awscli/examples/ds-data/list-groups.rst +503 -0
  32. awscli/examples/ds-data/list-users.rst +57 -0
  33. awscli/examples/ds-data/remove-group-member.rst +12 -0
  34. awscli/examples/ds-data/reset-user-password.rst +12 -0
  35. awscli/examples/ds-data/search-groups.rst +25 -0
  36. awscli/examples/ds-data/search-users.rst +24 -0
  37. awscli/examples/ds-data/update-group.rst +13 -0
  38. awscli/examples/ds-data/update-user.rst +13 -0
  39. awscli/examples/ec2/accept-address-transfer.rst +1 -1
  40. awscli/examples/ec2/allocate-hosts.rst +55 -55
  41. awscli/examples/ec2/associate-address.rst +44 -35
  42. awscli/examples/ec2/authorize-security-group-egress.rst +56 -23
  43. awscli/examples/ec2/authorize-security-group-ingress.rst +15 -15
  44. awscli/examples/ec2/cancel-capacity-reservation.rst +14 -14
  45. awscli/examples/ec2/cancel-spot-fleet-requests.rst +43 -46
  46. awscli/examples/ec2/copy-snapshot.rst +2 -4
  47. awscli/examples/ec2/create-capacity-reservation.rst +95 -95
  48. awscli/examples/ec2/create-replace-root-volume-task.rst +1 -3
  49. awscli/examples/ec2/create-restore-image-task.rst +2 -2
  50. awscli/examples/ec2/create-spot-datafeed-subscription.rst +1 -1
  51. awscli/examples/ec2/create-tags.rst +43 -43
  52. awscli/examples/ec2/create-traffic-mirror-filter-rule.rst +32 -32
  53. awscli/examples/ec2/create-traffic-mirror-filter.rst +22 -12
  54. awscli/examples/ec2/create-traffic-mirror-session.rst +31 -31
  55. awscli/examples/ec2/create-traffic-mirror-target.rst +45 -35
  56. awscli/examples/ec2/create-transit-gateway-prefix-list-reference.rst +27 -27
  57. awscli/examples/ec2/create-verified-access-endpoint.rst +1 -1
  58. awscli/examples/ec2/create-vpc-endpoint-service-configuration.rst +67 -65
  59. awscli/examples/ec2/create-vpc-endpoint.rst +4 -4
  60. awscli/examples/ec2/describe-capacity-reservations.rst +46 -31
  61. awscli/examples/ec2/describe-instance-image-metadata.rst +186 -0
  62. awscli/examples/ec2/describe-spot-datafeed-subscription.rst +1 -1
  63. awscli/examples/ec2/describe-vpc-endpoint-service-configurations.rst +62 -62
  64. awscli/examples/ec2/describe-vpc-endpoint-services.rst +132 -134
  65. awscli/examples/ec2/describe-vpc-endpoints.rst +89 -89
  66. awscli/examples/ec2/register-image.rst +32 -32
  67. awscli/examples/ecr-public/get-registry-catalog-data.rst +14 -0
  68. awscli/examples/ecr-public/get-repository-catalog-data.rst +29 -0
  69. awscli/examples/ecr-public/list-tags-for-resource.rst +28 -0
  70. awscli/examples/ecr-public/put-registry-catalog-data.rst +15 -0
  71. awscli/examples/ecr-public/put-repository-catalog-data.rst +5 -4
  72. awscli/examples/ecr-public/tag-resource.rst +21 -0
  73. awscli/examples/ecr-public/untag-resource.rst +12 -0
  74. awscli/examples/ecs/describe-service-deployments.rst +54 -0
  75. awscli/examples/ecs/describe-service-revisions.rst +60 -0
  76. awscli/examples/ecs/list-service-deployments.rst +25 -0
  77. awscli/examples/eks/describe-cluster.rst +1 -1
  78. awscli/examples/emr/create-cluster-examples.rst +4 -4
  79. awscli/examples/emr/schedule-hbase-backup.rst +23 -23
  80. awscli/examples/importexport/create-job.rst +2 -2
  81. awscli/examples/importexport/get-shipping-label.rst +1 -1
  82. awscli/examples/importexport/get-status.rst +1 -1
  83. awscli/examples/ivs-realtime/create-storage-configuration.rst +20 -20
  84. awscli/examples/ivs-realtime/get-storage-configuration.rst +20 -20
  85. awscli/examples/ivs-realtime/list-storage-configurations.rst +29 -29
  86. awscli/examples/kendra/create-data-source.rst +23 -23
  87. awscli/examples/kendra/describe-data-source.rst +83 -83
  88. awscli/examples/kendra/update-data-source.rst +18 -18
  89. awscli/examples/macie2/describe-buckets.rst +13 -11
  90. awscli/examples/oam/create-link.rst +24 -0
  91. awscli/examples/oam/create-sink.rst +17 -0
  92. awscli/examples/oam/delete-link.rst +10 -0
  93. awscli/examples/oam/delete-sink.rst +10 -0
  94. awscli/examples/oam/get-link.rst +22 -0
  95. awscli/examples/oam/get-sink-policy.rst +16 -0
  96. awscli/examples/oam/get-sink.rst +17 -0
  97. awscli/examples/oam/list-attached-links.rst +23 -0
  98. awscli/examples/oam/list-links.rst +21 -0
  99. awscli/examples/oam/list-sinks.rst +19 -0
  100. awscli/examples/oam/list-tags-for-resource.rst +16 -0
  101. awscli/examples/oam/put-sink-policy.rst +17 -0
  102. awscli/examples/oam/tag-resource.rst +11 -0
  103. awscli/examples/oam/untag-resource.rst +11 -0
  104. awscli/examples/oam/update-link.rst +24 -0
  105. awscli/examples/polly/get-speech-synthesis-task.rst +23 -23
  106. awscli/examples/polly/list-speech-synthesis-tasks.rst +25 -25
  107. awscli/examples/polly/start-speech-synthesis-task.rst +27 -27
  108. awscli/examples/qldb/describe-journal-s3-export.rst +1 -1
  109. awscli/examples/qldb/export-journal-to-s3.rst +1 -1
  110. awscli/examples/qldb/list-journal-s3-exports-for-ledger.rst +1 -1
  111. awscli/examples/qldb/list-journal-s3-exports.rst +2 -2
  112. awscli/examples/rds/download-db-log-file-portion.rst +7 -3
  113. awscli/examples/resourcegroupstaggingapi/untag-resources.rst +1 -1
  114. awscli/examples/s3/cp.rst +7 -7
  115. awscli/examples/s3/ls.rst +2 -2
  116. awscli/examples/s3/mv.rst +5 -5
  117. awscli/examples/s3/sync.rst +5 -5
  118. awscli/examples/s3api/put-bucket-acl.rst +1 -1
  119. awscli/examples/s3api/put-bucket-cors.rst +1 -1
  120. awscli/examples/s3api/put-bucket-logging.rst +10 -10
  121. awscli/examples/s3api/put-bucket-policy.rst +5 -5
  122. awscli/examples/s3api/put-object-acl.rst +1 -1
  123. awscli/examples/securitylake/create-subscriber.rst +83 -0
  124. awscli/examples/synthetics/associate-resource.rst +11 -0
  125. awscli/examples/synthetics/create-canary.rst +48 -0
  126. awscli/examples/synthetics/create-group.rst +21 -0
  127. awscli/examples/synthetics/delete-canary.rst +10 -0
  128. awscli/examples/synthetics/delete-group.rst +10 -0
  129. awscli/examples/synthetics/describe-canaries-last-run.rst +31 -0
  130. awscli/examples/synthetics/describe-canaries.rst +48 -0
  131. awscli/examples/synthetics/describe-runtime-versions.rst +74 -0
  132. awscli/examples/synthetics/disassociate-resource.rst +11 -0
  133. awscli/examples/synthetics/get-canary-runs.rst +29 -0
  134. awscli/examples/synthetics/get-canary.rst +47 -0
  135. awscli/examples/synthetics/get-group.rst +21 -0
  136. awscli/examples/synthetics/list-associated-groups.rst +20 -0
  137. awscli/examples/synthetics/list-group-resources.rst +16 -0
  138. awscli/examples/synthetics/list-groups.rst +19 -0
  139. awscli/examples/synthetics/list-tags-for-resource.rst +31 -0
  140. awscli/examples/synthetics/start-canary.rst +10 -0
  141. awscli/examples/synthetics/stop-canary.rst +10 -0
  142. awscli/examples/synthetics/tag-resource.rst +21 -0
  143. awscli/examples/synthetics/untag-resource.rst +21 -0
  144. awscli/examples/synthetics/update-canary.rst +11 -0
  145. {awscli-1.37.3.dist-info → awscli-1.37.5.dist-info}/METADATA +2 -2
  146. {awscli-1.37.3.dist-info → awscli-1.37.5.dist-info}/RECORD +158 -93
  147. awscli/examples/securitylake/create-subscriber-data-access.rst +0 -41
  148. awscli/examples/securitylake/create-subscriber-query-access.rst +0 -41
  149. /awscli/examples/securitylake/{create-aws-logsource.rst → create-aws-log-source.rst} +0 -0
  150. /awscli/examples/securitylake/{create-custom-logsource.rst → create-custom-log-source.rst} +0 -0
  151. /awscli/examples/securitylake/{delete-aws-logsource.rst → delete-aws-log-source.rst} +0 -0
  152. /awscli/examples/securitylake/{delete-custom-logsource.rst → delete-custom-log-source.rst} +0 -0
  153. {awscli-1.37.3.data → awscli-1.37.5.data}/scripts/aws +0 -0
  154. {awscli-1.37.3.data → awscli-1.37.5.data}/scripts/aws.cmd +0 -0
  155. {awscli-1.37.3.data → awscli-1.37.5.data}/scripts/aws_bash_completer +0 -0
  156. {awscli-1.37.3.data → awscli-1.37.5.data}/scripts/aws_completer +0 -0
  157. {awscli-1.37.3.data → awscli-1.37.5.data}/scripts/aws_zsh_completer.sh +0 -0
  158. {awscli-1.37.3.dist-info → awscli-1.37.5.dist-info}/LICENSE.txt +0 -0
  159. {awscli-1.37.3.dist-info → awscli-1.37.5.dist-info}/WHEEL +0 -0
  160. {awscli-1.37.3.dist-info → awscli-1.37.5.dist-info}/top_level.txt +0 -0
@@ -1,62 +1,62 @@
1
- **To describe endpoint service configurations**
2
-
3
- The following ``describe-vpc-endpoint-service-configurations`` example describes your endpoint service configurations. ::
4
-
5
- aws ec2 describe-vpc-endpoint-service-configurations
6
-
7
- Output::
8
-
9
- {
10
- "ServiceConfigurations": [
11
- {
12
- "ServiceType": [
13
- {
14
- "ServiceType": "GatewayLoadBalancer"
15
- }
16
- ],
17
- "ServiceId": "vpce-svc-012d33a1c4321cabc",
18
- "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-012d33a1c4321cabc",
19
- "ServiceState": "Available",
20
- "AvailabilityZones": [
21
- "us-east-1d"
22
- ],
23
- "AcceptanceRequired": false,
24
- "ManagesVpcEndpoints": false,
25
- "GatewayLoadBalancerArns": [
26
- "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/gwy/GWLBService/123210844e429123"
27
- ],
28
- "Tags": []
29
- },
30
- {
31
- "ServiceType": [
32
- {
33
- "ServiceType": "Interface"
34
- }
35
- ],
36
- "ServiceId": "vpce-svc-123cabc125efa123",
37
- "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123cabc125efa123",
38
- "ServiceState": "Available",
39
- "AvailabilityZones": [
40
- "us-east-1a"
41
- ],
42
- "AcceptanceRequired": true,
43
- "ManagesVpcEndpoints": false,
44
- "NetworkLoadBalancerArns": [
45
- "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/net/NLBforService/1238753950b25123"
46
- ],
47
- "BaseEndpointDnsNames": [
48
- "vpce-svc-123cabc125efa123.us-east-1.vpce.amazonaws.com"
49
- ],
50
- "PrivateDnsName": "example.com",
51
- "PrivateDnsNameConfiguration": {
52
- "State": "failed",
53
- "Type": "TXT",
54
- "Value": "vpce:qUAth3FdeABCApUiXabc",
55
- "Name": "_1d367jvbg34znqvyefrj"
56
- },
57
- "Tags": []
58
- }
59
- ]
60
- }
61
-
62
- For more information, see `VPC endpoint services <https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html>`__ in the *Amazon VPC User Guide*.
1
+ **To describe endpoint service configurations**
2
+
3
+ The following ``describe-vpc-endpoint-service-configurations`` example describes your endpoint service configurations. ::
4
+
5
+ aws ec2 describe-vpc-endpoint-service-configurations
6
+
7
+ Output::
8
+
9
+ {
10
+ "ServiceConfigurations": [
11
+ {
12
+ "ServiceType": [
13
+ {
14
+ "ServiceType": "GatewayLoadBalancer"
15
+ }
16
+ ],
17
+ "ServiceId": "vpce-svc-012d33a1c4321cabc",
18
+ "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-012d33a1c4321cabc",
19
+ "ServiceState": "Available",
20
+ "AvailabilityZones": [
21
+ "us-east-1d"
22
+ ],
23
+ "AcceptanceRequired": false,
24
+ "ManagesVpcEndpoints": false,
25
+ "GatewayLoadBalancerArns": [
26
+ "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/gwy/GWLBService/123210844e429123"
27
+ ],
28
+ "Tags": []
29
+ },
30
+ {
31
+ "ServiceType": [
32
+ {
33
+ "ServiceType": "Interface"
34
+ }
35
+ ],
36
+ "ServiceId": "vpce-svc-123cabc125efa123",
37
+ "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123cabc125efa123",
38
+ "ServiceState": "Available",
39
+ "AvailabilityZones": [
40
+ "us-east-1a"
41
+ ],
42
+ "AcceptanceRequired": true,
43
+ "ManagesVpcEndpoints": false,
44
+ "NetworkLoadBalancerArns": [
45
+ "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/net/NLBforService/1238753950b25123"
46
+ ],
47
+ "BaseEndpointDnsNames": [
48
+ "vpce-svc-123cabc125efa123.us-east-1.vpce.amazonaws.com"
49
+ ],
50
+ "PrivateDnsName": "example.com",
51
+ "PrivateDnsNameConfiguration": {
52
+ "State": "failed",
53
+ "Type": "TXT",
54
+ "Value": "vpce:qUAth3FdeABCApUiXabc",
55
+ "Name": "_1d367jvbg34znqvyefrj"
56
+ },
57
+ "Tags": []
58
+ }
59
+ ]
60
+ }
61
+
62
+ For more information, see `Concepts <https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html>`__ in the *AWS PrivateLink User Guide*.
@@ -1,134 +1,132 @@
1
- **Example 1: To describe all VPC endpoint services**
2
-
3
- The following "describe-vpc-endpoint-services" example lists all VPC endpoint services for an AWS Region. ::
4
-
5
- aws ec2 describe-vpc-endpoint-services
6
-
7
- Output::
8
-
9
- {
10
- "ServiceDetails": [
11
- {
12
- "ServiceType": [
13
- {
14
- "ServiceType": "Gateway"
15
- }
16
- ],
17
- "AcceptanceRequired": false,
18
- "ServiceName": "com.amazonaws.us-east-1.dynamodb",
19
- "VpcEndpointPolicySupported": true,
20
- "Owner": "amazon",
21
- "AvailabilityZones": [
22
- "us-east-1a",
23
- "us-east-1b",
24
- "us-east-1c",
25
- "us-east-1d",
26
- "us-east-1e",
27
- "us-east-1f"
28
- ],
29
- "BaseEndpointDnsNames": [
30
- "dynamodb.us-east-1.amazonaws.com"
31
- ]
32
- },
33
- {
34
- "ServiceType": [
35
- {
36
- "ServiceType": "Interface"
37
- }
38
- ],
39
- "PrivateDnsName": "ec2.us-east-1.amazonaws.com",
40
- "ServiceName": "com.amazonaws.us-east-1.ec2",
41
- "VpcEndpointPolicySupported": false,
42
- "Owner": "amazon",
43
- "AvailabilityZones": [
44
- "us-east-1a",
45
- "us-east-1b",
46
- "us-east-1c",
47
- "us-east-1d",
48
- "us-east-1e",
49
- "us-east-1f"
50
- ],
51
- "AcceptanceRequired": false,
52
- "BaseEndpointDnsNames": [
53
- "ec2.us-east-1.vpce.amazonaws.com"
54
- ]
55
- },
56
- {
57
- "ServiceType": [
58
- {
59
- "ServiceType": "Interface"
60
- }
61
- ],
62
- "PrivateDnsName": "ssm.us-east-1.amazonaws.com",
63
- "ServiceName": "com.amazonaws.us-east-1.ssm",
64
- "VpcEndpointPolicySupported": true,
65
- "Owner": "amazon",
66
- "AvailabilityZones": [
67
- "us-east-1a",
68
- "us-east-1b",
69
- "us-east-1c",
70
- "us-east-1d",
71
- "us-east-1e"
72
- ],
73
- "AcceptanceRequired": false,
74
- "BaseEndpointDnsNames": [
75
- "ssm.us-east-1.vpce.amazonaws.com"
76
- ]
77
- }
78
- ],
79
- "ServiceNames": [
80
- "com.amazonaws.us-east-1.dynamodb",
81
- "com.amazonaws.us-east-1.ec2",
82
- "com.amazonaws.us-east-1.ec2messages",
83
- "com.amazonaws.us-east-1.elasticloadbalancing",
84
- "com.amazonaws.us-east-1.kinesis-streams",
85
- "com.amazonaws.us-east-1.s3",
86
- "com.amazonaws.us-east-1.ssm"
87
- ]
88
- }
89
-
90
- For more information, see `View available AWS service names <https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-interface.html#vpce-view-services>`__ in the *User Guide for AWSPrivateLink*.
91
-
92
- **Example 2: To describe the details about an endpoint service**
93
-
94
- The following "describe-vpc-endpoint-services" example lists the details of the Amazon S3 interface endpoint srvice ::
95
-
96
- aws ec2 describe-vpc-endpoint-services \
97
- --filter "Name=service-type,Values=Interface" Name=service-name,Values=com.amazonaws.us-east-1.s3
98
-
99
- Output::
100
-
101
- {
102
- "ServiceDetails": [
103
- {
104
- "ServiceName": "com.amazonaws.us-east-1.s3",
105
- "ServiceId": "vpce-svc-081d84efcdEXAMPLE",
106
- "ServiceType": [
107
- {
108
- "ServiceType": "Interface"
109
- }
110
- ],
111
- "AvailabilityZones": [
112
- "us-east-1a",
113
- "us-east-1b",
114
- "us-east-1c",
115
- "us-east-1d",
116
- "us-east-1e",
117
- "us-east-1f"
118
- ],
119
- "Owner": "amazon",
120
- "BaseEndpointDnsNames": [
121
- "s3.us-east-1.vpce.amazonaws.com"
122
- ],
123
- "VpcEndpointPolicySupported": true,
124
- "AcceptanceRequired": false,
125
- "ManagesVpcEndpoints": false,
126
- "Tags": []
127
- }
128
- ],
129
- "ServiceNames": [
130
- "com.amazonaws.us-east-1.s3"
131
- ]
132
- }
133
-
134
- For more information, see `View available AWS service names <https://docs.aws.amazon.com/vpc/latest/privatelink/vpce-interface.html#vpce-view-services>`__ in the *User Guide for AWSPrivateLink*.
1
+ **Example 1: To describe all VPC endpoint services**
2
+
3
+ The following ``describe-vpc-endpoint-services`` example lists all VPC endpoint services for an AWS Region. ::
4
+
5
+ aws ec2 describe-vpc-endpoint-services
6
+
7
+ Output::
8
+
9
+ {
10
+ "ServiceDetails": [
11
+ {
12
+ "ServiceType": [
13
+ {
14
+ "ServiceType": "Gateway"
15
+ }
16
+ ],
17
+ "AcceptanceRequired": false,
18
+ "ServiceName": "com.amazonaws.us-east-1.dynamodb",
19
+ "VpcEndpointPolicySupported": true,
20
+ "Owner": "amazon",
21
+ "AvailabilityZones": [
22
+ "us-east-1a",
23
+ "us-east-1b",
24
+ "us-east-1c",
25
+ "us-east-1d",
26
+ "us-east-1e",
27
+ "us-east-1f"
28
+ ],
29
+ "BaseEndpointDnsNames": [
30
+ "dynamodb.us-east-1.amazonaws.com"
31
+ ]
32
+ },
33
+ {
34
+ "ServiceType": [
35
+ {
36
+ "ServiceType": "Interface"
37
+ }
38
+ ],
39
+ "PrivateDnsName": "ec2.us-east-1.amazonaws.com",
40
+ "ServiceName": "com.amazonaws.us-east-1.ec2",
41
+ "VpcEndpointPolicySupported": false,
42
+ "Owner": "amazon",
43
+ "AvailabilityZones": [
44
+ "us-east-1a",
45
+ "us-east-1b",
46
+ "us-east-1c",
47
+ "us-east-1d",
48
+ "us-east-1e",
49
+ "us-east-1f"
50
+ ],
51
+ "AcceptanceRequired": false,
52
+ "BaseEndpointDnsNames": [
53
+ "ec2.us-east-1.vpce.amazonaws.com"
54
+ ]
55
+ },
56
+ {
57
+ "ServiceType": [
58
+ {
59
+ "ServiceType": "Interface"
60
+ }
61
+ ],
62
+ "PrivateDnsName": "ssm.us-east-1.amazonaws.com",
63
+ "ServiceName": "com.amazonaws.us-east-1.ssm",
64
+ "VpcEndpointPolicySupported": true,
65
+ "Owner": "amazon",
66
+ "AvailabilityZones": [
67
+ "us-east-1a",
68
+ "us-east-1b",
69
+ "us-east-1c",
70
+ "us-east-1d",
71
+ "us-east-1e"
72
+ ],
73
+ "AcceptanceRequired": false,
74
+ "BaseEndpointDnsNames": [
75
+ "ssm.us-east-1.vpce.amazonaws.com"
76
+ ]
77
+ }
78
+ ],
79
+ "ServiceNames": [
80
+ "com.amazonaws.us-east-1.dynamodb",
81
+ "com.amazonaws.us-east-1.ec2",
82
+ "com.amazonaws.us-east-1.ec2messages",
83
+ "com.amazonaws.us-east-1.elasticloadbalancing",
84
+ "com.amazonaws.us-east-1.kinesis-streams",
85
+ "com.amazonaws.us-east-1.s3",
86
+ "com.amazonaws.us-east-1.ssm"
87
+ ]
88
+ }
89
+
90
+ **Example 2: To describe the details about an endpoint service**
91
+
92
+ The following ``describe-vpc-endpoint-services`` example lists the details of the Amazon S3 interface endpoint service. ::
93
+
94
+ aws ec2 describe-vpc-endpoint-services \
95
+ --filter 'Name=service-type,Values=Interface' Name=service-name,Values=com.amazonaws.us-east-1.s3
96
+
97
+ Output::
98
+
99
+ {
100
+ "ServiceDetails": [
101
+ {
102
+ "ServiceName": "com.amazonaws.us-east-1.s3",
103
+ "ServiceId": "vpce-svc-081d84efcdEXAMPLE",
104
+ "ServiceType": [
105
+ {
106
+ "ServiceType": "Interface"
107
+ }
108
+ ],
109
+ "AvailabilityZones": [
110
+ "us-east-1a",
111
+ "us-east-1b",
112
+ "us-east-1c",
113
+ "us-east-1d",
114
+ "us-east-1e",
115
+ "us-east-1f"
116
+ ],
117
+ "Owner": "amazon",
118
+ "BaseEndpointDnsNames": [
119
+ "s3.us-east-1.vpce.amazonaws.com"
120
+ ],
121
+ "VpcEndpointPolicySupported": true,
122
+ "AcceptanceRequired": false,
123
+ "ManagesVpcEndpoints": false,
124
+ "Tags": []
125
+ }
126
+ ],
127
+ "ServiceNames": [
128
+ "com.amazonaws.us-east-1.s3"
129
+ ]
130
+ }
131
+
132
+ For more information, see `View available AWS service names <https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html#vpce-view-available-services>`__ in the *AWS PrivateLink User Guide*.
@@ -1,89 +1,89 @@
1
- **To describe your VPC endpoints**
2
-
3
- The following ``describe-vpc-endpoints`` example displays details for all of your VPC endpoints. ::
4
-
5
- aws ec2 describe-vpc-endpoints
6
-
7
- Output::
8
-
9
- {
10
- "VpcEndpoints": [
11
- {
12
- "PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}",
13
- "VpcId": "vpc-aabb1122",
14
- "NetworkInterfaceIds": [],
15
- "SubnetIds": [],
16
- "PrivateDnsEnabled": true,
17
- "State": "available",
18
- "ServiceName": "com.amazonaws.us-east-1.dynamodb",
19
- "RouteTableIds": [
20
- "rtb-3d560345"
21
- ],
22
- "Groups": [],
23
- "VpcEndpointId": "vpce-032a826a",
24
- "VpcEndpointType": "Gateway",
25
- "CreationTimestamp": "2017-09-05T20:41:28Z",
26
- "DnsEntries": [],
27
- "OwnerId": "123456789012"
28
- },
29
- {
30
- "PolicyDocument": "{\n \"Statement\": [\n {\n \"Action\": \"*\", \n \"Effect\": \"Allow\", \n \"Principal\": \"*\", \n \"Resource\": \"*\"\n }\n ]\n}",
31
- "VpcId": "vpc-1a2b3c4d",
32
- "NetworkInterfaceIds": [
33
- "eni-2ec2b084",
34
- "eni-1b4a65cf"
35
- ],
36
- "SubnetIds": [
37
- "subnet-d6fcaa8d",
38
- "subnet-7b16de0c"
39
- ],
40
- "PrivateDnsEnabled": false,
41
- "State": "available",
42
- "ServiceName": "com.amazonaws.us-east-1.elasticloadbalancing",
43
- "RouteTableIds": [],
44
- "Groups": [
45
- {
46
- "GroupName": "default",
47
- "GroupId": "sg-54e8bf31"
48
- }
49
- ],
50
- "VpcEndpointId": "vpce-0f89a33420c1931d7",
51
- "VpcEndpointType": "Interface",
52
- "CreationTimestamp": "2017-09-05T17:55:27.583Z",
53
- "DnsEntries": [
54
- {
55
- "HostedZoneId": "Z7HUB22UULQXV",
56
- "DnsName": "vpce-0f89a33420c1931d7-bluzidnv.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
57
- },
58
- {
59
- "HostedZoneId": "Z7HUB22UULQXV",
60
- "DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1b.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
61
- },
62
- {
63
- "HostedZoneId": "Z7HUB22UULQXV",
64
- "DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
65
- }
66
- ],
67
- "OwnerId": "123456789012"
68
- },
69
- {
70
- "VpcEndpointId": "vpce-aabbaabbaabbaabba",
71
- "VpcEndpointType": "GatewayLoadBalancer",
72
- "VpcId": "vpc-111122223333aabbc",
73
- "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123",
74
- "State": "available",
75
- "SubnetIds": [
76
- "subnet-0011aabbcc2233445"
77
- ],
78
- "RequesterManaged": false,
79
- "NetworkInterfaceIds": [
80
- "eni-01010120203030405"
81
- ],
82
- "CreationTimestamp": "2020-11-11T08:06:03.522Z",
83
- "Tags": [],
84
- "OwnerId": "123456789012"
85
- }
86
- ]
87
- }
88
-
89
- For more information, see `VPC endpoints <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html>`__ in the *Amazon VPC User Guide*.
1
+ **To describe your VPC endpoints**
2
+
3
+ The following ``describe-vpc-endpoints`` example displays details for all of your VPC endpoints. ::
4
+
5
+ aws ec2 describe-vpc-endpoints
6
+
7
+ Output::
8
+
9
+ {
10
+ "VpcEndpoints": [
11
+ {
12
+ "PolicyDocument": "{\"Version\":\"2008-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"*\",\"Resource\":\"*\"}]}",
13
+ "VpcId": "vpc-aabb1122",
14
+ "NetworkInterfaceIds": [],
15
+ "SubnetIds": [],
16
+ "PrivateDnsEnabled": true,
17
+ "State": "available",
18
+ "ServiceName": "com.amazonaws.us-east-1.dynamodb",
19
+ "RouteTableIds": [
20
+ "rtb-3d560345"
21
+ ],
22
+ "Groups": [],
23
+ "VpcEndpointId": "vpce-032a826a",
24
+ "VpcEndpointType": "Gateway",
25
+ "CreationTimestamp": "2017-09-05T20:41:28Z",
26
+ "DnsEntries": [],
27
+ "OwnerId": "123456789012"
28
+ },
29
+ {
30
+ "PolicyDocument": "{\n \"Statement\": [\n {\n \"Action\": \"*\", \n \"Effect\": \"Allow\", \n \"Principal\": \"*\", \n \"Resource\": \"*\"\n }\n ]\n}",
31
+ "VpcId": "vpc-1a2b3c4d",
32
+ "NetworkInterfaceIds": [
33
+ "eni-2ec2b084",
34
+ "eni-1b4a65cf"
35
+ ],
36
+ "SubnetIds": [
37
+ "subnet-d6fcaa8d",
38
+ "subnet-7b16de0c"
39
+ ],
40
+ "PrivateDnsEnabled": false,
41
+ "State": "available",
42
+ "ServiceName": "com.amazonaws.us-east-1.elasticloadbalancing",
43
+ "RouteTableIds": [],
44
+ "Groups": [
45
+ {
46
+ "GroupName": "default",
47
+ "GroupId": "sg-54e8bf31"
48
+ }
49
+ ],
50
+ "VpcEndpointId": "vpce-0f89a33420c1931d7",
51
+ "VpcEndpointType": "Interface",
52
+ "CreationTimestamp": "2017-09-05T17:55:27.583Z",
53
+ "DnsEntries": [
54
+ {
55
+ "HostedZoneId": "Z7HUB22UULQXV",
56
+ "DnsName": "vpce-0f89a33420c1931d7-bluzidnv.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
57
+ },
58
+ {
59
+ "HostedZoneId": "Z7HUB22UULQXV",
60
+ "DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1b.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
61
+ },
62
+ {
63
+ "HostedZoneId": "Z7HUB22UULQXV",
64
+ "DnsName": "vpce-0f89a33420c1931d7-bluzidnv-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com"
65
+ }
66
+ ],
67
+ "OwnerId": "123456789012"
68
+ },
69
+ {
70
+ "VpcEndpointId": "vpce-aabbaabbaabbaabba",
71
+ "VpcEndpointType": "GatewayLoadBalancer",
72
+ "VpcId": "vpc-111122223333aabbc",
73
+ "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-123123a1c43abc123",
74
+ "State": "available",
75
+ "SubnetIds": [
76
+ "subnet-0011aabbcc2233445"
77
+ ],
78
+ "RequesterManaged": false,
79
+ "NetworkInterfaceIds": [
80
+ "eni-01010120203030405"
81
+ ],
82
+ "CreationTimestamp": "2020-11-11T08:06:03.522Z",
83
+ "Tags": [],
84
+ "OwnerId": "123456789012"
85
+ }
86
+ ]
87
+ }
88
+
89
+ For more information, see `Concepts <https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html>`__ in the *AWS PrivateLink User Guide*.
@@ -1,32 +1,32 @@
1
- **Example 1: To register an AMI using a manifest file**
2
-
3
- The following ``register-image`` example registers an AMI using the specified manifest file in Amazon S3. ::
4
-
5
- aws ec2 register-image \
6
- --name my-image \
7
- --image-location my-s3-bucket/myimage/image.manifest.xml
8
-
9
- Output::
10
-
11
- {
12
- "ImageId": "ami-1234567890EXAMPLE"
13
- }
14
-
15
- For more information, see `Amazon Machine Images (AMI) <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html>`__ in the *Amazon EC2 User Guide*.
16
-
17
- **Example 2: To register an AMI using a snapshot of a root device**
18
-
19
- The following ``register-image`` example registers an AMI using the specified snapshot of an EBS root volume as device ``/dev/xvda``. The block device mapping also includes an empty 100 GiB EBS volume as device ``/dev/xvdf``. ::
20
-
21
- aws ec2 register-image \
22
- --name my-image \
23
- --root-device-name /dev/xvda \
24
- --block-device-mappings DeviceName=/dev/xvda,Ebs={SnapshotId=snap-0db2cf683925d191f} DeviceName=/dev/xvdf,Ebs={VolumeSize=100}
25
-
26
- Output::
27
-
28
- {
29
- "ImageId": "ami-1a2b3c4d5eEXAMPLE"
30
- }
31
-
32
- For more information, see `Amazon Machine Images (AMI) <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html>`__ in the *Amazon EC2 User Guide*.
1
+ **Example 1: To register an AMI using a manifest file**
2
+
3
+ The following ``register-image`` example registers an AMI using the specified manifest file in Amazon S3. ::
4
+
5
+ aws ec2 register-image \
6
+ --name my-image \
7
+ --image-location amzn-s3-demo-bucket/myimage/image.manifest.xml
8
+
9
+ Output::
10
+
11
+ {
12
+ "ImageId": "ami-1234567890EXAMPLE"
13
+ }
14
+
15
+ For more information, see `Amazon Machine Images (AMI) <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html>`__ in the *Amazon EC2 User Guide*.
16
+
17
+ **Example 2: To register an AMI using a snapshot of a root device**
18
+
19
+ The following ``register-image`` example registers an AMI using the specified snapshot of an EBS root volume as device ``/dev/xvda``. The block device mapping also includes an empty 100 GiB EBS volume as device ``/dev/xvdf``. ::
20
+
21
+ aws ec2 register-image \
22
+ --name my-image \
23
+ --root-device-name /dev/xvda \
24
+ --block-device-mappings DeviceName=/dev/xvda,Ebs={SnapshotId=snap-0db2cf683925d191f} DeviceName=/dev/xvdf,Ebs={VolumeSize=100}
25
+
26
+ Output::
27
+
28
+ {
29
+ "ImageId": "ami-1a2b3c4d5eEXAMPLE"
30
+ }
31
+
32
+ For more information, see `Amazon Machine Images (AMI) <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html>`__ in the *Amazon EC2 User Guide*.