aws-sdk-servicequotas 1.75.0 → 1.76.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: b4a81073441bfb98b32ec0fb757843d43dba93e00d1c77c3643aa83f3820c215
4
- data.tar.gz: a86b334457be9d10cc98d2e6bc7fbda6bc79b9e6cb654f73fb0b406af9382d7d
3
+ metadata.gz: 54e008e16ce7d03acfc3073a431c4f2a74ddf17afb0bdb5f949243c32355d237
4
+ data.tar.gz: a982b9006dd1d625ea0f4965c265300b436061565e339b5a93174c0edc49a9b0
5
5
  SHA512:
6
- metadata.gz: d3e69ba4770f70a5942a0e4dbdb0ae86f891bcec532e377a33068d093e1cbfc1ee76613a86ce871773db4c882a2df5420a9abfa1c0f57e1c8bb596b2a94bc465
7
- data.tar.gz: 97954d9a3fbd9e95c2ece708c48c0ea975234a591d819458e86c6d5ff606e64e0eb681d633be65bd91832878ace211452a8f2f1c1a36178a718157d207c5116d
6
+ metadata.gz: f5eae84c5525a5b4eb16e092b6e095bda6a46cebece4ad145053e6f10e2de8d358927c448c3c133c309b64b22f9cbff5283ae1a91d9571ea165667830795d0f0
7
+ data.tar.gz: 6519e5da1547d7ca2e4b5e82569afb698c8174dee0c43d8aedac4fa2e39eb93fde3b675d7b0e235b8a943633e27a0f531260bd6470cf29cbc2e19c3fd490aa49
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2026-09-04)
5
+ ------------------
6
+
7
+ * Feature - Service Quotas adds the AdjustableAtLevel property to QuotaContext, indicating whether a quota is adjustable at the account or resource level.
8
+
4
9
  1.75.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -621,6 +621,7 @@ module Aws::ServiceQuotas
621
621
  # resp.quota.quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
622
622
  # resp.quota.quota_context.context_scope_type #=> String
623
623
  # resp.quota.quota_context.context_id #=> String
624
+ # resp.quota.quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
624
625
  # resp.quota.description #=> String
625
626
  #
626
627
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetAWSDefaultServiceQuota AWS API Documentation
@@ -801,6 +802,7 @@ module Aws::ServiceQuotas
801
802
  # resp.requested_quota.quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
802
803
  # resp.requested_quota.quota_context.context_scope_type #=> String
803
804
  # resp.requested_quota.quota_context.context_id #=> String
805
+ # resp.requested_quota.quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
804
806
  #
805
807
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetRequestedServiceQuotaChange AWS API Documentation
806
808
  #
@@ -864,6 +866,7 @@ module Aws::ServiceQuotas
864
866
  # resp.quota.quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
865
867
  # resp.quota.quota_context.context_scope_type #=> String
866
868
  # resp.quota.quota_context.context_id #=> String
869
+ # resp.quota.quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
867
870
  # resp.quota.description #=> String
868
871
  #
869
872
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/GetServiceQuota AWS API Documentation
@@ -994,6 +997,7 @@ module Aws::ServiceQuotas
994
997
  # resp.quotas[0].quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
995
998
  # resp.quotas[0].quota_context.context_scope_type #=> String
996
999
  # resp.quotas[0].quota_context.context_id #=> String
1000
+ # resp.quotas[0].quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
997
1001
  # resp.quotas[0].description #=> String
998
1002
  #
999
1003
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListAWSDefaultServiceQuotas AWS API Documentation
@@ -1084,6 +1088,7 @@ module Aws::ServiceQuotas
1084
1088
  # resp.requested_quotas[0].quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
1085
1089
  # resp.requested_quotas[0].quota_context.context_scope_type #=> String
1086
1090
  # resp.requested_quotas[0].quota_context.context_id #=> String
1091
+ # resp.requested_quotas[0].quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
1087
1092
  #
1088
1093
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistory AWS API Documentation
1089
1094
  #
@@ -1178,6 +1183,7 @@ module Aws::ServiceQuotas
1178
1183
  # resp.requested_quotas[0].quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
1179
1184
  # resp.requested_quotas[0].quota_context.context_scope_type #=> String
1180
1185
  # resp.requested_quotas[0].quota_context.context_id #=> String
1186
+ # resp.requested_quotas[0].quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
1181
1187
  #
1182
1188
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListRequestedServiceQuotaChangeHistoryByQuota AWS API Documentation
1183
1189
  #
@@ -1343,6 +1349,7 @@ module Aws::ServiceQuotas
1343
1349
  # resp.quotas[0].quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
1344
1350
  # resp.quotas[0].quota_context.context_scope_type #=> String
1345
1351
  # resp.quotas[0].quota_context.context_id #=> String
1352
+ # resp.quotas[0].quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
1346
1353
  # resp.quotas[0].description #=> String
1347
1354
  #
1348
1355
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/ListServiceQuotas AWS API Documentation
@@ -1563,6 +1570,7 @@ module Aws::ServiceQuotas
1563
1570
  # resp.requested_quota.quota_context.context_scope #=> String, one of "RESOURCE", "ACCOUNT"
1564
1571
  # resp.requested_quota.quota_context.context_scope_type #=> String
1565
1572
  # resp.requested_quota.quota_context.context_id #=> String
1573
+ # resp.requested_quota.quota_context.adjustable_at_level #=> String, one of "ACCOUNT", "PER_RESOURCE", "ALL"
1566
1574
  #
1567
1575
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/RequestServiceQuotaIncrease AWS API Documentation
1568
1576
  #
@@ -1822,7 +1830,7 @@ module Aws::ServiceQuotas
1822
1830
  tracer: tracer
1823
1831
  )
1824
1832
  context[:gem_name] = 'aws-sdk-servicequotas'
1825
- context[:gem_version] = '1.75.0'
1833
+ context[:gem_version] = '1.76.0'
1826
1834
  Seahorse::Client::Request.new(handlers, context)
1827
1835
  end
1828
1836
 
@@ -16,6 +16,7 @@ module Aws::ServiceQuotas
16
16
 
17
17
  AWSServiceAccessNotEnabledException = Shapes::StructureShape.new(name: 'AWSServiceAccessNotEnabledException')
18
18
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
19
+ AdjustableAtLevelEnum = Shapes::StringShape.new(name: 'AdjustableAtLevelEnum')
19
20
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
20
21
  AppliedLevelEnum = Shapes::StringShape.new(name: 'AppliedLevelEnum')
21
22
  AppliedValue = Shapes::FloatShape.new(name: 'AppliedValue')
@@ -372,6 +373,7 @@ module Aws::ServiceQuotas
372
373
  QuotaContextInfo.add_member(:context_scope, Shapes::ShapeRef.new(shape: QuotaContextScope, location_name: "ContextScope"))
373
374
  QuotaContextInfo.add_member(:context_scope_type, Shapes::ShapeRef.new(shape: QuotaContextScopeType, location_name: "ContextScopeType"))
374
375
  QuotaContextInfo.add_member(:context_id, Shapes::ShapeRef.new(shape: QuotaContextId, location_name: "ContextId"))
376
+ QuotaContextInfo.add_member(:adjustable_at_level, Shapes::ShapeRef.new(shape: AdjustableAtLevelEnum, location_name: "AdjustableAtLevel"))
375
377
  QuotaContextInfo.struct_class = Types::QuotaContextInfo
376
378
 
377
379
  QuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
@@ -668,6 +670,7 @@ module Aws::ServiceQuotas
668
670
  o.errors << Shapes::ShapeRef.new(shape: NoSuchResourceException)
669
671
  o.errors << Shapes::ShapeRef.new(shape: IllegalArgumentException)
670
672
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
673
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
671
674
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
672
675
  end)
673
676
 
@@ -1071,12 +1071,26 @@ module Aws::ServiceQuotas
1071
1071
  # Services account.
1072
1072
  # @return [String]
1073
1073
  #
1074
+ # @!attribute [rw] adjustable_at_level
1075
+ # Specifies the level at which you can request an increase for this
1076
+ # quota:
1077
+ #
1078
+ # * `ACCOUNT` – You can request an increase only at the account level.
1079
+ #
1080
+ # * `PER_RESOURCE` – You can request an increase only for an
1081
+ # individual resource.
1082
+ #
1083
+ # * `ALL` – You can request an increase at either the account level or
1084
+ # for an individual resource.
1085
+ # @return [String]
1086
+ #
1074
1087
  # @see http://docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/QuotaContextInfo AWS API Documentation
1075
1088
  #
1076
1089
  class QuotaContextInfo < Struct.new(
1077
1090
  :context_scope,
1078
1091
  :context_scope_type,
1079
- :context_id)
1092
+ :context_id,
1093
+ :adjustable_at_level)
1080
1094
  SENSITIVE = []
1081
1095
  include Aws::Structure
1082
1096
  end
@@ -54,7 +54,7 @@ module Aws::ServiceQuotas
54
54
  autoload :EndpointProvider, 'aws-sdk-servicequotas/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicequotas/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -293,6 +293,7 @@ module Aws::ServiceQuotas
293
293
  attr_accessor context_scope: ("RESOURCE" | "ACCOUNT")
294
294
  attr_accessor context_scope_type: ::String
295
295
  attr_accessor context_id: ::String
296
+ attr_accessor adjustable_at_level: ("ACCOUNT" | "PER_RESOURCE" | "ALL")
296
297
  SENSITIVE: []
297
298
  end
298
299
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicequotas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services