aws-sdk-amplify 1.81.0 → 1.82.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: 85fff9b4dae4daf9379c111a08356621676deda30976d2c889bb4ec3b6b2cb4c
4
- data.tar.gz: 075557f29f2007523ecdb8cfceaf775f1f27df13f53bf96dea28ef2328289ee1
3
+ metadata.gz: 39f356b604368ba8997e905a40314ab341079cd41c215ca3dfa9e6affc813853
4
+ data.tar.gz: 0faf1ad5f3200bba0456c1bab2551bf6b7a89dd83fff0f7d67294110e2046de7
5
5
  SHA512:
6
- metadata.gz: 8393232093fb65d795aec760829659f3d0dab90976af1fac909048aebd02937707a1333608a0bd148b1ffd9b71419e27660518848cd5a639fd5330670b8170e1
7
- data.tar.gz: d1946b26eaa25046a8bdfe3e00987a930b3915aa47018a8c5e55b0e45bd4073d969cd1016e7d48a95ccfaa69ca564525078cf67e73f9b8a345ba13eb81288c81
6
+ metadata.gz: 44ed00e55786b048a40c3ffacb155c1e302b96dcec978069ae7a60ad72fae662e3281c679e446297fa9e1c56bee79cb719048fabf4c8ea0b7c81c6522b6a074a
7
+ data.tar.gz: 25a51415f0c7b59bba2baf7bb0fee8486f92a4805fe8b8a8a223c45fe4daa1115765ad25b3e4663f5893f79c89a6e95fb4d78c15c235993e3dcf4c7a64dbf0a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-03-20)
5
+ ------------------
6
+
7
+ * Feature - Added appId field to Webhook responses
8
+
4
9
  1.81.0 (2025-03-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -1126,6 +1126,7 @@ module Aws::Amplify
1126
1126
  # resp.webhook.webhook_arn #=> String
1127
1127
  # resp.webhook.webhook_id #=> String
1128
1128
  # resp.webhook.webhook_url #=> String
1129
+ # resp.webhook.app_id #=> String
1129
1130
  # resp.webhook.branch_name #=> String
1130
1131
  # resp.webhook.description #=> String
1131
1132
  # resp.webhook.create_time #=> Time
@@ -1440,6 +1441,7 @@ module Aws::Amplify
1440
1441
  # resp.webhook.webhook_arn #=> String
1441
1442
  # resp.webhook.webhook_id #=> String
1442
1443
  # resp.webhook.webhook_url #=> String
1444
+ # resp.webhook.app_id #=> String
1443
1445
  # resp.webhook.branch_name #=> String
1444
1446
  # resp.webhook.description #=> String
1445
1447
  # resp.webhook.create_time #=> Time
@@ -1841,6 +1843,7 @@ module Aws::Amplify
1841
1843
  # resp.webhook.webhook_arn #=> String
1842
1844
  # resp.webhook.webhook_id #=> String
1843
1845
  # resp.webhook.webhook_url #=> String
1846
+ # resp.webhook.app_id #=> String
1844
1847
  # resp.webhook.branch_name #=> String
1845
1848
  # resp.webhook.description #=> String
1846
1849
  # resp.webhook.create_time #=> Time
@@ -1942,7 +1945,19 @@ module Aws::Amplify
1942
1945
  req.send_request(options)
1943
1946
  end
1944
1947
 
1945
- # Returns a list of artifacts for a specified app, branch, and job.
1948
+ # Returns a list of end-to-end testing artifacts for a specified app,
1949
+ # branch, and job.
1950
+ #
1951
+ # To return the build artifacts, use the [GetJob][1] API.
1952
+ #
1953
+ # For more information about Amplify testing support, see [Setting up
1954
+ # end-to-end Cypress tests for your Amplify application][2] in the
1955
+ # *Amplify Hosting User Guide*.
1956
+ #
1957
+ #
1958
+ #
1959
+ # [1]: https://docs.aws.amazon.com/amplify/latest/APIReference/API_GetJob.html
1960
+ # [2]: https://docs.aws.amazon.com/amplify/latest/userguide/running-tests.html
1946
1961
  #
1947
1962
  # @option params [required, String] :app_id
1948
1963
  # The unique ID for an Amplify app.
@@ -2302,6 +2317,7 @@ module Aws::Amplify
2302
2317
  # resp.webhooks[0].webhook_arn #=> String
2303
2318
  # resp.webhooks[0].webhook_id #=> String
2304
2319
  # resp.webhooks[0].webhook_url #=> String
2320
+ # resp.webhooks[0].app_id #=> String
2305
2321
  # resp.webhooks[0].branch_name #=> String
2306
2322
  # resp.webhooks[0].description #=> String
2307
2323
  # resp.webhooks[0].create_time #=> Time
@@ -3084,6 +3100,7 @@ module Aws::Amplify
3084
3100
  # resp.webhook.webhook_arn #=> String
3085
3101
  # resp.webhook.webhook_id #=> String
3086
3102
  # resp.webhook.webhook_url #=> String
3103
+ # resp.webhook.app_id #=> String
3087
3104
  # resp.webhook.branch_name #=> String
3088
3105
  # resp.webhook.description #=> String
3089
3106
  # resp.webhook.create_time #=> Time
@@ -3116,7 +3133,7 @@ module Aws::Amplify
3116
3133
  tracer: tracer
3117
3134
  )
3118
3135
  context[:gem_name] = 'aws-sdk-amplify'
3119
- context[:gem_version] = '1.81.0'
3136
+ context[:gem_version] = '1.82.0'
3120
3137
  Seahorse::Client::Request.new(handlers, context)
3121
3138
  end
3122
3139
 
@@ -856,6 +856,7 @@ module Aws::Amplify
856
856
  Webhook.add_member(:webhook_arn, Shapes::ShapeRef.new(shape: WebhookArn, required: true, location_name: "webhookArn"))
857
857
  Webhook.add_member(:webhook_id, Shapes::ShapeRef.new(shape: WebhookId, required: true, location_name: "webhookId"))
858
858
  Webhook.add_member(:webhook_url, Shapes::ShapeRef.new(shape: WebhookUrl, required: true, location_name: "webhookUrl"))
859
+ Webhook.add_member(:app_id, Shapes::ShapeRef.new(shape: AppId, location_name: "appId"))
859
860
  Webhook.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "branchName"))
860
861
  Webhook.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
861
862
  Webhook.add_member(:create_time, Shapes::ShapeRef.new(shape: CreateTime, required: true, location_name: "createTime"))
@@ -2596,7 +2596,7 @@ module Aws::Amplify
2596
2596
  # @return [String]
2597
2597
  #
2598
2598
  # @!attribute [rw] artifacts_url
2599
- # The URL to the artifact for the execution step.
2599
+ # The URL to the build artifact for the execution step.
2600
2600
  # @return [String]
2601
2601
  #
2602
2602
  # @!attribute [rw] test_artifacts_url
@@ -3285,6 +3285,10 @@ module Aws::Amplify
3285
3285
  # The URL of the webhook.
3286
3286
  # @return [String]
3287
3287
  #
3288
+ # @!attribute [rw] app_id
3289
+ # The unique ID of an Amplify app.
3290
+ # @return [String]
3291
+ #
3288
3292
  # @!attribute [rw] branch_name
3289
3293
  # The name for a branch that is part of an Amplify app.
3290
3294
  # @return [String]
@@ -3309,6 +3313,7 @@ module Aws::Amplify
3309
3313
  :webhook_arn,
3310
3314
  :webhook_id,
3311
3315
  :webhook_url,
3316
+ :app_id,
3312
3317
  :branch_name,
3313
3318
  :description,
3314
3319
  :create_time,
@@ -54,7 +54,7 @@ module Aws::Amplify
54
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplify/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -775,6 +775,7 @@ module Aws::Amplify
775
775
  attr_accessor webhook_arn: ::String
776
776
  attr_accessor webhook_id: ::String
777
777
  attr_accessor webhook_url: ::String
778
+ attr_accessor app_id: ::String
778
779
  attr_accessor branch_name: ::String
779
780
  attr_accessor description: ::String
780
781
  attr_accessor create_time: ::Time
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.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: 2025-03-13 00:00:00.000000000 Z
11
+ date: 2025-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core