aws-sdk-opsworks 1.42.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddc647f52ecf6180a8ede20a133f353c6020cc17291c48317f6a02fc02dbf551
4
- data.tar.gz: 120008774080991772e1ab27e64af0b141d4f7ed19c935375ed897fcc92a338f
3
+ metadata.gz: 4a8333d5d64f71a353d13628ca06d380604f2ef17d807a8701c38af945c0a606
4
+ data.tar.gz: 9471a5c2fcc4920ee94263aff75c1fb69ba0e308271f63d563ecab356c8af1ab
5
5
  SHA512:
6
- metadata.gz: 4f56e107a8838151fe2bc76298e6220d79e760ca90613db5809476561a339ec3437ef218a3c91261f67d9876d865ec29ebe5371d55aaf13e1a6e2d16a7b2fb7c
7
- data.tar.gz: c5dd45e67742da6d137a6600ff093ae8d6e437a6a6ddf00953db96098e7911acf1c93365f7c60b66fcfa09aa9bea0dacbd9a3d5923450e4d2f439c36a90185e0
6
+ metadata.gz: e19068c78bfa4ce61c562c963a1eb909ef868be36a0d2b4ad924eba314999a91f7f0bac072a03ee9e407118a88bec6fb680d29332f85ce4606cfd46a8c56aa85
7
+ data.tar.gz: b7a202deea9cea8074a438b29d420d262b17dd479ea015528d9835742e17a987a2b8f925c33d35eab4a13168add5a062a83f374ceae1ad7268c2de9a4d8c0539
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.43.0 (2023-01-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
15
+
4
16
  1.42.0 (2022-10-25)
5
17
  ------------------
6
18
 
@@ -277,4 +289,4 @@ Unreleased Changes
277
289
  1.0.0.rc1 (2016-12-05)
278
290
  ------------------
279
291
 
280
- * Feature - Initial preview release of the `aws-sdk-opsworks` gem.
292
+ * Feature - Initial preview release of the `aws-sdk-opsworks` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.0
@@ -275,6 +275,11 @@ module Aws::OpsWorks
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -388,7 +393,7 @@ module Aws::OpsWorks
388
393
  # * You cannot use this action with instances that were created with AWS
389
394
  # OpsWorks Stacks.
390
395
  #
391
- # **Required Permissions**\: To use this action, an AWS Identity and
396
+ # **Required Permissions**: To use this action, an AWS Identity and
392
397
  # Access Management (IAM) user must have a Manage permissions level for
393
398
  # the stack or an attached policy that explicitly grants permissions.
394
399
  # For more information on user permissions, see [Managing User
@@ -429,7 +434,7 @@ module Aws::OpsWorks
429
434
  # call UpdateVolume to specify a mount point before calling
430
435
  # `AssignVolume`. For more information, see [Resource Management][1].
431
436
  #
432
- # **Required Permissions**\: To use this action, an IAM user must have a
437
+ # **Required Permissions**: To use this action, an IAM user must have a
433
438
  # Manage permissions level for the stack, or an attached policy that
434
439
  # explicitly grants permissions. For more information on user
435
440
  # permissions, see [Managing User Permissions][2].
@@ -468,7 +473,7 @@ module Aws::OpsWorks
468
473
  # stack by calling RegisterElasticIp. For more information, see
469
474
  # [Resource Management][1].
470
475
  #
471
- # **Required Permissions**\: To use this action, an IAM user must have a
476
+ # **Required Permissions**: To use this action, an IAM user must have a
472
477
  # Manage permissions level for the stack, or an attached policy that
473
478
  # explicitly grants permissions. For more information on user
474
479
  # permissions, see [Managing User Permissions][2].
@@ -513,7 +518,7 @@ module Aws::OpsWorks
513
518
  #
514
519
  # </note>
515
520
  #
516
- # **Required Permissions**\: To use this action, an IAM user must have a
521
+ # **Required Permissions**: To use this action, an IAM user must have a
517
522
  # Manage permissions level for the stack, or an attached policy that
518
523
  # explicitly grants permissions. For more information on user
519
524
  # permissions, see [Managing User Permissions][3].
@@ -553,8 +558,8 @@ module Aws::OpsWorks
553
558
  # a Stack][1]. By default, all parameters are set to the values used by
554
559
  # the parent stack.
555
560
  #
556
- # **Required Permissions**\: To use this action, an IAM user must have
557
- # an attached policy that explicitly grants permissions. For more
561
+ # **Required Permissions**: To use this action, an IAM user must have an
562
+ # attached policy that explicitly grants permissions. For more
558
563
  # information about user permissions, see [Managing User
559
564
  # Permissions][2].
560
565
  #
@@ -924,7 +929,7 @@ module Aws::OpsWorks
924
929
  # Creates an app for a specified stack. For more information, see
925
930
  # [Creating Apps][1].
926
931
  #
927
- # **Required Permissions**\: To use this action, an IAM user must have a
932
+ # **Required Permissions**: To use this action, an IAM user must have a
928
933
  # Manage permissions level for the stack, or an attached policy that
929
934
  # explicitly grants permissions. For more information on user
930
935
  # permissions, see [Managing User Permissions][2].
@@ -1058,7 +1063,7 @@ module Aws::OpsWorks
1058
1063
  # Runs deployment or stack commands. For more information, see
1059
1064
  # [Deploying Apps][1] and [Run Stack Commands][2].
1060
1065
  #
1061
- # **Required Permissions**\: To use this action, an IAM user must have a
1066
+ # **Required Permissions**: To use this action, an IAM user must have a
1062
1067
  # Deploy or Manage permissions level for the stack, or an attached
1063
1068
  # policy that explicitly grants permissions. For more information on
1064
1069
  # user permissions, see [Managing User Permissions][3].
@@ -1142,7 +1147,7 @@ module Aws::OpsWorks
1142
1147
  # Creates an instance in a specified stack. For more information, see
1143
1148
  # [Adding an Instance to a Layer][1].
1144
1149
  #
1145
- # **Required Permissions**\: To use this action, an IAM user must have a
1150
+ # **Required Permissions**: To use this action, an IAM user must have a
1146
1151
  # Manage permissions level for the stack, or an attached policy that
1147
1152
  # explicitly grants permissions. For more information on user
1148
1153
  # permissions, see [Managing User Permissions][2].
@@ -1392,7 +1397,7 @@ module Aws::OpsWorks
1392
1397
  #
1393
1398
  # </note>
1394
1399
  #
1395
- # **Required Permissions**\: To use this action, an IAM user must have a
1400
+ # **Required Permissions**: To use this action, an IAM user must have a
1396
1401
  # Manage permissions level for the stack, or an attached policy that
1397
1402
  # explicitly grants permissions. For more information on user
1398
1403
  # permissions, see [Managing User Permissions][2].
@@ -1596,8 +1601,8 @@ module Aws::OpsWorks
1596
1601
  # Creates a new stack. For more information, see [Create a New
1597
1602
  # Stack][1].
1598
1603
  #
1599
- # **Required Permissions**\: To use this action, an IAM user must have
1600
- # an attached policy that explicitly grants permissions. For more
1604
+ # **Required Permissions**: To use this action, an IAM user must have an
1605
+ # attached policy that explicitly grants permissions. For more
1601
1606
  # information about user permissions, see [Managing User
1602
1607
  # Permissions][2].
1603
1608
  #
@@ -1961,8 +1966,8 @@ module Aws::OpsWorks
1961
1966
 
1962
1967
  # Creates a new user profile.
1963
1968
  #
1964
- # **Required Permissions**\: To use this action, an IAM user must have
1965
- # an attached policy that explicitly grants permissions. For more
1969
+ # **Required Permissions**: To use this action, an IAM user must have an
1970
+ # attached policy that explicitly grants permissions. For more
1966
1971
  # information about user permissions, see [Managing User
1967
1972
  # Permissions][1].
1968
1973
  #
@@ -2021,7 +2026,7 @@ module Aws::OpsWorks
2021
2026
 
2022
2027
  # Deletes a specified app.
2023
2028
  #
2024
- # **Required Permissions**\: To use this action, an IAM user must have a
2029
+ # **Required Permissions**: To use this action, an IAM user must have a
2025
2030
  # Manage permissions level for the stack, or an attached policy that
2026
2031
  # explicitly grants permissions. For more information on user
2027
2032
  # permissions, see [Managing User Permissions][1].
@@ -2055,7 +2060,7 @@ module Aws::OpsWorks
2055
2060
  #
2056
2061
  # For more information, see [Deleting Instances][1].
2057
2062
  #
2058
- # **Required Permissions**\: To use this action, an IAM user must have a
2063
+ # **Required Permissions**: To use this action, an IAM user must have a
2059
2064
  # Manage permissions level for the stack, or an attached policy that
2060
2065
  # explicitly grants permissions. For more information on user
2061
2066
  # permissions, see [Managing User Permissions][2].
@@ -2097,7 +2102,7 @@ module Aws::OpsWorks
2097
2102
  # associated instances or unassign registered instances. For more
2098
2103
  # information, see [How to Delete a Layer][1].
2099
2104
  #
2100
- # **Required Permissions**\: To use this action, an IAM user must have a
2105
+ # **Required Permissions**: To use this action, an IAM user must have a
2101
2106
  # Manage permissions level for the stack, or an attached policy that
2102
2107
  # explicitly grants permissions. For more information on user
2103
2108
  # permissions, see [Managing User Permissions][2].
@@ -2131,7 +2136,7 @@ module Aws::OpsWorks
2131
2136
  # layers, and apps or deregister registered instances. For more
2132
2137
  # information, see [Shut Down a Stack][1].
2133
2138
  #
2134
- # **Required Permissions**\: To use this action, an IAM user must have a
2139
+ # **Required Permissions**: To use this action, an IAM user must have a
2135
2140
  # Manage permissions level for the stack, or an attached policy that
2136
2141
  # explicitly grants permissions. For more information on user
2137
2142
  # permissions, see [Managing User Permissions][2].
@@ -2163,8 +2168,8 @@ module Aws::OpsWorks
2163
2168
 
2164
2169
  # Deletes a user profile.
2165
2170
  #
2166
- # **Required Permissions**\: To use this action, an IAM user must have
2167
- # an attached policy that explicitly grants permissions. For more
2171
+ # **Required Permissions**: To use this action, an IAM user must have an
2172
+ # attached policy that explicitly grants permissions. For more
2168
2173
  # information about user permissions, see [Managing User
2169
2174
  # Permissions][1].
2170
2175
  #
@@ -2195,7 +2200,7 @@ module Aws::OpsWorks
2195
2200
  # Deregisters a specified Amazon ECS cluster from a stack. For more
2196
2201
  # information, see [ Resource Management][1].
2197
2202
  #
2198
- # **Required Permissions**\: To use this action, an IAM user must have a
2203
+ # **Required Permissions**: To use this action, an IAM user must have a
2199
2204
  # Manage permissions level for the stack or an attached policy that
2200
2205
  # explicitly grants permissions. For more information on user
2201
2206
  # permissions, see
@@ -2230,7 +2235,7 @@ module Aws::OpsWorks
2230
2235
  # registered by another stack. For more information, see [Resource
2231
2236
  # Management][1].
2232
2237
  #
2233
- # **Required Permissions**\: To use this action, an IAM user must have a
2238
+ # **Required Permissions**: To use this action, an IAM user must have a
2234
2239
  # Manage permissions level for the stack, or an attached policy that
2235
2240
  # explicitly grants permissions. For more information on user
2236
2241
  # permissions, see [Managing User Permissions][2].
@@ -2265,7 +2270,7 @@ module Aws::OpsWorks
2265
2270
  # control. This action cannot be used with instances that were created
2266
2271
  # with AWS OpsWorks Stacks.
2267
2272
  #
2268
- # **Required Permissions**\: To use this action, an IAM user must have a
2273
+ # **Required Permissions**: To use this action, an IAM user must have a
2269
2274
  # Manage permissions level for the stack or an attached policy that
2270
2275
  # explicitly grants permissions. For more information on user
2271
2276
  # permissions, see [Managing User Permissions][1].
@@ -2296,7 +2301,7 @@ module Aws::OpsWorks
2296
2301
 
2297
2302
  # Deregisters an Amazon RDS instance.
2298
2303
  #
2299
- # **Required Permissions**\: To use this action, an IAM user must have a
2304
+ # **Required Permissions**: To use this action, an IAM user must have a
2300
2305
  # Manage permissions level for the stack, or an attached policy that
2301
2306
  # explicitly grants permissions. For more information on user
2302
2307
  # permissions, see [Managing User Permissions][1].
@@ -2328,7 +2333,7 @@ module Aws::OpsWorks
2328
2333
  # Deregisters an Amazon EBS volume. The volume can then be registered by
2329
2334
  # another stack. For more information, see [Resource Management][1].
2330
2335
  #
2331
- # **Required Permissions**\: To use this action, an IAM user must have a
2336
+ # **Required Permissions**: To use this action, an IAM user must have a
2332
2337
  # Manage permissions level for the stack, or an attached policy that
2333
2338
  # explicitly grants permissions. For more information on user
2334
2339
  # permissions, see [Managing User Permissions][2].
@@ -2407,7 +2412,7 @@ module Aws::OpsWorks
2407
2412
  #
2408
2413
  # </note>
2409
2414
  #
2410
- # **Required Permissions**\: To use this action, an IAM user must have a
2415
+ # **Required Permissions**: To use this action, an IAM user must have a
2411
2416
  # Show, Deploy, or Manage permissions level for the stack, or an
2412
2417
  # attached policy that explicitly grants permissions. For more
2413
2418
  # information about user permissions, see [Managing User
@@ -2490,7 +2495,7 @@ module Aws::OpsWorks
2490
2495
  #
2491
2496
  # </note>
2492
2497
  #
2493
- # **Required Permissions**\: To use this action, an IAM user must have a
2498
+ # **Required Permissions**: To use this action, an IAM user must have a
2494
2499
  # Show, Deploy, or Manage permissions level for the stack, or an
2495
2500
  # attached policy that explicitly grants permissions. For more
2496
2501
  # information about user permissions, see [Managing User
@@ -2556,7 +2561,7 @@ module Aws::OpsWorks
2556
2561
  #
2557
2562
  # </note>
2558
2563
  #
2559
- # **Required Permissions**\: To use this action, an IAM user must have a
2564
+ # **Required Permissions**: To use this action, an IAM user must have a
2560
2565
  # Show, Deploy, or Manage permissions level for the stack, or an
2561
2566
  # attached policy that explicitly grants permissions. For more
2562
2567
  # information about user permissions, see [Managing User
@@ -2631,7 +2636,7 @@ module Aws::OpsWorks
2631
2636
  # currently supports only one cluster per layer, so the result set has a
2632
2637
  # maximum of one element.
2633
2638
  #
2634
- # **Required Permissions**\: To use this action, an IAM user must have a
2639
+ # **Required Permissions**: To use this action, an IAM user must have a
2635
2640
  # Show, Deploy, or Manage permissions level for the stack or an attached
2636
2641
  # policy that explicitly grants permission. For more information about
2637
2642
  # user permissions, see [Managing User Permissions][1].
@@ -2704,7 +2709,7 @@ module Aws::OpsWorks
2704
2709
  #
2705
2710
  # </note>
2706
2711
  #
2707
- # **Required Permissions**\: To use this action, an IAM user must have a
2712
+ # **Required Permissions**: To use this action, an IAM user must have a
2708
2713
  # Show, Deploy, or Manage permissions level for the stack, or an
2709
2714
  # attached policy that explicitly grants permissions. For more
2710
2715
  # information about user permissions, see [Managing User
@@ -2767,7 +2772,7 @@ module Aws::OpsWorks
2767
2772
  #
2768
2773
  # </note>
2769
2774
  #
2770
- # **Required Permissions**\: To use this action, an IAM user must have a
2775
+ # **Required Permissions**: To use this action, an IAM user must have a
2771
2776
  # Show, Deploy, or Manage permissions level for the stack, or an
2772
2777
  # attached policy that explicitly grants permissions. For more
2773
2778
  # information about user permissions, see [Managing User
@@ -2827,7 +2832,7 @@ module Aws::OpsWorks
2827
2832
  #
2828
2833
  # </note>
2829
2834
  #
2830
- # **Required Permissions**\: To use this action, an IAM user must have a
2835
+ # **Required Permissions**: To use this action, an IAM user must have a
2831
2836
  # Show, Deploy, or Manage permissions level for the stack, or an
2832
2837
  # attached policy that explicitly grants permissions. For more
2833
2838
  # information about user permissions, see [Managing User
@@ -2942,7 +2947,7 @@ module Aws::OpsWorks
2942
2947
  #
2943
2948
  # </note>
2944
2949
  #
2945
- # **Required Permissions**\: To use this action, an IAM user must have a
2950
+ # **Required Permissions**: To use this action, an IAM user must have a
2946
2951
  # Show, Deploy, or Manage permissions level for the stack, or an
2947
2952
  # attached policy that explicitly grants permissions. For more
2948
2953
  # information about user permissions, see [Managing User
@@ -3055,7 +3060,7 @@ module Aws::OpsWorks
3055
3060
  #
3056
3061
  # </note>
3057
3062
  #
3058
- # **Required Permissions**\: To use this action, an IAM user must have a
3063
+ # **Required Permissions**: To use this action, an IAM user must have a
3059
3064
  # Show, Deploy, or Manage permissions level for the stack, or an
3060
3065
  # attached policy that explicitly grants permissions. For more
3061
3066
  # information about user permissions, see [Managing User
@@ -3111,7 +3116,7 @@ module Aws::OpsWorks
3111
3116
 
3112
3117
  # Describes a user's SSH information.
3113
3118
  #
3114
- # **Required Permissions**\: To use this action, an IAM user must have
3119
+ # **Required Permissions**: To use this action, an IAM user must have
3115
3120
  # self-management enabled or an attached policy that explicitly grants
3116
3121
  # permissions. For more information about user permissions, see
3117
3122
  # [Managing User Permissions][1].
@@ -3171,7 +3176,7 @@ module Aws::OpsWorks
3171
3176
 
3172
3177
  # Describes the permissions for a specified stack.
3173
3178
  #
3174
- # **Required Permissions**\: To use this action, an IAM user must have a
3179
+ # **Required Permissions**: To use this action, an IAM user must have a
3175
3180
  # Manage permissions level for the stack, or an attached policy that
3176
3181
  # explicitly grants permissions. For more information on user
3177
3182
  # permissions, see [Managing User Permissions][1].
@@ -3226,7 +3231,7 @@ module Aws::OpsWorks
3226
3231
  #
3227
3232
  # </note>
3228
3233
  #
3229
- # **Required Permissions**\: To use this action, an IAM user must have a
3234
+ # **Required Permissions**: To use this action, an IAM user must have a
3230
3235
  # Show, Deploy, or Manage permissions level for the stack, or an
3231
3236
  # attached policy that explicitly grants permissions. For more
3232
3237
  # information about user permissions, see [Managing User
@@ -3289,7 +3294,7 @@ module Aws::OpsWorks
3289
3294
 
3290
3295
  # Describes Amazon RDS instances.
3291
3296
  #
3292
- # **Required Permissions**\: To use this action, an IAM user must have a
3297
+ # **Required Permissions**: To use this action, an IAM user must have a
3293
3298
  # Show, Deploy, or Manage permissions level for the stack, or an
3294
3299
  # attached policy that explicitly grants permissions. For more
3295
3300
  # information about user permissions, see [Managing User
@@ -3343,7 +3348,7 @@ module Aws::OpsWorks
3343
3348
 
3344
3349
  # Describes AWS OpsWorks Stacks service errors.
3345
3350
  #
3346
- # **Required Permissions**\: To use this action, an IAM user must have a
3351
+ # **Required Permissions**: To use this action, an IAM user must have a
3347
3352
  # Show, Deploy, or Manage permissions level for the stack, or an
3348
3353
  # attached policy that explicitly grants permissions. For more
3349
3354
  # information about user permissions, see [Managing User
@@ -3403,7 +3408,7 @@ module Aws::OpsWorks
3403
3408
 
3404
3409
  # Requests a description of a stack's provisioning parameters.
3405
3410
  #
3406
- # **Required Permissions**\: To use this action, an IAM user must have a
3411
+ # **Required Permissions**: To use this action, an IAM user must have a
3407
3412
  # Show, Deploy, or Manage permissions level for the stack or an attached
3408
3413
  # policy that explicitly grants permissions. For more information about
3409
3414
  # user permissions, see [Managing User Permissions][1].
@@ -3445,7 +3450,7 @@ module Aws::OpsWorks
3445
3450
  # number of instances in each state, such as `running_setup` or
3446
3451
  # `online`.
3447
3452
  #
3448
- # **Required Permissions**\: To use this action, an IAM user must have a
3453
+ # **Required Permissions**: To use this action, an IAM user must have a
3449
3454
  # Show, Deploy, or Manage permissions level for the stack, or an
3450
3455
  # attached policy that explicitly grants permissions. For more
3451
3456
  # information about user permissions, see [Managing User
@@ -3507,7 +3512,7 @@ module Aws::OpsWorks
3507
3512
 
3508
3513
  # Requests a description of one or more stacks.
3509
3514
  #
3510
- # **Required Permissions**\: To use this action, an IAM user must have a
3515
+ # **Required Permissions**: To use this action, an IAM user must have a
3511
3516
  # Show, Deploy, or Manage permissions level for the stack, or an
3512
3517
  # attached policy that explicitly grants permissions. For more
3513
3518
  # information about user permissions, see [Managing User
@@ -3582,7 +3587,7 @@ module Aws::OpsWorks
3582
3587
  #
3583
3588
  # </note>
3584
3589
  #
3585
- # **Required Permissions**\: To use this action, an IAM user must have a
3590
+ # **Required Permissions**: To use this action, an IAM user must have a
3586
3591
  # Show, Deploy, or Manage permissions level for the stack, or an
3587
3592
  # attached policy that explicitly grants permissions. For more
3588
3593
  # information about user permissions, see [Managing User
@@ -3635,8 +3640,8 @@ module Aws::OpsWorks
3635
3640
 
3636
3641
  # Describe specified users.
3637
3642
  #
3638
- # **Required Permissions**\: To use this action, an IAM user must have
3639
- # an attached policy that explicitly grants permissions. For more
3643
+ # **Required Permissions**: To use this action, an IAM user must have an
3644
+ # attached policy that explicitly grants permissions. For more
3640
3645
  # information about user permissions, see [Managing User
3641
3646
  # Permissions][1].
3642
3647
  #
@@ -3682,7 +3687,7 @@ module Aws::OpsWorks
3682
3687
  #
3683
3688
  # </note>
3684
3689
  #
3685
- # **Required Permissions**\: To use this action, an IAM user must have a
3690
+ # **Required Permissions**: To use this action, an IAM user must have a
3686
3691
  # Show, Deploy, or Manage permissions level for the stack, or an
3687
3692
  # attached policy that explicitly grants permissions. For more
3688
3693
  # information about user permissions, see [Managing User
@@ -3752,7 +3757,7 @@ module Aws::OpsWorks
3752
3757
 
3753
3758
  # Detaches a specified Elastic Load Balancing instance from its layer.
3754
3759
  #
3755
- # **Required Permissions**\: To use this action, an IAM user must have a
3760
+ # **Required Permissions**: To use this action, an IAM user must have a
3756
3761
  # Manage permissions level for the stack, or an attached policy that
3757
3762
  # explicitly grants permissions. For more information on user
3758
3763
  # permissions, see [Managing User Permissions][1].
@@ -3790,7 +3795,7 @@ module Aws::OpsWorks
3790
3795
  # remains registered with the stack. For more information, see [Resource
3791
3796
  # Management][1].
3792
3797
  #
3793
- # **Required Permissions**\: To use this action, an IAM user must have a
3798
+ # **Required Permissions**: To use this action, an IAM user must have a
3794
3799
  # Manage permissions level for the stack, or an attached policy that
3795
3800
  # explicitly grants permissions. For more information on user
3796
3801
  # permissions, see [Managing User Permissions][2].
@@ -3823,7 +3828,7 @@ module Aws::OpsWorks
3823
3828
  # Gets a generated host name for the specified layer, based on the
3824
3829
  # current host name theme.
3825
3830
  #
3826
- # **Required Permissions**\: To use this action, an IAM user must have a
3831
+ # **Required Permissions**: To use this action, an IAM user must have a
3827
3832
  # Manage permissions level for the stack, or an attached policy that
3828
3833
  # explicitly grants permissions. For more information on user
3829
3834
  # permissions, see [Managing User Permissions][1].
@@ -3947,7 +3952,7 @@ module Aws::OpsWorks
3947
3952
  # Reboots a specified instance. For more information, see [Starting,
3948
3953
  # Stopping, and Rebooting Instances][1].
3949
3954
  #
3950
- # **Required Permissions**\: To use this action, an IAM user must have a
3955
+ # **Required Permissions**: To use this action, an IAM user must have a
3951
3956
  # Manage permissions level for the stack, or an attached policy that
3952
3957
  # explicitly grants permissions. For more information on user
3953
3958
  # permissions, see [Managing User Permissions][2].
@@ -3982,7 +3987,7 @@ module Aws::OpsWorks
3982
3987
  # with only one stack. For more information, see [ Resource
3983
3988
  # Management][1].
3984
3989
  #
3985
- # **Required Permissions**\: To use this action, an IAM user must have a
3990
+ # **Required Permissions**: To use this action, an IAM user must have a
3986
3991
  # Manage permissions level for the stack or an attached policy that
3987
3992
  # explicitly grants permissions. For more information on user
3988
3993
  # permissions, see [ Managing User Permissions][2].
@@ -4028,7 +4033,7 @@ module Aws::OpsWorks
4028
4033
  # DeregisterElasticIp. For more information, see [Resource
4029
4034
  # Management][1].
4030
4035
  #
4031
- # **Required Permissions**\: To use this action, an IAM user must have a
4036
+ # **Required Permissions**: To use this action, an IAM user must have a
4032
4037
  # Manage permissions level for the stack, or an attached policy that
4033
4038
  # explicitly grants permissions. For more information on user
4034
4039
  # permissions, see [Managing User Permissions][2].
@@ -4088,7 +4093,7 @@ module Aws::OpsWorks
4088
4093
  # about requirements for instances that you want to register, see [
4089
4094
  # Preparing the Instance][2].
4090
4095
  #
4091
- # **Required Permissions**\: To use this action, an IAM user must have a
4096
+ # **Required Permissions**: To use this action, an IAM user must have a
4092
4097
  # Manage permissions level for the stack or an attached policy that
4093
4098
  # explicitly grants permissions. For more information on user
4094
4099
  # permissions, see [Managing User Permissions][3].
@@ -4155,7 +4160,7 @@ module Aws::OpsWorks
4155
4160
 
4156
4161
  # Registers an Amazon RDS instance with a stack.
4157
4162
  #
4158
- # **Required Permissions**\: To use this action, an IAM user must have a
4163
+ # **Required Permissions**: To use this action, an IAM user must have a
4159
4164
  # Manage permissions level for the stack, or an attached policy that
4160
4165
  # explicitly grants permissions. For more information on user
4161
4166
  # permissions, see [Managing User Permissions][1].
@@ -4201,7 +4206,7 @@ module Aws::OpsWorks
4201
4206
  # registered, you must first deregister it by calling DeregisterVolume.
4202
4207
  # For more information, see [Resource Management][1].
4203
4208
  #
4204
- # **Required Permissions**\: To use this action, an IAM user must have a
4209
+ # **Required Permissions**: To use this action, an IAM user must have a
4205
4210
  # Manage permissions level for the stack, or an attached policy that
4206
4211
  # explicitly grants permissions. For more information on user
4207
4212
  # permissions, see [Managing User Permissions][2].
@@ -4252,7 +4257,7 @@ module Aws::OpsWorks
4252
4257
  #
4253
4258
  # </note>
4254
4259
  #
4255
- # **Required Permissions**\: To use this action, an IAM user must have a
4260
+ # **Required Permissions**: To use this action, an IAM user must have a
4256
4261
  # Manage permissions level for the stack, or an attached policy that
4257
4262
  # explicitly grants permissions. For more information on user
4258
4263
  # permissions, see [Managing User Permissions][2].
@@ -4319,7 +4324,7 @@ module Aws::OpsWorks
4319
4324
  # Specifies a user's permissions. For more information, see [Security
4320
4325
  # and Permissions][1].
4321
4326
  #
4322
- # **Required Permissions**\: To use this action, an IAM user must have a
4327
+ # **Required Permissions**: To use this action, an IAM user must have a
4323
4328
  # Manage permissions level for the stack, or an attached policy that
4324
4329
  # explicitly grants permissions. For more information on user
4325
4330
  # permissions, see [Managing User Permissions][2].
@@ -4387,7 +4392,7 @@ module Aws::OpsWorks
4387
4392
  # instance. For more information, see [Managing Load with Time-based and
4388
4393
  # Load-based Instances][1].
4389
4394
  #
4390
- # **Required Permissions**\: To use this action, an IAM user must have a
4395
+ # **Required Permissions**: To use this action, an IAM user must have a
4391
4396
  # Manage permissions level for the stack, or an attached policy that
4392
4397
  # explicitly grants permissions. For more information on user
4393
4398
  # permissions, see [Managing User Permissions][2].
@@ -4446,7 +4451,7 @@ module Aws::OpsWorks
4446
4451
  # Starts a specified instance. For more information, see [Starting,
4447
4452
  # Stopping, and Rebooting Instances][1].
4448
4453
  #
4449
- # **Required Permissions**\: To use this action, an IAM user must have a
4454
+ # **Required Permissions**: To use this action, an IAM user must have a
4450
4455
  # Manage permissions level for the stack, or an attached policy that
4451
4456
  # explicitly grants permissions. For more information on user
4452
4457
  # permissions, see [Managing User Permissions][2].
@@ -4478,7 +4483,7 @@ module Aws::OpsWorks
4478
4483
 
4479
4484
  # Starts a stack's instances.
4480
4485
  #
4481
- # **Required Permissions**\: To use this action, an IAM user must have a
4486
+ # **Required Permissions**: To use this action, an IAM user must have a
4482
4487
  # Manage permissions level for the stack, or an attached policy that
4483
4488
  # explicitly grants permissions. For more information on user
4484
4489
  # permissions, see [Managing User Permissions][1].
@@ -4513,7 +4518,7 @@ module Aws::OpsWorks
4513
4518
  # more information, see [Starting, Stopping, and Rebooting
4514
4519
  # Instances][1].
4515
4520
  #
4516
- # **Required Permissions**\: To use this action, an IAM user must have a
4521
+ # **Required Permissions**: To use this action, an IAM user must have a
4517
4522
  # Manage permissions level for the stack, or an attached policy that
4518
4523
  # explicitly grants permissions. For more information on user
4519
4524
  # permissions, see [Managing User Permissions][2].
@@ -4555,7 +4560,7 @@ module Aws::OpsWorks
4555
4560
 
4556
4561
  # Stops a specified stack.
4557
4562
  #
4558
- # **Required Permissions**\: To use this action, an IAM user must have a
4563
+ # **Required Permissions**: To use this action, an IAM user must have a
4559
4564
  # Manage permissions level for the stack, or an attached policy that
4560
4565
  # explicitly grants permissions. For more information on user
4561
4566
  # permissions, see [Managing User Permissions][1].
@@ -4639,7 +4644,7 @@ module Aws::OpsWorks
4639
4644
  # and can be assigned to another layer as needed. You cannot use this
4640
4645
  # action with instances that were created with AWS OpsWorks Stacks.
4641
4646
  #
4642
- # **Required Permissions**\: To use this action, an IAM user must have a
4647
+ # **Required Permissions**: To use this action, an IAM user must have a
4643
4648
  # Manage permissions level for the stack or an attached policy that
4644
4649
  # explicitly grants permissions. For more information about user
4645
4650
  # permissions, see [Managing User Permissions][1].
@@ -4671,7 +4676,7 @@ module Aws::OpsWorks
4671
4676
  # Unassigns an assigned Amazon EBS volume. The volume remains registered
4672
4677
  # with the stack. For more information, see [Resource Management][1].
4673
4678
  #
4674
- # **Required Permissions**\: To use this action, an IAM user must have a
4679
+ # **Required Permissions**: To use this action, an IAM user must have a
4675
4680
  # Manage permissions level for the stack, or an attached policy that
4676
4681
  # explicitly grants permissions. For more information on user
4677
4682
  # permissions, see [Managing User Permissions][2].
@@ -4729,7 +4734,7 @@ module Aws::OpsWorks
4729
4734
 
4730
4735
  # Updates a specified app.
4731
4736
  #
4732
- # **Required Permissions**\: To use this action, an IAM user must have a
4737
+ # **Required Permissions**: To use this action, an IAM user must have a
4733
4738
  # Deploy or Manage permissions level for the stack, or an attached
4734
4739
  # policy that explicitly grants permissions. For more information on
4735
4740
  # user permissions, see [Managing User Permissions][1].
@@ -4847,7 +4852,7 @@ module Aws::OpsWorks
4847
4852
  # Updates a registered Elastic IP address's name. For more information,
4848
4853
  # see [Resource Management][1].
4849
4854
  #
4850
- # **Required Permissions**\: To use this action, an IAM user must have a
4855
+ # **Required Permissions**: To use this action, an IAM user must have a
4851
4856
  # Manage permissions level for the stack, or an attached policy that
4852
4857
  # explicitly grants permissions. For more information on user
4853
4858
  # permissions, see [Managing User Permissions][2].
@@ -4883,7 +4888,7 @@ module Aws::OpsWorks
4883
4888
 
4884
4889
  # Updates a specified instance.
4885
4890
  #
4886
- # **Required Permissions**\: To use this action, an IAM user must have a
4891
+ # **Required Permissions**: To use this action, an IAM user must have a
4887
4892
  # Manage permissions level for the stack, or an attached policy that
4888
4893
  # explicitly grants permissions. For more information on user
4889
4894
  # permissions, see [Managing User Permissions][1].
@@ -5045,7 +5050,7 @@ module Aws::OpsWorks
5045
5050
 
5046
5051
  # Updates a specified layer.
5047
5052
  #
5048
- # **Required Permissions**\: To use this action, an IAM user must have a
5053
+ # **Required Permissions**: To use this action, an IAM user must have a
5049
5054
  # Manage permissions level for the stack, or an attached policy that
5050
5055
  # explicitly grants permissions. For more information on user
5051
5056
  # permissions, see [Managing User Permissions][1].
@@ -5229,7 +5234,7 @@ module Aws::OpsWorks
5229
5234
 
5230
5235
  # Updates a user's SSH public key.
5231
5236
  #
5232
- # **Required Permissions**\: To use this action, an IAM user must have
5237
+ # **Required Permissions**: To use this action, an IAM user must have
5233
5238
  # self-management enabled or an attached policy that explicitly grants
5234
5239
  # permissions. For more information about user permissions, see
5235
5240
  # [Managing User Permissions][1].
@@ -5260,7 +5265,7 @@ module Aws::OpsWorks
5260
5265
 
5261
5266
  # Updates an Amazon RDS instance.
5262
5267
  #
5263
- # **Required Permissions**\: To use this action, an IAM user must have a
5268
+ # **Required Permissions**: To use this action, an IAM user must have a
5264
5269
  # Manage permissions level for the stack, or an attached policy that
5265
5270
  # explicitly grants permissions. For more information on user
5266
5271
  # permissions, see [Managing User Permissions][1].
@@ -5299,7 +5304,7 @@ module Aws::OpsWorks
5299
5304
 
5300
5305
  # Updates a specified stack.
5301
5306
  #
5302
- # **Required Permissions**\: To use this action, an IAM user must have a
5307
+ # **Required Permissions**: To use this action, an IAM user must have a
5303
5308
  # Manage permissions level for the stack, or an attached policy that
5304
5309
  # explicitly grants permissions. For more information on user
5305
5310
  # permissions, see [Managing User Permissions][1].
@@ -5584,8 +5589,8 @@ module Aws::OpsWorks
5584
5589
 
5585
5590
  # Updates a specified user profile.
5586
5591
  #
5587
- # **Required Permissions**\: To use this action, an IAM user must have
5588
- # an attached policy that explicitly grants permissions. For more
5592
+ # **Required Permissions**: To use this action, an IAM user must have an
5593
+ # attached policy that explicitly grants permissions. For more
5589
5594
  # information about user permissions, see [Managing User
5590
5595
  # Permissions][1].
5591
5596
  #
@@ -5639,7 +5644,7 @@ module Aws::OpsWorks
5639
5644
  # Updates an Amazon EBS volume's name or mount point. For more
5640
5645
  # information, see [Resource Management][1].
5641
5646
  #
5642
- # **Required Permissions**\: To use this action, an IAM user must have a
5647
+ # **Required Permissions**: To use this action, an IAM user must have a
5643
5648
  # Manage permissions level for the stack, or an attached policy that
5644
5649
  # explicitly grants permissions. For more information on user
5645
5650
  # permissions, see [Managing User Permissions][2].
@@ -5690,7 +5695,7 @@ module Aws::OpsWorks
5690
5695
  params: params,
5691
5696
  config: config)
5692
5697
  context[:gem_name] = 'aws-sdk-opsworks'
5693
- context[:gem_version] = '1.42.0'
5698
+ context[:gem_version] = '1.44.0'
5694
5699
  Seahorse::Client::Request.new(handlers, context)
5695
5700
  end
5696
5701