Skip to content

Commit 3b6da2b

Browse files
Documentation updates for AWS Identity and Access Management (IAM).
1 parent 9869064 commit 3b6da2b

22 files changed

+440
-386
lines changed

generator/ServiceModels/iam/iam-2010-05-08.docs.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

generator/ServiceModels/iam/iam-2010-05-08.normal.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

sdk/src/Services/IdentityManagement/Generated/Model/AddRoleToInstanceProfileRequest.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ namespace Amazon.IdentityManagement.Model
4545
/// </para>
4646
/// </note>
4747
/// <para>
48-
/// For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working
49-
/// with roles</a>. For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About
50-
/// instance profiles</a>.
48+
/// For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
49+
/// roles</a> in the <i>IAM User Guide</i>. For more information about instance profiles,
50+
/// see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html">Using
51+
/// instance profiles</a> in the <i>IAM User Guide</i>.
5152
/// </para>
5253
/// </summary>
5354
public partial class AddRoleToInstanceProfileRequest : AmazonIdentityManagementServiceRequest

sdk/src/Services/IdentityManagement/Generated/Model/CreateOpenIDConnectProviderRequest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ namespace Amazon.IdentityManagement.Model
7777
/// <note>
7878
/// <para>
7979
/// Amazon Web Services secures communication with some OIDC identity providers (IdPs)
80-
/// through our library of trusted certificate authorities (CAs) instead of using a certificate
81-
/// thumbprint to verify your IdP server certificate. These OIDC IdPs include Google,
82-
/// Auth0, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
83-
/// In these cases, your legacy thumbprint remains in your configuration, but is no longer
84-
/// used for validation.
80+
/// through our library of trusted root certificate authorities (CAs) instead of using
81+
/// a certificate thumbprint to verify your IdP server certificate. These OIDC IdPs include
82+
/// Auth0, GitHub, Google, and those that use an Amazon S3 bucket to host a JSON Web Key
83+
/// Set (JWKS) endpoint. In these cases, your legacy thumbprint remains in your configuration,
84+
/// but is no longer used for validation.
8585
/// </para>
8686
/// </note> <note>
8787
/// <para>

sdk/src/Services/IdentityManagement/Generated/Model/CreateRoleRequest.cs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ namespace Amazon.IdentityManagement.Model
3030
{
3131
/// <summary>
3232
/// Container for the parameters to the CreateRole operation.
33-
/// Creates a new role for your Amazon Web Services account. For more information about
34-
/// roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">IAM
35-
/// roles</a>. For information about quotas for role names and the number of roles you
36-
/// can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM
33+
/// Creates a new role for your Amazon Web Services account.
34+
///
35+
///
36+
/// <para>
37+
/// For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
38+
/// roles</a> in the <i>IAM User Guide</i>. For information about quotas for role names
39+
/// and the number of roles you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM
3740
/// and STS quotas</a> in the <i>IAM User Guide</i>.
41+
/// </para>
3842
/// </summary>
3943
public partial class CreateRoleRequest : AmazonIdentityManagementServiceRequest
4044
{

sdk/src/Services/IdentityManagement/Generated/Model/DeleteInstanceProfileRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ namespace Amazon.IdentityManagement.Model
4141
/// </para>
4242
/// </important>
4343
/// <para>
44-
/// For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About
45-
/// instance profiles</a>.
44+
/// For more information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html">Using
45+
/// instance profiles</a> in the <i>IAM User Guide</i>.
4646
/// </para>
4747
/// </summary>
4848
public partial class DeleteInstanceProfileRequest : AmazonIdentityManagementServiceRequest

sdk/src/Services/IdentityManagement/Generated/Model/GetInstanceProfileRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.IdentityManagement.Model
3232
/// Container for the parameters to the GetInstanceProfile operation.
3333
/// Retrieves information about the specified instance profile, including the instance
3434
/// profile's path, GUID, ARN, and role. For more information about instance profiles,
35-
/// see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About
35+
/// see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html">Using
3636
/// instance profiles</a> in the <i>IAM User Guide</i>.
3737
/// </summary>
3838
public partial class GetInstanceProfileRequest : AmazonIdentityManagementServiceRequest

sdk/src/Services/IdentityManagement/Generated/Model/GetRolePolicyRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ namespace Amazon.IdentityManagement.Model
5454
/// </para>
5555
///
5656
/// <para>
57-
/// For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-toplevel.html">Using
58-
/// roles to delegate permissions and federate identities</a>.
57+
/// For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
58+
/// roles</a> in the <i>IAM User Guide</i>.
5959
/// </para>
6060
/// </summary>
6161
public partial class GetRolePolicyRequest : AmazonIdentityManagementServiceRequest

sdk/src/Services/IdentityManagement/Generated/Model/GetRoleRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace Amazon.IdentityManagement.Model
3232
/// Container for the parameters to the GetRole operation.
3333
/// Retrieves information about the specified role, including the role's path, GUID, ARN,
3434
/// and the role's trust policy that grants permission to assume the role. For more information
35-
/// about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/WorkingWithRoles.html">Working
36-
/// with roles</a>.
35+
/// about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
36+
/// roles</a> in the <i>IAM User Guide</i>.
3737
///
3838
/// <note>
3939
/// <para>

sdk/src/Services/IdentityManagement/Generated/Model/ListInstanceProfilesForRoleRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace Amazon.IdentityManagement.Model
3232
/// Container for the parameters to the ListInstanceProfilesForRole operation.
3333
/// Lists the instance profiles that have the specified associated IAM role. If there
3434
/// are none, the operation returns an empty list. For more information about instance
35-
/// profiles, go to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/AboutInstanceProfiles.html">About
36-
/// instance profiles</a>.
35+
/// profiles, go to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html">Using
36+
/// instance profiles</a> in the <i>IAM User Guide</i>.
3737
///
3838
///
3939
/// <para>

0 commit comments

Comments
 (0)