aws-sdk-dlm 1.7.0 → 1.8.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
  SHA1:
3
- metadata.gz: 7c75cc911f09e196440c9d729d18f6c27c8675cc
4
- data.tar.gz: 75e9dab8b79efb2303d84b10b53dcde8ff2ff0b1
3
+ metadata.gz: 67a43c867dd166a43150e3a0d5d6afe595b71cda
4
+ data.tar.gz: 42a2d05107746668d258a782b4fe3a695297a419
5
5
  SHA512:
6
- metadata.gz: 55766178b567170e8347dcc41495a845b55ac4e2727ad5deb42da1ad2c7588241221c82a61daafc4d19351eb3945e342fb36646a6afdb68a457bdd75d7fa60ac
7
- data.tar.gz: 42b17e1a6be932af4bab317dc51d7b9e9c289b662b33b1a7f233654bdcb877dff369dcc6f990fa536591c370dca99eadf59d2ace319b8234bc84ec020521bb68
6
+ metadata.gz: f4cea55f147975ecc1bfc91f6163a625fb8bed4f79e569d351a82eff0efb86dd485505d38e4f3a51b470e84e427e1e40145d76d51914d0e0bca5baa91b2ec9e4
7
+ data.tar.gz: c7dea7d70f391bf951a49304198537b8cf756a3e4696e121bee3b4e98468b9aaad828209cac26e7fdcd452cbe5f8b7f617272be43eec7a5d3bce1c8ffcc57d75
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dlm/customizations'
42
42
  # @service
43
43
  module Aws::DLM
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -489,7 +489,7 @@ module Aws::DLM
489
489
  params: params,
490
490
  config: config)
491
491
  context[:gem_name] = 'aws-sdk-dlm'
492
- context[:gem_version] = '1.7.0'
492
+ context[:gem_version] = '1.8.0'
493
493
  Seahorse::Client::Request.new(handlers, context)
494
494
  end
495
495
 
@@ -57,7 +57,7 @@ module Aws::DLM
57
57
  TargetTagsFilterList = Shapes::ListShape.new(name: 'TargetTagsFilterList')
58
58
  Time = Shapes::StringShape.new(name: 'Time')
59
59
  TimesList = Shapes::ListShape.new(name: 'TimesList')
60
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
60
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
61
61
  UpdateLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'UpdateLifecyclePolicyRequest')
62
62
  UpdateLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'UpdateLifecyclePolicyResponse')
63
63
 
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.7.0
4
+ version: 1.8.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: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2019-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core