aws-sdk-ssm 1.106.0 → 1.107.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm.rb +1 -1
- data/lib/aws-sdk-ssm/client.rb +8 -3
- data/lib/aws-sdk-ssm/client_api.rb +3 -0
- data/lib/aws-sdk-ssm/customizations.rb +1 -1
- data/lib/aws-sdk-ssm/types.rb +40 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46641ba985c87e79d902d0ee27cccc14bffe7303ae2e968e9613f1f947186b34
|
4
|
+
data.tar.gz: 21d372c389ddab8df7829c4d660fdac62d7fcfadc27033e1aa6d1ab8590bb260
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8a53c717323cf2a6a842082a27af7886e670ca1920da33f62c7f5f1e515bc45921bc3d357f207b246b6d1e14901c4d53d375add9f139f28df3c4f02d818a57c
|
7
|
+
data.tar.gz: 173bd9d2865f68cfe58c60ec850eed1a675bdf040044fb5b372343296902928d76ae7b46d6aa7f09487ce7c87d78019f1105c20385345609eb98984b185a6e99
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.107.0 (2021-03-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release allows SSM Explorer customers to enable OpsData sources across their organization when creating a resource data sync.
|
8
|
+
|
4
9
|
1.106.0 (2021-03-10)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.107.0
|
data/lib/aws-sdk-ssm.rb
CHANGED
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -540,8 +540,10 @@ module Aws::SSM
|
|
540
540
|
# The default value is 1 instance.
|
541
541
|
#
|
542
542
|
# @option params [Time,DateTime,Date,Integer,String] :expiration_date
|
543
|
-
# The date by which this activation request should expire
|
544
|
-
#
|
543
|
+
# The date by which this activation request should expire, in timestamp
|
544
|
+
# format, such as "2021-07-07T00:00:00". You can specify a date up to
|
545
|
+
# 30 days in advance. If you don't provide an expiration date, the
|
546
|
+
# activation code expires in 24 hours.
|
545
547
|
#
|
546
548
|
# @option params [Array<Types::Tag>] :tags
|
547
549
|
# Optional metadata that you assign to a resource. Tags enable you to
|
@@ -1812,6 +1814,7 @@ module Aws::SSM
|
|
1812
1814
|
# },
|
1813
1815
|
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
1814
1816
|
# include_future_regions: false,
|
1817
|
+
# enable_all_ops_data_sources: false,
|
1815
1818
|
# },
|
1816
1819
|
# })
|
1817
1820
|
#
|
@@ -7323,6 +7326,7 @@ module Aws::SSM
|
|
7323
7326
|
# resp.resource_data_sync_items[0].sync_source.source_regions[0] #=> String
|
7324
7327
|
# resp.resource_data_sync_items[0].sync_source.include_future_regions #=> Boolean
|
7325
7328
|
# resp.resource_data_sync_items[0].sync_source.state #=> String
|
7329
|
+
# resp.resource_data_sync_items[0].sync_source.enable_all_ops_data_sources #=> Boolean
|
7326
7330
|
# resp.resource_data_sync_items[0].s3_destination.bucket_name #=> String
|
7327
7331
|
# resp.resource_data_sync_items[0].s3_destination.prefix #=> String
|
7328
7332
|
# resp.resource_data_sync_items[0].s3_destination.sync_format #=> String, one of "JsonSerDe"
|
@@ -10636,6 +10640,7 @@ module Aws::SSM
|
|
10636
10640
|
# },
|
10637
10641
|
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
10638
10642
|
# include_future_regions: false,
|
10643
|
+
# enable_all_ops_data_sources: false,
|
10639
10644
|
# },
|
10640
10645
|
# })
|
10641
10646
|
#
|
@@ -10734,7 +10739,7 @@ module Aws::SSM
|
|
10734
10739
|
params: params,
|
10735
10740
|
config: config)
|
10736
10741
|
context[:gem_name] = 'aws-sdk-ssm'
|
10737
|
-
context[:gem_version] = '1.
|
10742
|
+
context[:gem_version] = '1.107.0'
|
10738
10743
|
Seahorse::Client::Request.new(handlers, context)
|
10739
10744
|
end
|
10740
10745
|
|
@@ -948,6 +948,7 @@ module Aws::SSM
|
|
948
948
|
ResourceDataSyncCreatedTime = Shapes::TimestampShape.new(name: 'ResourceDataSyncCreatedTime')
|
949
949
|
ResourceDataSyncDestinationDataSharing = Shapes::StructureShape.new(name: 'ResourceDataSyncDestinationDataSharing')
|
950
950
|
ResourceDataSyncDestinationDataSharingType = Shapes::StringShape.new(name: 'ResourceDataSyncDestinationDataSharingType')
|
951
|
+
ResourceDataSyncEnableAllOpsDataSources = Shapes::BooleanShape.new(name: 'ResourceDataSyncEnableAllOpsDataSources')
|
951
952
|
ResourceDataSyncIncludeFutureRegions = Shapes::BooleanShape.new(name: 'ResourceDataSyncIncludeFutureRegions')
|
952
953
|
ResourceDataSyncInvalidConfigurationException = Shapes::StructureShape.new(name: 'ResourceDataSyncInvalidConfigurationException')
|
953
954
|
ResourceDataSyncItem = Shapes::StructureShape.new(name: 'ResourceDataSyncItem')
|
@@ -3883,6 +3884,7 @@ module Aws::SSM
|
|
3883
3884
|
ResourceDataSyncSource.add_member(:aws_organizations_source, Shapes::ShapeRef.new(shape: ResourceDataSyncAwsOrganizationsSource, location_name: "AwsOrganizationsSource"))
|
3884
3885
|
ResourceDataSyncSource.add_member(:source_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegionList, required: true, location_name: "SourceRegions"))
|
3885
3886
|
ResourceDataSyncSource.add_member(:include_future_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncIncludeFutureRegions, location_name: "IncludeFutureRegions"))
|
3887
|
+
ResourceDataSyncSource.add_member(:enable_all_ops_data_sources, Shapes::ShapeRef.new(shape: ResourceDataSyncEnableAllOpsDataSources, location_name: "EnableAllOpsDataSources"))
|
3886
3888
|
ResourceDataSyncSource.struct_class = Types::ResourceDataSyncSource
|
3887
3889
|
|
3888
3890
|
ResourceDataSyncSourceRegionList.member = Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegion)
|
@@ -3892,6 +3894,7 @@ module Aws::SSM
|
|
3892
3894
|
ResourceDataSyncSourceWithState.add_member(:source_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncSourceRegionList, location_name: "SourceRegions"))
|
3893
3895
|
ResourceDataSyncSourceWithState.add_member(:include_future_regions, Shapes::ShapeRef.new(shape: ResourceDataSyncIncludeFutureRegions, location_name: "IncludeFutureRegions"))
|
3894
3896
|
ResourceDataSyncSourceWithState.add_member(:state, Shapes::ShapeRef.new(shape: ResourceDataSyncState, location_name: "State"))
|
3897
|
+
ResourceDataSyncSourceWithState.add_member(:enable_all_ops_data_sources, Shapes::ShapeRef.new(shape: ResourceDataSyncEnableAllOpsDataSources, location_name: "EnableAllOpsDataSources"))
|
3895
3898
|
ResourceDataSyncSourceWithState.struct_class = Types::ResourceDataSyncSourceWithState
|
3896
3899
|
|
3897
3900
|
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -2575,8 +2575,10 @@ module Aws::SSM
|
|
2575
2575
|
# @return [Integer]
|
2576
2576
|
#
|
2577
2577
|
# @!attribute [rw] expiration_date
|
2578
|
-
# The date by which this activation request should expire
|
2579
|
-
#
|
2578
|
+
# The date by which this activation request should expire, in
|
2579
|
+
# timestamp format, such as "2021-07-07T00:00:00". You can specify a
|
2580
|
+
# date up to 30 days in advance. If you don't provide an expiration
|
2581
|
+
# date, the activation code expires in 24 hours.
|
2580
2582
|
# @return [Time]
|
2581
2583
|
#
|
2582
2584
|
# @!attribute [rw] tags
|
@@ -3914,6 +3916,7 @@ module Aws::SSM
|
|
3914
3916
|
# },
|
3915
3917
|
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
3916
3918
|
# include_future_regions: false,
|
3919
|
+
# enable_all_ops_data_sources: false,
|
3917
3920
|
# },
|
3918
3921
|
# }
|
3919
3922
|
#
|
@@ -16644,6 +16647,7 @@ module Aws::SSM
|
|
16644
16647
|
# },
|
16645
16648
|
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
16646
16649
|
# include_future_regions: false,
|
16650
|
+
# enable_all_ops_data_sources: false,
|
16647
16651
|
# }
|
16648
16652
|
#
|
16649
16653
|
# @!attribute [rw] source_type
|
@@ -16667,13 +16671,27 @@ module Aws::SSM
|
|
16667
16671
|
# Regions when those Regions come online.
|
16668
16672
|
# @return [Boolean]
|
16669
16673
|
#
|
16674
|
+
# @!attribute [rw] enable_all_ops_data_sources
|
16675
|
+
# When you create a resource data sync, if you choose one of the AWS
|
16676
|
+
# Organizations options, then Systems Manager automatically enables
|
16677
|
+
# all OpsData sources in the selected AWS Regions for all AWS accounts
|
16678
|
+
# in your organization (or in the selected organization units). For
|
16679
|
+
# more information, see [About multiple account and Region resource
|
16680
|
+
# data syncs][1] in the *AWS Systems Manager User Guide*.
|
16681
|
+
#
|
16682
|
+
#
|
16683
|
+
#
|
16684
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resouce-data-sync-multiple-accounts-and-regions.html
|
16685
|
+
# @return [Boolean]
|
16686
|
+
#
|
16670
16687
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSource AWS API Documentation
|
16671
16688
|
#
|
16672
16689
|
class ResourceDataSyncSource < Struct.new(
|
16673
16690
|
:source_type,
|
16674
16691
|
:aws_organizations_source,
|
16675
16692
|
:source_regions,
|
16676
|
-
:include_future_regions
|
16693
|
+
:include_future_regions,
|
16694
|
+
:enable_all_ops_data_sources)
|
16677
16695
|
SENSITIVE = []
|
16678
16696
|
include Aws::Structure
|
16679
16697
|
end
|
@@ -16730,6 +16748,19 @@ module Aws::SSM
|
|
16730
16748
|
# organization in AWS Organizations.
|
16731
16749
|
# @return [String]
|
16732
16750
|
#
|
16751
|
+
# @!attribute [rw] enable_all_ops_data_sources
|
16752
|
+
# When you create a resource data sync, if you choose one of the AWS
|
16753
|
+
# Organizations options, then Systems Manager automatically enables
|
16754
|
+
# all OpsData sources in the selected AWS Regions for all AWS accounts
|
16755
|
+
# in your organization (or in the selected organization units). For
|
16756
|
+
# more information, see [About multiple account and Region resource
|
16757
|
+
# data syncs][1] in the *AWS Systems Manager User Guide*.
|
16758
|
+
#
|
16759
|
+
#
|
16760
|
+
#
|
16761
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resouce-data-sync-multiple-accounts-and-regions.html
|
16762
|
+
# @return [Boolean]
|
16763
|
+
#
|
16733
16764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ResourceDataSyncSourceWithState AWS API Documentation
|
16734
16765
|
#
|
16735
16766
|
class ResourceDataSyncSourceWithState < Struct.new(
|
@@ -16737,7 +16768,8 @@ module Aws::SSM
|
|
16737
16768
|
:aws_organizations_source,
|
16738
16769
|
:source_regions,
|
16739
16770
|
:include_future_regions,
|
16740
|
-
:state
|
16771
|
+
:state,
|
16772
|
+
:enable_all_ops_data_sources)
|
16741
16773
|
SENSITIVE = []
|
16742
16774
|
include Aws::Structure
|
16743
16775
|
end
|
@@ -18344,6 +18376,9 @@ module Aws::SSM
|
|
18344
18376
|
# specified `tag:ServerRole`, you could specify `value:WebServer` to
|
18345
18377
|
# run a command on instances that include EC2 tags of
|
18346
18378
|
# `ServerRole,WebServer`.
|
18379
|
+
#
|
18380
|
+
# Depending on the type of `Target`, the maximum number of values for
|
18381
|
+
# a `Key` might be lower than the global maximum of 50.
|
18347
18382
|
# @return [Array<String>]
|
18348
18383
|
#
|
18349
18384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/Target AWS API Documentation
|
@@ -20193,6 +20228,7 @@ module Aws::SSM
|
|
20193
20228
|
# },
|
20194
20229
|
# source_regions: ["ResourceDataSyncSourceRegion"], # required
|
20195
20230
|
# include_future_regions: false,
|
20231
|
+
# enable_all_ops_data_sources: false,
|
20196
20232
|
# },
|
20197
20233
|
# }
|
20198
20234
|
#
|
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.
|
4
|
+
version: 1.107.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: 2021-03-
|
11
|
+
date: 2021-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
67
67
|
licenses:
|
68
68
|
- Apache-2.0
|
69
69
|
metadata:
|
70
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
71
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssm
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssm/CHANGELOG.md
|
72
72
|
post_install_message:
|
73
73
|
rdoc_options: []
|
74
74
|
require_paths:
|