aws-sdk-servicequotas 1.30.0 → 1.32.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.
@@ -48,15 +48,19 @@ module Aws::ServiceQuotas
48
48
  class AssociateServiceQuotaTemplateResponse < Aws::EmptyStructure; end
49
49
 
50
50
  # @!attribute [rw] service_code
51
- # The service identifier.
51
+ # Specifies the service identifier. To find the service code value for
52
+ # an Amazon Web Services service, use the ListServices operation.
52
53
  # @return [String]
53
54
  #
54
55
  # @!attribute [rw] quota_code
55
- # The quota identifier.
56
+ # Specifies the quota identifier. To find the quota code for a
57
+ # specific quota, use the ListServiceQuotas operation, and look for
58
+ # the `QuotaCode` response in the output for the quota you want.
56
59
  # @return [String]
57
60
  #
58
61
  # @!attribute [rw] aws_region
59
- # The AWS Region.
62
+ # Specifies the Amazon Web Services Region for which the request was
63
+ # made.
60
64
  # @return [String]
61
65
  #
62
66
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/DeleteServiceQuotaIncreaseRequestFromTemplateRequest AWS API Documentation
@@ -104,12 +108,14 @@ module Aws::ServiceQuotas
104
108
  #
105
109
  # * `DEPENDENCY_ACCESS_DENIED_ERROR` - The caller does not have the
106
110
  # required permissions to complete the action. To resolve the error,
107
- # you must have permission to access the service or quota.
111
+ # you must have permission to access the Amazon Web Service or
112
+ # quota.
108
113
  #
109
- # * `DEPENDENCY_THROTTLING_ERROR` - The service is throttling Service
110
- # Quotas.
114
+ # * `DEPENDENCY_THROTTLING_ERROR` - The Amazon Web Service is
115
+ # throttling Service Quotas.
111
116
  #
112
- # * `DEPENDENCY_SERVICE_ERROR` - The service is not available.
117
+ # * `DEPENDENCY_SERVICE_ERROR` - The Amazon Web Service is not
118
+ # available.
113
119
  #
114
120
  # * `SERVICE_QUOTA_NOT_AVAILABLE_ERROR` - There was an error in
115
121
  # Service Quotas.
@@ -129,11 +135,14 @@ module Aws::ServiceQuotas
129
135
  end
130
136
 
131
137
  # @!attribute [rw] service_code
132
- # The service identifier.
138
+ # Specifies the service identifier. To find the service code value for
139
+ # an Amazon Web Services service, use the ListServices operation.
133
140
  # @return [String]
134
141
  #
135
142
  # @!attribute [rw] quota_code
136
- # The quota identifier.
143
+ # Specifies the quota identifier. To find the quota code for a
144
+ # specific quota, use the ListServiceQuotas operation, and look for
145
+ # the `QuotaCode` response in the output for the quota you want.
137
146
  # @return [String]
138
147
  #
139
148
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetAWSDefaultServiceQuotaRequest AWS API Documentation
@@ -166,7 +175,7 @@ module Aws::ServiceQuotas
166
175
  # @!attribute [rw] service_quota_template_association_status
167
176
  # The association status. If the status is `ASSOCIATED`, the quota
168
177
  # increase requests in the template are automatically applied to new
169
- # accounts in your organization.
178
+ # Amazon Web Services accounts in your organization.
170
179
  # @return [String]
171
180
  #
172
181
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetAssociationForServiceQuotaTemplateResponse AWS API Documentation
@@ -178,7 +187,7 @@ module Aws::ServiceQuotas
178
187
  end
179
188
 
180
189
  # @!attribute [rw] request_id
181
- # The ID of the quota increase request.
190
+ # Specifies the ID of the quota increase request.
182
191
  # @return [String]
183
192
  #
184
193
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetRequestedServiceQuotaChangeRequest AWS API Documentation
@@ -202,15 +211,19 @@ module Aws::ServiceQuotas
202
211
  end
203
212
 
204
213
  # @!attribute [rw] service_code
205
- # The service identifier.
214
+ # Specifies the service identifier. To find the service code value for
215
+ # an Amazon Web Services service, use the ListServices operation.
206
216
  # @return [String]
207
217
  #
208
218
  # @!attribute [rw] quota_code
209
- # The quota identifier.
219
+ # Specifies the quota identifier. To find the quota code for a
220
+ # specific quota, use the ListServiceQuotas operation, and look for
221
+ # the `QuotaCode` response in the output for the quota you want.
210
222
  # @return [String]
211
223
  #
212
224
  # @!attribute [rw] aws_region
213
- # The AWS Region.
225
+ # Specifies the Amazon Web Services Region for which you made the
226
+ # request.
214
227
  # @return [String]
215
228
  #
216
229
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetServiceQuotaIncreaseRequestFromTemplateRequest AWS API Documentation
@@ -236,18 +249,28 @@ module Aws::ServiceQuotas
236
249
  end
237
250
 
238
251
  # @!attribute [rw] service_code
239
- # The service identifier.
252
+ # Specifies the service identifier. To find the service code value for
253
+ # an Amazon Web Services service, use the ListServices operation.
240
254
  # @return [String]
241
255
  #
242
256
  # @!attribute [rw] quota_code
243
- # The quota identifier.
257
+ # Specifies the quota identifier. To find the quota code for a
258
+ # specific quota, use the ListServiceQuotas operation, and look for
259
+ # the `QuotaCode` response in the output for the quota you want.
260
+ # @return [String]
261
+ #
262
+ # @!attribute [rw] context_id
263
+ # Specifies the Amazon Web Services account or resource to which the
264
+ # quota applies. The value in this field depends on the context scope
265
+ # associated with the specified service quota.
244
266
  # @return [String]
245
267
  #
246
268
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetServiceQuotaRequest AWS API Documentation
247
269
  #
248
270
  class GetServiceQuotaRequest < Struct.new(
249
271
  :service_code,
250
- :quota_code)
272
+ :quota_code,
273
+ :context_id)
251
274
  SENSITIVE = []
252
275
  include Aws::Structure
253
276
  end
@@ -304,17 +327,32 @@ module Aws::ServiceQuotas
304
327
  end
305
328
 
306
329
  # @!attribute [rw] service_code
307
- # The service identifier.
330
+ # Specifies the service identifier. To find the service code value for
331
+ # an Amazon Web Services service, use the ListServices operation.
308
332
  # @return [String]
309
333
  #
310
334
  # @!attribute [rw] next_token
311
- # The token for the next page of results.
335
+ # Specifies a value for receiving additional results after you receive
336
+ # a `NextToken` response in a previous request. A `NextToken` response
337
+ # indicates that more output is available. Set this parameter to the
338
+ # value of the previous call's `NextToken` response to indicate where
339
+ # the output should continue from.
312
340
  # @return [String]
313
341
  #
314
342
  # @!attribute [rw] max_results
315
- # The maximum number of results to return with a single call. To
316
- # retrieve the remaining results, if any, make another call with the
317
- # token returned from this call.
343
+ # Specifies the maximum number of results that you want included on
344
+ # each page of the response. If you do not include this parameter, it
345
+ # defaults to a value appropriate to the operation. If additional
346
+ # items exist beyond those included in the current response, the
347
+ # `NextToken` response element is present and has a value (is not
348
+ # null). Include that value as the `NextToken` request parameter in
349
+ # the next call to the operation to get the next part of the results.
350
+ #
351
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
352
+ # there are more results available. You should check `NextToken` after
353
+ # every operation to ensure that you receive all of the results.
354
+ #
355
+ # </note>
318
356
  # @return [Integer]
319
357
  #
320
358
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListAWSDefaultServiceQuotasRequest AWS API Documentation
@@ -328,8 +366,11 @@ module Aws::ServiceQuotas
328
366
  end
329
367
 
330
368
  # @!attribute [rw] next_token
331
- # The token to use to retrieve the next page of results. This value is
332
- # null when there are no more results to return.
369
+ # If present, indicates that more output is available than is included
370
+ # in the current response. Use this value in the `NextToken` request
371
+ # parameter in a subsequent call to the operation to get the next part
372
+ # of the output. You should repeat this until the `NextToken` response
373
+ # element comes back as `null`.
333
374
  # @return [String]
334
375
  #
335
376
  # @!attribute [rw] quotas
@@ -346,27 +387,50 @@ module Aws::ServiceQuotas
346
387
  end
347
388
 
348
389
  # @!attribute [rw] service_code
349
- # The service identifier.
390
+ # Specifies the service identifier. To find the service code value for
391
+ # an Amazon Web Services service, use the ListServices operation.
350
392
  # @return [String]
351
393
  #
352
394
  # @!attribute [rw] quota_code
353
- # The quota identifier.
395
+ # Specifies the quota identifier. To find the quota code for a
396
+ # specific quota, use the ListServiceQuotas operation, and look for
397
+ # the `QuotaCode` response in the output for the quota you want.
354
398
  # @return [String]
355
399
  #
356
400
  # @!attribute [rw] status
357
- # The status value of the quota increase request.
401
+ # Specifies that you want to filter the results to only the requests
402
+ # with the matching status.
358
403
  # @return [String]
359
404
  #
360
405
  # @!attribute [rw] next_token
361
- # The token for the next page of results.
406
+ # Specifies a value for receiving additional results after you receive
407
+ # a `NextToken` response in a previous request. A `NextToken` response
408
+ # indicates that more output is available. Set this parameter to the
409
+ # value of the previous call's `NextToken` response to indicate where
410
+ # the output should continue from.
362
411
  # @return [String]
363
412
  #
364
413
  # @!attribute [rw] max_results
365
- # The maximum number of results to return with a single call. To
366
- # retrieve the remaining results, if any, make another call with the
367
- # token returned from this call.
414
+ # Specifies the maximum number of results that you want included on
415
+ # each page of the response. If you do not include this parameter, it
416
+ # defaults to a value appropriate to the operation. If additional
417
+ # items exist beyond those included in the current response, the
418
+ # `NextToken` response element is present and has a value (is not
419
+ # null). Include that value as the `NextToken` request parameter in
420
+ # the next call to the operation to get the next part of the results.
421
+ #
422
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
423
+ # there are more results available. You should check `NextToken` after
424
+ # every operation to ensure that you receive all of the results.
425
+ #
426
+ # </note>
368
427
  # @return [Integer]
369
428
  #
429
+ # @!attribute [rw] quota_requested_at_level
430
+ # Specifies at which level within the Amazon Web Services account the
431
+ # quota request applies to.
432
+ # @return [String]
433
+ #
370
434
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuotaRequest AWS API Documentation
371
435
  #
372
436
  class ListRequestedServiceQuotaChangeHistoryByQuotaRequest < Struct.new(
@@ -374,14 +438,18 @@ module Aws::ServiceQuotas
374
438
  :quota_code,
375
439
  :status,
376
440
  :next_token,
377
- :max_results)
441
+ :max_results,
442
+ :quota_requested_at_level)
378
443
  SENSITIVE = []
379
444
  include Aws::Structure
380
445
  end
381
446
 
382
447
  # @!attribute [rw] next_token
383
- # The token to use to retrieve the next page of results. This value is
384
- # null when there are no more results to return.
448
+ # If present, indicates that more output is available than is included
449
+ # in the current response. Use this value in the `NextToken` request
450
+ # parameter in a subsequent call to the operation to get the next part
451
+ # of the output. You should repeat this until the `NextToken` response
452
+ # element comes back as `null`.
385
453
  # @return [String]
386
454
  #
387
455
  # @!attribute [rw] requested_quotas
@@ -398,37 +466,62 @@ module Aws::ServiceQuotas
398
466
  end
399
467
 
400
468
  # @!attribute [rw] service_code
401
- # The service identifier.
469
+ # Specifies the service identifier. To find the service code value for
470
+ # an Amazon Web Services service, use the ListServices operation.
402
471
  # @return [String]
403
472
  #
404
473
  # @!attribute [rw] status
405
- # The status of the quota increase request.
474
+ # Specifies that you want to filter the results to only the requests
475
+ # with the matching status.
406
476
  # @return [String]
407
477
  #
408
478
  # @!attribute [rw] next_token
409
- # The token for the next page of results.
479
+ # Specifies a value for receiving additional results after you receive
480
+ # a `NextToken` response in a previous request. A `NextToken` response
481
+ # indicates that more output is available. Set this parameter to the
482
+ # value of the previous call's `NextToken` response to indicate where
483
+ # the output should continue from.
410
484
  # @return [String]
411
485
  #
412
486
  # @!attribute [rw] max_results
413
- # The maximum number of results to return with a single call. To
414
- # retrieve the remaining results, if any, make another call with the
415
- # token returned from this call.
487
+ # Specifies the maximum number of results that you want included on
488
+ # each page of the response. If you do not include this parameter, it
489
+ # defaults to a value appropriate to the operation. If additional
490
+ # items exist beyond those included in the current response, the
491
+ # `NextToken` response element is present and has a value (is not
492
+ # null). Include that value as the `NextToken` request parameter in
493
+ # the next call to the operation to get the next part of the results.
494
+ #
495
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
496
+ # there are more results available. You should check `NextToken` after
497
+ # every operation to ensure that you receive all of the results.
498
+ #
499
+ # </note>
416
500
  # @return [Integer]
417
501
  #
502
+ # @!attribute [rw] quota_requested_at_level
503
+ # Specifies at which level within the Amazon Web Services account the
504
+ # quota request applies to.
505
+ # @return [String]
506
+ #
418
507
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryRequest AWS API Documentation
419
508
  #
420
509
  class ListRequestedServiceQuotaChangeHistoryRequest < Struct.new(
421
510
  :service_code,
422
511
  :status,
423
512
  :next_token,
424
- :max_results)
513
+ :max_results,
514
+ :quota_requested_at_level)
425
515
  SENSITIVE = []
426
516
  include Aws::Structure
427
517
  end
428
518
 
429
519
  # @!attribute [rw] next_token
430
- # The token to use to retrieve the next page of results. This value is
431
- # null when there are no more results to return.
520
+ # If present, indicates that more output is available than is included
521
+ # in the current response. Use this value in the `NextToken` request
522
+ # parameter in a subsequent call to the operation to get the next part
523
+ # of the output. You should repeat this until the `NextToken` response
524
+ # element comes back as `null`.
432
525
  # @return [String]
433
526
  #
434
527
  # @!attribute [rw] requested_quotas
@@ -445,21 +538,37 @@ module Aws::ServiceQuotas
445
538
  end
446
539
 
447
540
  # @!attribute [rw] service_code
448
- # The service identifier.
541
+ # Specifies the service identifier. To find the service code value for
542
+ # an Amazon Web Services service, use the ListServices operation.
449
543
  # @return [String]
450
544
  #
451
545
  # @!attribute [rw] aws_region
452
- # The AWS Region.
546
+ # Specifies the Amazon Web Services Region for which you made the
547
+ # request.
453
548
  # @return [String]
454
549
  #
455
550
  # @!attribute [rw] next_token
456
- # The token for the next page of results.
551
+ # Specifies a value for receiving additional results after you receive
552
+ # a `NextToken` response in a previous request. A `NextToken` response
553
+ # indicates that more output is available. Set this parameter to the
554
+ # value of the previous call's `NextToken` response to indicate where
555
+ # the output should continue from.
457
556
  # @return [String]
458
557
  #
459
558
  # @!attribute [rw] max_results
460
- # The maximum number of results to return with a single call. To
461
- # retrieve the remaining results, if any, make another call with the
462
- # token returned from this call.
559
+ # Specifies the maximum number of results that you want included on
560
+ # each page of the response. If you do not include this parameter, it
561
+ # defaults to a value appropriate to the operation. If additional
562
+ # items exist beyond those included in the current response, the
563
+ # `NextToken` response element is present and has a value (is not
564
+ # null). Include that value as the `NextToken` request parameter in
565
+ # the next call to the operation to get the next part of the results.
566
+ #
567
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
568
+ # there are more results available. You should check `NextToken` after
569
+ # every operation to ensure that you receive all of the results.
570
+ #
571
+ # </note>
463
572
  # @return [Integer]
464
573
  #
465
574
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplateRequest AWS API Documentation
@@ -478,8 +587,11 @@ module Aws::ServiceQuotas
478
587
  # @return [Array<Types::ServiceQuotaIncreaseRequestInTemplate>]
479
588
  #
480
589
  # @!attribute [rw] next_token
481
- # The token to use to retrieve the next page of results. This value is
482
- # null when there are no more results to return.
590
+ # If present, indicates that more output is available than is included
591
+ # in the current response. Use this value in the `NextToken` request
592
+ # parameter in a subsequent call to the operation to get the next part
593
+ # of the output. You should repeat this until the `NextToken` response
594
+ # element comes back as `null`.
483
595
  # @return [String]
484
596
  #
485
597
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServiceQuotaIncreaseRequestsInTemplateResponse AWS API Documentation
@@ -492,32 +604,63 @@ module Aws::ServiceQuotas
492
604
  end
493
605
 
494
606
  # @!attribute [rw] service_code
495
- # The service identifier.
607
+ # Specifies the service identifier. To find the service code value for
608
+ # an Amazon Web Services service, use the ListServices operation.
496
609
  # @return [String]
497
610
  #
498
611
  # @!attribute [rw] next_token
499
- # The token for the next page of results.
612
+ # Specifies a value for receiving additional results after you receive
613
+ # a `NextToken` response in a previous request. A `NextToken` response
614
+ # indicates that more output is available. Set this parameter to the
615
+ # value of the previous call's `NextToken` response to indicate where
616
+ # the output should continue from.
500
617
  # @return [String]
501
618
  #
502
619
  # @!attribute [rw] max_results
503
- # The maximum number of results to return with a single call. To
504
- # retrieve the remaining results, if any, make another call with the
505
- # token returned from this call.
620
+ # Specifies the maximum number of results that you want included on
621
+ # each page of the response. If you do not include this parameter, it
622
+ # defaults to a value appropriate to the operation. If additional
623
+ # items exist beyond those included in the current response, the
624
+ # `NextToken` response element is present and has a value (is not
625
+ # null). Include that value as the `NextToken` request parameter in
626
+ # the next call to the operation to get the next part of the results.
627
+ #
628
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
629
+ # there are more results available. You should check `NextToken` after
630
+ # every operation to ensure that you receive all of the results.
631
+ #
632
+ # </note>
506
633
  # @return [Integer]
507
634
  #
635
+ # @!attribute [rw] quota_code
636
+ # Specifies the quota identifier. To find the quota code for a
637
+ # specific quota, use the ListServiceQuotas operation, and look for
638
+ # the `QuotaCode` response in the output for the quota you want.
639
+ # @return [String]
640
+ #
641
+ # @!attribute [rw] quota_applied_at_level
642
+ # Specifies at which level of granularity that the quota value is
643
+ # applied.
644
+ # @return [String]
645
+ #
508
646
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServiceQuotasRequest AWS API Documentation
509
647
  #
510
648
  class ListServiceQuotasRequest < Struct.new(
511
649
  :service_code,
512
650
  :next_token,
513
- :max_results)
651
+ :max_results,
652
+ :quota_code,
653
+ :quota_applied_at_level)
514
654
  SENSITIVE = []
515
655
  include Aws::Structure
516
656
  end
517
657
 
518
658
  # @!attribute [rw] next_token
519
- # The token to use to retrieve the next page of results. This value is
520
- # null when there are no more results to return.
659
+ # If present, indicates that more output is available than is included
660
+ # in the current response. Use this value in the `NextToken` request
661
+ # parameter in a subsequent call to the operation to get the next part
662
+ # of the output. You should repeat this until the `NextToken` response
663
+ # element comes back as `null`.
521
664
  # @return [String]
522
665
  #
523
666
  # @!attribute [rw] quotas
@@ -534,13 +677,27 @@ module Aws::ServiceQuotas
534
677
  end
535
678
 
536
679
  # @!attribute [rw] next_token
537
- # The token for the next page of results.
680
+ # Specifies a value for receiving additional results after you receive
681
+ # a `NextToken` response in a previous request. A `NextToken` response
682
+ # indicates that more output is available. Set this parameter to the
683
+ # value of the previous call's `NextToken` response to indicate where
684
+ # the output should continue from.
538
685
  # @return [String]
539
686
  #
540
687
  # @!attribute [rw] max_results
541
- # The maximum number of results to return with a single call. To
542
- # retrieve the remaining results, if any, make another call with the
543
- # token returned from this call.
688
+ # Specifies the maximum number of results that you want included on
689
+ # each page of the response. If you do not include this parameter, it
690
+ # defaults to a value appropriate to the operation. If additional
691
+ # items exist beyond those included in the current response, the
692
+ # `NextToken` response element is present and has a value (is not
693
+ # null). Include that value as the `NextToken` request parameter in
694
+ # the next call to the operation to get the next part of the results.
695
+ #
696
+ # <note markdown="1"> An API operation can return fewer results than the maximum even when
697
+ # there are more results available. You should check `NextToken` after
698
+ # every operation to ensure that you receive all of the results.
699
+ #
700
+ # </note>
544
701
  # @return [Integer]
545
702
  #
546
703
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServicesRequest AWS API Documentation
@@ -553,12 +710,15 @@ module Aws::ServiceQuotas
553
710
  end
554
711
 
555
712
  # @!attribute [rw] next_token
556
- # The token to use to retrieve the next page of results. This value is
557
- # null when there are no more results to return.
713
+ # If present, indicates that more output is available than is included
714
+ # in the current response. Use this value in the `NextToken` request
715
+ # parameter in a subsequent call to the operation to get the next part
716
+ # of the output. You should repeat this until the `NextToken` response
717
+ # element comes back as `null`.
558
718
  # @return [String]
559
719
  #
560
720
  # @!attribute [rw] services
561
- # Information about the services.
721
+ # The list of the Amazon Web Service names and service codes.
562
722
  # @return [Array<Types::ServiceInfo>]
563
723
  #
564
724
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServicesResponse AWS API Documentation
@@ -574,8 +734,8 @@ module Aws::ServiceQuotas
574
734
  # The Amazon Resource Name (ARN) for the applied quota for which you
575
735
  # want to list tags. You can get this information by using the Service
576
736
  # Quotas console, or by listing the quotas using the
577
- # [list-service-quotas][1] AWS CLI command or the
578
- # [ListServiceQuotas][2] AWS API operation.
737
+ # [list-service-quotas][1] CLI command or the [ListServiceQuotas][2]
738
+ # Amazon Web Services API operation.
579
739
  #
580
740
  #
581
741
  #
@@ -634,7 +794,8 @@ module Aws::ServiceQuotas
634
794
  include Aws::Structure
635
795
  end
636
796
 
637
- # The account making this call is not a member of an organization.
797
+ # The Amazon Web Services account making this call is not a member of an
798
+ # organization.
638
799
  #
639
800
  # @!attribute [rw] message
640
801
  # @return [String]
@@ -660,8 +821,8 @@ module Aws::ServiceQuotas
660
821
  include Aws::Structure
661
822
  end
662
823
 
663
- # The organization that your account belongs to is not in All Features
664
- # mode.
824
+ # The organization that your Amazon Web Services account belongs to is
825
+ # not in All Features mode.
665
826
  #
666
827
  # @!attribute [rw] message
667
828
  # @return [String]
@@ -675,19 +836,23 @@ module Aws::ServiceQuotas
675
836
  end
676
837
 
677
838
  # @!attribute [rw] quota_code
678
- # The quota identifier.
839
+ # Specifies the quota identifier. To find the quota code for a
840
+ # specific quota, use the ListServiceQuotas operation, and look for
841
+ # the `QuotaCode` response in the output for the quota you want.
679
842
  # @return [String]
680
843
  #
681
844
  # @!attribute [rw] service_code
682
- # The service identifier.
845
+ # Specifies the service identifier. To find the service code value for
846
+ # an Amazon Web Services service, use the ListServices operation.
683
847
  # @return [String]
684
848
  #
685
849
  # @!attribute [rw] aws_region
686
- # The AWS Region.
850
+ # Specifies the Amazon Web Services Region to which the template
851
+ # applies.
687
852
  # @return [String]
688
853
  #
689
854
  # @!attribute [rw] desired_value
690
- # The new, increased value for the quota.
855
+ # Specifies the new, increased value for the quota.
691
856
  # @return [Float]
692
857
  #
693
858
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/PutServiceQuotaIncreaseRequestIntoTemplateRequest AWS API Documentation
@@ -713,6 +878,35 @@ module Aws::ServiceQuotas
713
878
  include Aws::Structure
714
879
  end
715
880
 
881
+ # A structure that describes the context for a service quota. The
882
+ # context identifies what the quota applies to.
883
+ #
884
+ # @!attribute [rw] context_scope
885
+ # Specifies whether the quota applies to an Amazon Web Services
886
+ # account, or to a resource.
887
+ # @return [String]
888
+ #
889
+ # @!attribute [rw] context_scope_type
890
+ # When the `ContextScope` is `RESOURCE`, then this specifies the
891
+ # resource type of the specified resource.
892
+ # @return [String]
893
+ #
894
+ # @!attribute [rw] context_id
895
+ # Specifies the Amazon Web Services account or resource to which the
896
+ # quota applies. The value in this field depends on the context scope
897
+ # associated with the specified service quota.
898
+ # @return [String]
899
+ #
900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/QuotaContextInfo AWS API Documentation
901
+ #
902
+ class QuotaContextInfo < Struct.new(
903
+ :context_scope,
904
+ :context_scope_type,
905
+ :context_id)
906
+ SENSITIVE = []
907
+ include Aws::Structure
908
+ end
909
+
716
910
  # You have exceeded your service quota. To perform the requested action,
717
911
  # remove some of the relevant resources, or use Service Quotas to
718
912
  # request a service quota increase.
@@ -731,7 +925,7 @@ module Aws::ServiceQuotas
731
925
  # Information about the quota period.
732
926
  #
733
927
  # @!attribute [rw] period_value
734
- # The value.
928
+ # The value associated with the reported `PeriodUnit`.
735
929
  # @return [Integer]
736
930
  #
737
931
  # @!attribute [rw] period_unit
@@ -748,23 +942,33 @@ module Aws::ServiceQuotas
748
942
  end
749
943
 
750
944
  # @!attribute [rw] service_code
751
- # The service identifier.
945
+ # Specifies the service identifier. To find the service code value for
946
+ # an Amazon Web Services service, use the ListServices operation.
752
947
  # @return [String]
753
948
  #
754
949
  # @!attribute [rw] quota_code
755
- # The quota identifier.
950
+ # Specifies the quota identifier. To find the quota code for a
951
+ # specific quota, use the ListServiceQuotas operation, and look for
952
+ # the `QuotaCode` response in the output for the quota you want.
756
953
  # @return [String]
757
954
  #
758
955
  # @!attribute [rw] desired_value
759
- # The new, increased value for the quota.
956
+ # Specifies the new, increased value for the quota.
760
957
  # @return [Float]
761
958
  #
959
+ # @!attribute [rw] context_id
960
+ # Specifies the Amazon Web Services account or resource to which the
961
+ # quota applies. The value in this field depends on the context scope
962
+ # associated with the specified service quota.
963
+ # @return [String]
964
+ #
762
965
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/RequestServiceQuotaIncreaseRequest AWS API Documentation
763
966
  #
764
967
  class RequestServiceQuotaIncreaseRequest < Struct.new(
765
968
  :service_code,
766
969
  :quota_code,
767
- :desired_value)
970
+ :desired_value,
971
+ :context_id)
768
972
  SENSITIVE = []
769
973
  include Aws::Structure
770
974
  end
@@ -792,19 +996,22 @@ module Aws::ServiceQuotas
792
996
  # @return [String]
793
997
  #
794
998
  # @!attribute [rw] service_code
795
- # The service identifier.
999
+ # Specifies the service identifier. To find the service code value for
1000
+ # an Amazon Web Services service, use the ListServices operation.
796
1001
  # @return [String]
797
1002
  #
798
1003
  # @!attribute [rw] service_name
799
- # The service name.
1004
+ # Specifies the service name.
800
1005
  # @return [String]
801
1006
  #
802
1007
  # @!attribute [rw] quota_code
803
- # The quota identifier.
1008
+ # Specifies the quota identifier. To find the quota code for a
1009
+ # specific quota, use the ListServiceQuotas operation, and look for
1010
+ # the `QuotaCode` response in the output for the quota you want.
804
1011
  # @return [String]
805
1012
  #
806
1013
  # @!attribute [rw] quota_name
807
- # The quota name.
1014
+ # Specifies the quota name.
808
1015
  # @return [String]
809
1016
  #
810
1017
  # @!attribute [rw] desired_value
@@ -840,6 +1047,15 @@ module Aws::ServiceQuotas
840
1047
  # The unit of measurement.
841
1048
  # @return [String]
842
1049
  #
1050
+ # @!attribute [rw] quota_requested_at_level
1051
+ # Specifies at which level within the Amazon Web Services account the
1052
+ # quota request applies to.
1053
+ # @return [String]
1054
+ #
1055
+ # @!attribute [rw] quota_context
1056
+ # The context for this service quota.
1057
+ # @return [Types::QuotaContextInfo]
1058
+ #
843
1059
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/RequestedServiceQuotaChange AWS API Documentation
844
1060
  #
845
1061
  class RequestedServiceQuotaChange < Struct.new(
@@ -856,7 +1072,9 @@ module Aws::ServiceQuotas
856
1072
  :requester,
857
1073
  :quota_arn,
858
1074
  :global_quota,
859
- :unit)
1075
+ :unit,
1076
+ :quota_requested_at_level,
1077
+ :quota_context)
860
1078
  SENSITIVE = []
861
1079
  include Aws::Structure
862
1080
  end
@@ -887,14 +1105,15 @@ module Aws::ServiceQuotas
887
1105
  include Aws::Structure
888
1106
  end
889
1107
 
890
- # Information about a service.
1108
+ # Information about an Amazon Web Service.
891
1109
  #
892
1110
  # @!attribute [rw] service_code
893
- # The service identifier.
1111
+ # Specifies the service identifier. To find the service code value for
1112
+ # an Amazon Web Services service, use the ListServices operation.
894
1113
  # @return [String]
895
1114
  #
896
1115
  # @!attribute [rw] service_name
897
- # The service name.
1116
+ # Specifies the service name.
898
1117
  # @return [String]
899
1118
  #
900
1119
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ServiceInfo AWS API Documentation
@@ -909,11 +1128,12 @@ module Aws::ServiceQuotas
909
1128
  # Information about a quota.
910
1129
  #
911
1130
  # @!attribute [rw] service_code
912
- # The service identifier.
1131
+ # Specifies the service identifier. To find the service code value for
1132
+ # an Amazon Web Services service, use the ListServices operation.
913
1133
  # @return [String]
914
1134
  #
915
1135
  # @!attribute [rw] service_name
916
- # The service name.
1136
+ # Specifies the service name.
917
1137
  # @return [String]
918
1138
  #
919
1139
  # @!attribute [rw] quota_arn
@@ -921,11 +1141,13 @@ module Aws::ServiceQuotas
921
1141
  # @return [String]
922
1142
  #
923
1143
  # @!attribute [rw] quota_code
924
- # The quota identifier.
1144
+ # Specifies the quota identifier. To find the quota code for a
1145
+ # specific quota, use the ListServiceQuotas operation, and look for
1146
+ # the `QuotaCode` response in the output for the quota you want.
925
1147
  # @return [String]
926
1148
  #
927
1149
  # @!attribute [rw] quota_name
928
- # The quota name.
1150
+ # Specifies the quota name.
929
1151
  # @return [String]
930
1152
  #
931
1153
  # @!attribute [rw] value
@@ -956,6 +1178,15 @@ module Aws::ServiceQuotas
956
1178
  # The error code and error reason.
957
1179
  # @return [Types::ErrorReason]
958
1180
  #
1181
+ # @!attribute [rw] quota_applied_at_level
1182
+ # Specifies at which level of granularity that the quota value is
1183
+ # applied.
1184
+ # @return [String]
1185
+ #
1186
+ # @!attribute [rw] quota_context
1187
+ # The context for this service quota.
1188
+ # @return [Types::QuotaContextInfo]
1189
+ #
959
1190
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ServiceQuota AWS API Documentation
960
1191
  #
961
1192
  class ServiceQuota < Struct.new(
@@ -970,7 +1201,9 @@ module Aws::ServiceQuotas
970
1201
  :global_quota,
971
1202
  :usage_metric,
972
1203
  :period,
973
- :error_reason)
1204
+ :error_reason,
1205
+ :quota_applied_at_level,
1206
+ :quota_context)
974
1207
  SENSITIVE = []
975
1208
  include Aws::Structure
976
1209
  end
@@ -978,19 +1211,22 @@ module Aws::ServiceQuotas
978
1211
  # Information about a quota increase request.
979
1212
  #
980
1213
  # @!attribute [rw] service_code
981
- # The service identifier.
1214
+ # Specifies the service identifier. To find the service code value for
1215
+ # an Amazon Web Services service, use the ListServices operation.
982
1216
  # @return [String]
983
1217
  #
984
1218
  # @!attribute [rw] service_name
985
- # The service name.
1219
+ # Specifies the service name.
986
1220
  # @return [String]
987
1221
  #
988
1222
  # @!attribute [rw] quota_code
989
- # The quota identifier.
1223
+ # Specifies the quota identifier. To find the quota code for a
1224
+ # specific quota, use the ListServiceQuotas operation, and look for
1225
+ # the `QuotaCode` response in the output for the quota you want.
990
1226
  # @return [String]
991
1227
  #
992
1228
  # @!attribute [rw] quota_name
993
- # The quota name.
1229
+ # Specifies the quota name.
994
1230
  # @return [String]
995
1231
  #
996
1232
  # @!attribute [rw] desired_value
@@ -998,7 +1234,7 @@ module Aws::ServiceQuotas
998
1234
  # @return [Float]
999
1235
  #
1000
1236
  # @!attribute [rw] aws_region
1001
- # The AWS Region.
1237
+ # The Amazon Web Services Region.
1002
1238
  # @return [String]
1003
1239
  #
1004
1240
  # @!attribute [rw] unit
@@ -1076,8 +1312,8 @@ module Aws::ServiceQuotas
1076
1312
  # @!attribute [rw] resource_arn
1077
1313
  # The Amazon Resource Name (ARN) for the applied quota. You can get
1078
1314
  # this information by using the Service Quotas console, or by listing
1079
- # the quotas using the [list-service-quotas][1] AWS CLI command or the
1080
- # [ListServiceQuotas][2] AWS API operation.
1315
+ # the quotas using the [list-service-quotas][1] CLI command or the
1316
+ # [ListServiceQuotas][2] Amazon Web Services API operation.
1081
1317
  #
1082
1318
  #
1083
1319
  #
@@ -1102,7 +1338,8 @@ module Aws::ServiceQuotas
1102
1338
  #
1103
1339
  class TagResourceResponse < Aws::EmptyStructure; end
1104
1340
 
1105
- # The Service Quotas template is not available in this AWS Region.
1341
+ # The Service Quotas template is not available in this Amazon Web
1342
+ # Services Region.
1106
1343
  #
1107
1344
  # @!attribute [rw] message
1108
1345
  # @return [String]
@@ -1152,7 +1389,8 @@ module Aws::ServiceQuotas
1152
1389
  # The Amazon Resource Name (ARN) for the applied quota that you want
1153
1390
  # to untag. You can get this information by using the Service Quotas
1154
1391
  # console, or by listing the quotas using the [list-service-quotas][1]
1155
- # AWS CLI command or the [ListServiceQuotas][2] AWS API operation.
1392
+ # CLI command or the [ListServiceQuotas][2] Amazon Web Services API
1393
+ # operation.
1156
1394
  #
1157
1395
  #
1158
1396
  #