You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated max size of Prefixes parameter of Scope data type.
Doc only update - fixed broken links.
Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-directory-service-data/include/aws/directory-service-data/model/DescribeGroupRequest.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ namespace Model
55
55
/**
56
56
* <p> One or more attributes to be returned for the group. For a list of supported
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-directory-service-data/include/aws/directory-service-data/model/DescribeUserResult.h
+3-2
Original file line number
Diff line number
Diff line change
@@ -153,8 +153,9 @@ namespace Model
153
153
///@{
154
154
/**
155
155
* <p> The UPN that is an Internet-style login name for a user and is based on the
156
-
* Internet standard <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>.
157
-
* The UPN is shorter than the distinguished name and easier to remember. </p>
156
+
* Internet standard <a href="https://datatracker.ietf.org/doc/html/rfc822">RFC
157
+
* 822</a>. The UPN is shorter than the distinguished name and easier to remember.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-directory-service-data/include/aws/directory-service-data/model/UpdateUserRequest.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ namespace Model
104
104
* <p> An expression that defines one or more attribute names with the data type
105
105
* and value of each attribute. A key is an attribute name, and the value is a list
106
106
* of maps. For a list of supported attributes, see <a
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-ec2/include/aws/ec2/model/LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.h
+6-5
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,12 @@ namespace Model
100
100
101
101
///@{
102
102
/**
103
-
* <p>The device index for the network interface attachment. Each network interface
104
-
* requires a device index. If you create a launch template that includes secondary
105
-
* network interfaces but not a primary network interface, then you must add a
106
-
* primary network interface as a launch parameter when you launch an instance from
107
-
* the template.</p>
103
+
* <p>The device index for the network interface attachment. The primary network
104
+
* interface has a device index of 0. Each network interface is of type
105
+
* <code>interface</code>, you must specify a device index. If you create a launch
106
+
* template that includes secondary network interfaces but not a primary network
107
+
* interface, then you must add a primary network interface as a launch parameter
108
+
* when you launch an instance from the template.</p>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-eventbridge/include/aws/eventbridge/model/ConnectivityResourceConfigurationArn.h
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ namespace Model
24
24
{
25
25
26
26
/**
27
-
* <p>The Amazon Resource Name (ARN) of the resource configuration for the resource
28
-
* endpoint.</p><p><h3>See Also:</h3> <a
27
+
* <p>The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource
28
+
* configuration for the resource endpoint.</p><p><h3>See Also:</h3> <a
0 commit comments