aws-sdk-dlm 1.30.1 → 1.31.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: 06cf58547a42ee7b905eb0929b8f41b621005365d3a4164cb11d21cee3d9e981
4
- data.tar.gz: b262d17e0f72a7a677ce45a9298f83884903e8e496c5d18009d16d06ec391a0f
3
+ metadata.gz: a1445e4daffa6c4f98e9a240136a505a78f935e1557b8d17efd39426c4c4c1b7
4
+ data.tar.gz: fc8249fd03af87a45ea5a497384dffc56b4ee7570780537ff3898d34df17493f
5
5
  SHA512:
6
- metadata.gz: b46c0fbf352e9bc3f781bd01641f6e93e5ecba65cfe6c6a43e09cb17a38bf997ac5a9f7ebcd1e430ca1885afc35a0add221fe1a16fa98ea50382e8918f147cd2
7
- data.tar.gz: 7f7f5dc045fc3c6f98bdc08816e26ace34180a9470678f6f795189649a065a83478607a1756dc8181369680b3e10f20bed4010f377da68caf04781788aacc1f7
6
+ metadata.gz: 6f6db48721002dbf40510241c99b2464a7ddbe3bad1fbf1bc7b145a3b98f923e99a977d1a17f28e4c5fd970c8ae3d6364d9d22e6f3c94b74eb3b163ea6bec67b
7
+ data.tar.gz: d0d6148a97060181f940bbbb98484c6e81ef3b84c19b81d0ee50e123fd95df3f3427090d265f0282af5b280742bd94ece2d676d3fa96f42c077b7eec2d92d740
@@ -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-dlm/customizations'
45
47
  # @service
46
48
  module Aws::DLM
47
49
 
48
- GEM_VERSION = '1.30.1'
50
+ GEM_VERSION = '1.31.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:
@@ -768,7 +770,7 @@ module Aws::DLM
768
770
  params: params,
769
771
  config: config)
770
772
  context[:gem_name] = 'aws-sdk-dlm'
771
- context[:gem_version] = '1.30.1'
773
+ context[:gem_version] = '1.31.0'
772
774
  Seahorse::Client::Request.new(handlers, context)
773
775
  end
774
776
 
@@ -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:
@@ -110,6 +112,7 @@ module Aws::DLM
110
112
  :state,
111
113
  :policy_details,
112
114
  :tags)
115
+ SENSITIVE = []
113
116
  include Aws::Structure
114
117
  end
115
118
 
@@ -121,6 +124,7 @@ module Aws::DLM
121
124
  #
122
125
  class CreateLifecyclePolicyResponse < Struct.new(
123
126
  :policy_id)
127
+ SENSITIVE = []
124
128
  include Aws::Structure
125
129
  end
126
130
 
@@ -174,6 +178,7 @@ module Aws::DLM
174
178
  :interval_unit,
175
179
  :times,
176
180
  :cron_expression)
181
+ SENSITIVE = []
177
182
  include Aws::Structure
178
183
  end
179
184
 
@@ -201,6 +206,7 @@ module Aws::DLM
201
206
  class CrossRegionCopyRetainRule < Struct.new(
202
207
  :interval,
203
208
  :interval_unit)
209
+ SENSITIVE = []
204
210
  include Aws::Structure
205
211
  end
206
212
 
@@ -254,6 +260,7 @@ module Aws::DLM
254
260
  :cmk_arn,
255
261
  :copy_tags,
256
262
  :retain_rule)
263
+ SENSITIVE = []
257
264
  include Aws::Structure
258
265
  end
259
266
 
@@ -272,6 +279,7 @@ module Aws::DLM
272
279
  #
273
280
  class DeleteLifecyclePolicyRequest < Struct.new(
274
281
  :policy_id)
282
+ SENSITIVE = []
275
283
  include Aws::Structure
276
284
  end
277
285
 
@@ -317,6 +325,7 @@ module Aws::DLM
317
325
  :interval,
318
326
  :interval_unit,
319
327
  :availability_zones)
328
+ SENSITIVE = []
320
329
  include Aws::Structure
321
330
  end
322
331
 
@@ -366,6 +375,7 @@ module Aws::DLM
366
375
  :resource_types,
367
376
  :target_tags,
368
377
  :tags_to_add)
378
+ SENSITIVE = []
369
379
  include Aws::Structure
370
380
  end
371
381
 
@@ -377,6 +387,7 @@ module Aws::DLM
377
387
  #
378
388
  class GetLifecyclePoliciesResponse < Struct.new(
379
389
  :policies)
390
+ SENSITIVE = []
380
391
  include Aws::Structure
381
392
  end
382
393
 
@@ -395,6 +406,7 @@ module Aws::DLM
395
406
  #
396
407
  class GetLifecyclePolicyRequest < Struct.new(
397
408
  :policy_id)
409
+ SENSITIVE = []
398
410
  include Aws::Structure
399
411
  end
400
412
 
@@ -406,6 +418,7 @@ module Aws::DLM
406
418
  #
407
419
  class GetLifecyclePolicyResponse < Struct.new(
408
420
  :policy)
421
+ SENSITIVE = []
409
422
  include Aws::Structure
410
423
  end
411
424
 
@@ -422,6 +435,7 @@ module Aws::DLM
422
435
  class InternalServerException < Struct.new(
423
436
  :message,
424
437
  :code)
438
+ SENSITIVE = []
425
439
  include Aws::Structure
426
440
  end
427
441
 
@@ -449,6 +463,7 @@ module Aws::DLM
449
463
  :code,
450
464
  :required_parameters,
451
465
  :mutually_exclusive_parameters)
466
+ SENSITIVE = []
452
467
  include Aws::Structure
453
468
  end
454
469
 
@@ -508,6 +523,7 @@ module Aws::DLM
508
523
  :policy_details,
509
524
  :tags,
510
525
  :policy_arn)
526
+ SENSITIVE = []
511
527
  include Aws::Structure
512
528
  end
513
529
 
@@ -536,6 +552,7 @@ module Aws::DLM
536
552
  :description,
537
553
  :state,
538
554
  :tags)
555
+ SENSITIVE = []
539
556
  include Aws::Structure
540
557
  end
541
558
 
@@ -557,6 +574,7 @@ module Aws::DLM
557
574
  :message,
558
575
  :code,
559
576
  :resource_type)
577
+ SENSITIVE = []
560
578
  include Aws::Structure
561
579
  end
562
580
 
@@ -575,6 +593,7 @@ module Aws::DLM
575
593
  #
576
594
  class ListTagsForResourceRequest < Struct.new(
577
595
  :resource_arn)
596
+ SENSITIVE = []
578
597
  include Aws::Structure
579
598
  end
580
599
 
@@ -586,6 +605,7 @@ module Aws::DLM
586
605
  #
587
606
  class ListTagsForResourceResponse < Struct.new(
588
607
  :tags)
608
+ SENSITIVE = []
589
609
  include Aws::Structure
590
610
  end
591
611
 
@@ -614,6 +634,7 @@ module Aws::DLM
614
634
  #
615
635
  class Parameters < Struct.new(
616
636
  :exclude_boot_volume)
637
+ SENSITIVE = []
617
638
  include Aws::Structure
618
639
  end
619
640
 
@@ -714,6 +735,7 @@ module Aws::DLM
714
735
  :target_tags,
715
736
  :schedules,
716
737
  :parameters)
738
+ SENSITIVE = []
717
739
  include Aws::Structure
718
740
  end
719
741
 
@@ -740,6 +762,7 @@ module Aws::DLM
740
762
  :code,
741
763
  :resource_type,
742
764
  :resource_ids)
765
+ SENSITIVE = []
743
766
  include Aws::Structure
744
767
  end
745
768
 
@@ -775,6 +798,7 @@ module Aws::DLM
775
798
  :count,
776
799
  :interval,
777
800
  :interval_unit)
801
+ SENSITIVE = []
778
802
  include Aws::Structure
779
803
  end
780
804
 
@@ -878,6 +902,7 @@ module Aws::DLM
878
902
  :retain_rule,
879
903
  :fast_restore_rule,
880
904
  :cross_region_copy_rules)
905
+ SENSITIVE = []
881
906
  include Aws::Structure
882
907
  end
883
908
 
@@ -904,6 +929,7 @@ module Aws::DLM
904
929
  class Tag < Struct.new(
905
930
  :key,
906
931
  :value)
932
+ SENSITIVE = []
907
933
  include Aws::Structure
908
934
  end
909
935
 
@@ -930,6 +956,7 @@ module Aws::DLM
930
956
  class TagResourceRequest < Struct.new(
931
957
  :resource_arn,
932
958
  :tags)
959
+ SENSITIVE = []
933
960
  include Aws::Structure
934
961
  end
935
962
 
@@ -958,6 +985,7 @@ module Aws::DLM
958
985
  class UntagResourceRequest < Struct.new(
959
986
  :resource_arn,
960
987
  :tag_keys)
988
+ SENSITIVE = []
961
989
  include Aws::Structure
962
990
  end
963
991
 
@@ -1065,6 +1093,7 @@ module Aws::DLM
1065
1093
  :state,
1066
1094
  :description,
1067
1095
  :policy_details)
1096
+ SENSITIVE = []
1068
1097
  include Aws::Structure
1069
1098
  end
1070
1099
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dlm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.1
4
+ version: 1.31.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