aws-sdk-amplifybackend 1.5.0 → 1.9.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-amplifybackend/client.rb +3 -1
- data/lib/aws-sdk-amplifybackend/client_api.rb +2 -0
- data/lib/aws-sdk-amplifybackend/types.rb +9 -0
- data/lib/aws-sdk-amplifybackend.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d9491533f2de19913288a99803b06355a738974d4cbb201bf0fea1d047bae23
|
|
4
|
+
data.tar.gz: 154260afd5b79e49ea0d827d984d07d60cb635e3691d17466ef97920cedec774
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73de34c89deffb21bccc9f3c6c23139714287e705b736458cf26afc8625bce5dee8de9a177b675c02cd26d4fca88349f1d56ddde69d9de04fd7ec390dcd0a3d3
|
|
7
|
+
data.tar.gz: 7c82c4d830342c2c0e4b2d06b9919e4bdf5bdd125e7b0b62eb42ee39b07f4281e39650a6ce728b40a073b3070760558d3c815227ce68d1f41bd9c1e60bb2e02b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.9.0 (2021-10-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* 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.
|
|
8
|
+
|
|
9
|
+
1.8.0 (2021-09-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.7.0 (2021-07-30)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.6.0 (2021-07-28)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
4
24
|
1.5.0 (2021-07-13)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.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.
|
|
1737
|
+
context[:gem_version] = '1.9.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,
|
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.
|
|
4
|
+
version: 1.9.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-
|
|
11
|
+
date: 2021-10-06 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.
|
|
22
|
+
version: 3.120.0
|
|
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.
|
|
32
|
+
version: 3.120.0
|
|
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: '
|
|
79
|
+
version: '2.3'
|
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - ">="
|