aws-sdk-amplifyuibuilder 1.40.0 → 1.41.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: df8657d27b3490f484225586995938917eddcf73e1ec6663fd0ec1695ea1816f
4
- data.tar.gz: 75e7b948734255fadbab74322b1936c9badec4f19882a94e34fcc4289772cd56
3
+ metadata.gz: 1d813a05b98345aaa6720ab2cb59025baecbf704d42021fb57116b9380f855a6
4
+ data.tar.gz: 9fee747944a471cb08e7bed7b0f7898e61c3553dc78c2ac7bbf8faba1ee07c15
5
5
  SHA512:
6
- metadata.gz: 4d1d290af89bf8c569cd3eae6de0605ff264632a686d7acc5c7cc7257aac76a7755c0a6e1002b402f52a692706cb3cff70cfedfc3bb1fc3ea43cf4f9d9659125
7
- data.tar.gz: aafbb0baffc740e5336393754591e317e5daa4c41793cd1056c5eba721f253bd1f41994786d615919d0bbe60fc24efc617ce752ea93fe6a2633ee9a01b6eee4d
6
+ metadata.gz: 1b6dae9a83e0f0d02f9ab0c93274d9106e0504729ecdc86fc73ebab32721895d9b6ec86737a17bbf1ae0dc12da5c7870868f68feeff1d3878c7ac0d3b5a58b8d
7
+ data.tar.gz: e6d8341db0c8c8a0bb864b7a6123f7d3416567e69eb07081182eed2cc402ac3d00842b67dc9da63b1f01f6eddb1014b511c831eb7c72e78e36457a2617da5453
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -6605,7 +6605,7 @@ module Aws::AmplifyUIBuilder
6605
6605
  tracer: tracer
6606
6606
  )
6607
6607
  context[:gem_name] = 'aws-sdk-amplifyuibuilder'
6608
- context[:gem_version] = '1.40.0'
6608
+ context[:gem_version] = '1.41.0'
6609
6609
  Seahorse::Client::Request.new(handlers, context)
6610
6610
  end
6611
6611
 
@@ -481,7 +481,7 @@ module Aws::AmplifyUIBuilder
481
481
 
482
482
  CreateComponentRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
483
483
  CreateComponentRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
484
- CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
484
+ CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
485
485
  CreateComponentRequest.add_member(:component_to_create, Shapes::ShapeRef.new(shape: CreateComponentData, required: true, location_name: "componentToCreate"))
486
486
  CreateComponentRequest.struct_class = Types::CreateComponentRequest
487
487
  CreateComponentRequest[:payload] = :component_to_create
@@ -506,7 +506,7 @@ module Aws::AmplifyUIBuilder
506
506
 
507
507
  CreateFormRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
508
508
  CreateFormRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
509
- CreateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
509
+ CreateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
510
510
  CreateFormRequest.add_member(:form_to_create, Shapes::ShapeRef.new(shape: CreateFormData, required: true, location_name: "formToCreate"))
511
511
  CreateFormRequest.struct_class = Types::CreateFormRequest
512
512
  CreateFormRequest[:payload] = :form_to_create
@@ -525,7 +525,7 @@ module Aws::AmplifyUIBuilder
525
525
 
526
526
  CreateThemeRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
527
527
  CreateThemeRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
528
- CreateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
528
+ CreateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
529
529
  CreateThemeRequest.add_member(:theme_to_create, Shapes::ShapeRef.new(shape: CreateThemeData, required: true, location_name: "themeToCreate"))
530
530
  CreateThemeRequest.struct_class = Types::CreateThemeRequest
531
531
  CreateThemeRequest[:payload] = :theme_to_create
@@ -935,7 +935,7 @@ module Aws::AmplifyUIBuilder
935
935
 
936
936
  StartCodegenJobRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, required: true, location: "uri", location_name: "appId"))
937
937
  StartCodegenJobRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
938
- StartCodegenJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
938
+ StartCodegenJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
939
939
  StartCodegenJobRequest.add_member(:codegen_job_to_create, Shapes::ShapeRef.new(shape: StartCodegenJobData, required: true, location_name: "codegenJobToCreate"))
940
940
  StartCodegenJobRequest.struct_class = Types::StartCodegenJobRequest
941
941
  StartCodegenJobRequest[:payload] = :codegen_job_to_create
@@ -1019,7 +1019,7 @@ module Aws::AmplifyUIBuilder
1019
1019
  UpdateComponentRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
1020
1020
  UpdateComponentRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
1021
1021
  UpdateComponentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
1022
- UpdateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1022
+ UpdateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1023
1023
  UpdateComponentRequest.add_member(:updated_component, Shapes::ShapeRef.new(shape: UpdateComponentData, required: true, location_name: "updatedComponent"))
1024
1024
  UpdateComponentRequest.struct_class = Types::UpdateComponentRequest
1025
1025
  UpdateComponentRequest[:payload] = :updated_component
@@ -1044,7 +1044,7 @@ module Aws::AmplifyUIBuilder
1044
1044
  UpdateFormRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
1045
1045
  UpdateFormRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
1046
1046
  UpdateFormRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
1047
- UpdateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1047
+ UpdateFormRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1048
1048
  UpdateFormRequest.add_member(:updated_form, Shapes::ShapeRef.new(shape: UpdateFormData, required: true, location_name: "updatedForm"))
1049
1049
  UpdateFormRequest.struct_class = Types::UpdateFormRequest
1050
1050
  UpdateFormRequest[:payload] = :updated_form
@@ -1064,7 +1064,7 @@ module Aws::AmplifyUIBuilder
1064
1064
  UpdateThemeRequest.add_member(:app_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "appId"))
1065
1065
  UpdateThemeRequest.add_member(:environment_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentName"))
1066
1066
  UpdateThemeRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
1067
- UpdateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1067
+ UpdateThemeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1068
1068
  UpdateThemeRequest.add_member(:updated_theme, Shapes::ShapeRef.new(shape: UpdateThemeData, required: true, location_name: "updatedTheme"))
1069
1069
  UpdateThemeRequest.struct_class = Types::UpdateThemeRequest
1070
1070
  UpdateThemeRequest[:payload] = :updated_theme
@@ -55,7 +55,7 @@ module Aws::AmplifyUIBuilder
55
55
  autoload :EndpointProvider, 'aws-sdk-amplifyuibuilder/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-amplifyuibuilder/endpoints'
57
57
 
58
- GEM_VERSION = '1.40.0'
58
+ GEM_VERSION = '1.41.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplifyuibuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-amplifyuibuilder
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-amplifyuibuilder/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Amplify UI Builder
100
97
  test_files: []