aws-sdk-ssm 1.146.0 → 1.147.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: f3f07a4cfb0b2f97ddd66342c29ab5a1c2e624c04a03765feddc02664e393bcd
4
- data.tar.gz: 120abdf31a52424e5433235ba222ae4f77345a3088a5767944608ee467b88aa3
3
+ metadata.gz: 62f7c393c9b3b4d50b770f23e6e99cfda50ec439acf107ecc40caab7472d682a
4
+ data.tar.gz: 144e8cf93fd577426b15e4296613883d697d5a8302ad6e42a2b81c1d69bd5e61
5
5
  SHA512:
6
- metadata.gz: 2f376848c14e427bcf926406199cf9ca9b59d04ba6b5c4eea2c99eff720b6a538033e88ef4ec5ad305134df969cfe0cdfb148215024ba7b0b5fc1f639f4ac7af
7
- data.tar.gz: 2d7d21e5eb2b1b7b92d39f12f2fc553580a2e8351643f65b5f7d836418d486563c16d969fe744aa689f8b0f652a51530eeeafcc8e9624efa7364dc9c3b0ef81f
6
+ metadata.gz: 53d21d07e11e11580266d00f86d988e2a95337e53626a6c51e6649aeaf26fbe63a9efe9a4531a137c7352bd7d19ca7d51d68e1e01003d772d7eff2cef6fb7ad4
7
+ data.tar.gz: 25e4f95cb4d30cd61a4c226c5b64bd1b46e60d856ac4fd8911fdb46fb152f767edca3d4c41a04a89e527afeac7dcecdf8a21454bb52fffa28100993d81a5cf70
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.147.0 (2023-01-04)
5
+ ------------------
6
+
7
+ * Feature - Adding support for QuickSetup Document Type in Systems Manager
8
+
4
9
  1.146.0 (2022-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.147.0
@@ -1405,6 +1405,8 @@ module Aws::SSM
1405
1405
  # {
1406
1406
  # name: "DocumentARN", # required
1407
1407
  # version: "DocumentVersion",
1408
+ # require_type: "RequireType",
1409
+ # version_name: "DocumentVersionName",
1408
1410
  # },
1409
1411
  # ],
1410
1412
  # attachments: [
@@ -1417,7 +1419,7 @@ module Aws::SSM
1417
1419
  # name: "DocumentName", # required
1418
1420
  # display_name: "DocumentDisplayName",
1419
1421
  # version_name: "DocumentVersionName",
1420
- # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate
1422
+ # document_type: "Command", # accepts Command, Policy, Automation, Session, Package, ApplicationConfiguration, ApplicationConfigurationSchema, DeploymentStrategy, ChangeCalendar, Automation.ChangeTemplate, ProblemAnalysis, ProblemAnalysisTemplate, CloudFormation, ConformancePackTemplate, QuickSetup
1421
1423
  # document_format: "YAML", # accepts YAML, JSON, TEXT
1422
1424
  # target_type: "TargetType",
1423
1425
  # tags: [
@@ -1449,7 +1451,7 @@ module Aws::SSM
1449
1451
  # resp.document_description.parameters[0].default_value #=> String
1450
1452
  # resp.document_description.platform_types #=> Array
1451
1453
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
1452
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
1454
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
1453
1455
  # resp.document_description.schema_version #=> String
1454
1456
  # resp.document_description.latest_version #=> String
1455
1457
  # resp.document_description.default_version #=> String
@@ -1463,6 +1465,8 @@ module Aws::SSM
1463
1465
  # resp.document_description.requires #=> Array
1464
1466
  # resp.document_description.requires[0].name #=> String
1465
1467
  # resp.document_description.requires[0].version #=> String
1468
+ # resp.document_description.requires[0].require_type #=> String
1469
+ # resp.document_description.requires[0].version_name #=> String
1466
1470
  # resp.document_description.author #=> String
1467
1471
  # resp.document_description.review_information #=> Array
1468
1472
  # resp.document_description.review_information[0].reviewed_time #=> Time
@@ -3439,7 +3443,7 @@ module Aws::SSM
3439
3443
  # resp.document.parameters[0].default_value #=> String
3440
3444
  # resp.document.platform_types #=> Array
3441
3445
  # resp.document.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
3442
- # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
3446
+ # resp.document.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
3443
3447
  # resp.document.schema_version #=> String
3444
3448
  # resp.document.latest_version #=> String
3445
3449
  # resp.document.default_version #=> String
@@ -3453,6 +3457,8 @@ module Aws::SSM
3453
3457
  # resp.document.requires #=> Array
3454
3458
  # resp.document.requires[0].name #=> String
3455
3459
  # resp.document.requires[0].version #=> String
3460
+ # resp.document.requires[0].require_type #=> String
3461
+ # resp.document.requires[0].version_name #=> String
3456
3462
  # resp.document.author #=> String
3457
3463
  # resp.document.review_information #=> Array
3458
3464
  # resp.document.review_information[0].reviewed_time #=> Time
@@ -5793,11 +5799,13 @@ module Aws::SSM
5793
5799
  # resp.status #=> String, one of "Creating", "Active", "Updating", "Deleting", "Failed"
5794
5800
  # resp.status_information #=> String
5795
5801
  # resp.content #=> String
5796
- # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
5802
+ # resp.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
5797
5803
  # resp.document_format #=> String, one of "YAML", "JSON", "TEXT"
5798
5804
  # resp.requires #=> Array
5799
5805
  # resp.requires[0].name #=> String
5800
5806
  # resp.requires[0].version #=> String
5807
+ # resp.requires[0].require_type #=> String
5808
+ # resp.requires[0].version_name #=> String
5801
5809
  # resp.attachments_content #=> Array
5802
5810
  # resp.attachments_content[0].name #=> String
5803
5811
  # resp.attachments_content[0].size #=> Integer
@@ -7795,7 +7803,7 @@ module Aws::SSM
7795
7803
  # resp.document_identifiers[0].platform_types #=> Array
7796
7804
  # resp.document_identifiers[0].platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
7797
7805
  # resp.document_identifiers[0].document_version #=> String
7798
- # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
7806
+ # resp.document_identifiers[0].document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
7799
7807
  # resp.document_identifiers[0].schema_version #=> String
7800
7808
  # resp.document_identifiers[0].document_format #=> String, one of "YAML", "JSON", "TEXT"
7801
7809
  # resp.document_identifiers[0].target_type #=> String
@@ -7805,6 +7813,8 @@ module Aws::SSM
7805
7813
  # resp.document_identifiers[0].requires #=> Array
7806
7814
  # resp.document_identifiers[0].requires[0].name #=> String
7807
7815
  # resp.document_identifiers[0].requires[0].version #=> String
7816
+ # resp.document_identifiers[0].requires[0].require_type #=> String
7817
+ # resp.document_identifiers[0].requires[0].version_name #=> String
7808
7818
  # resp.document_identifiers[0].review_status #=> String, one of "APPROVED", "NOT_REVIEWED", "PENDING", "REJECTED"
7809
7819
  # resp.document_identifiers[0].author #=> String
7810
7820
  # resp.next_token #=> String
@@ -10816,7 +10826,7 @@ module Aws::SSM
10816
10826
  # resp.document_description.parameters[0].default_value #=> String
10817
10827
  # resp.document_description.platform_types #=> Array
10818
10828
  # resp.document_description.platform_types[0] #=> String, one of "Windows", "Linux", "MacOS"
10819
- # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate"
10829
+ # resp.document_description.document_type #=> String, one of "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate", "CloudFormation", "ConformancePackTemplate", "QuickSetup"
10820
10830
  # resp.document_description.schema_version #=> String
10821
10831
  # resp.document_description.latest_version #=> String
10822
10832
  # resp.document_description.default_version #=> String
@@ -10830,6 +10840,8 @@ module Aws::SSM
10830
10840
  # resp.document_description.requires #=> Array
10831
10841
  # resp.document_description.requires[0].name #=> String
10832
10842
  # resp.document_description.requires[0].version #=> String
10843
+ # resp.document_description.requires[0].require_type #=> String
10844
+ # resp.document_description.requires[0].version_name #=> String
10833
10845
  # resp.document_description.author #=> String
10834
10846
  # resp.document_description.review_information #=> Array
10835
10847
  # resp.document_description.review_information[0].reviewed_time #=> Time
@@ -12119,7 +12131,7 @@ module Aws::SSM
12119
12131
  params: params,
12120
12132
  config: config)
12121
12133
  context[:gem_name] = 'aws-sdk-ssm'
12122
- context[:gem_version] = '1.146.0'
12134
+ context[:gem_version] = '1.147.0'
12123
12135
  Seahorse::Client::Request.new(handlers, context)
12124
12136
  end
12125
12137
 
@@ -991,6 +991,7 @@ module Aws::SSM
991
991
  RemainingCount = Shapes::IntegerShape.new(name: 'RemainingCount')
992
992
  RemoveTagsFromResourceRequest = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceRequest')
993
993
  RemoveTagsFromResourceResult = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResult')
994
+ RequireType = Shapes::StringShape.new(name: 'RequireType')
994
995
  ResetServiceSettingRequest = Shapes::StructureShape.new(name: 'ResetServiceSettingRequest')
995
996
  ResetServiceSettingResult = Shapes::StructureShape.new(name: 'ResetServiceSettingResult')
996
997
  ResolvedTargets = Shapes::StructureShape.new(name: 'ResolvedTargets')
@@ -2376,6 +2377,8 @@ module Aws::SSM
2376
2377
 
2377
2378
  DocumentRequires.add_member(:name, Shapes::ShapeRef.new(shape: DocumentARN, required: true, location_name: "Name"))
2378
2379
  DocumentRequires.add_member(:version, Shapes::ShapeRef.new(shape: DocumentVersion, location_name: "Version"))
2380
+ DocumentRequires.add_member(:require_type, Shapes::ShapeRef.new(shape: RequireType, location_name: "RequireType"))
2381
+ DocumentRequires.add_member(:version_name, Shapes::ShapeRef.new(shape: DocumentVersionName, location_name: "VersionName"))
2379
2382
  DocumentRequires.struct_class = Types::DocumentRequires
2380
2383
 
2381
2384
  DocumentRequiresList.member = Shapes::ShapeRef.new(shape: DocumentRequires)
@@ -6795,11 +6795,23 @@ module Aws::SSM
6795
6795
  # The document version required by the current document.
6796
6796
  # @return [String]
6797
6797
  #
6798
+ # @!attribute [rw] require_type
6799
+ # The document type of the required SSM document.
6800
+ # @return [String]
6801
+ #
6802
+ # @!attribute [rw] version_name
6803
+ # An optional field specifying the version of the artifact associated
6804
+ # with the document. For example, "Release 12, Update 6". This value
6805
+ # is unique across all versions of a document, and can't be changed.
6806
+ # @return [String]
6807
+ #
6798
6808
  # @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DocumentRequires AWS API Documentation
6799
6809
  #
6800
6810
  class DocumentRequires < Struct.new(
6801
6811
  :name,
6802
- :version)
6812
+ :version,
6813
+ :require_type,
6814
+ :version_name)
6803
6815
  SENSITIVE = []
6804
6816
  include Aws::Structure
6805
6817
  end
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.146.0'
56
+ GEM_VERSION = '1.147.0'
57
57
 
58
58
  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.146.0
4
+ version: 1.147.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-12-21 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core