aws-sdk-codebuild 1.124.0 → 1.126.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: e8b46a9105e6d843bf9d072f831777448c2e5e98517ffd5bce46707d0c574d4b
4
- data.tar.gz: 4ac36226a28d97c3e06cc709bb58d295119611316c93e76a6cd7f658330c88e3
3
+ metadata.gz: 880dee5af54cdce569406ab679acc92dd66b5d6bf3b9345b4764be1cad8d312e
4
+ data.tar.gz: 0bdfaacde5af640ef304f5c3369d482ab8267d5c2dd0e81978f5dec0c1f09143
5
5
  SHA512:
6
- metadata.gz: 4892e3795ff7789aef5db3efe25b297a9fa1765fa055022263f233c037a59b31ba4dde66b7b0a2126c1be1ba1d1b4cfe3479ef3637c4f11f96dd85dcb29f3cf5
7
- data.tar.gz: 6b64fbf7c57b17c2f6486a0149d9bd4e459c17c9fb9cdd8dc0a2a42cb3931aa47c8e2a4c40ef59946012661c2a5ec800582d750217bbc1ff593e21199464e4a4
6
+ metadata.gz: ba61649659f5843d5aad8ec858619fd051b638c2710d10649c51e4d9eb9cce22442a218117e1b3100fabaf7e83d02f4d6732de317eb6920d4cf4c164cd4107f2
7
+ data.tar.gz: df5e4b4112d82958e2357f2430e5fb16fe1deb84ea69f83ed32d035f47c1bd00ffbf497c1a93f59c4f4905c16222935aefad8b40d574efc6306e70363ef14c27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.126.0 (2024-09-03)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.125.0 (2024-08-23)
10
+ ------------------
11
+
12
+ * Feature - Added support for the MAC_ARM environment type for CodeBuild fleets.
13
+
4
14
  1.124.0 (2024-08-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.124.0
1
+ 1.126.0
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
32
32
  require 'aws-sdk-core/plugins/request_compression.rb'
33
33
  require 'aws-sdk-core/plugins/defaults_mode.rb'
34
34
  require 'aws-sdk-core/plugins/recursion_detection.rb'
35
+ require 'aws-sdk-core/plugins/telemetry.rb'
35
36
  require 'aws-sdk-core/plugins/sign.rb'
36
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
37
38
 
@@ -83,6 +84,7 @@ module Aws::CodeBuild
83
84
  add_plugin(Aws::Plugins::RequestCompression)
84
85
  add_plugin(Aws::Plugins::DefaultsMode)
85
86
  add_plugin(Aws::Plugins::RecursionDetection)
87
+ add_plugin(Aws::Plugins::Telemetry)
86
88
  add_plugin(Aws::Plugins::Sign)
87
89
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
88
90
  add_plugin(Aws::CodeBuild::Plugins::Endpoints)
@@ -337,6 +339,16 @@ module Aws::CodeBuild
337
339
  # ** Please note ** When response stubbing is enabled, no HTTP
338
340
  # requests are made, and retries are disabled.
339
341
  #
342
+ # @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
343
+ # Allows you to provide a telemetry provider, which is used to
344
+ # emit telemetry data. By default, uses `NoOpTelemetryProvider` which
345
+ # will not record or emit any telemetry data. The SDK supports the
346
+ # following telemetry providers:
347
+ #
348
+ # * OpenTelemetry (OTel) - To use the OTel provider, install and require the
349
+ # `opentelemetry-sdk` gem and then, pass in an instance of a
350
+ # `Aws::Telemetry::OTelProvider` for telemetry provider.
351
+ #
340
352
  # @option options [Aws::TokenProvider] :token_provider
341
353
  # A Bearer Token Provider. This can be an instance of any one of the
342
354
  # following classes:
@@ -1134,6 +1146,14 @@ module Aws::CodeBuild
1134
1146
  # (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific
1135
1147
  # (Sydney).
1136
1148
  #
1149
+ # * The environment type `MAC_ARM` is available for Medium fleets only
1150
+ # in regions US East (N. Virginia), US East (Ohio), US West (Oregon),
1151
+ # Asia Pacific (Sydney), and EU (Frankfurt)
1152
+ #
1153
+ # * The environment type `MAC_ARM` is available for Large fleets only in
1154
+ # regions US East (N. Virginia), US East (Ohio), US West (Oregon), and
1155
+ # Asia Pacific (Sydney).
1156
+ #
1137
1157
  # * The environment type `WINDOWS_SERVER_2019_CONTAINER` is available
1138
1158
  # only in regions US East (N. Virginia), US East (Ohio), US West
1139
1159
  # (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific
@@ -4947,6 +4967,14 @@ module Aws::CodeBuild
4947
4967
  # (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific
4948
4968
  # (Sydney).
4949
4969
  #
4970
+ # * The environment type `MAC_ARM` is available for Medium fleets only
4971
+ # in regions US East (N. Virginia), US East (Ohio), US West (Oregon),
4972
+ # Asia Pacific (Sydney), and EU (Frankfurt)
4973
+ #
4974
+ # * The environment type `MAC_ARM` is available for Large fleets only in
4975
+ # regions US East (N. Virginia), US East (Ohio), US West (Oregon), and
4976
+ # Asia Pacific (Sydney).
4977
+ #
4950
4978
  # * The environment type `WINDOWS_SERVER_2019_CONTAINER` is available
4951
4979
  # only in regions US East (N. Virginia), US East (Ohio), US West
4952
4980
  # (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific
@@ -5820,14 +5848,19 @@ module Aws::CodeBuild
5820
5848
  # @api private
5821
5849
  def build_request(operation_name, params = {})
5822
5850
  handlers = @handlers.for(operation_name)
5851
+ tracer = config.telemetry_provider.tracer_provider.tracer(
5852
+ Aws::Telemetry.module_to_tracer_name('Aws::CodeBuild')
5853
+ )
5823
5854
  context = Seahorse::Client::RequestContext.new(
5824
5855
  operation_name: operation_name,
5825
5856
  operation: config.api.operation(operation_name),
5826
5857
  client: self,
5827
5858
  params: params,
5828
- config: config)
5859
+ config: config,
5860
+ tracer: tracer
5861
+ )
5829
5862
  context[:gem_name] = 'aws-sdk-codebuild'
5830
- context[:gem_version] = '1.124.0'
5863
+ context[:gem_version] = '1.126.0'
5831
5864
  Seahorse::Client::Request.new(handlers, context)
5832
5865
  end
5833
5866
 
@@ -1426,6 +1426,14 @@ module Aws::CodeBuild
1426
1426
  # EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia
1427
1427
  # Pacific (Sydney).
1428
1428
  #
1429
+ # * The environment type `MAC_ARM` is available for Medium fleets only
1430
+ # in regions US East (N. Virginia), US East (Ohio), US West
1431
+ # (Oregon), Asia Pacific (Sydney), and EU (Frankfurt)
1432
+ #
1433
+ # * The environment type `MAC_ARM` is available for Large fleets only
1434
+ # in regions US East (N. Virginia), US East (Ohio), US West
1435
+ # (Oregon), and Asia Pacific (Sydney).
1436
+ #
1429
1437
  # * The environment type `WINDOWS_SERVER_2019_CONTAINER` is available
1430
1438
  # only in regions US East (N. Virginia), US East (Ohio), US West
1431
1439
  # (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia
@@ -2430,6 +2438,14 @@ module Aws::CodeBuild
2430
2438
  # EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia
2431
2439
  # Pacific (Sydney).
2432
2440
  #
2441
+ # * The environment type `MAC_ARM` is available for Medium fleets only
2442
+ # in regions US East (N. Virginia), US East (Ohio), US West
2443
+ # (Oregon), Asia Pacific (Sydney), and EU (Frankfurt)
2444
+ #
2445
+ # * The environment type `MAC_ARM` is available for Large fleets only
2446
+ # in regions US East (N. Virginia), US East (Ohio), US West
2447
+ # (Oregon), and Asia Pacific (Sydney).
2448
+ #
2433
2449
  # * The environment type `WINDOWS_SERVER_2019_CONTAINER` is available
2434
2450
  # only in regions US East (N. Virginia), US East (Ohio), US West
2435
2451
  # (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia
@@ -6413,6 +6429,14 @@ module Aws::CodeBuild
6413
6429
  # EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia
6414
6430
  # Pacific (Sydney).
6415
6431
  #
6432
+ # * The environment type `MAC_ARM` is available for Medium fleets only
6433
+ # in regions US East (N. Virginia), US East (Ohio), US West
6434
+ # (Oregon), Asia Pacific (Sydney), and EU (Frankfurt)
6435
+ #
6436
+ # * The environment type `MAC_ARM` is available for Large fleets only
6437
+ # in regions US East (N. Virginia), US East (Ohio), US West
6438
+ # (Oregon), and Asia Pacific (Sydney).
6439
+ #
6416
6440
  # * The environment type `WINDOWS_SERVER_2019_CONTAINER` is available
6417
6441
  # only in regions US East (N. Virginia), US East (Ohio), US West
6418
6442
  # (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codebuild/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeBuild
54
54
 
55
- GEM_VERSION = '1.124.0'
55
+ GEM_VERSION = '1.126.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -51,6 +51,7 @@ module Aws
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?simple_json: bool,
53
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
54
55
  ?token_provider: untyped,
55
56
  ?use_dualstack_endpoint: bool,
56
57
  ?use_fips_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -51,6 +51,7 @@ module Aws
51
51
  ?sigv4a_signing_region_set: Array[String],
52
52
  ?simple_json: bool,
53
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
54
55
  ?token_provider: untyped,
55
56
  ?use_dualstack_endpoint: bool,
56
57
  ?use_fips_endpoint: bool,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.124.0
4
+ version: 1.126.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: 2024-08-19 00:00:00.000000000 Z
11
+ date: 2024-09-03 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.201.0
22
+ version: 3.203.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.201.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement