aws-sdk-ssmsap 1.12.0 → 1.14.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: 4b88dcbf0bf73c04ffafe1b589ed898e25bc07d0136c1b6ae661aa8577c2dabe
4
- data.tar.gz: 265275f8fa17a6136680adb4907f0e9b6e632a914e7bbc0a74e064566cc78c24
3
+ metadata.gz: 5feab00e287c8cca6f23d2970bb3a1ed0367671494e17a519d5b0bef0a70e686
4
+ data.tar.gz: 0f56e23b386ce1b49c2f2b4325fbca457f44d55e3d4624215613b528cb143a19
5
5
  SHA512:
6
- metadata.gz: 14476c9a4be0d25834be7d7ad66b30c41b5d50e2823bdfc4b8804f5835776f8e692fe2781219f9828a12086e7a91d53d24daa0fc9674d942c5cdedf31fc3b836
7
- data.tar.gz: eba1c5a39a76cd3d2460fc4958bfb40b522c2ee659ecfb422cbc1a4d10870e483205832d7533aa4e368af2a2a06790fef9bbe78a8dc3ab42eccded1bc6d041bf
6
+ metadata.gz: f3d744eba4cce6a61f7842c85f27d8e6210bd8127ad51cc54015fc237f216460eec6cb01c992dda5bd0753081e6df847a4cdfbb8ca0a90e52827c03af87927a8
7
+ data.tar.gz: b424b6a5236a8c0b8dbab03828af0648acebd01e8687c8717e7dc2a4c23d110160e9d16d217603e910752dd4cadc9d33bb5a88e19e072c60fafc94c64257e67e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2023-11-15)
10
+ ------------------
11
+
12
+ * Feature - Update the default value of MaxResult to 50.
13
+
4
14
  1.12.0 (2023-10-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.0
@@ -1233,7 +1233,7 @@ module Aws::SsmSap
1233
1233
  params: params,
1234
1234
  config: config)
1235
1235
  context[:gem_name] = 'aws-sdk-ssmsap'
1236
- context[:gem_version] = '1.12.0'
1236
+ context[:gem_version] = '1.14.0'
1237
1237
  Seahorse::Client::Request.new(handlers, context)
1238
1238
  end
1239
1239
 
@@ -314,7 +314,7 @@ module Aws::SsmSap
314
314
  IpAddressMember.struct_class = Types::IpAddressMember
315
315
 
316
316
  ListApplicationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
317
- ListApplicationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
317
+ ListApplicationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
318
318
  ListApplicationsInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
319
319
  ListApplicationsInput.struct_class = Types::ListApplicationsInput
320
320
 
@@ -324,7 +324,7 @@ module Aws::SsmSap
324
324
 
325
325
  ListComponentsInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
326
326
  ListComponentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
327
- ListComponentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
327
+ ListComponentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
328
328
  ListComponentsInput.struct_class = Types::ListComponentsInput
329
329
 
330
330
  ListComponentsOutput.add_member(:components, Shapes::ShapeRef.new(shape: ComponentSummaryList, location_name: "Components"))
@@ -334,7 +334,7 @@ module Aws::SsmSap
334
334
  ListDatabasesInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
335
335
  ListDatabasesInput.add_member(:component_id, Shapes::ShapeRef.new(shape: ComponentId, location_name: "ComponentId"))
336
336
  ListDatabasesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
337
- ListDatabasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
337
+ ListDatabasesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
338
338
  ListDatabasesInput.struct_class = Types::ListDatabasesInput
339
339
 
340
340
  ListDatabasesOutput.add_member(:databases, Shapes::ShapeRef.new(shape: DatabaseSummaryList, location_name: "Databases"))
@@ -342,7 +342,7 @@ module Aws::SsmSap
342
342
  ListDatabasesOutput.struct_class = Types::ListDatabasesOutput
343
343
 
344
344
  ListOperationsInput.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, required: true, location_name: "ApplicationId"))
345
- ListOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
345
+ ListOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
346
346
  ListOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
347
347
  ListOperationsInput.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
348
348
  ListOperationsInput.struct_class = Types::ListOperationsInput
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssmsap/customizations'
52
52
  # @!group service
53
53
  module Aws::SsmSap
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.14.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: 2023-10-26 00:00:00.000000000 Z
11
+ date: 2023-11-22 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.184.0
22
+ version: 3.188.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.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="