aws-sdk-pinpoint 1.99.0 → 1.100.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +1 -1
- data/lib/aws-sdk-pinpoint/client_api.rb +1 -0
- data/lib/aws-sdk-pinpoint/types.rb +1 -0
- data/lib/aws-sdk-pinpoint.rb +14 -12
- 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: f0abc76572fb639cc906bc2a875d38e483fc94f95f1cb44432d78ff31f9a8360
|
|
4
|
+
data.tar.gz: a8052aa0c3105634b6fc5b9c88382ec98af7e21703b5c691cab75043d66ff954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c76f330cb8ece4b492bc6a8ea3f228724f57115771eea4a3e44abe37fed6916410163ac23adb1df2eaa6d79918911d39128d670578117a7c03562c9e306e3e4
|
|
7
|
+
data.tar.gz: 8d97e0ff0c6bb3c14f33abb7be9943c8aa68762b019dd68aca0f48328a2e7f1b69ac0620c48eb4551d977d3a5045de1fd50d65aeeb18d700e84089208df4d160
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -13017,7 +13017,7 @@ module Aws::Pinpoint
|
|
|
13017
13017
|
tracer: tracer
|
|
13018
13018
|
)
|
|
13019
13019
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
|
13020
|
-
context[:gem_version] = '1.
|
|
13020
|
+
context[:gem_version] = '1.100.0'
|
|
13021
13021
|
Seahorse::Client::Request.new(handlers, context)
|
|
13022
13022
|
end
|
|
13023
13023
|
|
|
@@ -14240,3 +14240,4 @@ module Aws::Pinpoint
|
|
|
14240
14240
|
|
|
14241
14241
|
end
|
|
14242
14242
|
end
|
|
14243
|
+
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
|
@@ -11,17 +11,6 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
-
require_relative 'aws-sdk-pinpoint/types'
|
|
15
|
-
require_relative 'aws-sdk-pinpoint/client_api'
|
|
16
|
-
require_relative 'aws-sdk-pinpoint/plugins/endpoints.rb'
|
|
17
|
-
require_relative 'aws-sdk-pinpoint/client'
|
|
18
|
-
require_relative 'aws-sdk-pinpoint/errors'
|
|
19
|
-
require_relative 'aws-sdk-pinpoint/resource'
|
|
20
|
-
require_relative 'aws-sdk-pinpoint/endpoint_parameters'
|
|
21
|
-
require_relative 'aws-sdk-pinpoint/endpoint_provider'
|
|
22
|
-
require_relative 'aws-sdk-pinpoint/endpoints'
|
|
23
|
-
require_relative 'aws-sdk-pinpoint/customizations'
|
|
24
|
-
|
|
25
14
|
# This module provides support for Amazon Pinpoint. This module is available in the
|
|
26
15
|
# `aws-sdk-pinpoint` gem.
|
|
27
16
|
#
|
|
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-pinpoint/customizations'
|
|
|
51
40
|
#
|
|
52
41
|
# @!group service
|
|
53
42
|
module Aws::Pinpoint
|
|
43
|
+
autoload :Types, 'aws-sdk-pinpoint/types'
|
|
44
|
+
autoload :ClientApi, 'aws-sdk-pinpoint/client_api'
|
|
45
|
+
module Plugins
|
|
46
|
+
autoload :Endpoints, 'aws-sdk-pinpoint/plugins/endpoints.rb'
|
|
47
|
+
end
|
|
48
|
+
autoload :Client, 'aws-sdk-pinpoint/client'
|
|
49
|
+
autoload :Errors, 'aws-sdk-pinpoint/errors'
|
|
50
|
+
autoload :Resource, 'aws-sdk-pinpoint/resource'
|
|
51
|
+
autoload :EndpointParameters, 'aws-sdk-pinpoint/endpoint_parameters'
|
|
52
|
+
autoload :EndpointProvider, 'aws-sdk-pinpoint/endpoint_provider'
|
|
53
|
+
autoload :Endpoints, 'aws-sdk-pinpoint/endpoints'
|
|
54
54
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.100.0'
|
|
56
56
|
|
|
57
57
|
end
|
|
58
|
+
|
|
59
|
+
require_relative 'aws-sdk-pinpoint/customizations'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-pinpoint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.100.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: 2024-09-
|
|
11
|
+
date: 2024-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|