aws-sdk-amplifybackend 1.6.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 481c159775c7c0ebaaeb62962ca3f7bd352b0e5201e84616aafb6f7b597e9d0b
4
- data.tar.gz: 69749a69ea11c6d1e2b4f41b74a27e2d6333744fa34aed6b83bd625675bfcf9d
3
+ metadata.gz: 8484bcc2e6444c7415ac8cf33c0467f7e7ae74d1a6bb86f828720da88e334d09
4
+ data.tar.gz: 234a32d856bf2c782d5aac238940a18e7a831243f6d91ae8c57515403121298a
5
5
  SHA512:
6
- metadata.gz: 6c519692b2d27633d16b3d96a70e788a3484b81bf9d9943c2361f8623495af5f62235e96386add87fa9044f5ebfea71cf3d596b5c6d8be8cc238c218c496ffe7
7
- data.tar.gz: ed66411e442ae293e0cd61a133d5795c103741d14a82a8ed5bc0aa01c57ec5cfb87f09d265560fd16f28488414ff5f9f599d5c8ad61c9a2b49f50c2153265ce0
6
+ metadata.gz: 409122f1c16f81ef20bec996d37cd169e58cf212f0a586a26c777166b57dece0e308888bf21f0a77493aa0f8303457d309420d2379c0e45b55696441e91f2bcc
7
+ data.tar.gz: edc3266eed9798fcbadcaac3ada7d1a8a79fd627a097f33112112f8d91bf27285412b2f22787ea757e22059f282f0ab7577950311f9ec963d43cd4558e93bb41
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.9.0 (2021-10-06)
10
+ ------------------
11
+
12
+ * Feature - Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.
13
+
14
+ 1.8.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.7.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.6.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.10.0
@@ -929,6 +929,7 @@ module Aws::AmplifyBackend
929
929
  #
930
930
  # @return [Types::GetBackendResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
931
931
  #
932
+ # * {Types::GetBackendResponse#amplify_feature_flags #amplify_feature_flags} => String
932
933
  # * {Types::GetBackendResponse#amplify_meta_config #amplify_meta_config} => String
933
934
  # * {Types::GetBackendResponse#app_id #app_id} => String
934
935
  # * {Types::GetBackendResponse#app_name #app_name} => String
@@ -945,6 +946,7 @@ module Aws::AmplifyBackend
945
946
  #
946
947
  # @example Response structure
947
948
  #
949
+ # resp.amplify_feature_flags #=> String
948
950
  # resp.amplify_meta_config #=> String
949
951
  # resp.app_id #=> String
950
952
  # resp.app_name #=> String
@@ -1732,7 +1734,7 @@ module Aws::AmplifyBackend
1732
1734
  params: params,
1733
1735
  config: config)
1734
1736
  context[:gem_name] = 'aws-sdk-amplifybackend'
1735
- context[:gem_version] = '1.6.0'
1737
+ context[:gem_version] = '1.10.0'
1736
1738
  Seahorse::Client::Request.new(handlers, context)
1737
1739
  end
1738
1740
 
@@ -568,6 +568,7 @@ module Aws::AmplifyBackend
568
568
  GetBackendRequest.add_member(:backend_environment_name, Shapes::ShapeRef.new(shape: __string, location_name: "backendEnvironmentName"))
569
569
  GetBackendRequest.struct_class = Types::GetBackendRequest
570
570
 
571
+ GetBackendRespObj.add_member(:amplify_feature_flags, Shapes::ShapeRef.new(shape: __string, location_name: "amplifyFeatureFlags"))
571
572
  GetBackendRespObj.add_member(:amplify_meta_config, Shapes::ShapeRef.new(shape: __string, location_name: "amplifyMetaConfig"))
572
573
  GetBackendRespObj.add_member(:app_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "appId"))
573
574
  GetBackendRespObj.add_member(:app_name, Shapes::ShapeRef.new(shape: __string, location_name: "appName"))
@@ -576,6 +577,7 @@ module Aws::AmplifyBackend
576
577
  GetBackendRespObj.add_member(:error, Shapes::ShapeRef.new(shape: __string, location_name: "error"))
577
578
  GetBackendRespObj.struct_class = Types::GetBackendRespObj
578
579
 
580
+ GetBackendResponse.add_member(:amplify_feature_flags, Shapes::ShapeRef.new(shape: __string, location_name: "amplifyFeatureFlags"))
579
581
  GetBackendResponse.add_member(:amplify_meta_config, Shapes::ShapeRef.new(shape: __string, location_name: "amplifyMetaConfig"))
580
582
  GetBackendResponse.add_member(:app_id, Shapes::ShapeRef.new(shape: __string, location_name: "appId"))
581
583
  GetBackendResponse.add_member(:app_name, Shapes::ShapeRef.new(shape: __string, location_name: "appName"))
@@ -2472,6 +2472,10 @@ module Aws::AmplifyBackend
2472
2472
 
2473
2473
  # The response object for this operation.
2474
2474
  #
2475
+ # @!attribute [rw] amplify_feature_flags
2476
+ # A stringified version of the cli.json file for your Amplify project.
2477
+ # @return [String]
2478
+ #
2475
2479
  # @!attribute [rw] amplify_meta_config
2476
2480
  # A stringified version of the current configs for your Amplify
2477
2481
  # project.
@@ -2500,6 +2504,7 @@ module Aws::AmplifyBackend
2500
2504
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/GetBackendRespObj AWS API Documentation
2501
2505
  #
2502
2506
  class GetBackendRespObj < Struct.new(
2507
+ :amplify_feature_flags,
2503
2508
  :amplify_meta_config,
2504
2509
  :app_id,
2505
2510
  :app_name,
@@ -2510,6 +2515,9 @@ module Aws::AmplifyBackend
2510
2515
  include Aws::Structure
2511
2516
  end
2512
2517
 
2518
+ # @!attribute [rw] amplify_feature_flags
2519
+ # @return [String]
2520
+ #
2513
2521
  # @!attribute [rw] amplify_meta_config
2514
2522
  # @return [String]
2515
2523
  #
@@ -2531,6 +2539,7 @@ module Aws::AmplifyBackend
2531
2539
  # @see http://docs.aws.amazon.com/goto/WebAPI/amplifybackend-2020-08-11/GetBackendResponse AWS API Documentation
2532
2540
  #
2533
2541
  class GetBackendResponse < Struct.new(
2542
+ :amplify_feature_flags,
2534
2543
  :amplify_meta_config,
2535
2544
  :app_id,
2536
2545
  :app_name,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-amplifybackend/customizations'
48
48
  # @!group service
49
49
  module Aws::AmplifyBackend
50
50
 
51
- GEM_VERSION = '1.6.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplifybackend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.10.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: 2021-07-28 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.118.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.118.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="