aws-sdk-iam 1.12.0 → 1.13.0

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.
@@ -218,7 +218,7 @@ module Aws::IAM
218
218
  # @option options [required, String] :user_name
219
219
  # The name of the user to add.
220
220
  #
221
- # This parameter allows (per its [regex pattern][1]) a string of
221
+ # This parameter allows (through its [regex pattern][1]) a string of
222
222
  # characters consisting of upper and lowercase alphanumeric characters
223
223
  # with no spaces. You can also include any of the following characters:
224
224
  # \_+=,.@-
@@ -268,7 +268,7 @@ module Aws::IAM
268
268
  # This parameter is optional. If it is not included, it defaults to a
269
269
  # slash (/).
270
270
  #
271
- # This parameter allows (per its [regex pattern][2]) a string of
271
+ # This parameter allows (through its [regex pattern][2]) a string of
272
272
  # characters consisting of either a forward slash (/) by itself or a
273
273
  # string that must begin and end with forward slashes. In addition, it
274
274
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -300,7 +300,7 @@ module Aws::IAM
300
300
  # @option options [required, String] :policy_name
301
301
  # The name of the policy document.
302
302
  #
303
- # This parameter allows (per its [regex pattern][1]) a string of
303
+ # This parameter allows (through its [regex pattern][1]) a string of
304
304
  # characters consisting of upper and lowercase alphanumeric characters
305
305
  # with no spaces. You can also include any of the following characters:
306
306
  # \_+=,.@-
@@ -379,7 +379,7 @@ module Aws::IAM
379
379
  # @option options [required, String] :user_name
380
380
  # The name of the user to remove.
381
381
  #
382
- # This parameter allows (per its [regex pattern][1]) a string of
382
+ # This parameter allows (through its [regex pattern][1]) a string of
383
383
  # characters consisting of upper and lowercase alphanumeric characters
384
384
  # with no spaces. You can also include any of the following characters:
385
385
  # \_+=,.@-
@@ -405,7 +405,7 @@ module Aws::IAM
405
405
  # New path for the IAM group. Only include this if changing the group's
406
406
  # path.
407
407
  #
408
- # This parameter allows (per its [regex pattern][1]) a string of
408
+ # This parameter allows (through its [regex pattern][1]) a string of
409
409
  # characters consisting of either a forward slash (/) by itself or a
410
410
  # string that must begin and end with forward slashes. In addition, it
411
411
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -419,7 +419,7 @@ module Aws::IAM
419
419
  # New name for the IAM group. Only include this if changing the group's
420
420
  # name.
421
421
  #
422
- # This parameter allows (per its [regex pattern][1]) a string of
422
+ # This parameter allows (through its [regex pattern][1]) a string of
423
423
  # characters consisting of upper and lowercase alphanumeric characters
424
424
  # with no spaces. You can also include any of the following characters:
425
425
  # \_+=,.@-
@@ -450,7 +450,7 @@ module Aws::IAM
450
450
  # If it is not included, it defaults to a slash (/), listing all
451
451
  # policies.
452
452
  #
453
- # This parameter allows (per its [regex pattern][1]) a string of
453
+ # This parameter allows (through its [regex pattern][1]) a string of
454
454
  # characters consisting of either a forward slash (/) by itself or a
455
455
  # string that must begin and end with forward slashes. In addition, it
456
456
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -244,7 +244,7 @@ module Aws::IAM
244
244
  # @option options [required, String] :role_name
245
245
  # The name of the role to add.
246
246
  #
247
- # This parameter allows (per its [regex pattern][1]) a string of
247
+ # This parameter allows (through its [regex pattern][1]) a string of
248
248
  # characters consisting of upper and lowercase alphanumeric characters
249
249
  # with no spaces. You can also include any of the following characters:
250
250
  # \_+=,.@-
@@ -279,7 +279,7 @@ module Aws::IAM
279
279
  # @option options [required, String] :role_name
280
280
  # The name of the role to remove.
281
281
  #
282
- # This parameter allows (per its [regex pattern][1]) a string of
282
+ # This parameter allows (through its [regex pattern][1]) a string of
283
283
  # characters consisting of upper and lowercase alphanumeric characters
284
284
  # with no spaces. You can also include any of the following characters:
285
285
  # \_+=,.@-
@@ -84,7 +84,7 @@ module Aws::IAM
84
84
  #
85
85
  #
86
86
  #
87
- # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
87
+ # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
88
88
  # @return [Integer]
89
89
  def permissions_boundary_usage_count
90
90
  data[:permissions_boundary_usage_count]
@@ -275,7 +275,7 @@ module Aws::IAM
275
275
  # The name (friendly name, not ARN) of the group to attach the policy
276
276
  # to.
277
277
  #
278
- # This parameter allows (per its [regex pattern][1]) a string of
278
+ # This parameter allows (through its [regex pattern][1]) a string of
279
279
  # characters consisting of upper and lowercase alphanumeric characters
280
280
  # with no spaces. You can also include any of the following characters:
281
281
  # \_+=,.@-
@@ -299,7 +299,7 @@ module Aws::IAM
299
299
  # @option options [required, String] :role_name
300
300
  # The name (friendly name, not ARN) of the role to attach the policy to.
301
301
  #
302
- # This parameter allows (per its [regex pattern][1]) a string of
302
+ # This parameter allows (through its [regex pattern][1]) a string of
303
303
  # characters consisting of upper and lowercase alphanumeric characters
304
304
  # with no spaces. You can also include any of the following characters:
305
305
  # \_+=,.@-
@@ -324,7 +324,7 @@ module Aws::IAM
324
324
  # The name (friendly name, not ARN) of the IAM user to attach the policy
325
325
  # to.
326
326
  #
327
- # This parameter allows (per its [regex pattern][1]) a string of
327
+ # This parameter allows (through its [regex pattern][1]) a string of
328
328
  # characters consisting of upper and lowercase alphanumeric characters
329
329
  # with no spaces. You can also include any of the following characters:
330
330
  # \_+=,.@-
@@ -411,7 +411,7 @@ module Aws::IAM
411
411
  # The name (friendly name, not ARN) of the IAM group to detach the
412
412
  # policy from.
413
413
  #
414
- # This parameter allows (per its [regex pattern][1]) a string of
414
+ # This parameter allows (through its [regex pattern][1]) a string of
415
415
  # characters consisting of upper and lowercase alphanumeric characters
416
416
  # with no spaces. You can also include any of the following characters:
417
417
  # \_+=,.@-
@@ -436,7 +436,7 @@ module Aws::IAM
436
436
  # The name (friendly name, not ARN) of the IAM role to detach the policy
437
437
  # from.
438
438
  #
439
- # This parameter allows (per its [regex pattern][1]) a string of
439
+ # This parameter allows (through its [regex pattern][1]) a string of
440
440
  # characters consisting of upper and lowercase alphanumeric characters
441
441
  # with no spaces. You can also include any of the following characters:
442
442
  # \_+=,.@-
@@ -461,7 +461,7 @@ module Aws::IAM
461
461
  # The name (friendly name, not ARN) of the IAM user to detach the policy
462
462
  # from.
463
463
  #
464
- # This parameter allows (per its [regex pattern][1]) a string of
464
+ # This parameter allows (through its [regex pattern][1]) a string of
465
465
  # characters consisting of upper and lowercase alphanumeric characters
466
466
  # with no spaces. You can also include any of the following characters:
467
467
  # \_+=,.@-
@@ -490,7 +490,7 @@ module Aws::IAM
490
490
  # If it is not included, it defaults to a slash (/), listing all
491
491
  # entities.
492
492
  #
493
- # This parameter allows (per its [regex pattern][1]) a string of
493
+ # This parameter allows (through its [regex pattern][1]) a string of
494
494
  # characters consisting of either a forward slash (/) by itself or a
495
495
  # string that must begin and end with forward slashes. In addition, it
496
496
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -545,7 +545,7 @@ module Aws::IAM
545
545
  # If it is not included, it defaults to a slash (/), listing all
546
546
  # entities.
547
547
  #
548
- # This parameter allows (per its [regex pattern][1]) a string of
548
+ # This parameter allows (through its [regex pattern][1]) a string of
549
549
  # characters consisting of either a forward slash (/) by itself or a
550
550
  # string that must begin and end with forward slashes. In addition, it
551
551
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -600,7 +600,7 @@ module Aws::IAM
600
600
  # If it is not included, it defaults to a slash (/), listing all
601
601
  # entities.
602
602
  #
603
- # This parameter allows (per its [regex pattern][1]) a string of
603
+ # This parameter allows (through its [regex pattern][1]) a string of
604
604
  # characters consisting of either a forward slash (/) by itself or a
605
605
  # string that must begin and end with forward slashes. In addition, it
606
606
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -61,7 +61,7 @@ module Aws::IAM
61
61
  # @option options [required, String] :account_alias
62
62
  # The account alias to create.
63
63
  #
64
- # This parameter allows (per its [regex pattern][1]) a string of
64
+ # This parameter allows (through its [regex pattern][1]) a string of
65
65
  # characters consisting of lowercase letters, digits, and dashes. You
66
66
  # cannot start or finish with a dash, nor can you have two dashes in a
67
67
  # row.
@@ -179,7 +179,7 @@ module Aws::IAM
179
179
  # This parameter is optional. If it is not included, it defaults to a
180
180
  # slash (/).
181
181
  #
182
- # This parameter allows (per its [regex pattern][2]) a string of
182
+ # This parameter allows (through its [regex pattern][2]) a string of
183
183
  # characters consisting of either a forward slash (/) by itself or a
184
184
  # string that must begin and end with forward slashes. In addition, it
185
185
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -194,7 +194,7 @@ module Aws::IAM
194
194
  # The name of the group to create. Do not include the path in this
195
195
  # value.
196
196
  #
197
- # This parameter allows (per its [regex pattern][1]) a string of
197
+ # This parameter allows (through its [regex pattern][1]) a string of
198
198
  # characters consisting of upper and lowercase alphanumeric characters
199
199
  # with no spaces. You can also include any of the following characters:
200
200
  # \_+=,.@-. The group name must be unique within the account. Group
@@ -224,7 +224,7 @@ module Aws::IAM
224
224
  # @option options [required, String] :instance_profile_name
225
225
  # The name of the instance profile to create.
226
226
  #
227
- # This parameter allows (per its [regex pattern][1]) a string of
227
+ # This parameter allows (through its [regex pattern][1]) a string of
228
228
  # characters consisting of upper and lowercase alphanumeric characters
229
229
  # with no spaces. You can also include any of the following characters:
230
230
  # \_+=,.@-
@@ -239,7 +239,7 @@ module Aws::IAM
239
239
  # This parameter is optional. If it is not included, it defaults to a
240
240
  # slash (/).
241
241
  #
242
- # This parameter allows (per its [regex pattern][2]) a string of
242
+ # This parameter allows (through its [regex pattern][2]) a string of
243
243
  # characters consisting of either a forward slash (/) by itself or a
244
244
  # string that must begin and end with forward slashes. In addition, it
245
245
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -272,7 +272,7 @@ module Aws::IAM
272
272
  # @option options [required, String] :policy_name
273
273
  # The friendly name of the policy.
274
274
  #
275
- # This parameter allows (per its [regex pattern][1]) a string of
275
+ # This parameter allows (through its [regex pattern][1]) a string of
276
276
  # characters consisting of upper and lowercase alphanumeric characters
277
277
  # with no spaces. You can also include any of the following characters:
278
278
  # \_+=,.@-
@@ -289,7 +289,7 @@ module Aws::IAM
289
289
  # This parameter is optional. If it is not included, it defaults to a
290
290
  # slash (/).
291
291
  #
292
- # This parameter allows (per its [regex pattern][2]) a string of
292
+ # This parameter allows (through its [regex pattern][2]) a string of
293
293
  # characters consisting of either a forward slash (/) by itself or a
294
294
  # string that must begin and end with forward slashes. In addition, it
295
295
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -344,14 +344,14 @@ module Aws::IAM
344
344
  # role_name: "roleNameType", # required
345
345
  # assume_role_policy_document: "policyDocumentType", # required
346
346
  # description: "roleDescriptionType",
347
+ # max_session_duration: 1,
348
+ # permissions_boundary: "arnType",
347
349
  # tags: [
348
350
  # {
349
351
  # key: "tagKeyType", # required
350
352
  # value: "tagValueType", # required
351
353
  # },
352
354
  # ],
353
- # max_session_duration: 1,
354
- # permissions_boundary: "arnType",
355
355
  # })
356
356
  # @param [Hash] options ({})
357
357
  # @option options [String] :path
@@ -361,7 +361,7 @@ module Aws::IAM
361
361
  # This parameter is optional. If it is not included, it defaults to a
362
362
  # slash (/).
363
363
  #
364
- # This parameter allows (per its [regex pattern][2]) a string of
364
+ # This parameter allows (through its [regex pattern][2]) a string of
365
365
  # characters consisting of either a forward slash (/) by itself or a
366
366
  # string that must begin and end with forward slashes. In addition, it
367
367
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -375,7 +375,7 @@ module Aws::IAM
375
375
  # @option options [required, String] :role_name
376
376
  # The name of the role to create.
377
377
  #
378
- # This parameter allows (per its [regex pattern][1]) a string of
378
+ # This parameter allows (through its [regex pattern][1]) a string of
379
379
  # characters consisting of upper and lowercase alphanumeric characters
380
380
  # with no spaces. You can also include any of the following characters:
381
381
  # \_+=,.@-
@@ -407,21 +407,6 @@ module Aws::IAM
407
407
  # [1]: http://wikipedia.org/wiki/regex
408
408
  # @option options [String] :description
409
409
  # A description of the role.
410
- # @option options [Array<Types::Tag>] :tags
411
- # A list of tags that you want to attach to the newly created role. Each
412
- # tag consists of a key name and an associated value. For more
413
- # information about tagging, see [Tagging IAM Identities][1] in the *IAM
414
- # User Guide*.
415
- #
416
- # <note markdown="1"> If any one of the tags is invalid or if you exceed the allowed number
417
- # of tags per role, then the entire request fails and the role is not
418
- # created.
419
- #
420
- # </note>
421
- #
422
- #
423
- #
424
- # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
425
410
  # @option options [Integer] :max_session_duration
426
411
  # The maximum session duration (in seconds) that you want to set for the
427
412
  # specified role. If you do not specify a value for this setting, the
@@ -445,6 +430,21 @@ module Aws::IAM
445
430
  # @option options [String] :permissions_boundary
446
431
  # The ARN of the policy that is used to set the permissions boundary for
447
432
  # the role.
433
+ # @option options [Array<Types::Tag>] :tags
434
+ # A list of tags that you want to attach to the newly created role. Each
435
+ # tag consists of a key name and an associated value. For more
436
+ # information about tagging, see [Tagging IAM Identities][1] in the *IAM
437
+ # User Guide*.
438
+ #
439
+ # <note markdown="1"> If any one of the tags is invalid or if you exceed the allowed number
440
+ # of tags per role, then the entire request fails and the role is not
441
+ # created.
442
+ #
443
+ # </note>
444
+ #
445
+ #
446
+ #
447
+ # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
448
448
  # @return [Role]
449
449
  def create_role(options = {})
450
450
  resp = @client.create_role(options)
@@ -479,7 +479,7 @@ module Aws::IAM
479
479
  # @option options [required, String] :name
480
480
  # The name of the provider to create.
481
481
  #
482
- # This parameter allows (per its [regex pattern][1]) a string of
482
+ # This parameter allows (through its [regex pattern][1]) a string of
483
483
  # characters consisting of upper and lowercase alphanumeric characters
484
484
  # with no spaces. You can also include any of the following characters:
485
485
  # \_+=,.@-
@@ -511,12 +511,12 @@ module Aws::IAM
511
511
  # see [IAM Identifiers][1] in the *IAM User Guide*.
512
512
  #
513
513
  # This parameter is optional. If it is not included, it defaults to a
514
- # slash (/). This parameter allows (per its [regex pattern][2]) a string
515
- # of characters consisting of either a forward slash (/) by itself or a
516
- # string that must begin and end with forward slashes. In addition, it
517
- # can contain any ASCII character from the ! (\\u0021) through the DEL
518
- # character (\\u007F), including most punctuation characters, digits,
519
- # and upper and lowercased letters.
514
+ # slash (/). This parameter allows (through its [regex pattern][2]) a
515
+ # string of characters consisting of either a forward slash (/) by
516
+ # itself or a string that must begin and end with forward slashes. In
517
+ # addition, it can contain any ASCII character from the ! (\\u0021)
518
+ # through the DEL character (\\u007F), including most punctuation
519
+ # characters, digits, and upper and lowercased letters.
520
520
  #
521
521
  # <note markdown="1"> If you are uploading a server certificate specifically for use with
522
522
  # Amazon CloudFront distributions, you must specify a path using the
@@ -533,7 +533,7 @@ module Aws::IAM
533
533
  # The name for the server certificate. Do not include the path in this
534
534
  # value. The name of the certificate cannot contain any spaces.
535
535
  #
536
- # This parameter allows (per its [regex pattern][1]) a string of
536
+ # This parameter allows (through its [regex pattern][1]) a string of
537
537
  # characters consisting of upper and lowercase alphanumeric characters
538
538
  # with no spaces. You can also include any of the following characters:
539
539
  # \_+=,.@-
@@ -615,7 +615,7 @@ module Aws::IAM
615
615
  # @option options [String] :user_name
616
616
  # The name of the user the signing certificate is for.
617
617
  #
618
- # This parameter allows (per its [regex pattern][1]) a string of
618
+ # This parameter allows (through its [regex pattern][1]) a string of
619
619
  # characters consisting of upper and lowercase alphanumeric characters
620
620
  # with no spaces. You can also include any of the following characters:
621
621
  # \_+=,.@-
@@ -656,13 +656,13 @@ module Aws::IAM
656
656
  # user = iam.create_user({
657
657
  # path: "pathType",
658
658
  # user_name: "userNameType", # required
659
+ # permissions_boundary: "arnType",
659
660
  # tags: [
660
661
  # {
661
662
  # key: "tagKeyType", # required
662
663
  # value: "tagValueType", # required
663
664
  # },
664
665
  # ],
665
- # permissions_boundary: "arnType",
666
666
  # })
667
667
  # @param [Hash] options ({})
668
668
  # @option options [String] :path
@@ -672,7 +672,7 @@ module Aws::IAM
672
672
  # This parameter is optional. If it is not included, it defaults to a
673
673
  # slash (/).
674
674
  #
675
- # This parameter allows (per its [regex pattern][2]) a string of
675
+ # This parameter allows (through its [regex pattern][2]) a string of
676
676
  # characters consisting of either a forward slash (/) by itself or a
677
677
  # string that must begin and end with forward slashes. In addition, it
678
678
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -686,7 +686,7 @@ module Aws::IAM
686
686
  # @option options [required, String] :user_name
687
687
  # The name of the user to create.
688
688
  #
689
- # This parameter allows (per its [regex pattern][1]) a string of
689
+ # This parameter allows (through its [regex pattern][1]) a string of
690
690
  # characters consisting of upper and lowercase alphanumeric characters
691
691
  # with no spaces. You can also include any of the following characters:
692
692
  # \_+=,.@-. User names are not distinguished by case. For example, you
@@ -695,6 +695,9 @@ module Aws::IAM
695
695
  #
696
696
  #
697
697
  # [1]: http://wikipedia.org/wiki/regex
698
+ # @option options [String] :permissions_boundary
699
+ # The ARN of the policy that is used to set the permissions boundary for
700
+ # the user.
698
701
  # @option options [Array<Types::Tag>] :tags
699
702
  # A list of tags that you want to attach to the newly created user. Each
700
703
  # tag consists of a key name and an associated value. For more
@@ -710,9 +713,6 @@ module Aws::IAM
710
713
  #
711
714
  #
712
715
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
713
- # @option options [String] :permissions_boundary
714
- # The ARN of the policy that is used to set the permissions boundary for
715
- # the user.
716
716
  # @return [User]
717
717
  def create_user(options = {})
718
718
  resp = @client.create_user(options)
@@ -737,7 +737,7 @@ module Aws::IAM
737
737
  # This parameter is optional. If it is not included, it defaults to a
738
738
  # slash (/).
739
739
  #
740
- # This parameter allows (per its [regex pattern][2]) a string of
740
+ # This parameter allows (through its [regex pattern][2]) a string of
741
741
  # characters consisting of either a forward slash (/) by itself or a
742
742
  # string that must begin and end with forward slashes. In addition, it
743
743
  # can contain any ASCII character from the ! (\\u0021) through the DEL
@@ -752,7 +752,7 @@ module Aws::IAM
752
752
  # The name of the virtual MFA device. Use with path to uniquely identify
753
753
  # a virtual MFA device.
754
754
  #
755
- # This parameter allows (per its [regex pattern][1]) a string of
755
+ # This parameter allows (through its [regex pattern][1]) a string of
756
756
  # characters consisting of upper and lowercase alphanumeric characters
757
757
  # with no spaces. You can also include any of the following characters:
758
758
  # \_+=,.@-
@@ -808,11 +808,11 @@ module Aws::IAM
808
808
  # with `/division_abc/subdivision_xyz/`.
809
809
  #
810
810
  # This parameter is optional. If it is not included, it defaults to a
811
- # slash (/), listing all groups. This parameter allows (per its [regex
812
- # pattern][1]) a string of characters consisting of either a forward
813
- # slash (/) by itself or a string that must begin and end with forward
814
- # slashes. In addition, it can contain any ASCII character from the !
815
- # (\\u0021) through the DEL character (\\u007F), including most
811
+ # slash (/), listing all groups. This parameter allows (through its
812
+ # [regex pattern][1]) a string of characters consisting of either a
813
+ # forward slash (/) by itself or a string that must begin and end with
814
+ # forward slashes. In addition, it can contain any ASCII character from
815
+ # the ! (\\u0021) through the DEL character (\\u007F), including most
816
816
  # punctuation characters, digits, and upper and lowercased letters.
817
817
  #
818
818
  #
@@ -858,12 +858,13 @@ module Aws::IAM
858
858
  # path starts with `/application_abc/component_xyz/`.
859
859
  #
860
860
  # This parameter is optional. If it is not included, it defaults to a
861
- # slash (/), listing all instance profiles. This parameter allows (per
862
- # its [regex pattern][1]) a string of characters consisting of either a
863
- # forward slash (/) by itself or a string that must begin and end with
864
- # forward slashes. In addition, it can contain any ASCII character from
865
- # the ! (\\u0021) through the DEL character (\\u007F), including most
866
- # punctuation characters, digits, and upper and lowercased letters.
861
+ # slash (/), listing all instance profiles. This parameter allows
862
+ # (through its [regex pattern][1]) a string of characters consisting of
863
+ # either a forward slash (/) by itself or a string that must begin and
864
+ # end with forward slashes. In addition, it can contain any ASCII
865
+ # character from the ! (\\u0021) through the DEL character (\\u007F),
866
+ # including most punctuation characters, digits, and upper and
867
+ # lowercased letters.
867
868
  #
868
869
  #
869
870
  #
@@ -915,12 +916,12 @@ module Aws::IAM
915
916
  # @option options [String] :path_prefix
916
917
  # The path prefix for filtering the results. This parameter is optional.
917
918
  # If it is not included, it defaults to a slash (/), listing all
918
- # policies. This parameter allows (per its [regex pattern][1]) a string
919
- # of characters consisting of either a forward slash (/) by itself or a
920
- # string that must begin and end with forward slashes. In addition, it
921
- # can contain any ASCII character from the ! (\\u0021) through the DEL
922
- # character (\\u007F), including most punctuation characters, digits,
923
- # and upper and lowercased letters.
919
+ # policies. This parameter allows (through its [regex pattern][1]) a
920
+ # string of characters consisting of either a forward slash (/) by
921
+ # itself or a string that must begin and end with forward slashes. In
922
+ # addition, it can contain any ASCII character from the ! (\\u0021)
923
+ # through the DEL character (\\u007F), including most punctuation
924
+ # characters, digits, and upper and lowercased letters.
924
925
  #
925
926
  #
926
927
  #
@@ -984,11 +985,11 @@ module Aws::IAM
984
985
  # with `/application_abc/component_xyz/`.
985
986
  #
986
987
  # This parameter is optional. If it is not included, it defaults to a
987
- # slash (/), listing all roles. This parameter allows (per its [regex
988
- # pattern][1]) a string of characters consisting of either a forward
989
- # slash (/) by itself or a string that must begin and end with forward
990
- # slashes. In addition, it can contain any ASCII character from the !
991
- # (\\u0021) through the DEL character (\\u007F), including most
988
+ # slash (/), listing all roles. This parameter allows (through its
989
+ # [regex pattern][1]) a string of characters consisting of either a
990
+ # forward slash (/) by itself or a string that must begin and end with
991
+ # forward slashes. In addition, it can contain any ASCII character from
992
+ # the ! (\\u0021) through the DEL character (\\u007F), including most
992
993
  # punctuation characters, digits, and upper and lowercased letters.
993
994
  #
994
995
  #
@@ -1063,12 +1064,13 @@ module Aws::IAM
1063
1064
  # path starts with `/company/servercerts`.
1064
1065
  #
1065
1066
  # This parameter is optional. If it is not included, it defaults to a
1066
- # slash (/), listing all server certificates. This parameter allows (per
1067
- # its [regex pattern][1]) a string of characters consisting of either a
1068
- # forward slash (/) by itself or a string that must begin and end with
1069
- # forward slashes. In addition, it can contain any ASCII character from
1070
- # the ! (\\u0021) through the DEL character (\\u007F), including most
1071
- # punctuation characters, digits, and upper and lowercased letters.
1067
+ # slash (/), listing all server certificates. This parameter allows
1068
+ # (through its [regex pattern][1]) a string of characters consisting of
1069
+ # either a forward slash (/) by itself or a string that must begin and
1070
+ # end with forward slashes. In addition, it can contain any ASCII
1071
+ # character from the ! (\\u0021) through the DEL character (\\u007F),
1072
+ # including most punctuation characters, digits, and upper and
1073
+ # lowercased letters.
1072
1074
  #
1073
1075
  #
1074
1076
  #
@@ -1112,7 +1114,7 @@ module Aws::IAM
1112
1114
  # path starts with `/division_abc/subdivision_xyz/`.
1113
1115
  #
1114
1116
  # This parameter is optional. If it is not included, it defaults to a
1115
- # slash (/), listing all user names. This parameter allows (per its
1117
+ # slash (/), listing all user names. This parameter allows (through its
1116
1118
  # [regex pattern][1]) a string of characters consisting of either a
1117
1119
  # forward slash (/) by itself or a string that must begin and end with
1118
1120
  # forward slashes. In addition, it can contain any ASCII character from
@@ -1158,8 +1160,8 @@ module Aws::IAM
1158
1160
  # @param [Hash] options ({})
1159
1161
  # @option options [String] :assignment_status
1160
1162
  # The status (`Unassigned` or `Assigned`) of the devices to list. If you
1161
- # do not specify an `AssignmentStatus`, the operation defaults to `Any`
1162
- # which lists both assigned and unassigned virtual MFA devices.
1163
+ # do not specify an `AssignmentStatus`, the operation defaults to `Any`,
1164
+ # which lists both assigned and unassigned virtual MFA devices.,
1163
1165
  # @return [VirtualMfaDevice::Collection]
1164
1166
  def virtual_mfa_devices(options = {})
1165
1167
  batches = Enumerator.new do |y|