aws-sdk-pi 1.20.1 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 757e3997e5874de66e92aaf776490599f61a7279059d0ebd714e860ce50dd281
4
- data.tar.gz: 75185cd930069ec5376109b5151e490e2b1a4bbd41376c0e6bd60705b5787e4d
3
+ metadata.gz: 6aa0a128f466f60d4042efdcf34c2d65c8d7f281d716523c2b01a2955a743ec7
4
+ data.tar.gz: 9f1772de40761cd6c26465f3b7669dec37a21ae15fbd0f5fc601bca11b708eb4
5
5
  SHA512:
6
- metadata.gz: 94a4980cc61e4f9b843527585033a804dd63d8027524d739c7e2d28796b1ba10143c109d88da48e330e9784908f77ee1f7fa7dd89912047aeb157cba8c9fbd25
7
- data.tar.gz: 5ef290610147f0ba5769c51d3892e13dac0dcca4ae0e8a81a4d56358883f5c30f6713bb6b4cac0f5d2c17440a9abdc2a933ac873971f5cb8246cd5bd0bc73fce
6
+ metadata.gz: fb73e2f5ee371be5364089aec434e9967c2a888f057d545ec1f1b538e9785379d82841b5a9b81218af4f45d1e41fa386c006f75c1a005feaf86b3ee8a85b7b2d
7
+ data.tar.gz: 3e5597d42decb588ea4b717338afe9154124a26e5814b4cbee50b8d39330ed5331c4b6a628061bcffe33464c63051a94a7a29f01b78c9ec990e72017ce4e5720
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-pi/customizations'
45
47
  # @service
46
48
  module Aws::PI
47
49
 
48
- GEM_VERSION = '1.20.1'
50
+ GEM_VERSION = '1.21.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -605,7 +607,7 @@ module Aws::PI
605
607
  params: params,
606
608
  config: config)
607
609
  context[:gem_name] = 'aws-sdk-pi'
608
- context[:gem_version] = '1.20.1'
610
+ context[:gem_version] = '1.21.0'
609
611
  Seahorse::Client::Request.new(handlers, context)
610
612
  end
611
613
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ module Aws::PI
24
26
  class DataPoint < Struct.new(
25
27
  :timestamp,
26
28
  :value)
29
+ SENSITIVE = []
27
30
  include Aws::Structure
28
31
  end
29
32
 
@@ -168,6 +171,7 @@ module Aws::PI
168
171
  :filter,
169
172
  :max_results,
170
173
  :next_token)
174
+ SENSITIVE = []
171
175
  include Aws::Structure
172
176
  end
173
177
 
@@ -209,6 +213,7 @@ module Aws::PI
209
213
  :partition_keys,
210
214
  :keys,
211
215
  :next_token)
216
+ SENSITIVE = []
212
217
  include Aws::Structure
213
218
  end
214
219
 
@@ -289,6 +294,7 @@ module Aws::PI
289
294
  :group,
290
295
  :dimensions,
291
296
  :limit)
297
+ SENSITIVE = []
292
298
  include Aws::Structure
293
299
  end
294
300
 
@@ -315,6 +321,7 @@ module Aws::PI
315
321
  :dimensions,
316
322
  :total,
317
323
  :partitions)
324
+ SENSITIVE = []
318
325
  include Aws::Structure
319
326
  end
320
327
 
@@ -426,6 +433,7 @@ module Aws::PI
426
433
  :period_in_seconds,
427
434
  :max_results,
428
435
  :next_token)
436
+ SENSITIVE = []
429
437
  include Aws::Structure
430
438
  end
431
439
 
@@ -470,6 +478,7 @@ module Aws::PI
470
478
  :identifier,
471
479
  :metric_list,
472
480
  :next_token)
481
+ SENSITIVE = []
473
482
  include Aws::Structure
474
483
  end
475
484
 
@@ -482,6 +491,7 @@ module Aws::PI
482
491
  #
483
492
  class InternalServiceError < Struct.new(
484
493
  :message)
494
+ SENSITIVE = []
485
495
  include Aws::Structure
486
496
  end
487
497
 
@@ -494,6 +504,7 @@ module Aws::PI
494
504
  #
495
505
  class InvalidArgumentException < Struct.new(
496
506
  :message)
507
+ SENSITIVE = []
497
508
  include Aws::Structure
498
509
  end
499
510
 
@@ -514,6 +525,7 @@ module Aws::PI
514
525
  class MetricKeyDataPoints < Struct.new(
515
526
  :key,
516
527
  :data_points)
528
+ SENSITIVE = []
517
529
  include Aws::Structure
518
530
  end
519
531
 
@@ -574,6 +586,7 @@ module Aws::PI
574
586
  :metric,
575
587
  :group_by,
576
588
  :filter)
589
+ SENSITIVE = []
577
590
  include Aws::Structure
578
591
  end
579
592
 
@@ -586,6 +599,7 @@ module Aws::PI
586
599
  #
587
600
  class NotAuthorizedException < Struct.new(
588
601
  :message)
602
+ SENSITIVE = []
589
603
  include Aws::Structure
590
604
  end
591
605
 
@@ -601,6 +615,7 @@ module Aws::PI
601
615
  #
602
616
  class ResponsePartitionKey < Struct.new(
603
617
  :dimensions)
618
+ SENSITIVE = []
604
619
  include Aws::Structure
605
620
  end
606
621
 
@@ -628,6 +643,7 @@ module Aws::PI
628
643
  class ResponseResourceMetricKey < Struct.new(
629
644
  :metric,
630
645
  :dimensions)
646
+ SENSITIVE = []
631
647
  include Aws::Structure
632
648
  end
633
649
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.1
4
+ version: 1.21.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core