aws-sdk-workmailmessageflow 1.5.1 → 1.6.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/lib/aws-sdk-workmailmessageflow.rb +3 -1
- data/lib/aws-sdk-workmailmessageflow/client.rb +3 -1
- data/lib/aws-sdk-workmailmessageflow/client_api.rb +2 -0
- data/lib/aws-sdk-workmailmessageflow/errors.rb +2 -0
- data/lib/aws-sdk-workmailmessageflow/resource.rb +2 -0
- data/lib/aws-sdk-workmailmessageflow/types.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abb8a4693def007d156db83d14b74703f542a9470bb984ca24da88688ac56da9
|
|
4
|
+
data.tar.gz: fa703af291559157fdb8160ede04bd20ebce5ef9bf75373e9c7163e7184e13bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da9fa8ffd68f3d5111fce1ea698d4aa0512a7f54fa890cea3385f19975519dcb2e648e8814b95a34c1cb7dbeece634a61809677c9f18522a314d99f0df5696e9
|
|
7
|
+
data.tar.gz: 35e6e131bfb99a95f769415f15692566145fe82b3db8126ec06d5adcbf21437a2eaf66c7dc58a7916e755f49c29c3d2555208b1d07d6e39b6f5515112b2fe829
|
|
@@ -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-workmailmessageflow/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::WorkMailMessageFlow
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.6.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:
|
|
@@ -352,7 +354,7 @@ module Aws::WorkMailMessageFlow
|
|
|
352
354
|
params: params,
|
|
353
355
|
config: config)
|
|
354
356
|
context[:gem_name] = 'aws-sdk-workmailmessageflow'
|
|
355
|
-
context[:gem_version] = '1.
|
|
357
|
+
context[:gem_version] = '1.6.0'
|
|
356
358
|
Seahorse::Client::Request.new(handlers, context)
|
|
357
359
|
end
|
|
358
360
|
|
|
@@ -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:
|
|
@@ -23,6 +25,7 @@ module Aws::WorkMailMessageFlow
|
|
|
23
25
|
#
|
|
24
26
|
class GetRawMessageContentRequest < Struct.new(
|
|
25
27
|
:message_id)
|
|
28
|
+
SENSITIVE = []
|
|
26
29
|
include Aws::Structure
|
|
27
30
|
end
|
|
28
31
|
|
|
@@ -34,6 +37,7 @@ module Aws::WorkMailMessageFlow
|
|
|
34
37
|
#
|
|
35
38
|
class GetRawMessageContentResponse < Struct.new(
|
|
36
39
|
:message_content)
|
|
40
|
+
SENSITIVE = []
|
|
37
41
|
include Aws::Structure
|
|
38
42
|
end
|
|
39
43
|
|
|
@@ -46,6 +50,7 @@ module Aws::WorkMailMessageFlow
|
|
|
46
50
|
#
|
|
47
51
|
class ResourceNotFoundException < Struct.new(
|
|
48
52
|
:message)
|
|
53
|
+
SENSITIVE = []
|
|
49
54
|
include Aws::Structure
|
|
50
55
|
end
|
|
51
56
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-workmailmessageflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.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
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|