aws-sdk-core 2.11.571 → 2.11.576

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,6 +35,7 @@ module Aws
35
35
  AppMesh
36
36
  AppStream
37
37
  AppSync
38
+ Appflow
38
39
  ApplicationAutoScaling
39
40
  ApplicationDiscoveryService
40
41
  ApplicationInsights
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Appflow, {
2
+ api: "#{Aws::API_DIR}/appflow/2020-08-23/api-2.json",
3
+ docs: "#{Aws::API_DIR}/appflow/2020-08-23/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/appflow/2020-08-23/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/appflow/2020-08-23/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.571'
2
+ VERSION = '2.11.576'
3
3
  end
@@ -47,6 +47,10 @@
47
47
  "models": "appsync/2017-07-25",
48
48
  "endpoint": "appsync"
49
49
  },
50
+ "Appflow": {
51
+ "models": "appflow/2020-08-23",
52
+ "endpoint": "appflow"
53
+ },
50
54
  "ApplicationAutoScaling": {
51
55
  "models": "application-autoscaling/2016-02-06",
52
56
  "endpoint": "application-autoscaling"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.571
4
+ version: 2.11.576
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-08-20 00:00:00.000000000 Z
11
+ date: 2020-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -80,6 +80,9 @@ files:
80
80
  - apis/appconfig/2019-10-09/api-2.json
81
81
  - apis/appconfig/2019-10-09/examples-1.json
82
82
  - apis/appconfig/2019-10-09/paginators-1.json
83
+ - apis/appflow/2020-08-23/api-2.json
84
+ - apis/appflow/2020-08-23/examples-1.json
85
+ - apis/appflow/2020-08-23/paginators-1.json
83
86
  - apis/application-autoscaling/2016-02-06/api-2.json
84
87
  - apis/application-autoscaling/2016-02-06/examples-1.json
85
88
  - apis/application-autoscaling/2016-02-06/paginators-1.json
@@ -958,6 +961,7 @@ files:
958
961
  - lib/aws-sdk-core/apigatewaymanagementapi.rb
959
962
  - lib/aws-sdk-core/apigatewayv2.rb
960
963
  - lib/aws-sdk-core/appconfig.rb
964
+ - lib/aws-sdk-core/appflow.rb
961
965
  - lib/aws-sdk-core/applicationautoscaling.rb
962
966
  - lib/aws-sdk-core/applicationdiscoveryservice.rb
963
967
  - lib/aws-sdk-core/applicationinsights.rb