lib/aws-sdk-iam/group.rb in aws-sdk-iam-1.12.0 vs lib/aws-sdk-iam/group.rb in aws-sdk-iam-1.13.0

- old
+ new

@@ -216,11 +216,11 @@ # }) # @param [Hash] options ({}) # @option options [required, String] :user_name # The name of the user to add. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of upper and lowercase alphanumeric characters # with no spaces. You can also include any of the following characters: # \_+=,.@- # # @@ -266,11 +266,11 @@ # Identifiers][1] in the *IAM User Guide*. # # This parameter is optional. If it is not included, it defaults to a # slash (/). # - # This parameter allows (per its [regex pattern][2]) a string of + # This parameter allows (through its [regex pattern][2]) a string of # characters consisting of either a forward slash (/) by itself or a # string that must begin and end with forward slashes. In addition, it # can contain any ASCII character from the ! (\\u0021) through the DEL # character (\\u007F), including most punctuation characters, digits, # and upper and lowercased letters. @@ -298,11 +298,11 @@ # }) # @param [Hash] options ({}) # @option options [required, String] :policy_name # The name of the policy document. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of upper and lowercase alphanumeric characters # with no spaces. You can also include any of the following characters: # \_+=,.@- # # @@ -377,11 +377,11 @@ # }) # @param [Hash] options ({}) # @option options [required, String] :user_name # The name of the user to remove. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of upper and lowercase alphanumeric characters # with no spaces. You can also include any of the following characters: # \_+=,.@- # # @@ -403,11 +403,11 @@ # @param [Hash] options ({}) # @option options [String] :new_path # New path for the IAM group. Only include this if changing the group's # path. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of either a forward slash (/) by itself or a # string that must begin and end with forward slashes. In addition, it # can contain any ASCII character from the ! (\\u0021) through the DEL # character (\\u007F), including most punctuation characters, digits, # and upper and lowercased letters. @@ -417,11 +417,11 @@ # [1]: http://wikipedia.org/wiki/regex # @option options [String] :new_group_name # New name for the IAM group. Only include this if changing the group's # name. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of upper and lowercase alphanumeric characters # with no spaces. You can also include any of the following characters: # \_+=,.@- # # @@ -448,10 +448,10 @@ # @option options [String] :path_prefix # The path prefix for filtering the results. This parameter is optional. # If it is not included, it defaults to a slash (/), listing all # policies. # - # This parameter allows (per its [regex pattern][1]) a string of + # This parameter allows (through its [regex pattern][1]) a string of # characters consisting of either a forward slash (/) by itself or a # string that must begin and end with forward slashes. In addition, it # can contain any ASCII character from the ! (\\u0021) through the DEL # character (\\u007F), including most punctuation characters, digits, # and upper and lowercased letters.