aws-sdk-ssmsap 1.12.0 → 1.13.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: 137a8d6ac36ce86fe9f806b1fa709a057171e1ccaf368303e49cb5b1e30c7629
4
+ data.tar.gz: 14371f4d2787345662e5ef9148d3f2b2b46cb793068b660006bf0909ecbbc4ef
5
5
  SHA512:
6
- metadata.gz: 14476c9a4be0d25834be7d7ad66b30c41b5d50e2823bdfc4b8804f5835776f8e692fe2781219f9828a12086e7a91d53d24daa0fc9674d942c5cdedf31fc3b836
7
- data.tar.gz: eba1c5a39a76cd3d2460fc4958bfb40b522c2ee659ecfb422cbc1a4d10870e483205832d7533aa4e368af2a2a06790fef9bbe78a8dc3ab42eccded1bc6d041bf
6
+ metadata.gz: 6887582fcc01c860ef4300c5f3ab2fc45ce23308f40ab60dfe5a57d6d48fa3ce7a0a15d16157d2e5ff6f92aa9abafae5527e9f81aca8a370d51ccf66b2c825d1
7
+ data.tar.gz: 326ae0f3c2579f58d1daeb7fef8e4acfc485faf0799cb1f59b5f21509b56c9e5b64269b9b16da35fae631ebbf3bd641f792dd340ec439d0c3385c94659664e13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.0 (2023-11-15)
5
+ ------------------
6
+
7
+ * Feature - Update the default value of MaxResult to 50.
8
+
4
9
  1.12.0 (2023-10-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.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.13.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.13.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.13.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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core