aws-sdk-servicequotas 1.11.0 → 1.12.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a15d9a1a1308ef4eb47afb3d271f8506fb6eceea966308ccb79023de6a6a622
4
- data.tar.gz: 10503178e5272f8695ee7a7d2f8ace637dfd8f711ef37ec6572f9f9cf320051e
3
+ metadata.gz: cd6f84051669b4f7f54cf6d26aecdd9046c2afc1a7d6d6eb3f5efaf0fe53ceb1
4
+ data.tar.gz: 37a54dcb93e1fb0aeddfc7834c000ec5db33729aac635195806d179ba9a3215a
5
5
  SHA512:
6
- metadata.gz: ef3ea79ccf24a8cc7cf323211ba105ae7bc685612b605e9689292b74b03b1e741d5e5fa9990f3ad0966731d837468648edcba2763dca155daf7c6d37bc758509
7
- data.tar.gz: 4eba46fdf864d708e4ffc8b5683e540f549628e49760d102009052ad13bb93d86297a261e4c9499fcc3b212baff163b245a79f0aa254478fe43e8d8b1968ad08
6
+ metadata.gz: 970dae58c519dc9d937bf0f16e1fce640fe9151bdd9ea8cdde172abd316ec9057737141faa834c366be6126b0b4bb83bd05f29e0e13a01604ed1ed7bd4dcf6be
7
+ data.tar.gz: de32f2e251ca09a9590a4af9bafe5e429ae1181aa8329680acd630655a673f368db3bc67b4ef868c9a4f2681b55bec58c57e6e29b02771dabdf392f63114c6fe
@@ -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.12.0'
52
52
 
53
53
  end
@@ -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.12.0'
1168
1177
  Seahorse::Client::Request.new(handlers, context)
1169
1178
  end
1170
1179