aws-sdk-ssm 1.139.0 → 1.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72a1f5983bf267fd307111601fef67009aeff3d0adf789275e786162ea646982
4
- data.tar.gz: 2cb395c24fd4e87c0c5de6a5fe991a2c18365f077747639f425eca3f4696f9ee
3
+ metadata.gz: cd86e0858db6853405cc11ac2b6a139f11e984066349650193b1775683f18f28
4
+ data.tar.gz: 5198025f1f86c950999b4d81839ef921ccd05d31e2ba55d6a2dfbec9c3e10d42
5
5
  SHA512:
6
- metadata.gz: c99571a915b05aee691c4135614f6a913c5a7a1ba26c1d38ea40d036b8061e919963d0961355cccdacd038788cc8fd904f172921b729cd5811d2bc5ff4dd6492
7
- data.tar.gz: 99c2deb658dac52e9bee18f65ab805594e6331a40ab1a2855b05cbe76ddf69e16eec9c562fc98ab61113c34c36bb35748301a985fff13b73aadcaa49191db9fe
6
+ metadata.gz: 8d8e07af9fad6f9452bd9f846ccce2922b9a575d0fae3689776e7d5b4eb669aaab4fedca9f90c4bbbeaa50af90c4094c9aa55912a9186456bc3c9177af916195
7
+ data.tar.gz: 6048e06d8127eaefbea73b98e50573acc5755d8fdb8fc6e19ca0f015bd1aa18a34b3563033d7b2380d5a8bcb5a3c2062d29883901780ce72a1bdbc1eddaec2c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2022-09-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds new SSM document types ConformancePackTemplate and CloudFormation
8
+
4
9
  1.139.0 (2022-09-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -1335,7 +1335,7 @@ module Aws::SSM
1335
1335
  # name: "DocumentName", # required
1336
1336
  # display_name: "DocumentDisplayName",
1337
1337
  # version_name: "DocumentVersionName",
1338
- # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate
1338
+ # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate
1339
1339
  # document_format: "YAML", # accepts YAML, JSON, TEXT
1340
1340
  # target_type: "TargetType",
1341
1341
  # tags: [
@@ -1367,7 +1367,7 @@ module Aws::SSM
1367
1367
  # resp.document_description.parameters[0].default_value #=> String
1368
1368
  # resp.document_description.platform_types #=> Array
1369
1369
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
1370
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate"
1370
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
1371
1371
  # resp.document_description.schema_version #=> String
1372
1372
  # resp.document_description.latest_version #=> String
1373
1373
  # resp.document_description.default_version #=> String
@@ -3260,7 +3260,7 @@ module Aws::SSM
3260
3260
  # resp.document.parameters[0].default_value #=> String
3261
3261
  # resp.document.platform_types #=> Array
3262
3262
  # resp.document.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
3263
- # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate"
3263
+ # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
3264
3264
  # resp.document.schema_version #=> String
3265
3265
  # resp.document.latest_version #=> String
3266
3266
  # resp.document.default_version #=> String
@@ -5587,7 +5587,7 @@ module Aws::SSM
5587
5587
  # resp.status #=> String, one of "Creating", "Active", "Updating", "Deleting", "Failed"
5588
5588
  # resp.status_information #=> String
5589
5589
  # resp.content #=> String
5590
- # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate"
5590
+ # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
5591
5591
  # resp.document_format #=> String, one of "YAML", "JSON", "TEXT"
5592
5592
  # resp.requires #=> Array
5593
5593
  # resp.requires[0].name #=> String
@@ -7516,7 +7516,7 @@ module Aws::SSM
7516
7516
  # resp.document_identifiers[0].platform_types #=> Array
7517
7517
  # resp.document_identifiers[0].platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
7518
7518
  # resp.document_identifiers[0].document_version #=> String
7519
- # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate"
7519
+ # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
7520
7520
  # resp.document_identifiers[0].schema_version #=> String
7521
7521
  # resp.document_identifiers[0].document_format #=> String, one of "YAML", "JSON", "TEXT"
7522
7522
  # resp.document_identifiers[0].target_type #=> String
@@ -10392,7 +10392,7 @@ module Aws::SSM
10392
10392
  # resp.document_description.parameters[0].default_value #=> String
10393
10393
  # resp.document_description.platform_types #=> Array
10394
10394
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
10395
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate"
10395
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
10396
10396
  # resp.document_description.schema_version #=> String
10397
10397
  # resp.document_description.latest_version #=> String
10398
10398
  # resp.document_description.default_version #=> String
@@ -11661,7 +11661,7 @@ module Aws::SSM
11661
11661
  params: params,
11662
11662
  config: config)
11663
11663
  context[:gem_name] = 'aws-sdk-ssm'
11664
- context[:gem_version] = '1.139.0'
11664
+ context[:gem_version] = '1.140.0'
11665
11665
  Seahorse::Client::Request.new(handlers, context)
11666
11666
  end
11667
11667
 
@@ -3491,7 +3491,7 @@ module Aws::SSM
3491
3491
  # name: "DocumentName", # required
3492
3492
  # display_name: "DocumentDisplayName",
3493
3493
  # version_name: "DocumentVersionName",
3494
- # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate
3494
+ # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate
3495
3495
  # document_format: "YAML", # accepts YAML, JSON, TEXT
3496
3496
  # target_type: "TargetType",
3497
3497
  # tags: [
data/lib/aws-sdk-ssm.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.139.0'
52
+ GEM_VERSION = '1.140.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.139.0
4
+ version: 1.140.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: 2022-09-08 00:00:00.000000000 Z
11
+ date: 2022-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core