aws-sdk-servicequotas 1.11.0 → 1.15.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: 5a15d9a1a1308ef4eb47afb3d271f8506fb6eceea966308ccb79023de6a6a622
4
- data.tar.gz: 10503178e5272f8695ee7a7d2f8ace637dfd8f711ef37ec6572f9f9cf320051e
3
+ metadata.gz: e8d4e5e00d3403c8f07675b56ea85c057677ccfb59cad4065d93fd3753a6cc79
4
+ data.tar.gz: 2df934744ae6658ab8a2becd0f85d10138cff8545c69951b58040f38a5e9a496
5
5
  SHA512:
6
- metadata.gz: ef3ea79ccf24a8cc7cf323211ba105ae7bc685612b605e9689292b74b03b1e741d5e5fa9990f3ad0966731d837468648edcba2763dca155daf7c6d37bc758509
7
- data.tar.gz: 4eba46fdf864d708e4ffc8b5683e540f549628e49760d102009052ad13bb93d86297a261e4c9499fcc3b212baff163b245a79f0aa254478fe43e8d8b1968ad08
6
+ metadata.gz: 8b4fd8670907a230e263589290a27f5348c8f8c085082f16ac730fb5719d45580e0b556c92261404e98bedc1cf6ffa41986c6ce794572ee4d429aa6385af8380
7
+ data.tar.gz: 23abfa8a7b0ae820c16f6128e0a2916994085e5bc5ac7abfe1644be24ed8077fc2de8e4e01a89893a3b20abee49b0832a973435dacf19a5f7c3b7daba52c1f68
data/CHANGELOG.md ADDED
@@ -0,0 +1,88 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.15.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.14.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.13.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.12.0 (2020-12-21)
20
+ ------------------
21
+
22
+ * Feature - Added the ability to tag applied quotas.
23
+
24
+ 1.11.0 (2020-09-30)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.10.0 (2020-09-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.9.0 (2020-08-25)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.8.0 (2020-06-23)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.7.1 (2020-06-11)
45
+ ------------------
46
+
47
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
48
+
49
+ 1.7.0 (2020-06-10)
50
+ ------------------
51
+
52
+ * Issue - This version has been yanked. (#2327).
53
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
54
+
55
+ 1.6.0 (2020-05-28)
56
+ ------------------
57
+
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.5.0 (2020-05-07)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.4.0 (2020-03-09)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.3.0 (2019-10-23)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.2.0 (2019-07-25)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.1.0 (2019-07-01)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.0.0 (2019-06-24)
86
+ ------------------
87
+
88
+ * Feature - Initial release of `aws-sdk-servicequotas`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.15.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-servicequotas/customizations'
48
48
  # @!group service
49
49
  module Aws::ServiceQuotas
50
50
 
51
- GEM_VERSION = '1.11.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -337,12 +337,11 @@ module Aws::ServiceQuotas
337
337
 
338
338
  # @!group API Operations
339
339
 
340
- # Associates the Service Quotas template with your organization so that
341
- # when new accounts are created in your organization, the template
342
- # submits increase requests for the specified service quotas. Use the
343
- # Service Quotas template to request an increase for any adjustable
344
- # quota value. After you define the Service Quotas template, use this
345
- # operation to associate, or enable, the template.
340
+ # Associates your quota request template with your organization. When a
341
+ # new account is created in your organization, the quota increase
342
+ # requests in the template are automatically applied to the account. You
343
+ # can add a quota increase request for any adjustable quota to your
344
+ # template.
346
345
  #
347
346
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
348
347
  #
@@ -355,17 +354,17 @@ module Aws::ServiceQuotas
355
354
  req.send_request(options)
356
355
  end
357
356
 
358
- # Removes a service quota increase request from the Service Quotas
359
- # template.
357
+ # Deletes the quota increase request for the specified quota from your
358
+ # quota request template.
360
359
  #
361
360
  # @option params [required, String] :service_code
362
- # Specifies the code for the service that you want to delete.
361
+ # The service identifier.
363
362
  #
364
363
  # @option params [required, String] :quota_code
365
- # Specifies the code for the quota that you want to delete.
364
+ # The quota identifier.
366
365
  #
367
366
  # @option params [required, String] :aws_region
368
- # Specifies the AWS Region for the quota that you want to delete.
367
+ # The AWS Region.
369
368
  #
370
369
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
371
370
  #
@@ -386,17 +385,10 @@ module Aws::ServiceQuotas
386
385
  req.send_request(options)
387
386
  end
388
387
 
389
- # Disables the Service Quotas template. Once the template is disabled,
390
- # it does not request quota increases for new accounts in your
391
- # organization. Disabling the quota template does not apply the quota
392
- # increase requests from the template.
393
- #
394
- # **Related operations**
395
- #
396
- # * To enable the quota template, call AssociateServiceQuotaTemplate.
397
- #
398
- # * To delete a specific service quota from the template, use
399
- # DeleteServiceQuotaIncreaseRequestFromTemplate.
388
+ # Disables your quota request template. After a template is disabled,
389
+ # the quota increase requests in the template are not applied to new
390
+ # accounts in your organization. Disabling a quota request template does
391
+ # not apply its quota increase requests.
400
392
  #
401
393
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
402
394
  #
@@ -409,15 +401,14 @@ module Aws::ServiceQuotas
409
401
  req.send_request(options)
410
402
  end
411
403
 
412
- # Retrieves the default service quotas values. The Value returned for
413
- # each quota is the AWS default value, even if the quotas have been
414
- # increased..
404
+ # Retrieves the default value for the specified quota. The default value
405
+ # does not reflect any quota increases.
415
406
  #
416
407
  # @option params [required, String] :service_code
417
- # Specifies the service that you want to use.
408
+ # The service identifier.
418
409
  #
419
410
  # @option params [required, String] :quota_code
420
- # Identifies the service quota you want to select.
411
+ # The quota identifier.
421
412
  #
422
413
  # @return [Types::GetAWSDefaultServiceQuotaResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
423
414
  #
@@ -460,9 +451,8 @@ module Aws::ServiceQuotas
460
451
  req.send_request(options)
461
452
  end
462
453
 
463
- # Retrieves the `ServiceQuotaTemplateAssociationStatus` value from the
464
- # service. Use this action to determine if the Service Quota template is
465
- # associated, or enabled.
454
+ # Retrieves the status of the association for the quota request
455
+ # template.
466
456
  #
467
457
  # @return [Types::GetAssociationForServiceQuotaTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
468
458
  #
@@ -481,10 +471,10 @@ module Aws::ServiceQuotas
481
471
  req.send_request(options)
482
472
  end
483
473
 
484
- # Retrieves the details for a particular increase request.
474
+ # Retrieves information about the specified quota increase request.
485
475
  #
486
476
  # @option params [required, String] :request_id
487
- # Identifies the quota increase request.
477
+ # The ID of the quota increase request.
488
478
  #
489
479
  # @return [Types::GetRequestedServiceQuotaChangeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
490
480
  #
@@ -522,17 +512,15 @@ module Aws::ServiceQuotas
522
512
  req.send_request(options)
523
513
  end
524
514
 
525
- # Returns the details for the specified service quota. This operation
526
- # provides a different Value than the `GetAWSDefaultServiceQuota`
527
- # operation. This operation returns the applied value for each quota.
528
- # `GetAWSDefaultServiceQuota` returns the default AWS value for each
529
- # quota.
515
+ # Retrieves the applied quota value for the specified quota. For some
516
+ # quotas, only the default values are available. If the applied quota
517
+ # value is not available for a quota, the quota is not retrieved.
530
518
  #
531
519
  # @option params [required, String] :service_code
532
- # Specifies the service that you want to use.
520
+ # The service identifier.
533
521
  #
534
522
  # @option params [required, String] :quota_code
535
- # Identifies the service quota you want to select.
523
+ # The quota identifier.
536
524
  #
537
525
  # @return [Types::GetServiceQuotaResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
538
526
  #
@@ -575,17 +563,17 @@ module Aws::ServiceQuotas
575
563
  req.send_request(options)
576
564
  end
577
565
 
578
- # Returns the details of the service quota increase request in your
579
- # template.
566
+ # Retrieves information about the specified quota increase request in
567
+ # your quota request template.
580
568
  #
581
569
  # @option params [required, String] :service_code
582
- # Specifies the service that you want to use.
570
+ # The service identifier.
583
571
  #
584
572
  # @option params [required, String] :quota_code
585
- # Specifies the quota you want.
573
+ # The quota identifier.
586
574
  #
587
575
  # @option params [required, String] :aws_region
588
- # Specifies the AWS Region for the quota that you want to use.
576
+ # The AWS Region.
589
577
  #
590
578
  # @return [Types::GetServiceQuotaIncreaseRequestFromTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
591
579
  #
@@ -619,46 +607,19 @@ module Aws::ServiceQuotas
619
607
  req.send_request(options)
620
608
  end
621
609
 
622
- # Lists all default service quotas for the specified AWS service or all
623
- # AWS services. ListAWSDefaultServiceQuotas is similar to
624
- # ListServiceQuotas except for the Value object. The Value object
625
- # returned by `ListAWSDefaultServiceQuotas` is the default value
626
- # assigned by AWS. This request returns a list of all service quotas for
627
- # the specified service. The listing of each you'll see the default
628
- # values are the values that AWS provides for the quotas.
629
- #
630
- # <note markdown="1"> Always check the `NextToken` response parameter when calling any of
631
- # the `List*` operations. These operations can return an unexpected list
632
- # of results, even when there are more results available. When this
633
- # happens, the `NextToken` response parameter contains a value to pass
634
- # the next call to the same API to request the next part of the list.
635
- #
636
- # </note>
610
+ # Lists the default values for the quotas for the specified AWS service.
611
+ # A default value does not reflect any quota increases.
637
612
  #
638
613
  # @option params [required, String] :service_code
639
- # Specifies the service that you want to use.
614
+ # The service identifier.
640
615
  #
641
616
  # @option params [String] :next_token
642
- # (Optional) Use this parameter in a request if you receive a
643
- # `NextToken` response in a previous request that indicates that
644
- # there's more output available. In a subsequent call, set it to the
645
- # value of the previous call's `NextToken` response to indicate where
646
- # the output should continue from. If additional items exist beyond the
647
- # specified maximum, the `NextToken` element is present and has a value
648
- # (isn't null). Include that value as the `NextToken` request parameter
649
- # in the call to the operation to get the next part of the results. You
650
- # should check `NextToken` after every operation to ensure that you
651
- # receive all of the results.
617
+ # The token for the next page of results.
652
618
  #
653
619
  # @option params [Integer] :max_results
654
- # (Optional) Limits the number of results that you want to include in
655
- # the response. If you don't include this parameter, the response
656
- # defaults to a value that's specific to the operation. If additional
657
- # items exist beyond the specified maximum, the `NextToken` element is
658
- # present and has a value (isn't null). Include that value as the
659
- # `NextToken` request parameter in the call to the operation to get the
660
- # next part of the results. You should check `NextToken` after every
661
- # operation to ensure that you receive all of the results.
620
+ # The maximum number of results to return with a single call. To
621
+ # retrieve the remaining results, if any, make another call with the
622
+ # token returned from this call.
662
623
  #
663
624
  # @return [Types::ListAWSDefaultServiceQuotasResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
664
625
  #
@@ -707,30 +668,21 @@ module Aws::ServiceQuotas
707
668
  req.send_request(options)
708
669
  end
709
670
 
710
- # Requests a list of the changes to quotas for a service.
671
+ # Retrieves the quota increase requests for the specified service.
711
672
  #
712
673
  # @option params [String] :service_code
713
- # Specifies the service that you want to use.
674
+ # The service identifier.
714
675
  #
715
676
  # @option params [String] :status
716
- # Specifies the status value of the quota increase request.
677
+ # The status of the quota increase request.
717
678
  #
718
679
  # @option params [String] :next_token
719
- # (Optional) Use this parameter in a request if you receive a
720
- # `NextToken` response in a previous request that indicates that
721
- # there's more output available. In a subsequent call, set it to the
722
- # value of the previous call's `NextToken` response to indicate where
723
- # the output should continue from.
680
+ # The token for the next page of results.
724
681
  #
725
682
  # @option params [Integer] :max_results
726
- # (Optional) Limits the number of results that you want to include in
727
- # the response. If you don't include this parameter, the response
728
- # defaults to a value that's specific to the operation. If additional
729
- # items exist beyond the specified maximum, the `NextToken` element is
730
- # present and has a value (isn't null). Include that value as the
731
- # `NextToken` request parameter in the call to the operation to get the
732
- # next part of the results. You should check `NextToken` after every
733
- # operation to ensure that you receive all of the results.
683
+ # The maximum number of results to return with a single call. To
684
+ # retrieve the remaining results, if any, make another call with the
685
+ # token returned from this call.
734
686
  #
735
687
  # @return [Types::ListRequestedServiceQuotaChangeHistoryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
736
688
  #
@@ -776,37 +728,24 @@ module Aws::ServiceQuotas
776
728
  req.send_request(options)
777
729
  end
778
730
 
779
- # Requests a list of the changes to specific service quotas. This
780
- # command provides additional granularity over the
781
- # `ListRequestedServiceQuotaChangeHistory` command. Once a quota change
782
- # request has reached `CASE_CLOSED, APPROVED,` or `DENIED`, the history
783
- # has been kept for 90 days.
731
+ # Retrieves the quota increase requests for the specified quota.
784
732
  #
785
733
  # @option params [required, String] :service_code
786
- # Specifies the service that you want to use.
734
+ # The service identifier.
787
735
  #
788
736
  # @option params [required, String] :quota_code
789
- # Specifies the service quota that you want to use
737
+ # The quota identifier.
790
738
  #
791
739
  # @option params [String] :status
792
- # Specifies the status value of the quota increase request.
740
+ # The status value of the quota increase request.
793
741
  #
794
742
  # @option params [String] :next_token
795
- # (Optional) Use this parameter in a request if you receive a
796
- # `NextToken` response in a previous request that indicates that
797
- # there's more output available. In a subsequent call, set it to the
798
- # value of the previous call's `NextToken` response to indicate where
799
- # the output should continue from.
743
+ # The token for the next page of results.
800
744
  #
801
745
  # @option params [Integer] :max_results
802
- # (Optional) Limits the number of results that you want to include in
803
- # the response. If you don't include this parameter, the response
804
- # defaults to a value that's specific to the operation. If additional
805
- # items exist beyond the specified maximum, the `NextToken` element is
806
- # present and has a value (isn't null). Include that value as the
807
- # `NextToken` request parameter in the call to the operation to get the
808
- # next part of the results. You should check `NextToken` after every
809
- # operation to ensure that you receive all of the results.
746
+ # The maximum number of results to return with a single call. To
747
+ # retrieve the remaining results, if any, make another call with the
748
+ # token returned from this call.
810
749
  #
811
750
  # @return [Types::ListRequestedServiceQuotaChangeHistoryByQuotaResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
812
751
  #
@@ -853,31 +792,22 @@ module Aws::ServiceQuotas
853
792
  req.send_request(options)
854
793
  end
855
794
 
856
- # Returns a list of the quota increase requests in the template.
795
+ # Lists the quota increase requests in the specified quota request
796
+ # template.
857
797
  #
858
798
  # @option params [String] :service_code
859
- # The identifier for a service. When performing an operation, use the
860
- # `ServiceCode` to specify a particular service.
799
+ # The service identifier.
861
800
  #
862
801
  # @option params [String] :aws_region
863
- # Specifies the AWS Region for the quota that you want to use.
802
+ # The AWS Region.
864
803
  #
865
804
  # @option params [String] :next_token
866
- # (Optional) Use this parameter in a request if you receive a
867
- # `NextToken` response in a previous request that indicates that
868
- # there's more output available. In a subsequent call, set it to the
869
- # value of the previous call's `NextToken` response to indicate where
870
- # the output should continue from.
805
+ # The token for the next page of results.
871
806
  #
872
807
  # @option params [Integer] :max_results
873
- # (Optional) Limits the number of results that you want to include in
874
- # the response. If you don't include this parameter, the response
875
- # defaults to a value that's specific to the operation. If additional
876
- # items exist beyond the specified maximum, the `NextToken` element is
877
- # present and has a value (isn't null). Include that value as the
878
- # `NextToken` request parameter in the call to the operation to get the
879
- # next part of the results. You should check `NextToken` after every
880
- # operation to ensure that you receive all of the results.
808
+ # The maximum number of results to return with a single call. To
809
+ # retrieve the remaining results, if any, make another call with the
810
+ # token returned from this call.
881
811
  #
882
812
  # @return [Types::ListServiceQuotaIncreaseRequestsInTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
883
813
  #
@@ -917,39 +847,20 @@ module Aws::ServiceQuotas
917
847
  req.send_request(options)
918
848
  end
919
849
 
920
- # Lists all service quotas for the specified AWS service. This request
921
- # returns a list of the service quotas for the specified service.
922
- # you'll see the default values are the values that AWS provides for
923
- # the quotas.
924
- #
925
- # <note markdown="1"> Always check the `NextToken` response parameter when calling any of
926
- # the `List*` operations. These operations can return an unexpected list
927
- # of results, even when there are more results available. When this
928
- # happens, the `NextToken` response parameter contains a value to pass
929
- # the next call to the same API to request the next part of the list.
930
- #
931
- # </note>
850
+ # Lists the applied quota values for the specified AWS service. For some
851
+ # quotas, only the default values are available. If the applied quota
852
+ # value is not available for a quota, the quota is not retrieved.
932
853
  #
933
854
  # @option params [required, String] :service_code
934
- # The identifier for a service. When performing an operation, use the
935
- # `ServiceCode` to specify a particular service.
855
+ # The service identifier.
936
856
  #
937
857
  # @option params [String] :next_token
938
- # (Optional) Use this parameter in a request if you receive a
939
- # `NextToken` response in a previous request that indicates that
940
- # there's more output available. In a subsequent call, set it to the
941
- # value of the previous call's `NextToken` response to indicate where
942
- # the output should continue from.
858
+ # The token for the next page of results.
943
859
  #
944
860
  # @option params [Integer] :max_results
945
- # (Optional) Limits the number of results that you want to include in
946
- # the response. If you don't include this parameter, the response
947
- # defaults to a value that's specific to the operation. If additional
948
- # items exist beyond the specified maximum, the `NextToken` element is
949
- # present and has a value (isn't null). Include that value as the
950
- # `NextToken` request parameter in the call to the operation to get the
951
- # next part of the results. You should check `NextToken` after every
952
- # operation to ensure that you receive all of the results.
861
+ # The maximum number of results to return with a single call. To
862
+ # retrieve the remaining results, if any, make another call with the
863
+ # token returned from this call.
953
864
  #
954
865
  # @return [Types::ListServiceQuotasResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
955
866
  #
@@ -998,26 +909,16 @@ module Aws::ServiceQuotas
998
909
  req.send_request(options)
999
910
  end
1000
911
 
1001
- # Lists the AWS services available in Service Quotas. Not all AWS
1002
- # services are available in Service Quotas. To list the see the list of
1003
- # the service quotas for a specific service, use ListServiceQuotas.
912
+ # Lists the names and codes for the services integrated with Service
913
+ # Quotas.
1004
914
  #
1005
915
  # @option params [String] :next_token
1006
- # (Optional) Use this parameter in a request if you receive a
1007
- # `NextToken` response in a previous request that indicates that
1008
- # there's more output available. In a subsequent call, set it to the
1009
- # value of the previous call's `NextToken` response to indicate where
1010
- # the output should continue from.
916
+ # The token for the next page of results.
1011
917
  #
1012
918
  # @option params [Integer] :max_results
1013
- # (Optional) Limits the number of results that you want to include in
1014
- # the response. If you don't include this parameter, the response
1015
- # defaults to a value that's specific to the operation. If additional
1016
- # items exist beyond the specified maximum, the `NextToken` element is
1017
- # present and has a value (isn't null). Include that value as the
1018
- # `NextToken` request parameter in the call to the operation to get the
1019
- # next part of the results. You should check `NextToken` after every
1020
- # operation to ensure that you receive all of the results.
919
+ # The maximum number of results to return with a single call. To
920
+ # retrieve the remaining results, if any, make another call with the
921
+ # token returned from this call.
1021
922
  #
1022
923
  # @return [Types::ListServicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1023
924
  #
@@ -1049,23 +950,58 @@ module Aws::ServiceQuotas
1049
950
  req.send_request(options)
1050
951
  end
1051
952
 
1052
- # Defines and adds a quota to the service quota template. To add a quota
1053
- # to the template, you must provide the `ServiceCode`, `QuotaCode`,
1054
- # `AwsRegion`, and `DesiredValue`. Once you add a quota to the template,
1055
- # use ListServiceQuotaIncreaseRequestsInTemplate to see the list of
1056
- # quotas in the template.
953
+ # Returns a list of the tags assigned to the specified applied quota.
954
+ #
955
+ # @option params [required, String] :resource_arn
956
+ # The Amazon Resource Name (ARN) for the applied quota for which you
957
+ # want to list tags. You can get this information by using the Service
958
+ # Quotas console, or by listing the quotas using the
959
+ # [list-service-quotas][1] AWS CLI command or the [ListServiceQuotas][2]
960
+ # AWS API operation.
961
+ #
962
+ #
963
+ #
964
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html
965
+ # [2]: https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html
966
+ #
967
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
968
+ #
969
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Array&lt;Types::Tag&gt;
970
+ #
971
+ # @example Request syntax with placeholder values
972
+ #
973
+ # resp = client.list_tags_for_resource({
974
+ # resource_arn: "AmazonResourceName", # required
975
+ # })
976
+ #
977
+ # @example Response structure
978
+ #
979
+ # resp.tags #=> Array
980
+ # resp.tags[0].key #=> String
981
+ # resp.tags[0].value #=> String
982
+ #
983
+ # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListTagsForResource AWS API Documentation
984
+ #
985
+ # @overload list_tags_for_resource(params = {})
986
+ # @param [Hash] params ({})
987
+ def list_tags_for_resource(params = {}, options = {})
988
+ req = build_request(:list_tags_for_resource, params)
989
+ req.send_request(options)
990
+ end
991
+
992
+ # Adds a quota increase request to your quota request template.
1057
993
  #
1058
994
  # @option params [required, String] :quota_code
1059
- # Specifies the service quota that you want to use.
995
+ # The quota identifier.
1060
996
  #
1061
997
  # @option params [required, String] :service_code
1062
- # Specifies the service that you want to use.
998
+ # The service identifier.
1063
999
  #
1064
1000
  # @option params [required, String] :aws_region
1065
- # Specifies the AWS Region for the quota.
1001
+ # The AWS Region.
1066
1002
  #
1067
1003
  # @option params [required, Float] :desired_value
1068
- # Specifies the new, increased value for the quota.
1004
+ # The new, increased value for the quota.
1069
1005
  #
1070
1006
  # @return [Types::PutServiceQuotaIncreaseRequestIntoTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1071
1007
  #
@@ -1100,18 +1036,16 @@ module Aws::ServiceQuotas
1100
1036
  req.send_request(options)
1101
1037
  end
1102
1038
 
1103
- # Retrieves the details of a service quota increase request. The
1104
- # response to this command provides the details in the
1105
- # RequestedServiceQuotaChange object.
1039
+ # Submits a quota increase request for the specified quota.
1106
1040
  #
1107
1041
  # @option params [required, String] :service_code
1108
- # Specifies the service that you want to use.
1042
+ # The service identifier.
1109
1043
  #
1110
1044
  # @option params [required, String] :quota_code
1111
- # Specifies the service quota that you want to use.
1045
+ # The quota identifier.
1112
1046
  #
1113
1047
  # @option params [required, Float] :desired_value
1114
- # Specifies the value submitted in the service quota increase request.
1048
+ # The new, increased value for the quota.
1115
1049
  #
1116
1050
  # @return [Types::RequestServiceQuotaIncreaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1117
1051
  #
@@ -1151,6 +1085,81 @@ module Aws::ServiceQuotas
1151
1085
  req.send_request(options)
1152
1086
  end
1153
1087
 
1088
+ # Adds tags to the specified applied quota. You can include one or more
1089
+ # tags to add to the quota.
1090
+ #
1091
+ # @option params [required, String] :resource_arn
1092
+ # The Amazon Resource Name (ARN) for the applied quota. You can get this
1093
+ # information by using the Service Quotas console, or by listing the
1094
+ # quotas using the [list-service-quotas][1] AWS CLI command or the
1095
+ # [ListServiceQuotas][2] AWS API operation.
1096
+ #
1097
+ #
1098
+ #
1099
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html
1100
+ # [2]: https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html
1101
+ #
1102
+ # @option params [required, Array<Types::Tag>] :tags
1103
+ # The tags that you want to add to the resource.
1104
+ #
1105
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1106
+ #
1107
+ # @example Request syntax with placeholder values
1108
+ #
1109
+ # resp = client.tag_resource({
1110
+ # resource_arn: "AmazonResourceName", # required
1111
+ # tags: [ # required
1112
+ # {
1113
+ # key: "TagKey", # required
1114
+ # value: "TagValue", # required
1115
+ # },
1116
+ # ],
1117
+ # })
1118
+ #
1119
+ # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/TagResource AWS API Documentation
1120
+ #
1121
+ # @overload tag_resource(params = {})
1122
+ # @param [Hash] params ({})
1123
+ def tag_resource(params = {}, options = {})
1124
+ req = build_request(:tag_resource, params)
1125
+ req.send_request(options)
1126
+ end
1127
+
1128
+ # Removes tags from the specified applied quota. You can specify one or
1129
+ # more tags to remove.
1130
+ #
1131
+ # @option params [required, String] :resource_arn
1132
+ # The Amazon Resource Name (ARN) for the applied quota that you want to
1133
+ # untag. You can get this information by using the Service Quotas
1134
+ # console, or by listing the quotas using the [list-service-quotas][1]
1135
+ # AWS CLI command or the [ListServiceQuotas][2] AWS API operation.
1136
+ #
1137
+ #
1138
+ #
1139
+ # [1]: https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html
1140
+ # [2]: https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html
1141
+ #
1142
+ # @option params [required, Array<String>] :tag_keys
1143
+ # The keys of the tags that you want to remove from the resource.
1144
+ #
1145
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1146
+ #
1147
+ # @example Request syntax with placeholder values
1148
+ #
1149
+ # resp = client.untag_resource({
1150
+ # resource_arn: "AmazonResourceName", # required
1151
+ # tag_keys: ["TagKey"], # required
1152
+ # })
1153
+ #
1154
+ # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/UntagResource AWS API Documentation
1155
+ #
1156
+ # @overload untag_resource(params = {})
1157
+ # @param [Hash] params ({})
1158
+ def untag_resource(params = {}, options = {})
1159
+ req = build_request(:untag_resource, params)
1160
+ req.send_request(options)
1161
+ end
1162
+
1154
1163
  # @!endgroup
1155
1164
 
1156
1165
  # @param params ({})
@@ -1164,7 +1173,7 @@ module Aws::ServiceQuotas
1164
1173
  params: params,
1165
1174
  config: config)
1166
1175
  context[:gem_name] = 'aws-sdk-servicequotas'
1167
- context[:gem_version] = '1.11.0'
1176
+ context[:gem_version] = '1.15.0'
1168
1177
  Seahorse::Client::Request.new(handlers, context)
1169
1178
  end
1170
1179