aws-sdk-costexplorer 1.53.0 → 1.54.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: 1ec99f216bc9f5af64464ab84da2d1ca262c868c4a8ee69b58df0dfe6df5e659
4
- data.tar.gz: 939be045df3f746fa3a8dd422900d0b9ade8f5563d681d10d9287776711462c5
3
+ metadata.gz: 940b4ef1a65a63ec3a36228cacf6fcb922ace0d795a3f37b25a7251fe9f9b569
4
+ data.tar.gz: 58ab876de970ed21945cdddd696983a7ec85f85e08a5b16b8fcf8b506903682b
5
5
  SHA512:
6
- metadata.gz: 22a17a9e97740db696ca45bbfb9fe0e2b96340f9eab771179e94d025da005ed58f48690a1d4be31b8ee03c616717f8fb0501ec230f54e2a8f04922f278842986
7
- data.tar.gz: d51109d6cdaacbdc4affa6b7c53392ba17d0be17e4c3c701ac3ec7207ce312c1b40c3ca41c3c110c995e8f9164cebba394c23d0d0229e93b3eea51e405a90803
6
+ metadata.gz: 69b14ff65f6ffaf516cf1c9ecefbfc8bb51ac63658ece9b57d29940f5455bd651aa1e974f66c01462643fdd3fcf8b6f60af11d308c8b12ee90eb3d311e99734e
7
+ data.tar.gz: bac72d3e3a97fe0bbf11a851ab950b7f8db1e2830774074cb02897089f3a0be340e5e9303bc99c34cbc7d08603eea2bf7b072aa6738c95d0d10c1f40c1eb6c1b
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
48
48
  # @!group service
49
49
  module Aws::CostExplorer
50
50
 
51
- GEM_VERSION = '1.53.0'
51
+ GEM_VERSION = '1.54.0'
52
52
 
53
53
  end
@@ -423,7 +423,7 @@ module Aws::CostExplorer
423
423
  # anomaly_subscription: { # required
424
424
  # subscription_arn: "GenericString",
425
425
  # account_id: "GenericString",
426
- # monitor_arn_list: ["Value"], # required
426
+ # monitor_arn_list: ["Arn"], # required
427
427
  # subscribers: [ # required
428
428
  # {
429
429
  # address: "SubscriberAddress",
@@ -3156,7 +3156,7 @@ module Aws::CostExplorer
3156
3156
  # subscription_arn: "GenericString", # required
3157
3157
  # threshold: 1.0,
3158
3158
  # frequency: "DAILY", # accepts DAILY, IMMEDIATE, WEEKLY
3159
- # monitor_arn_list: ["Value"],
3159
+ # monitor_arn_list: ["Arn"],
3160
3160
  # subscribers: [
3161
3161
  # {
3162
3162
  # address: "SubscriberAddress",
@@ -3273,7 +3273,7 @@ module Aws::CostExplorer
3273
3273
  params: params,
3274
3274
  config: config)
3275
3275
  context[:gem_name] = 'aws-sdk-costexplorer'
3276
- context[:gem_version] = '1.53.0'
3276
+ context[:gem_version] = '1.54.0'
3277
3277
  Seahorse::Client::Request.new(handlers, context)
3278
3278
  end
3279
3279
 
@@ -154,6 +154,7 @@ module Aws::CostExplorer
154
154
  MetricValue = Shapes::StructureShape.new(name: 'MetricValue')
155
155
  Metrics = Shapes::MapShape.new(name: 'Metrics')
156
156
  ModifyRecommendationDetail = Shapes::StructureShape.new(name: 'ModifyRecommendationDetail')
157
+ MonitorArnList = Shapes::ListShape.new(name: 'MonitorArnList')
157
158
  MonitorDimension = Shapes::StringShape.new(name: 'MonitorDimension')
158
159
  MonitorType = Shapes::StringShape.new(name: 'MonitorType')
159
160
  NetRISavings = Shapes::StringShape.new(name: 'NetRISavings')
@@ -303,7 +304,7 @@ module Aws::CostExplorer
303
304
 
304
305
  AnomalySubscription.add_member(:subscription_arn, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubscriptionArn"))
305
306
  AnomalySubscription.add_member(:account_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "AccountId"))
306
- AnomalySubscription.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: Values, required: true, location_name: "MonitorArnList"))
307
+ AnomalySubscription.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: MonitorArnList, required: true, location_name: "MonitorArnList"))
307
308
  AnomalySubscription.add_member(:subscribers, Shapes::ShapeRef.new(shape: Subscribers, required: true, location_name: "Subscribers"))
308
309
  AnomalySubscription.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, required: true, location_name: "Threshold"))
309
310
  AnomalySubscription.add_member(:frequency, Shapes::ShapeRef.new(shape: AnomalySubscriptionFrequency, required: true, location_name: "Frequency"))
@@ -791,6 +792,8 @@ module Aws::CostExplorer
791
792
  ModifyRecommendationDetail.add_member(:target_instances, Shapes::ShapeRef.new(shape: TargetInstancesList, location_name: "TargetInstances"))
792
793
  ModifyRecommendationDetail.struct_class = Types::ModifyRecommendationDetail
793
794
 
795
+ MonitorArnList.member = Shapes::ShapeRef.new(shape: Arn)
796
+
794
797
  ProvideAnomalyFeedbackRequest.add_member(:anomaly_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "AnomalyId"))
795
798
  ProvideAnomalyFeedbackRequest.add_member(:feedback, Shapes::ShapeRef.new(shape: AnomalyFeedbackType, required: true, location_name: "Feedback"))
796
799
  ProvideAnomalyFeedbackRequest.struct_class = Types::ProvideAnomalyFeedbackRequest
@@ -1103,7 +1106,7 @@ module Aws::CostExplorer
1103
1106
  UpdateAnomalySubscriptionRequest.add_member(:subscription_arn, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "SubscriptionArn"))
1104
1107
  UpdateAnomalySubscriptionRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: NullableNonNegativeDouble, location_name: "Threshold"))
1105
1108
  UpdateAnomalySubscriptionRequest.add_member(:frequency, Shapes::ShapeRef.new(shape: AnomalySubscriptionFrequency, location_name: "Frequency"))
1106
- UpdateAnomalySubscriptionRequest.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: Values, location_name: "MonitorArnList"))
1109
+ UpdateAnomalySubscriptionRequest.add_member(:monitor_arn_list, Shapes::ShapeRef.new(shape: MonitorArnList, location_name: "MonitorArnList"))
1107
1110
  UpdateAnomalySubscriptionRequest.add_member(:subscribers, Shapes::ShapeRef.new(shape: Subscribers, location_name: "Subscribers"))
1108
1111
  UpdateAnomalySubscriptionRequest.add_member(:subscription_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubscriptionName"))
1109
1112
  UpdateAnomalySubscriptionRequest.struct_class = Types::UpdateAnomalySubscriptionRequest
@@ -273,7 +273,7 @@ module Aws::CostExplorer
273
273
  # {
274
274
  # subscription_arn: "GenericString",
275
275
  # account_id: "GenericString",
276
- # monitor_arn_list: ["Value"], # required
276
+ # monitor_arn_list: ["Arn"], # required
277
277
  # subscribers: [ # required
278
278
  # {
279
279
  # address: "SubscriberAddress",
@@ -789,7 +789,7 @@ module Aws::CostExplorer
789
789
  # anomaly_subscription: { # required
790
790
  # subscription_arn: "GenericString",
791
791
  # account_id: "GenericString",
792
- # monitor_arn_list: ["Value"], # required
792
+ # monitor_arn_list: ["Arn"], # required
793
793
  # subscribers: [ # required
794
794
  # {
795
795
  # address: "SubscriberAddress",
@@ -5701,7 +5701,7 @@ module Aws::CostExplorer
5701
5701
  # subscription_arn: "GenericString", # required
5702
5702
  # threshold: 1.0,
5703
5703
  # frequency: "DAILY", # accepts DAILY, IMMEDIATE, WEEKLY
5704
- # monitor_arn_list: ["Value"],
5704
+ # monitor_arn_list: ["Arn"],
5705
5705
  # subscribers: [
5706
5706
  # {
5707
5707
  # address: "SubscriberAddress",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-19 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core