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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmsap/client.rb +1 -1
- data/lib/aws-sdk-ssmsap/client_api.rb +4 -4
- data/lib/aws-sdk-ssmsap.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: 137a8d6ac36ce86fe9f806b1fa709a057171e1ccaf368303e49cb5b1e30c7629
|
4
|
+
data.tar.gz: 14371f4d2787345662e5ef9148d3f2b2b46cb793068b660006bf0909ecbbc4ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6887582fcc01c860ef4300c5f3ab2fc45ce23308f40ab60dfe5a57d6d48fa3ce7a0a15d16157d2e5ff6f92aa9abafae5527e9f81aca8a370d51ccf66b2c825d1
|
7
|
+
data.tar.gz: 326ae0f3c2579f58d1daeb7fef8e4acfc485faf0799cb1f59b5f21509b56c9e5b64269b9b16da35fae631ebbf3bd641f792dd340ec439d0c3385c94659664e13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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"
|
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"
|
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"
|
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"
|
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
|
data/lib/aws-sdk-ssmsap.rb
CHANGED
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.
|
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-
|
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
|