aws-sdk-appflow 1.67.0 → 1.68.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: 237ce7e5d34489de96a47f46a1f5b23a8bab6026eab076023fabda7511fbdae3
4
- data.tar.gz: af4085e6d7525fced057877a0aae007fae2b6a98b20d71bc0ec35de4b3f41b10
3
+ metadata.gz: 81b22ea2af396f846c478c7348f40d1f7cf042a60eec2b13ed075e6f5ee65afb
4
+ data.tar.gz: 0731fe237dbbac5fb39f1656ba01a33f97595cd1e122cb9d3ffb5d10e1edc0ba
5
5
  SHA512:
6
- metadata.gz: ffc8445f77594d21b08097a8eb39c13ba06ebcf033a893f0178827cfab3b39470b3d7fe160802f6e3d80af484f219dd36fdfd93e890ec2734c0db6b11b0e3500
7
- data.tar.gz: 963211afd696f84ddd48fc2e4a95b8f0f464a4f7f4558f677711a54c9e8fbdc321c2f0b66340867fe517ebd9ebf0ac5c3a39464fef1b67bab08ed2153cc93016
6
+ metadata.gz: 7bb6be91c932182d54e8fe313377761cb7765adb014cda5ee67f7341414c132b2f808671bbd7d9012c363742ceaea8da4a4bf06c1392a91745bf1b5dc4d59d18
7
+ data.tar.gz: a532f13f444b85607161c74b20ae28f60bf9634630aba2124bcd69067272e0255f1fd9b7356886fae5ec0777fcf026db95f65ec7528b8e21f48da53f7e299bff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:appflow)
40
-
41
39
  module Aws::Appflow
42
40
  # An API client for Appflow. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3334,7 +3332,7 @@ module Aws::Appflow
3334
3332
  tracer: tracer
3335
3333
  )
3336
3334
  context[:gem_name] = 'aws-sdk-appflow'
3337
- context[:gem_version] = '1.67.0'
3335
+ context[:gem_version] = '1.68.0'
3338
3336
  Seahorse::Client::Request.new(handlers, context)
3339
3337
  end
3340
3338
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:appflow)
15
+
14
16
  # This module provides support for Amazon Appflow. This module is available in the
15
17
  # `aws-sdk-appflow` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Appflow
52
54
  autoload :EndpointProvider, 'aws-sdk-appflow/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-appflow/endpoints'
54
56
 
55
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.68.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-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core