lib/aws/iam/server_certificate_collection.rb in aws-sdk-v1-1.63.0 vs lib/aws/iam/server_certificate_collection.rb in aws-sdk-v1-1.64.0
- old
+ new
@@ -28,11 +28,11 @@
# :certificate_body => my_certificate_body,
# :private_key => my_private_key)
#
# For information about generating a server certificate for use
# with IAM, see
- # {http://docs.amazonwebservices.com/IAM/latest/UserGuide/InstallCert.html
+ # {http://docs.aws.amazon.com/IAM/latest/UserGuide/InstallCert.html
# Creating and Uploading Server Certificates} in <i>Using AWS
# Identity and Access Management</i>.
#
# ## Getting a Server Certificate by Name
#
@@ -72,10 +72,10 @@
# @option options [String] :name The name for the server
# certificate. Do not include the path in this value.
#
# @option options [String] :path The path for the server
# certificate. For more information about paths, see
- # {http://docs.amazonwebservices.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html
+ # {http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html
# Identifiers for IAM Entities} in <i>Using AWS Identity and
# Access Management</i>.
#
# @option options [String] :private_key The contents of the
# private key in PEM-encoded format.