aws-sdk-savingsplans 1.73.0 → 1.74.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-savingsplans/client.rb +12 -12
- data/lib/aws-sdk-savingsplans.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +11 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d76d94ef8b4c7a7ba2894c88e0040af164cbd5258631497bc30932551b51f9b0
|
|
4
|
+
data.tar.gz: 63896302de396006040eae7b50cfba9e2abb3014afa04ae2472517e3216c9664
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb56e5b44d8bc3e58fb50911961cb2b24410c7064693eeaddc83fbe4122d969e98bfb90b1dfe1be59ac6a599e5600e6ac6490122e5ee7be75a5babbd9eee05c1
|
|
7
|
+
data.tar.gz: d920ada5b84f337df2392ef99395a3ab38d6856b65b6df746bb6be8135ab2d97098b5eab2342cee8a5d69d458982f14db78815960768e105548562362f9bd788
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|
|
@@ -599,9 +599,9 @@ module Aws::SavingsPlans
|
|
|
599
599
|
# resp.search_results #=> Array
|
|
600
600
|
# resp.search_results[0].rate #=> String
|
|
601
601
|
# resp.search_results[0].currency #=> String, one of "CNY", "USD", "EUR"
|
|
602
|
-
# resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request", "ACU-Hr", "ReadRequestUnits", "WriteRequestUnits", "ReadCapacityUnit-Hrs", "WriteCapacityUnit-Hrs", "ReplicatedWriteRequestUnits", "ReplicatedWriteCapacityUnit-Hrs", "GB-Hours", "DPU", "ElastiCacheProcessingUnit", "DCU-Hr", "NCU-hr"
|
|
603
|
-
# resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS"
|
|
604
|
-
# resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda", "AmazonSageMaker", "AmazonRDS", "AuroraDSQL", "AmazonDynamoDB", "AmazonElastiCache", "AmazonDocDB", "AmazonNeptune", "AmazonTimestream", "AmazonMCS", "AWSDatabaseMigrationSvc"
|
|
602
|
+
# resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request", "ACU-Hr", "ReadRequestUnits", "WriteRequestUnits", "ReadCapacityUnit-Hrs", "WriteCapacityUnit-Hrs", "ReplicatedWriteRequestUnits", "ReplicatedWriteCapacityUnit-Hrs", "GB-Hours", "DPU", "ElastiCacheProcessingUnit", "DCU-Hr", "NCU-hr", "OCU-hours", "Jobs"
|
|
603
|
+
# resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS", "OpenSearch"
|
|
604
|
+
# resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda", "AmazonSageMaker", "AmazonRDS", "AuroraDSQL", "AmazonDynamoDB", "AmazonElastiCache", "AmazonDocDB", "AmazonNeptune", "AmazonTimestream", "AmazonMCS", "AWSDatabaseMigrationSvc", "AmazonES"
|
|
605
605
|
# resp.search_results[0].usage_type #=> String
|
|
606
606
|
# resp.search_results[0].operation #=> String
|
|
607
607
|
# resp.search_results[0].properties #=> Array
|
|
@@ -676,7 +676,7 @@ module Aws::SavingsPlans
|
|
|
676
676
|
# resp.savings_plans[0].savings_plan_type #=> String, one of "Compute", "EC2Instance", "SageMaker", "Database"
|
|
677
677
|
# resp.savings_plans[0].payment_option #=> String, one of "All Upfront", "Partial Upfront", "No Upfront"
|
|
678
678
|
# resp.savings_plans[0].product_types #=> Array
|
|
679
|
-
# resp.savings_plans[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS"
|
|
679
|
+
# resp.savings_plans[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS", "OpenSearch"
|
|
680
680
|
# resp.savings_plans[0].currency #=> String, one of "CNY", "USD", "EUR"
|
|
681
681
|
# resp.savings_plans[0].commitment #=> String
|
|
682
682
|
# resp.savings_plans[0].upfront_payment_amount #=> String
|
|
@@ -743,8 +743,8 @@ module Aws::SavingsPlans
|
|
|
743
743
|
# savings_plan_offering_ids: ["UUID"],
|
|
744
744
|
# savings_plan_payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
|
|
745
745
|
# savings_plan_types: ["Compute"], # accepts Compute, EC2Instance, SageMaker, Database
|
|
746
|
-
# products: ["EC2"], # accepts EC2, Fargate, Lambda, SageMaker, RDS, DSQL, DynamoDB, ElastiCache, DocDB, Neptune, Timestream, Keyspaces, DMS
|
|
747
|
-
# service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AmazonEKS, AWSLambda, AmazonSageMaker, AmazonRDS, AuroraDSQL, AmazonDynamoDB, AmazonElastiCache, AmazonDocDB, AmazonNeptune, AmazonTimestream, AmazonMCS, AWSDatabaseMigrationSvc
|
|
746
|
+
# products: ["EC2"], # accepts EC2, Fargate, Lambda, SageMaker, RDS, DSQL, DynamoDB, ElastiCache, DocDB, Neptune, Timestream, Keyspaces, DMS, OpenSearch
|
|
747
|
+
# service_codes: ["AmazonEC2"], # accepts AmazonEC2, AmazonECS, AmazonEKS, AWSLambda, AmazonSageMaker, AmazonRDS, AuroraDSQL, AmazonDynamoDB, AmazonElastiCache, AmazonDocDB, AmazonNeptune, AmazonTimestream, AmazonMCS, AWSDatabaseMigrationSvc, AmazonES
|
|
748
748
|
# usage_types: ["SavingsPlanRateUsageType"],
|
|
749
749
|
# operations: ["SavingsPlanRateOperation"],
|
|
750
750
|
# filters: [
|
|
@@ -767,9 +767,9 @@ module Aws::SavingsPlans
|
|
|
767
767
|
# resp.search_results[0].savings_plan_offering.currency #=> String, one of "CNY", "USD", "EUR"
|
|
768
768
|
# resp.search_results[0].savings_plan_offering.plan_description #=> String
|
|
769
769
|
# resp.search_results[0].rate #=> String
|
|
770
|
-
# resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request", "ACU-Hr", "ReadRequestUnits", "WriteRequestUnits", "ReadCapacityUnit-Hrs", "WriteCapacityUnit-Hrs", "ReplicatedWriteRequestUnits", "ReplicatedWriteCapacityUnit-Hrs", "GB-Hours", "DPU", "ElastiCacheProcessingUnit", "DCU-Hr", "NCU-hr"
|
|
771
|
-
# resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS"
|
|
772
|
-
# resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda", "AmazonSageMaker", "AmazonRDS", "AuroraDSQL", "AmazonDynamoDB", "AmazonElastiCache", "AmazonDocDB", "AmazonNeptune", "AmazonTimestream", "AmazonMCS", "AWSDatabaseMigrationSvc"
|
|
770
|
+
# resp.search_results[0].unit #=> String, one of "Hrs", "Lambda-GB-Second", "Request", "ACU-Hr", "ReadRequestUnits", "WriteRequestUnits", "ReadCapacityUnit-Hrs", "WriteCapacityUnit-Hrs", "ReplicatedWriteRequestUnits", "ReplicatedWriteCapacityUnit-Hrs", "GB-Hours", "DPU", "ElastiCacheProcessingUnit", "DCU-Hr", "NCU-hr", "OCU-hours", "Jobs"
|
|
771
|
+
# resp.search_results[0].product_type #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS", "OpenSearch"
|
|
772
|
+
# resp.search_results[0].service_code #=> String, one of "AmazonEC2", "AmazonECS", "AmazonEKS", "AWSLambda", "AmazonSageMaker", "AmazonRDS", "AuroraDSQL", "AmazonDynamoDB", "AmazonElastiCache", "AmazonDocDB", "AmazonNeptune", "AmazonTimestream", "AmazonMCS", "AWSDatabaseMigrationSvc", "AmazonES"
|
|
773
773
|
# resp.search_results[0].usage_type #=> String
|
|
774
774
|
# resp.search_results[0].operation #=> String
|
|
775
775
|
# resp.search_results[0].properties #=> Array
|
|
@@ -840,7 +840,7 @@ module Aws::SavingsPlans
|
|
|
840
840
|
# resp = client.describe_savings_plans_offerings({
|
|
841
841
|
# offering_ids: ["UUID"],
|
|
842
842
|
# payment_options: ["All Upfront"], # accepts All Upfront, Partial Upfront, No Upfront
|
|
843
|
-
# product_type: "EC2", # accepts EC2, Fargate, Lambda, SageMaker, RDS, DSQL, DynamoDB, ElastiCache, DocDB, Neptune, Timestream, Keyspaces, DMS
|
|
843
|
+
# product_type: "EC2", # accepts EC2, Fargate, Lambda, SageMaker, RDS, DSQL, DynamoDB, ElastiCache, DocDB, Neptune, Timestream, Keyspaces, DMS, OpenSearch
|
|
844
844
|
# plan_types: ["Compute"], # accepts Compute, EC2Instance, SageMaker, Database
|
|
845
845
|
# durations: [1],
|
|
846
846
|
# currencies: ["CNY"], # accepts CNY, USD, EUR
|
|
@@ -863,7 +863,7 @@ module Aws::SavingsPlans
|
|
|
863
863
|
# resp.search_results #=> Array
|
|
864
864
|
# resp.search_results[0].offering_id #=> String
|
|
865
865
|
# resp.search_results[0].product_types #=> Array
|
|
866
|
-
# resp.search_results[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS"
|
|
866
|
+
# resp.search_results[0].product_types[0] #=> String, one of "EC2", "Fargate", "Lambda", "SageMaker", "RDS", "DSQL", "DynamoDB", "ElastiCache", "DocDB", "Neptune", "Timestream", "Keyspaces", "DMS", "OpenSearch"
|
|
867
867
|
# resp.search_results[0].plan_type #=> String, one of "Compute", "EC2Instance", "SageMaker", "Database"
|
|
868
868
|
# resp.search_results[0].description #=> String
|
|
869
869
|
# resp.search_results[0].payment_option #=> String, one of "All Upfront", "Partial Upfront", "No Upfront"
|
|
@@ -1024,7 +1024,7 @@ module Aws::SavingsPlans
|
|
|
1024
1024
|
tracer: tracer
|
|
1025
1025
|
)
|
|
1026
1026
|
context[:gem_name] = 'aws-sdk-savingsplans'
|
|
1027
|
-
context[:gem_version] = '1.
|
|
1027
|
+
context[:gem_version] = '1.74.0'
|
|
1028
1028
|
Seahorse::Client::Request.new(handlers, context)
|
|
1029
1029
|
end
|
|
1030
1030
|
|
data/lib/aws-sdk-savingsplans.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -153,8 +153,8 @@ module Aws
|
|
|
153
153
|
?savings_plan_offering_ids: Array[::String],
|
|
154
154
|
?savings_plan_payment_options: Array[("All Upfront" | "Partial Upfront" | "No Upfront")],
|
|
155
155
|
?savings_plan_types: Array[("Compute" | "EC2Instance" | "SageMaker" | "Database")],
|
|
156
|
-
?products: Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")],
|
|
157
|
-
?service_codes: Array[("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc")],
|
|
156
|
+
?products: Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")],
|
|
157
|
+
?service_codes: Array[("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc" | "AmazonES")],
|
|
158
158
|
?usage_types: Array[::String],
|
|
159
159
|
?operations: Array[::String],
|
|
160
160
|
?filters: Array[
|
|
@@ -177,7 +177,7 @@ module Aws
|
|
|
177
177
|
def describe_savings_plans_offerings: (
|
|
178
178
|
?offering_ids: Array[::String],
|
|
179
179
|
?payment_options: Array[("All Upfront" | "Partial Upfront" | "No Upfront")],
|
|
180
|
-
?product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS"),
|
|
180
|
+
?product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch"),
|
|
181
181
|
?plan_types: Array[("Compute" | "EC2Instance" | "SageMaker" | "Database")],
|
|
182
182
|
?durations: Array[::Integer],
|
|
183
183
|
?currencies: Array[("CNY" | "USD" | "EUR")],
|
data/sig/types.rbs
CHANGED
|
@@ -50,8 +50,8 @@ module Aws::SavingsPlans
|
|
|
50
50
|
attr_accessor savings_plan_offering_ids: ::Array[::String]
|
|
51
51
|
attr_accessor savings_plan_payment_options: ::Array[("All Upfront" | "Partial Upfront" | "No Upfront")]
|
|
52
52
|
attr_accessor savings_plan_types: ::Array[("Compute" | "EC2Instance" | "SageMaker" | "Database")]
|
|
53
|
-
attr_accessor products: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")]
|
|
54
|
-
attr_accessor service_codes: ::Array[("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc")]
|
|
53
|
+
attr_accessor products: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")]
|
|
54
|
+
attr_accessor service_codes: ::Array[("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc" | "AmazonES")]
|
|
55
55
|
attr_accessor usage_types: ::Array[::String]
|
|
56
56
|
attr_accessor operations: ::Array[::String]
|
|
57
57
|
attr_accessor filters: ::Array[Types::SavingsPlanOfferingRateFilterElement]
|
|
@@ -69,7 +69,7 @@ module Aws::SavingsPlans
|
|
|
69
69
|
class DescribeSavingsPlansOfferingsRequest
|
|
70
70
|
attr_accessor offering_ids: ::Array[::String]
|
|
71
71
|
attr_accessor payment_options: ::Array[("All Upfront" | "Partial Upfront" | "No Upfront")]
|
|
72
|
-
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")
|
|
72
|
+
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")
|
|
73
73
|
attr_accessor plan_types: ::Array[("Compute" | "EC2Instance" | "SageMaker" | "Database")]
|
|
74
74
|
attr_accessor durations: ::Array[::Integer]
|
|
75
75
|
attr_accessor currencies: ::Array[("CNY" | "USD" | "EUR")]
|
|
@@ -158,7 +158,7 @@ module Aws::SavingsPlans
|
|
|
158
158
|
attr_accessor ec2_instance_family: ::String
|
|
159
159
|
attr_accessor savings_plan_type: ("Compute" | "EC2Instance" | "SageMaker" | "Database")
|
|
160
160
|
attr_accessor payment_option: ("All Upfront" | "Partial Upfront" | "No Upfront")
|
|
161
|
-
attr_accessor product_types: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")]
|
|
161
|
+
attr_accessor product_types: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")]
|
|
162
162
|
attr_accessor currency: ("CNY" | "USD" | "EUR")
|
|
163
163
|
attr_accessor commitment: ::String
|
|
164
164
|
attr_accessor upfront_payment_amount: ::String
|
|
@@ -177,7 +177,7 @@ module Aws::SavingsPlans
|
|
|
177
177
|
|
|
178
178
|
class SavingsPlanOffering
|
|
179
179
|
attr_accessor offering_id: ::String
|
|
180
|
-
attr_accessor product_types: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")]
|
|
180
|
+
attr_accessor product_types: ::Array[("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")]
|
|
181
181
|
attr_accessor plan_type: ("Compute" | "EC2Instance" | "SageMaker" | "Database")
|
|
182
182
|
attr_accessor description: ::String
|
|
183
183
|
attr_accessor payment_option: ("All Upfront" | "Partial Upfront" | "No Upfront")
|
|
@@ -205,9 +205,9 @@ module Aws::SavingsPlans
|
|
|
205
205
|
class SavingsPlanOfferingRate
|
|
206
206
|
attr_accessor savings_plan_offering: Types::ParentSavingsPlanOffering
|
|
207
207
|
attr_accessor rate: ::String
|
|
208
|
-
attr_accessor unit: ("Hrs" | "Lambda-GB-Second" | "Request" | "ACU-Hr" | "ReadRequestUnits" | "WriteRequestUnits" | "ReadCapacityUnit-Hrs" | "WriteCapacityUnit-Hrs" | "ReplicatedWriteRequestUnits" | "ReplicatedWriteCapacityUnit-Hrs" | "GB-Hours" | "DPU" | "ElastiCacheProcessingUnit" | "DCU-Hr" | "NCU-hr")
|
|
209
|
-
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")
|
|
210
|
-
attr_accessor service_code: ("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc")
|
|
208
|
+
attr_accessor unit: ("Hrs" | "Lambda-GB-Second" | "Request" | "ACU-Hr" | "ReadRequestUnits" | "WriteRequestUnits" | "ReadCapacityUnit-Hrs" | "WriteCapacityUnit-Hrs" | "ReplicatedWriteRequestUnits" | "ReplicatedWriteCapacityUnit-Hrs" | "GB-Hours" | "DPU" | "ElastiCacheProcessingUnit" | "DCU-Hr" | "NCU-hr" | "OCU-hours" | "Jobs")
|
|
209
|
+
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")
|
|
210
|
+
attr_accessor service_code: ("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc" | "AmazonES")
|
|
211
211
|
attr_accessor usage_type: ::String
|
|
212
212
|
attr_accessor operation: ::String
|
|
213
213
|
attr_accessor properties: ::Array[Types::SavingsPlanOfferingRateProperty]
|
|
@@ -229,9 +229,9 @@ module Aws::SavingsPlans
|
|
|
229
229
|
class SavingsPlanRate
|
|
230
230
|
attr_accessor rate: ::String
|
|
231
231
|
attr_accessor currency: ("CNY" | "USD" | "EUR")
|
|
232
|
-
attr_accessor unit: ("Hrs" | "Lambda-GB-Second" | "Request" | "ACU-Hr" | "ReadRequestUnits" | "WriteRequestUnits" | "ReadCapacityUnit-Hrs" | "WriteCapacityUnit-Hrs" | "ReplicatedWriteRequestUnits" | "ReplicatedWriteCapacityUnit-Hrs" | "GB-Hours" | "DPU" | "ElastiCacheProcessingUnit" | "DCU-Hr" | "NCU-hr")
|
|
233
|
-
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS")
|
|
234
|
-
attr_accessor service_code: ("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc")
|
|
232
|
+
attr_accessor unit: ("Hrs" | "Lambda-GB-Second" | "Request" | "ACU-Hr" | "ReadRequestUnits" | "WriteRequestUnits" | "ReadCapacityUnit-Hrs" | "WriteCapacityUnit-Hrs" | "ReplicatedWriteRequestUnits" | "ReplicatedWriteCapacityUnit-Hrs" | "GB-Hours" | "DPU" | "ElastiCacheProcessingUnit" | "DCU-Hr" | "NCU-hr" | "OCU-hours" | "Jobs")
|
|
233
|
+
attr_accessor product_type: ("EC2" | "Fargate" | "Lambda" | "SageMaker" | "RDS" | "DSQL" | "DynamoDB" | "ElastiCache" | "DocDB" | "Neptune" | "Timestream" | "Keyspaces" | "DMS" | "OpenSearch")
|
|
234
|
+
attr_accessor service_code: ("AmazonEC2" | "AmazonECS" | "AmazonEKS" | "AWSLambda" | "AmazonSageMaker" | "AmazonRDS" | "AuroraDSQL" | "AmazonDynamoDB" | "AmazonElastiCache" | "AmazonDocDB" | "AmazonNeptune" | "AmazonTimestream" | "AmazonMCS" | "AWSDatabaseMigrationSvc" | "AmazonES")
|
|
235
235
|
attr_accessor usage_type: ::String
|
|
236
236
|
attr_accessor operation: ::String
|
|
237
237
|
attr_accessor properties: ::Array[Types::SavingsPlanRateProperty]
|