aws-sdk-bcmpricingcalculator 1.7.0 → 1.9.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bcmpricingcalculator/client.rb +2 -3
- data/lib/aws-sdk-bcmpricingcalculator/client_api.rb +6 -6
- data/lib/aws-sdk-bcmpricingcalculator/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-bcmpricingcalculator.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9f06c17a00861d5c30a3a7a7b53fd2781bc45a418e54e42645c76b6ec03ab01
|
4
|
+
data.tar.gz: f2faa48a185c29637a5e69ad58f152237af3ebd7065eb51b751261f8ddd4a950
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f9784eea7153d1c19624e6b134305a96c88e53285fe215b616283550b95b445bc4088a032fe58d33c61bad422a3367a704ae7a3c629fc308815667e721392b2
|
7
|
+
data.tar.gz: f125e03a73e04dea067cc3ba2c13eb7fab5a914df735402ec560432908b4bd7ef2366a9170bc0a4ad4f7e00e69382f46808f316845789bff0800803757f34cbc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.9.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.8.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.7.0 (2025-03-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -200,8 +200,7 @@ module Aws::BCMPricingCalculator
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2724,7 +2723,7 @@ module Aws::BCMPricingCalculator
|
|
2724
2723
|
tracer: tracer
|
2725
2724
|
)
|
2726
2725
|
context[:gem_name] = 'aws-sdk-bcmpricingcalculator'
|
2727
|
-
context[:gem_version] = '1.
|
2726
|
+
context[:gem_version] = '1.9.0'
|
2728
2727
|
Seahorse::Client::Request.new(handlers, context)
|
2729
2728
|
end
|
2730
2729
|
|
@@ -281,7 +281,7 @@ module Aws::BCMPricingCalculator
|
|
281
281
|
|
282
282
|
BatchCreateBillScenarioCommitmentModificationRequest.add_member(:bill_scenario_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "billScenarioId"))
|
283
283
|
BatchCreateBillScenarioCommitmentModificationRequest.add_member(:commitment_modifications, Shapes::ShapeRef.new(shape: BatchCreateBillScenarioCommitmentModificationEntries, required: true, location_name: "commitmentModifications"))
|
284
|
-
BatchCreateBillScenarioCommitmentModificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
284
|
+
BatchCreateBillScenarioCommitmentModificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
285
285
|
BatchCreateBillScenarioCommitmentModificationRequest.struct_class = Types::BatchCreateBillScenarioCommitmentModificationRequest
|
286
286
|
|
287
287
|
BatchCreateBillScenarioCommitmentModificationResponse.add_member(:items, Shapes::ShapeRef.new(shape: BatchCreateBillScenarioCommitmentModificationItems, location_name: "items"))
|
@@ -325,7 +325,7 @@ module Aws::BCMPricingCalculator
|
|
325
325
|
|
326
326
|
BatchCreateBillScenarioUsageModificationRequest.add_member(:bill_scenario_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "billScenarioId"))
|
327
327
|
BatchCreateBillScenarioUsageModificationRequest.add_member(:usage_modifications, Shapes::ShapeRef.new(shape: BatchCreateBillScenarioUsageModificationEntries, required: true, location_name: "usageModifications"))
|
328
|
-
BatchCreateBillScenarioUsageModificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
328
|
+
BatchCreateBillScenarioUsageModificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
329
329
|
BatchCreateBillScenarioUsageModificationRequest.struct_class = Types::BatchCreateBillScenarioUsageModificationRequest
|
330
330
|
|
331
331
|
BatchCreateBillScenarioUsageModificationResponse.add_member(:items, Shapes::ShapeRef.new(shape: BatchCreateBillScenarioUsageModificationItems, location_name: "items"))
|
@@ -370,7 +370,7 @@ module Aws::BCMPricingCalculator
|
|
370
370
|
|
371
371
|
BatchCreateWorkloadEstimateUsageRequest.add_member(:workload_estimate_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "workloadEstimateId"))
|
372
372
|
BatchCreateWorkloadEstimateUsageRequest.add_member(:usage, Shapes::ShapeRef.new(shape: BatchCreateWorkloadEstimateUsageEntries, required: true, location_name: "usage"))
|
373
|
-
BatchCreateWorkloadEstimateUsageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
373
|
+
BatchCreateWorkloadEstimateUsageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
374
374
|
BatchCreateWorkloadEstimateUsageRequest.struct_class = Types::BatchCreateWorkloadEstimateUsageRequest
|
375
375
|
|
376
376
|
BatchCreateWorkloadEstimateUsageResponse.add_member(:items, Shapes::ShapeRef.new(shape: BatchCreateWorkloadEstimateUsageItems, location_name: "items"))
|
@@ -622,7 +622,7 @@ module Aws::BCMPricingCalculator
|
|
622
622
|
|
623
623
|
CreateBillEstimateRequest.add_member(:bill_scenario_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "billScenarioId"))
|
624
624
|
CreateBillEstimateRequest.add_member(:name, Shapes::ShapeRef.new(shape: BillEstimateName, required: true, location_name: "name"))
|
625
|
-
CreateBillEstimateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
625
|
+
CreateBillEstimateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
626
626
|
CreateBillEstimateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
627
627
|
CreateBillEstimateRequest.struct_class = Types::CreateBillEstimateRequest
|
628
628
|
|
@@ -637,7 +637,7 @@ module Aws::BCMPricingCalculator
|
|
637
637
|
CreateBillEstimateResponse.struct_class = Types::CreateBillEstimateResponse
|
638
638
|
|
639
639
|
CreateBillScenarioRequest.add_member(:name, Shapes::ShapeRef.new(shape: BillScenarioName, required: true, location_name: "name"))
|
640
|
-
CreateBillScenarioRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
640
|
+
CreateBillScenarioRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
641
641
|
CreateBillScenarioRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
642
642
|
CreateBillScenarioRequest.struct_class = Types::CreateBillScenarioRequest
|
643
643
|
|
@@ -651,7 +651,7 @@ module Aws::BCMPricingCalculator
|
|
651
651
|
CreateBillScenarioResponse.struct_class = Types::CreateBillScenarioResponse
|
652
652
|
|
653
653
|
CreateWorkloadEstimateRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadEstimateName, required: true, location_name: "name"))
|
654
|
-
CreateWorkloadEstimateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
654
|
+
CreateWorkloadEstimateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
655
655
|
CreateWorkloadEstimateRequest.add_member(:rate_type, Shapes::ShapeRef.new(shape: WorkloadEstimateRateType, location_name: "rateType"))
|
656
656
|
CreateWorkloadEstimateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
657
657
|
CreateWorkloadEstimateRequest.struct_class = Types::CreateWorkloadEstimateRequest
|
@@ -19,9 +19,9 @@ module Aws::BCMPricingCalculator
|
|
19
19
|
if Aws::Endpoints::Matchers.set?(parameters.region)
|
20
20
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
21
21
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
22
|
-
return Aws::Endpoints::Endpoint.new(url: "https://bcm-pricing-calculator-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
|
22
|
+
return Aws::Endpoints::Endpoint.new(url: "https://bcm-pricing-calculator-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
|
23
23
|
end
|
24
|
-
return Aws::Endpoints::Endpoint.new(url: "https://bcm-pricing-calculator.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: "https://bcm-pricing-calculator.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
|
25
25
|
end
|
26
26
|
end
|
27
27
|
raise ArgumentError, "Invalid Configuration: Missing Region"
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-bcmpricingcalculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmpricingcalculator
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmpricingcalculator/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - AWS Billing and Cost Management Pricing Calculator
|
100
97
|
test_files: []
|