aws-sdk-fis 1.46.0 → 1.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fis/client.rb +31 -31
- data/lib/aws-sdk-fis/client_api.rb +4 -3
- data/lib/aws-sdk-fis.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 310da97f408d13feca45aee002f512401cd749df72375f06c62b75e819c9eb30
|
4
|
+
data.tar.gz: 4e091ed14f9c1a1c89e20f70e3b25109da7d5ad75f5411971e5550089603d4c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85fd4ab5f22ad562496ffa5f124820b33e0ac6113225ff46b56acac7594f0b537dc028aad7cb3c464bea12773483293f43b6a907680c3f3e8b56653dd80033c3
|
7
|
+
data.tar.gz: 41f956ae5ff2ef156ad7f12a49253975dd0e374d9dfbe485faef44db0ece1d3eb246dd303860759baf2754b9c121020bcbe47fb043d9c6760c25d62aa7a5cf05
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.48.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.47.0 (2025-02-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
|
13
|
+
|
4
14
|
1.46.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
data/lib/aws-sdk-fis/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::FIS
|
40
40
|
# An API client for FIS. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -597,7 +597,7 @@ module Aws::FIS
|
|
597
597
|
# outputs: {
|
598
598
|
# s3_configuration: {
|
599
599
|
# bucket_name: "S3BucketName",
|
600
|
-
# prefix: "
|
600
|
+
# prefix: "ReportConfigurationS3OutputPrefix",
|
601
601
|
# },
|
602
602
|
# },
|
603
603
|
# data_sources: {
|
@@ -1866,7 +1866,7 @@ module Aws::FIS
|
|
1866
1866
|
# outputs: {
|
1867
1867
|
# s3_configuration: {
|
1868
1868
|
# bucket_name: "S3BucketName",
|
1869
|
-
# prefix: "
|
1869
|
+
# prefix: "ReportConfigurationS3OutputPrefix",
|
1870
1870
|
# },
|
1871
1871
|
# },
|
1872
1872
|
# data_sources: {
|
@@ -2038,7 +2038,7 @@ module Aws::FIS
|
|
2038
2038
|
tracer: tracer
|
2039
2039
|
)
|
2040
2040
|
context[:gem_name] = 'aws-sdk-fis'
|
2041
|
-
context[:gem_version] = '1.
|
2041
|
+
context[:gem_version] = '1.48.0'
|
2042
2042
|
Seahorse::Client::Request.new(handlers, context)
|
2043
2043
|
end
|
2044
2044
|
|
@@ -208,6 +208,7 @@ module Aws::FIS
|
|
208
208
|
ReportConfigurationDuration = Shapes::StringShape.new(name: 'ReportConfigurationDuration')
|
209
209
|
ReportConfigurationS3Output = Shapes::StructureShape.new(name: 'ReportConfigurationS3Output')
|
210
210
|
ReportConfigurationS3OutputInput = Shapes::StructureShape.new(name: 'ReportConfigurationS3OutputInput')
|
211
|
+
ReportConfigurationS3OutputPrefix = Shapes::StringShape.new(name: 'ReportConfigurationS3OutputPrefix')
|
211
212
|
ResolvedTarget = Shapes::StructureShape.new(name: 'ResolvedTarget')
|
212
213
|
ResolvedTargetList = Shapes::ListShape.new(name: 'ResolvedTargetList')
|
213
214
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
@@ -473,7 +474,7 @@ module Aws::FIS
|
|
473
474
|
ExperimentReportConfigurationOutputs.struct_class = Types::ExperimentReportConfigurationOutputs
|
474
475
|
|
475
476
|
ExperimentReportConfigurationOutputsS3Configuration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "bucketName"))
|
476
|
-
ExperimentReportConfigurationOutputsS3Configuration.add_member(:prefix, Shapes::ShapeRef.new(shape:
|
477
|
+
ExperimentReportConfigurationOutputsS3Configuration.add_member(:prefix, Shapes::ShapeRef.new(shape: ReportConfigurationS3OutputPrefix, location_name: "prefix"))
|
477
478
|
ExperimentReportConfigurationOutputsS3Configuration.struct_class = Types::ExperimentReportConfigurationOutputsS3Configuration
|
478
479
|
|
479
480
|
ExperimentReportError.add_member(:code, Shapes::ShapeRef.new(shape: ExperimentReportErrorCode, location_name: "code"))
|
@@ -790,11 +791,11 @@ module Aws::FIS
|
|
790
791
|
ReportConfigurationCloudWatchDashboardInputList.member = Shapes::ShapeRef.new(shape: ReportConfigurationCloudWatchDashboardInput)
|
791
792
|
|
792
793
|
ReportConfigurationS3Output.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "bucketName"))
|
793
|
-
ReportConfigurationS3Output.add_member(:prefix, Shapes::ShapeRef.new(shape:
|
794
|
+
ReportConfigurationS3Output.add_member(:prefix, Shapes::ShapeRef.new(shape: ReportConfigurationS3OutputPrefix, location_name: "prefix"))
|
794
795
|
ReportConfigurationS3Output.struct_class = Types::ReportConfigurationS3Output
|
795
796
|
|
796
797
|
ReportConfigurationS3OutputInput.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "bucketName"))
|
797
|
-
ReportConfigurationS3OutputInput.add_member(:prefix, Shapes::ShapeRef.new(shape:
|
798
|
+
ReportConfigurationS3OutputInput.add_member(:prefix, Shapes::ShapeRef.new(shape: ReportConfigurationS3OutputPrefix, location_name: "prefix"))
|
798
799
|
ReportConfigurationS3OutputInput.struct_class = Types::ReportConfigurationS3OutputInput
|
799
800
|
|
800
801
|
ResolvedTarget.add_member(:resource_type, Shapes::ShapeRef.new(shape: TargetResourceTypeId, location_name: "resourceType"))
|
data/lib/aws-sdk-fis.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-fis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.48.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-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|