aws-sdk-ssm 1.146.0 → 1.148.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: 9c62005d3c9a82bae53d5a9200469d944ddce08dc3973f936d574ec8a4f41907
4
+ data.tar.gz: de20cd86c845d97e01806553dc51784058dc61b0c2524c5a2fd786ab915a836e
5
5
  SHA512:
6
- metadata.gz: 2f376848c14e427bcf926406199cf9ca9b59d04ba6b5c4eea2c99eff720b6a538033e88ef4ec5ad305134df969cfe0cdfb148215024ba7b0b5fc1f639f4ac7af
7
- data.tar.gz: 2d7d21e5eb2b1b7b92d39f12f2fc553580a2e8351643f65b5f7d836418d486563c16d969fe744aa689f8b0f652a51530eeeafcc8e9624efa7364dc9c3b0ef81f
6
+ metadata.gz: 28175c19e99bfeb72cbc7d66a43f58f7224c0c67e0347d14620cba1b8f058d0044ba3027f615d41ef9fecdd83a5533cbd184d95ed1123657362308964160e797
7
+ data.tar.gz: a694271bd977943678ebec909e246c16fb6fedb7180deeec48acbd4445c1ba23cbfabed93ed3c2c42c213623eedc586ee1a49c6e4b7a59f21e5f00404ae8d973
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2023-01-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
10
+
11
+ 1.147.0 (2023-01-04)
12
+ ------------------
13
+
14
+ * Feature - Adding support for QuickSetup Document Type in Systems Manager
15
+
4
16
  1.146.0 (2022-12-21)
5
17
  ------------------
6
18
 
@@ -815,4 +827,4 @@ Unreleased Changes
815
827
  1.0.0.rc1 (2016-12-05)
816
828
  ------------------
817
829
 
818
- * Feature - Initial preview release of the `aws-sdk-ssm` gem.
830
+ * Feature - Initial preview release of the `aws-sdk-ssm` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.148.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.148.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)
@@ -9,107 +9,46 @@
9
9
 
10
10
  module Aws::SSM
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
20
- )
12
+ def resolve_endpoint(parameters)
13
+ region = parameters.region
14
+ use_dual_stack = parameters.use_dual_stack
15
+ use_fips = parameters.use_fips
16
+ endpoint = parameters.endpoint
17
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
+ end
22
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
+ end
25
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
26
+ end
27
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
+ end
31
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
32
+ end
33
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
39
+ end
40
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
41
+ end
42
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
43
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
44
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
45
+ end
46
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
47
+ end
48
+ return Aws::Endpoints::Endpoint.new(url: "https://ssm.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
21
49
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
50
+ raise ArgumentError, 'No endpoint could be resolved'
24
51
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
52
  end
28
-
29
- # @api private
30
- RULES = <<-JSON
31
- eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
32
- bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOnRydWUsImRvY3VtZW50
33
- YXRpb24iOiJUaGUgQVdTIHJlZ2lvbiB1c2VkIHRvIGRpc3BhdGNoIHRoZSBy
34
- ZXF1ZXN0LiIsInR5cGUiOiJTdHJpbmcifSwiVXNlRHVhbFN0YWNrIjp7ImJ1
35
- aWx0SW4iOiJBV1M6OlVzZUR1YWxTdGFjayIsInJlcXVpcmVkIjp0cnVlLCJk
36
- ZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRhdGlvbiI6IldoZW4gdHJ1ZSwgdXNl
37
- IHRoZSBkdWFsLXN0YWNrIGVuZHBvaW50LiBJZiB0aGUgY29uZmlndXJlZCBl
38
- bmRwb2ludCBkb2VzIG5vdCBzdXBwb3J0IGR1YWwtc3RhY2ssIGRpc3BhdGNo
39
- aW5nIHRoZSByZXF1ZXN0IE1BWSByZXR1cm4gYW4gZXJyb3IuIiwidHlwZSI6
40
- IkJvb2xlYW4ifSwiVXNlRklQUyI6eyJidWlsdEluIjoiQVdTOjpVc2VGSVBT
41
- IiwicmVxdWlyZWQiOnRydWUsImRlZmF1bHQiOmZhbHNlLCJkb2N1bWVudGF0
42
- aW9uIjoiV2hlbiB0cnVlLCBzZW5kIHRoaXMgcmVxdWVzdCB0byB0aGUgRklQ
43
- Uy1jb21wbGlhbnQgcmVnaW9uYWwgZW5kcG9pbnQuIElmIHRoZSBjb25maWd1
44
- cmVkIGVuZHBvaW50IGRvZXMgbm90IGhhdmUgYSBGSVBTIGNvbXBsaWFudCBl
45
- bmRwb2ludCwgZGlzcGF0Y2hpbmcgdGhlIHJlcXVlc3Qgd2lsbCByZXR1cm4g
46
- YW4gZXJyb3IuIiwidHlwZSI6IkJvb2xlYW4ifSwiRW5kcG9pbnQiOnsiYnVp
47
- bHRJbiI6IlNESzo6RW5kcG9pbnQiLCJyZXF1aXJlZCI6ZmFsc2UsImRvY3Vt
48
- ZW50YXRpb24iOiJPdmVycmlkZSB0aGUgZW5kcG9pbnQgdXNlZCB0byBzZW5k
49
- IHRoaXMgcmVxdWVzdCIsInR5cGUiOiJTdHJpbmcifX0sInJ1bGVzIjpbeyJj
50
- b25kaXRpb25zIjpbeyJmbiI6ImF3cy5wYXJ0aXRpb24iLCJhcmd2IjpbeyJy
51
- ZWYiOiJSZWdpb24ifV0sImFzc2lnbiI6IlBhcnRpdGlvblJlc3VsdCJ9XSwi
52
- dHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJp
53
- c1NldCIsImFyZ3YiOlt7InJlZiI6IkVuZHBvaW50In1dfV0sInR5cGUiOiJ0
54
- cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVx
55
- dWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX1dLCJlcnJv
56
- ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRklQUyBhbmQgY3VzdG9tIGVu
57
- ZHBvaW50IGFyZSBub3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJj
58
- b25kaXRpb25zIjpbXSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0
59
- aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoi
60
- VXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwiZXJyb3IiOiJJbnZhbGlkIENvbmZp
61
- Z3VyYXRpb246IER1YWxzdGFjayBhbmQgY3VzdG9tIGVuZHBvaW50IGFyZSBu
62
- b3Qgc3VwcG9ydGVkIiwidHlwZSI6ImVycm9yIn0seyJjb25kaXRpb25zIjpb
63
- XSwiZW5kcG9pbnQiOnsidXJsIjp7InJlZiI6IkVuZHBvaW50In0sInByb3Bl
64
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
65
- fSx7ImNvbmRpdGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3Yi
66
- Olt7InJlZiI6IlVzZUZJUFMifSx0cnVlXX0seyJmbiI6ImJvb2xlYW5FcXVh
67
- bHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJ0
68
- eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
69
- b2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0QXR0ciIsImFy
70
- Z3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBwb3J0c0ZJUFMi
71
- XX1dfSx7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsiZm4i
72
- OiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0s
73
- InN1cHBvcnRzRHVhbFN0YWNrIl19XX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVz
74
- IjpbeyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6
75
- Ly9zc20tZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2R1YWxTdGFj
76
- a0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0
77
- eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0aW9ucyI6W10sImVycm9yIjoi
78
- RklQUyBhbmQgRHVhbFN0YWNrIGFyZSBlbmFibGVkLCBidXQgdGhpcyBwYXJ0
79
- aXRpb24gZG9lcyBub3Qgc3VwcG9ydCBvbmUgb3IgYm90aCIsInR5cGUiOiJl
80
- cnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
81
- LCJhcmd2IjpbeyJyZWYiOiJVc2VGSVBTIn0sdHJ1ZV19XSwidHlwZSI6InRy
82
- ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
83
- YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJy
84
- ZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNGSVBTIl19XX1dLCJ0
85
- eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpbXSwidHlwZSI6
86
- InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJzdHJpbmdF
87
- cXVhbHMiLCJhcmd2IjpbImF3cy11cy1nb3YiLHsiZm4iOiJnZXRBdHRyIiwi
88
- YXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0In0sIm5hbWUiXX1dfV0s
89
- ImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vc3NtLntSZWdpb259LntQYXJ0
90
- aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFk
91
- ZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9LHsiY29uZGl0aW9ucyI6W10s
92
- ImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vc3NtLWZpcHMue1JlZ2lvbn0u
93
- e1BhcnRpdGlvblJlc3VsdCNkbnNTdWZmaXh9IiwicHJvcGVydGllcyI6e30s
94
- ImhlYWRlcnMiOnt9fSwidHlwZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0
95
- aW9ucyI6W10sImVycm9yIjoiRklQUyBpcyBlbmFibGVkIGJ1dCB0aGlzIHBh
96
- cnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0IEZJUFMiLCJ0eXBlIjoiZXJyb3Ii
97
- fV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJn
98
- diI6W3sicmVmIjoiVXNlRHVhbFN0YWNrIn0sdHJ1ZV19XSwidHlwZSI6InRy
99
- ZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6W3siZm4iOiJib29sZWFuRXF1
100
- YWxzIiwiYXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJy
101
- ZWYiOiJQYXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1d
102
- fV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJl
103
- bmRwb2ludCI6eyJ1cmwiOiJodHRwczovL3NzbS57UmVnaW9ufS57UGFydGl0
104
- aW9uUmVzdWx0I2R1YWxTdGFja0Ruc1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7
105
- fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9pbnQifV19LHsiY29uZGl0
106
- aW9ucyI6W10sImVycm9yIjoiRHVhbFN0YWNrIGlzIGVuYWJsZWQgYnV0IHRo
107
- aXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRHVhbFN0YWNrIiwidHlw
108
- ZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1
109
- cmwiOiJodHRwczovL3NzbS57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ru
110
- c1N1ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBl
111
- IjoiZW5kcG9pbnQifV19XX0=
112
-
113
- JSON
114
53
  end
115
54
  end
@@ -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.148.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.148.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core