aws-sdk-ssm 1.78.0 → 1.83.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/lib/aws-sdk-ssm.rb +3 -1
- data/lib/aws-sdk-ssm/client.rb +90 -17
- data/lib/aws-sdk-ssm/client_api.rb +14 -0
- data/lib/aws-sdk-ssm/customizations.rb +1 -0
- data/lib/aws-sdk-ssm/errors.rb +2 -0
- data/lib/aws-sdk-ssm/resource.rb +2 -0
- data/lib/aws-sdk-ssm/types.rb +574 -11
- 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: e336e202496d18e11a23b2cfe880acfd146e7eb2d8b554a72cfbb2f6170108f2
|
4
|
+
data.tar.gz: 13bfd1c9241c892d58b4eef2e3758600e913bc7d3fb8479a80023ff0ab6189da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca7de125c64ba419a3ebd719399a9bb861902b5f628a9865139ee10ea2a35cdbc1eea575c568fcc73de6b7d014a1599f356425560d561c60e504d37339c117d0
|
7
|
+
data.tar.gz: 18aa153781e2264262efc6f1f692b8d416ae0ba560bb755bf1ecad519dfeae18213c4a52bf109c476671ad1dc56ed8d41c27681f1107f65cc3334884566fcb9a
|
data/lib/aws-sdk-ssm.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-ssm/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::SSM
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.83.0'
|
49
51
|
|
50
52
|
end
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::SSM
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -161,7 +165,7 @@ module Aws::SSM
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::SSM
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -577,14 +581,19 @@ module Aws::SSM
|
|
577
581
|
req.send_request(options)
|
578
582
|
end
|
579
583
|
|
580
|
-
#
|
581
|
-
# instances
|
582
|
-
#
|
583
|
-
#
|
584
|
-
#
|
585
|
-
#
|
586
|
-
#
|
587
|
-
#
|
584
|
+
# A State Manager association defines the state that you want to
|
585
|
+
# maintain on your instances. For example, an association can specify
|
586
|
+
# that anti-virus software must be installed and running on your
|
587
|
+
# instances, or that certain ports must be closed. For static targets,
|
588
|
+
# the association specifies a schedule for when the configuration is
|
589
|
+
# reapplied. For dynamic targets, such as an AWS Resource Group or an
|
590
|
+
# AWS Autoscaling Group, State Manager applies the configuration when
|
591
|
+
# new instances are added to the group. The association also specifies
|
592
|
+
# actions to take when applying the configuration. For example, an
|
593
|
+
# association for anti-virus software might run once a day. If the
|
594
|
+
# software is not installed, then State Manager installs it. If the
|
595
|
+
# software is installed, but the service is not running, then the
|
596
|
+
# association might instruct State Manager to start the service.
|
588
597
|
#
|
589
598
|
# @option params [required, String] :name
|
590
599
|
# The name of the SSM document that contains the configuration
|
@@ -703,6 +712,12 @@ module Aws::SSM
|
|
703
712
|
#
|
704
713
|
# By default, all associations use `AUTO` mode.
|
705
714
|
#
|
715
|
+
# @option params [Boolean] :apply_only_at_cron_interval
|
716
|
+
# By default, when you create a new associations, the system runs it
|
717
|
+
# immediately after it is created and then according to the schedule you
|
718
|
+
# specified. Specify this option if you don't want an association to
|
719
|
+
# run immediately after you create it.
|
720
|
+
#
|
706
721
|
# @return [Types::CreateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
707
722
|
#
|
708
723
|
# * {Types::CreateAssociationResult#association_description #association_description} => Types::AssociationDescription
|
@@ -736,6 +751,7 @@ module Aws::SSM
|
|
736
751
|
# max_concurrency: "MaxConcurrency",
|
737
752
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
738
753
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
754
|
+
# apply_only_at_cron_interval: false,
|
739
755
|
# })
|
740
756
|
#
|
741
757
|
# @example Response structure
|
@@ -774,6 +790,7 @@ module Aws::SSM
|
|
774
790
|
# resp.association_description.max_concurrency #=> String
|
775
791
|
# resp.association_description.compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
776
792
|
# resp.association_description.sync_compliance #=> String, one of "AUTO", "MANUAL"
|
793
|
+
# resp.association_description.apply_only_at_cron_interval #=> Boolean
|
777
794
|
#
|
778
795
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociation AWS API Documentation
|
779
796
|
#
|
@@ -834,6 +851,7 @@ module Aws::SSM
|
|
834
851
|
# max_concurrency: "MaxConcurrency",
|
835
852
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
836
853
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
854
|
+
# apply_only_at_cron_interval: false,
|
837
855
|
# },
|
838
856
|
# ],
|
839
857
|
# })
|
@@ -875,6 +893,7 @@ module Aws::SSM
|
|
875
893
|
# resp.successful[0].max_concurrency #=> String
|
876
894
|
# resp.successful[0].compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
877
895
|
# resp.successful[0].sync_compliance #=> String, one of "AUTO", "MANUAL"
|
896
|
+
# resp.successful[0].apply_only_at_cron_interval #=> Boolean
|
878
897
|
# resp.failed #=> Array
|
879
898
|
# resp.failed[0].entry.name #=> String
|
880
899
|
# resp.failed[0].entry.instance_id #=> String
|
@@ -896,6 +915,7 @@ module Aws::SSM
|
|
896
915
|
# resp.failed[0].entry.max_concurrency #=> String
|
897
916
|
# resp.failed[0].entry.compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
898
917
|
# resp.failed[0].entry.sync_compliance #=> String, one of "AUTO", "MANUAL"
|
918
|
+
# resp.failed[0].entry.apply_only_at_cron_interval #=> Boolean
|
899
919
|
# resp.failed[0].message #=> String
|
900
920
|
# resp.failed[0].fault #=> String, one of "Client", "Server", "Unknown"
|
901
921
|
#
|
@@ -1132,6 +1152,18 @@ module Aws::SSM
|
|
1132
1152
|
#
|
1133
1153
|
# [1]: https://www.iana.org/time-zones
|
1134
1154
|
#
|
1155
|
+
# @option params [Integer] :schedule_offset
|
1156
|
+
# The number of days to wait after the date and time specified by a CRON
|
1157
|
+
# expression before running the maintenance window.
|
1158
|
+
#
|
1159
|
+
# For example, the following cron expression schedules a maintenance
|
1160
|
+
# window to run on the third Tuesday of every month at 11:30 PM.
|
1161
|
+
#
|
1162
|
+
# `cron(0 30 23 ? * TUE#3 *)`
|
1163
|
+
#
|
1164
|
+
# If the schedule offset is `2`, the maintenance window won't run until
|
1165
|
+
# two days later.
|
1166
|
+
#
|
1135
1167
|
# @option params [required, Integer] :duration
|
1136
1168
|
# The duration of the maintenance window in hours.
|
1137
1169
|
#
|
@@ -1187,6 +1219,7 @@ module Aws::SSM
|
|
1187
1219
|
# end_date: "MaintenanceWindowStringDateTime",
|
1188
1220
|
# schedule: "MaintenanceWindowSchedule", # required
|
1189
1221
|
# schedule_timezone: "MaintenanceWindowTimezone",
|
1222
|
+
# schedule_offset: 1,
|
1190
1223
|
# duration: 1, # required
|
1191
1224
|
# cutoff: 1, # required
|
1192
1225
|
# allow_unassociated_targets: false, # required
|
@@ -2217,6 +2250,7 @@ module Aws::SSM
|
|
2217
2250
|
# resp.association_description.max_concurrency #=> String
|
2218
2251
|
# resp.association_description.compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
2219
2252
|
# resp.association_description.sync_compliance #=> String, one of "AUTO", "MANUAL"
|
2253
|
+
# resp.association_description.apply_only_at_cron_interval #=> Boolean
|
2220
2254
|
#
|
2221
2255
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeAssociation AWS API Documentation
|
2222
2256
|
#
|
@@ -3666,6 +3700,7 @@ module Aws::SSM
|
|
3666
3700
|
# resp.window_identities[0].cutoff #=> Integer
|
3667
3701
|
# resp.window_identities[0].schedule #=> String
|
3668
3702
|
# resp.window_identities[0].schedule_timezone #=> String
|
3703
|
+
# resp.window_identities[0].schedule_offset #=> Integer
|
3669
3704
|
# resp.window_identities[0].end_date #=> String
|
3670
3705
|
# resp.window_identities[0].start_date #=> String
|
3671
3706
|
# resp.window_identities[0].next_execution_time #=> String
|
@@ -4840,6 +4875,7 @@ module Aws::SSM
|
|
4840
4875
|
# * {Types::GetMaintenanceWindowResult#end_date #end_date} => String
|
4841
4876
|
# * {Types::GetMaintenanceWindowResult#schedule #schedule} => String
|
4842
4877
|
# * {Types::GetMaintenanceWindowResult#schedule_timezone #schedule_timezone} => String
|
4878
|
+
# * {Types::GetMaintenanceWindowResult#schedule_offset #schedule_offset} => Integer
|
4843
4879
|
# * {Types::GetMaintenanceWindowResult#next_execution_time #next_execution_time} => String
|
4844
4880
|
# * {Types::GetMaintenanceWindowResult#duration #duration} => Integer
|
4845
4881
|
# * {Types::GetMaintenanceWindowResult#cutoff #cutoff} => Integer
|
@@ -4863,6 +4899,7 @@ module Aws::SSM
|
|
4863
4899
|
# resp.end_date #=> String
|
4864
4900
|
# resp.schedule #=> String
|
4865
4901
|
# resp.schedule_timezone #=> String
|
4902
|
+
# resp.schedule_offset #=> Integer
|
4866
4903
|
# resp.next_execution_time #=> String
|
4867
4904
|
# resp.duration #=> Integer
|
4868
4905
|
# resp.cutoff #=> Integer
|
@@ -5815,6 +5852,7 @@ module Aws::SSM
|
|
5815
5852
|
# resp.association_versions[0].max_concurrency #=> String
|
5816
5853
|
# resp.association_versions[0].compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
5817
5854
|
# resp.association_versions[0].sync_compliance #=> String, one of "AUTO", "MANUAL"
|
5855
|
+
# resp.association_versions[0].apply_only_at_cron_interval #=> Boolean
|
5818
5856
|
# resp.next_token #=> String
|
5819
5857
|
#
|
5820
5858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/ListAssociationVersions AWS API Documentation
|
@@ -6884,15 +6922,18 @@ module Aws::SSM
|
|
6884
6922
|
# @option params [String] :type
|
6885
6923
|
# The type of parameter that you want to add to the system.
|
6886
6924
|
#
|
6925
|
+
# <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
|
6926
|
+
# templates or in the China Regions.
|
6927
|
+
#
|
6928
|
+
# </note>
|
6929
|
+
#
|
6887
6930
|
# Items in a `StringList` must be separated by a comma (,). You can't
|
6888
6931
|
# use other punctuation or special character to escape items in the
|
6889
6932
|
# list. If you have a parameter value that requires a comma, then use
|
6890
6933
|
# the `String` data type.
|
6891
6934
|
#
|
6892
|
-
#
|
6893
|
-
#
|
6894
|
-
#
|
6895
|
-
# </note>
|
6935
|
+
# Specifying a parameter type is not required when updating a parameter.
|
6936
|
+
# You must specify a parameter type when creating a parameter.
|
6896
6937
|
#
|
6897
6938
|
# @option params [String] :key_id
|
6898
6939
|
# The KMS Key ID that you want to use to encrypt a parameter. Either the
|
@@ -8047,8 +8088,9 @@ module Aws::SSM
|
|
8047
8088
|
# @option params [String] :document_name
|
8048
8089
|
# The name of the SSM document to define the parameters and plugin
|
8049
8090
|
# settings for the session. For example, `SSM-SessionManagerRunShell`.
|
8050
|
-
#
|
8051
|
-
#
|
8091
|
+
# You can call the GetDocument API to verify the document exists before
|
8092
|
+
# attempting to start a session. If no document name is provided, a
|
8093
|
+
# shell to the instance is launched by default.
|
8052
8094
|
#
|
8053
8095
|
# @option params [Hash<String,Array>] :parameters
|
8054
8096
|
# Reserved for future use.
|
@@ -8260,6 +8302,19 @@ module Aws::SSM
|
|
8260
8302
|
#
|
8261
8303
|
# By default, all associations use `AUTO` mode.
|
8262
8304
|
#
|
8305
|
+
# @option params [Boolean] :apply_only_at_cron_interval
|
8306
|
+
# By default, when you update an association, the system runs it
|
8307
|
+
# immediately after it is updated and then according to the schedule you
|
8308
|
+
# specified. Specify this option if you don't want an association to
|
8309
|
+
# run immediately after you update it.
|
8310
|
+
#
|
8311
|
+
# Also, if you specified this option when you created the association,
|
8312
|
+
# you can reset it. To do so, specify the
|
8313
|
+
# `no-apply-only-at-cron-interval` parameter when you update the
|
8314
|
+
# association from the command line. This parameter forces the
|
8315
|
+
# association to run immediately after updating it and according to the
|
8316
|
+
# interval specified.
|
8317
|
+
#
|
8263
8318
|
# @return [Types::UpdateAssociationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8264
8319
|
#
|
8265
8320
|
# * {Types::UpdateAssociationResult#association_description #association_description} => Types::AssociationDescription
|
@@ -8294,6 +8349,7 @@ module Aws::SSM
|
|
8294
8349
|
# max_concurrency: "MaxConcurrency",
|
8295
8350
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
8296
8351
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
8352
|
+
# apply_only_at_cron_interval: false,
|
8297
8353
|
# })
|
8298
8354
|
#
|
8299
8355
|
# @example Response structure
|
@@ -8332,6 +8388,7 @@ module Aws::SSM
|
|
8332
8388
|
# resp.association_description.max_concurrency #=> String
|
8333
8389
|
# resp.association_description.compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
8334
8390
|
# resp.association_description.sync_compliance #=> String, one of "AUTO", "MANUAL"
|
8391
|
+
# resp.association_description.apply_only_at_cron_interval #=> Boolean
|
8335
8392
|
#
|
8336
8393
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociation AWS API Documentation
|
8337
8394
|
#
|
@@ -8407,6 +8464,7 @@ module Aws::SSM
|
|
8407
8464
|
# resp.association_description.max_concurrency #=> String
|
8408
8465
|
# resp.association_description.compliance_severity #=> String, one of "CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED"
|
8409
8466
|
# resp.association_description.sync_compliance #=> String, one of "AUTO", "MANUAL"
|
8467
|
+
# resp.association_description.apply_only_at_cron_interval #=> Boolean
|
8410
8468
|
#
|
8411
8469
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationStatus AWS API Documentation
|
8412
8470
|
#
|
@@ -8602,6 +8660,18 @@ module Aws::SSM
|
|
8602
8660
|
#
|
8603
8661
|
# [1]: https://www.iana.org/time-zones
|
8604
8662
|
#
|
8663
|
+
# @option params [Integer] :schedule_offset
|
8664
|
+
# The number of days to wait after the date and time specified by a CRON
|
8665
|
+
# expression before running the maintenance window.
|
8666
|
+
#
|
8667
|
+
# For example, the following cron expression schedules a maintenance
|
8668
|
+
# window to run the third Tuesday of every month at 11:30 PM.
|
8669
|
+
#
|
8670
|
+
# `cron(0 30 23 ? * TUE#3 *)`
|
8671
|
+
#
|
8672
|
+
# If the schedule offset is `2`, the maintenance window won't run until
|
8673
|
+
# two days later.
|
8674
|
+
#
|
8605
8675
|
# @option params [Integer] :duration
|
8606
8676
|
# The duration of the maintenance window in hours.
|
8607
8677
|
#
|
@@ -8630,6 +8700,7 @@ module Aws::SSM
|
|
8630
8700
|
# * {Types::UpdateMaintenanceWindowResult#end_date #end_date} => String
|
8631
8701
|
# * {Types::UpdateMaintenanceWindowResult#schedule #schedule} => String
|
8632
8702
|
# * {Types::UpdateMaintenanceWindowResult#schedule_timezone #schedule_timezone} => String
|
8703
|
+
# * {Types::UpdateMaintenanceWindowResult#schedule_offset #schedule_offset} => Integer
|
8633
8704
|
# * {Types::UpdateMaintenanceWindowResult#duration #duration} => Integer
|
8634
8705
|
# * {Types::UpdateMaintenanceWindowResult#cutoff #cutoff} => Integer
|
8635
8706
|
# * {Types::UpdateMaintenanceWindowResult#allow_unassociated_targets #allow_unassociated_targets} => Boolean
|
@@ -8645,6 +8716,7 @@ module Aws::SSM
|
|
8645
8716
|
# end_date: "MaintenanceWindowStringDateTime",
|
8646
8717
|
# schedule: "MaintenanceWindowSchedule",
|
8647
8718
|
# schedule_timezone: "MaintenanceWindowTimezone",
|
8719
|
+
# schedule_offset: 1,
|
8648
8720
|
# duration: 1,
|
8649
8721
|
# cutoff: 1,
|
8650
8722
|
# allow_unassociated_targets: false,
|
@@ -8661,6 +8733,7 @@ module Aws::SSM
|
|
8661
8733
|
# resp.end_date #=> String
|
8662
8734
|
# resp.schedule #=> String
|
8663
8735
|
# resp.schedule_timezone #=> String
|
8736
|
+
# resp.schedule_offset #=> Integer
|
8664
8737
|
# resp.duration #=> Integer
|
8665
8738
|
# resp.cutoff #=> Integer
|
8666
8739
|
# resp.allow_unassociated_targets #=> Boolean
|
@@ -9506,7 +9579,7 @@ module Aws::SSM
|
|
9506
9579
|
params: params,
|
9507
9580
|
config: config)
|
9508
9581
|
context[:gem_name] = 'aws-sdk-ssm'
|
9509
|
-
context[:gem_version] = '1.
|
9582
|
+
context[:gem_version] = '1.83.0'
|
9510
9583
|
Seahorse::Client::Request.new(handlers, context)
|
9511
9584
|
end
|
9512
9585
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -28,6 +30,7 @@ module Aws::SSM
|
|
28
30
|
AggregatorSchemaOnly = Shapes::BooleanShape.new(name: 'AggregatorSchemaOnly')
|
29
31
|
AllowedPattern = Shapes::StringShape.new(name: 'AllowedPattern')
|
30
32
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
33
|
+
ApplyOnlyAtCronInterval = Shapes::BooleanShape.new(name: 'ApplyOnlyAtCronInterval')
|
31
34
|
ApproveAfterDays = Shapes::IntegerShape.new(name: 'ApproveAfterDays')
|
32
35
|
AssociatedInstances = Shapes::StructureShape.new(name: 'AssociatedInstances')
|
33
36
|
Association = Shapes::StructureShape.new(name: 'Association')
|
@@ -613,6 +616,7 @@ module Aws::SSM
|
|
613
616
|
MaintenanceWindowLambdaQualifier = Shapes::StringShape.new(name: 'MaintenanceWindowLambdaQualifier')
|
614
617
|
MaintenanceWindowMaxResults = Shapes::IntegerShape.new(name: 'MaintenanceWindowMaxResults')
|
615
618
|
MaintenanceWindowName = Shapes::StringShape.new(name: 'MaintenanceWindowName')
|
619
|
+
MaintenanceWindowOffset = Shapes::IntegerShape.new(name: 'MaintenanceWindowOffset')
|
616
620
|
MaintenanceWindowResourceType = Shapes::StringShape.new(name: 'MaintenanceWindowResourceType')
|
617
621
|
MaintenanceWindowRunCommandParameters = Shapes::StructureShape.new(name: 'MaintenanceWindowRunCommandParameters')
|
618
622
|
MaintenanceWindowSchedule = Shapes::StringShape.new(name: 'MaintenanceWindowSchedule')
|
@@ -1110,6 +1114,7 @@ module Aws::SSM
|
|
1110
1114
|
AssociationDescription.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1111
1115
|
AssociationDescription.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1112
1116
|
AssociationDescription.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1117
|
+
AssociationDescription.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1113
1118
|
AssociationDescription.struct_class = Types::AssociationDescription
|
1114
1119
|
|
1115
1120
|
AssociationDescriptionList.member = Shapes::ShapeRef.new(shape: AssociationDescription)
|
@@ -1198,6 +1203,7 @@ module Aws::SSM
|
|
1198
1203
|
AssociationVersionInfo.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1199
1204
|
AssociationVersionInfo.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1200
1205
|
AssociationVersionInfo.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1206
|
+
AssociationVersionInfo.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1201
1207
|
AssociationVersionInfo.struct_class = Types::AssociationVersionInfo
|
1202
1208
|
|
1203
1209
|
AssociationVersionLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -1484,6 +1490,7 @@ module Aws::SSM
|
|
1484
1490
|
CreateAssociationBatchRequestEntry.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1485
1491
|
CreateAssociationBatchRequestEntry.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1486
1492
|
CreateAssociationBatchRequestEntry.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1493
|
+
CreateAssociationBatchRequestEntry.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1487
1494
|
CreateAssociationBatchRequestEntry.struct_class = Types::CreateAssociationBatchRequestEntry
|
1488
1495
|
|
1489
1496
|
CreateAssociationBatchResult.add_member(:successful, Shapes::ShapeRef.new(shape: AssociationDescriptionList, location_name: "Successful"))
|
@@ -1503,6 +1510,7 @@ module Aws::SSM
|
|
1503
1510
|
CreateAssociationRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
1504
1511
|
CreateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
1505
1512
|
CreateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
1513
|
+
CreateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
1506
1514
|
CreateAssociationRequest.struct_class = Types::CreateAssociationRequest
|
1507
1515
|
|
1508
1516
|
CreateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
@@ -1528,6 +1536,7 @@ module Aws::SSM
|
|
1528
1536
|
CreateMaintenanceWindowRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "EndDate"))
|
1529
1537
|
CreateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, required: true, location_name: "Schedule"))
|
1530
1538
|
CreateMaintenanceWindowRequest.add_member(:schedule_timezone, Shapes::ShapeRef.new(shape: MaintenanceWindowTimezone, location_name: "ScheduleTimezone"))
|
1539
|
+
CreateMaintenanceWindowRequest.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: MaintenanceWindowOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
1531
1540
|
CreateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, required: true, location_name: "Duration"))
|
1532
1541
|
CreateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, required: true, location_name: "Cutoff"))
|
1533
1542
|
CreateMaintenanceWindowRequest.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, required: true, location_name: "AllowUnassociatedTargets"))
|
@@ -2282,6 +2291,7 @@ module Aws::SSM
|
|
2282
2291
|
GetMaintenanceWindowResult.add_member(:end_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "EndDate"))
|
2283
2292
|
GetMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
2284
2293
|
GetMaintenanceWindowResult.add_member(:schedule_timezone, Shapes::ShapeRef.new(shape: MaintenanceWindowTimezone, location_name: "ScheduleTimezone"))
|
2294
|
+
GetMaintenanceWindowResult.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: MaintenanceWindowOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
2285
2295
|
GetMaintenanceWindowResult.add_member(:next_execution_time, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "NextExecutionTime"))
|
2286
2296
|
GetMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
|
2287
2297
|
GetMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
@@ -2960,6 +2970,7 @@ module Aws::SSM
|
|
2960
2970
|
MaintenanceWindowIdentity.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
2961
2971
|
MaintenanceWindowIdentity.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
2962
2972
|
MaintenanceWindowIdentity.add_member(:schedule_timezone, Shapes::ShapeRef.new(shape: MaintenanceWindowTimezone, location_name: "ScheduleTimezone"))
|
2973
|
+
MaintenanceWindowIdentity.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: MaintenanceWindowOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
2963
2974
|
MaintenanceWindowIdentity.add_member(:end_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "EndDate"))
|
2964
2975
|
MaintenanceWindowIdentity.add_member(:start_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "StartDate"))
|
2965
2976
|
MaintenanceWindowIdentity.add_member(:next_execution_time, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "NextExecutionTime"))
|
@@ -3856,6 +3867,7 @@ module Aws::SSM
|
|
3856
3867
|
UpdateAssociationRequest.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
|
3857
3868
|
UpdateAssociationRequest.add_member(:compliance_severity, Shapes::ShapeRef.new(shape: AssociationComplianceSeverity, location_name: "ComplianceSeverity"))
|
3858
3869
|
UpdateAssociationRequest.add_member(:sync_compliance, Shapes::ShapeRef.new(shape: AssociationSyncCompliance, location_name: "SyncCompliance"))
|
3870
|
+
UpdateAssociationRequest.add_member(:apply_only_at_cron_interval, Shapes::ShapeRef.new(shape: ApplyOnlyAtCronInterval, location_name: "ApplyOnlyAtCronInterval"))
|
3859
3871
|
UpdateAssociationRequest.struct_class = Types::UpdateAssociationRequest
|
3860
3872
|
|
3861
3873
|
UpdateAssociationResult.add_member(:association_description, Shapes::ShapeRef.new(shape: AssociationDescription, location_name: "AssociationDescription"))
|
@@ -3895,6 +3907,7 @@ module Aws::SSM
|
|
3895
3907
|
UpdateMaintenanceWindowRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "EndDate"))
|
3896
3908
|
UpdateMaintenanceWindowRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
3897
3909
|
UpdateMaintenanceWindowRequest.add_member(:schedule_timezone, Shapes::ShapeRef.new(shape: MaintenanceWindowTimezone, location_name: "ScheduleTimezone"))
|
3910
|
+
UpdateMaintenanceWindowRequest.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: MaintenanceWindowOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
3898
3911
|
UpdateMaintenanceWindowRequest.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration", metadata: {"box"=>true}))
|
3899
3912
|
UpdateMaintenanceWindowRequest.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff", metadata: {"box"=>true}))
|
3900
3913
|
UpdateMaintenanceWindowRequest.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets", metadata: {"box"=>true}))
|
@@ -3909,6 +3922,7 @@ module Aws::SSM
|
|
3909
3922
|
UpdateMaintenanceWindowResult.add_member(:end_date, Shapes::ShapeRef.new(shape: MaintenanceWindowStringDateTime, location_name: "EndDate"))
|
3910
3923
|
UpdateMaintenanceWindowResult.add_member(:schedule, Shapes::ShapeRef.new(shape: MaintenanceWindowSchedule, location_name: "Schedule"))
|
3911
3924
|
UpdateMaintenanceWindowResult.add_member(:schedule_timezone, Shapes::ShapeRef.new(shape: MaintenanceWindowTimezone, location_name: "ScheduleTimezone"))
|
3925
|
+
UpdateMaintenanceWindowResult.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: MaintenanceWindowOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
3912
3926
|
UpdateMaintenanceWindowResult.add_member(:duration, Shapes::ShapeRef.new(shape: MaintenanceWindowDurationHours, location_name: "Duration"))
|
3913
3927
|
UpdateMaintenanceWindowResult.add_member(:cutoff, Shapes::ShapeRef.new(shape: MaintenanceWindowCutoff, location_name: "Cutoff"))
|
3914
3928
|
UpdateMaintenanceWindowResult.add_member(:allow_unassociated_targets, Shapes::ShapeRef.new(shape: MaintenanceWindowAllowUnassociatedTargets, location_name: "AllowUnassociatedTargets"))
|
data/lib/aws-sdk-ssm/errors.rb
CHANGED
data/lib/aws-sdk-ssm/resource.rb
CHANGED
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ module Aws::SSM
|
|
24
26
|
class AccountSharingInfo < Struct.new(
|
25
27
|
:account_id,
|
26
28
|
:shared_document_version)
|
29
|
+
SENSITIVE = []
|
27
30
|
include Aws::Structure
|
28
31
|
end
|
29
32
|
|
@@ -89,6 +92,7 @@ module Aws::SSM
|
|
89
92
|
:expired,
|
90
93
|
:created_date,
|
91
94
|
:tags)
|
95
|
+
SENSITIVE = []
|
92
96
|
include Aws::Structure
|
93
97
|
end
|
94
98
|
|
@@ -152,6 +156,7 @@ module Aws::SSM
|
|
152
156
|
:resource_type,
|
153
157
|
:resource_id,
|
154
158
|
:tags)
|
159
|
+
SENSITIVE = []
|
155
160
|
include Aws::Structure
|
156
161
|
end
|
157
162
|
|
@@ -170,6 +175,7 @@ module Aws::SSM
|
|
170
175
|
#
|
171
176
|
class AlreadyExistsException < Struct.new(
|
172
177
|
:message)
|
178
|
+
SENSITIVE = []
|
173
179
|
include Aws::Structure
|
174
180
|
end
|
175
181
|
|
@@ -239,6 +245,7 @@ module Aws::SSM
|
|
239
245
|
:overview,
|
240
246
|
:schedule_expression,
|
241
247
|
:association_name)
|
248
|
+
SENSITIVE = []
|
242
249
|
include Aws::Structure
|
243
250
|
end
|
244
251
|
|
@@ -373,6 +380,13 @@ module Aws::SSM
|
|
373
380
|
# By default, all associations use `AUTO` mode.
|
374
381
|
# @return [String]
|
375
382
|
#
|
383
|
+
# @!attribute [rw] apply_only_at_cron_interval
|
384
|
+
# By default, when you create a new associations, the system runs it
|
385
|
+
# immediately after it is created and then according to the schedule
|
386
|
+
# you specified. Specify this option if you don't want an association
|
387
|
+
# to run immediately after you create it.
|
388
|
+
# @return [Boolean]
|
389
|
+
#
|
376
390
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationDescription AWS API Documentation
|
377
391
|
#
|
378
392
|
class AssociationDescription < Struct.new(
|
@@ -396,7 +410,9 @@ module Aws::SSM
|
|
396
410
|
:max_errors,
|
397
411
|
:max_concurrency,
|
398
412
|
:compliance_severity,
|
399
|
-
:sync_compliance
|
413
|
+
:sync_compliance,
|
414
|
+
:apply_only_at_cron_interval)
|
415
|
+
SENSITIVE = []
|
400
416
|
include Aws::Structure
|
401
417
|
end
|
402
418
|
|
@@ -409,6 +425,7 @@ module Aws::SSM
|
|
409
425
|
#
|
410
426
|
class AssociationDoesNotExist < Struct.new(
|
411
427
|
:message)
|
428
|
+
SENSITIVE = []
|
412
429
|
include Aws::Structure
|
413
430
|
end
|
414
431
|
|
@@ -458,6 +475,7 @@ module Aws::SSM
|
|
458
475
|
:created_time,
|
459
476
|
:last_execution_date,
|
460
477
|
:resource_count_by_status)
|
478
|
+
SENSITIVE = []
|
461
479
|
include Aws::Structure
|
462
480
|
end
|
463
481
|
|
@@ -471,6 +489,7 @@ module Aws::SSM
|
|
471
489
|
#
|
472
490
|
class AssociationExecutionDoesNotExist < Struct.new(
|
473
491
|
:message)
|
492
|
+
SENSITIVE = []
|
474
493
|
include Aws::Structure
|
475
494
|
end
|
476
495
|
|
@@ -503,6 +522,7 @@ module Aws::SSM
|
|
503
522
|
:key,
|
504
523
|
:value,
|
505
524
|
:type)
|
525
|
+
SENSITIVE = []
|
506
526
|
include Aws::Structure
|
507
527
|
end
|
508
528
|
|
@@ -557,6 +577,7 @@ module Aws::SSM
|
|
557
577
|
:detailed_status,
|
558
578
|
:last_execution_date,
|
559
579
|
:output_source)
|
580
|
+
SENSITIVE = []
|
560
581
|
include Aws::Structure
|
561
582
|
end
|
562
583
|
|
@@ -583,6 +604,7 @@ module Aws::SSM
|
|
583
604
|
class AssociationExecutionTargetsFilter < Struct.new(
|
584
605
|
:key,
|
585
606
|
:value)
|
607
|
+
SENSITIVE = []
|
586
608
|
include Aws::Structure
|
587
609
|
end
|
588
610
|
|
@@ -609,6 +631,7 @@ module Aws::SSM
|
|
609
631
|
class AssociationFilter < Struct.new(
|
610
632
|
:key,
|
611
633
|
:value)
|
634
|
+
SENSITIVE = []
|
612
635
|
include Aws::Structure
|
613
636
|
end
|
614
637
|
|
@@ -642,6 +665,7 @@ module Aws::SSM
|
|
642
665
|
:status,
|
643
666
|
:detailed_status,
|
644
667
|
:association_status_aggregated_count)
|
668
|
+
SENSITIVE = []
|
645
669
|
include Aws::Structure
|
646
670
|
end
|
647
671
|
|
@@ -680,6 +704,7 @@ module Aws::SSM
|
|
680
704
|
:name,
|
681
705
|
:message,
|
682
706
|
:additional_info)
|
707
|
+
SENSITIVE = []
|
683
708
|
include Aws::Structure
|
684
709
|
end
|
685
710
|
|
@@ -781,6 +806,13 @@ module Aws::SSM
|
|
781
806
|
# By default, all associations use `AUTO` mode.
|
782
807
|
# @return [String]
|
783
808
|
#
|
809
|
+
# @!attribute [rw] apply_only_at_cron_interval
|
810
|
+
# By default, when you create a new associations, the system runs it
|
811
|
+
# immediately after it is created and then according to the schedule
|
812
|
+
# you specified. Specify this option if you don't want an association
|
813
|
+
# to run immediately after you create it.
|
814
|
+
# @return [Boolean]
|
815
|
+
#
|
784
816
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/AssociationVersionInfo AWS API Documentation
|
785
817
|
#
|
786
818
|
class AssociationVersionInfo < Struct.new(
|
@@ -797,7 +829,9 @@ module Aws::SSM
|
|
797
829
|
:max_errors,
|
798
830
|
:max_concurrency,
|
799
831
|
:compliance_severity,
|
800
|
-
:sync_compliance
|
832
|
+
:sync_compliance,
|
833
|
+
:apply_only_at_cron_interval)
|
834
|
+
SENSITIVE = []
|
801
835
|
include Aws::Structure
|
802
836
|
end
|
803
837
|
|
@@ -811,6 +845,7 @@ module Aws::SSM
|
|
811
845
|
#
|
812
846
|
class AssociationVersionLimitExceeded < Struct.new(
|
813
847
|
:message)
|
848
|
+
SENSITIVE = []
|
814
849
|
include Aws::Structure
|
815
850
|
end
|
816
851
|
|
@@ -845,6 +880,7 @@ module Aws::SSM
|
|
845
880
|
:hash,
|
846
881
|
:hash_type,
|
847
882
|
:url)
|
883
|
+
SENSITIVE = []
|
848
884
|
include Aws::Structure
|
849
885
|
end
|
850
886
|
|
@@ -858,6 +894,7 @@ module Aws::SSM
|
|
858
894
|
#
|
859
895
|
class AttachmentInformation < Struct.new(
|
860
896
|
:name)
|
897
|
+
SENSITIVE = []
|
861
898
|
include Aws::Structure
|
862
899
|
end
|
863
900
|
|
@@ -920,6 +957,7 @@ module Aws::SSM
|
|
920
957
|
:key,
|
921
958
|
:values,
|
922
959
|
:name)
|
960
|
+
SENSITIVE = []
|
923
961
|
include Aws::Structure
|
924
962
|
end
|
925
963
|
|
@@ -932,6 +970,7 @@ module Aws::SSM
|
|
932
970
|
#
|
933
971
|
class AutomationDefinitionNotFoundException < Struct.new(
|
934
972
|
:message)
|
973
|
+
SENSITIVE = []
|
935
974
|
include Aws::Structure
|
936
975
|
end
|
937
976
|
|
@@ -945,6 +984,7 @@ module Aws::SSM
|
|
945
984
|
#
|
946
985
|
class AutomationDefinitionVersionNotFoundException < Struct.new(
|
947
986
|
:message)
|
987
|
+
SENSITIVE = []
|
948
988
|
include Aws::Structure
|
949
989
|
end
|
950
990
|
|
@@ -1091,6 +1131,7 @@ module Aws::SSM
|
|
1091
1131
|
:target,
|
1092
1132
|
:target_locations,
|
1093
1133
|
:progress_counters)
|
1134
|
+
SENSITIVE = []
|
1094
1135
|
include Aws::Structure
|
1095
1136
|
end
|
1096
1137
|
|
@@ -1121,6 +1162,7 @@ module Aws::SSM
|
|
1121
1162
|
class AutomationExecutionFilter < Struct.new(
|
1122
1163
|
:key,
|
1123
1164
|
:values)
|
1165
|
+
SENSITIVE = []
|
1124
1166
|
include Aws::Structure
|
1125
1167
|
end
|
1126
1168
|
|
@@ -1134,6 +1176,7 @@ module Aws::SSM
|
|
1134
1176
|
#
|
1135
1177
|
class AutomationExecutionLimitExceededException < Struct.new(
|
1136
1178
|
:message)
|
1179
|
+
SENSITIVE = []
|
1137
1180
|
include Aws::Structure
|
1138
1181
|
end
|
1139
1182
|
|
@@ -1264,6 +1307,7 @@ module Aws::SSM
|
|
1264
1307
|
:max_errors,
|
1265
1308
|
:target,
|
1266
1309
|
:automation_type)
|
1310
|
+
SENSITIVE = []
|
1267
1311
|
include Aws::Structure
|
1268
1312
|
end
|
1269
1313
|
|
@@ -1277,6 +1321,7 @@ module Aws::SSM
|
|
1277
1321
|
#
|
1278
1322
|
class AutomationExecutionNotFoundException < Struct.new(
|
1279
1323
|
:message)
|
1324
|
+
SENSITIVE = []
|
1280
1325
|
include Aws::Structure
|
1281
1326
|
end
|
1282
1327
|
|
@@ -1290,6 +1335,7 @@ module Aws::SSM
|
|
1290
1335
|
#
|
1291
1336
|
class AutomationStepNotFoundException < Struct.new(
|
1292
1337
|
:message)
|
1338
|
+
SENSITIVE = []
|
1293
1339
|
include Aws::Structure
|
1294
1340
|
end
|
1295
1341
|
|
@@ -1316,6 +1362,7 @@ module Aws::SSM
|
|
1316
1362
|
class CancelCommandRequest < Struct.new(
|
1317
1363
|
:command_id,
|
1318
1364
|
:instance_ids)
|
1365
|
+
SENSITIVE = []
|
1319
1366
|
include Aws::Structure
|
1320
1367
|
end
|
1321
1368
|
|
@@ -1341,6 +1388,7 @@ module Aws::SSM
|
|
1341
1388
|
#
|
1342
1389
|
class CancelMaintenanceWindowExecutionRequest < Struct.new(
|
1343
1390
|
:window_execution_id)
|
1391
|
+
SENSITIVE = []
|
1344
1392
|
include Aws::Structure
|
1345
1393
|
end
|
1346
1394
|
|
@@ -1352,6 +1400,7 @@ module Aws::SSM
|
|
1352
1400
|
#
|
1353
1401
|
class CancelMaintenanceWindowExecutionResult < Struct.new(
|
1354
1402
|
:window_execution_id)
|
1403
|
+
SENSITIVE = []
|
1355
1404
|
include Aws::Structure
|
1356
1405
|
end
|
1357
1406
|
|
@@ -1381,6 +1430,7 @@ module Aws::SSM
|
|
1381
1430
|
class CloudWatchOutputConfig < Struct.new(
|
1382
1431
|
:cloud_watch_log_group_name,
|
1383
1432
|
:cloud_watch_output_enabled)
|
1433
|
+
SENSITIVE = []
|
1384
1434
|
include Aws::Structure
|
1385
1435
|
end
|
1386
1436
|
|
@@ -1587,6 +1637,7 @@ module Aws::SSM
|
|
1587
1637
|
:notification_config,
|
1588
1638
|
:cloud_watch_output_config,
|
1589
1639
|
:timeout_seconds)
|
1640
|
+
SENSITIVE = []
|
1590
1641
|
include Aws::Structure
|
1591
1642
|
end
|
1592
1643
|
|
@@ -1652,6 +1703,7 @@ module Aws::SSM
|
|
1652
1703
|
class CommandFilter < Struct.new(
|
1653
1704
|
:key,
|
1654
1705
|
:value)
|
1706
|
+
SENSITIVE = []
|
1655
1707
|
include Aws::Structure
|
1656
1708
|
end
|
1657
1709
|
|
@@ -1807,6 +1859,7 @@ module Aws::SSM
|
|
1807
1859
|
:service_role,
|
1808
1860
|
:notification_config,
|
1809
1861
|
:cloud_watch_output_config)
|
1862
|
+
SENSITIVE = []
|
1810
1863
|
include Aws::Structure
|
1811
1864
|
end
|
1812
1865
|
|
@@ -1960,6 +2013,7 @@ module Aws::SSM
|
|
1960
2013
|
:output_s3_region,
|
1961
2014
|
:output_s3_bucket_name,
|
1962
2015
|
:output_s3_key_prefix)
|
2016
|
+
SENSITIVE = []
|
1963
2017
|
include Aws::Structure
|
1964
2018
|
end
|
1965
2019
|
|
@@ -1999,6 +2053,7 @@ module Aws::SSM
|
|
1999
2053
|
:execution_time,
|
2000
2054
|
:execution_id,
|
2001
2055
|
:execution_type)
|
2056
|
+
SENSITIVE = []
|
2002
2057
|
include Aws::Structure
|
2003
2058
|
end
|
2004
2059
|
|
@@ -2067,6 +2122,7 @@ module Aws::SSM
|
|
2067
2122
|
:severity,
|
2068
2123
|
:execution_summary,
|
2069
2124
|
:details)
|
2125
|
+
SENSITIVE = []
|
2070
2126
|
include Aws::Structure
|
2071
2127
|
end
|
2072
2128
|
|
@@ -2119,6 +2175,7 @@ module Aws::SSM
|
|
2119
2175
|
:severity,
|
2120
2176
|
:status,
|
2121
2177
|
:details)
|
2178
|
+
SENSITIVE = []
|
2122
2179
|
include Aws::Structure
|
2123
2180
|
end
|
2124
2181
|
|
@@ -2153,6 +2210,7 @@ module Aws::SSM
|
|
2153
2210
|
:key,
|
2154
2211
|
:values,
|
2155
2212
|
:type)
|
2213
|
+
SENSITIVE = []
|
2156
2214
|
include Aws::Structure
|
2157
2215
|
end
|
2158
2216
|
|
@@ -2177,6 +2235,7 @@ module Aws::SSM
|
|
2177
2235
|
:compliance_type,
|
2178
2236
|
:compliant_summary,
|
2179
2237
|
:non_compliant_summary)
|
2238
|
+
SENSITIVE = []
|
2180
2239
|
include Aws::Structure
|
2181
2240
|
end
|
2182
2241
|
|
@@ -2190,6 +2249,7 @@ module Aws::SSM
|
|
2190
2249
|
#
|
2191
2250
|
class ComplianceTypeCountLimitExceededException < Struct.new(
|
2192
2251
|
:message)
|
2252
|
+
SENSITIVE = []
|
2193
2253
|
include Aws::Structure
|
2194
2254
|
end
|
2195
2255
|
|
@@ -2209,6 +2269,7 @@ module Aws::SSM
|
|
2209
2269
|
class CompliantSummary < Struct.new(
|
2210
2270
|
:compliant_count,
|
2211
2271
|
:severity_summary)
|
2272
|
+
SENSITIVE = []
|
2212
2273
|
include Aws::Structure
|
2213
2274
|
end
|
2214
2275
|
|
@@ -2303,6 +2364,7 @@ module Aws::SSM
|
|
2303
2364
|
:registration_limit,
|
2304
2365
|
:expiration_date,
|
2305
2366
|
:tags)
|
2367
|
+
SENSITIVE = []
|
2306
2368
|
include Aws::Structure
|
2307
2369
|
end
|
2308
2370
|
|
@@ -2322,6 +2384,7 @@ module Aws::SSM
|
|
2322
2384
|
class CreateActivationResult < Struct.new(
|
2323
2385
|
:activation_id,
|
2324
2386
|
:activation_code)
|
2387
|
+
SENSITIVE = []
|
2325
2388
|
include Aws::Structure
|
2326
2389
|
end
|
2327
2390
|
|
@@ -2357,6 +2420,7 @@ module Aws::SSM
|
|
2357
2420
|
# max_concurrency: "MaxConcurrency",
|
2358
2421
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2359
2422
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2423
|
+
# apply_only_at_cron_interval: false,
|
2360
2424
|
# },
|
2361
2425
|
# ],
|
2362
2426
|
# }
|
@@ -2369,6 +2433,7 @@ module Aws::SSM
|
|
2369
2433
|
#
|
2370
2434
|
class CreateAssociationBatchRequest < Struct.new(
|
2371
2435
|
:entries)
|
2436
|
+
SENSITIVE = []
|
2372
2437
|
include Aws::Structure
|
2373
2438
|
end
|
2374
2439
|
|
@@ -2405,6 +2470,7 @@ module Aws::SSM
|
|
2405
2470
|
# max_concurrency: "MaxConcurrency",
|
2406
2471
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2407
2472
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2473
|
+
# apply_only_at_cron_interval: false,
|
2408
2474
|
# }
|
2409
2475
|
#
|
2410
2476
|
# @!attribute [rw] name
|
@@ -2516,6 +2582,13 @@ module Aws::SSM
|
|
2516
2582
|
# By default, all associations use `AUTO` mode.
|
2517
2583
|
# @return [String]
|
2518
2584
|
#
|
2585
|
+
# @!attribute [rw] apply_only_at_cron_interval
|
2586
|
+
# By default, when you create a new associations, the system runs it
|
2587
|
+
# immediately after it is created and then according to the schedule
|
2588
|
+
# you specified. Specify this option if you don't want an association
|
2589
|
+
# to run immediately after you create it.
|
2590
|
+
# @return [Boolean]
|
2591
|
+
#
|
2519
2592
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationBatchRequestEntry AWS API Documentation
|
2520
2593
|
#
|
2521
2594
|
class CreateAssociationBatchRequestEntry < Struct.new(
|
@@ -2531,7 +2604,9 @@ module Aws::SSM
|
|
2531
2604
|
:max_errors,
|
2532
2605
|
:max_concurrency,
|
2533
2606
|
:compliance_severity,
|
2534
|
-
:sync_compliance
|
2607
|
+
:sync_compliance,
|
2608
|
+
:apply_only_at_cron_interval)
|
2609
|
+
SENSITIVE = []
|
2535
2610
|
include Aws::Structure
|
2536
2611
|
end
|
2537
2612
|
|
@@ -2548,6 +2623,7 @@ module Aws::SSM
|
|
2548
2623
|
class CreateAssociationBatchResult < Struct.new(
|
2549
2624
|
:successful,
|
2550
2625
|
:failed)
|
2626
|
+
SENSITIVE = []
|
2551
2627
|
include Aws::Structure
|
2552
2628
|
end
|
2553
2629
|
|
@@ -2581,6 +2657,7 @@ module Aws::SSM
|
|
2581
2657
|
# max_concurrency: "MaxConcurrency",
|
2582
2658
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
2583
2659
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
2660
|
+
# apply_only_at_cron_interval: false,
|
2584
2661
|
# }
|
2585
2662
|
#
|
2586
2663
|
# @!attribute [rw] name
|
@@ -2713,6 +2790,13 @@ module Aws::SSM
|
|
2713
2790
|
# By default, all associations use `AUTO` mode.
|
2714
2791
|
# @return [String]
|
2715
2792
|
#
|
2793
|
+
# @!attribute [rw] apply_only_at_cron_interval
|
2794
|
+
# By default, when you create a new associations, the system runs it
|
2795
|
+
# immediately after it is created and then according to the schedule
|
2796
|
+
# you specified. Specify this option if you don't want an association
|
2797
|
+
# to run immediately after you create it.
|
2798
|
+
# @return [Boolean]
|
2799
|
+
#
|
2716
2800
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateAssociationRequest AWS API Documentation
|
2717
2801
|
#
|
2718
2802
|
class CreateAssociationRequest < Struct.new(
|
@@ -2728,7 +2812,9 @@ module Aws::SSM
|
|
2728
2812
|
:max_errors,
|
2729
2813
|
:max_concurrency,
|
2730
2814
|
:compliance_severity,
|
2731
|
-
:sync_compliance
|
2815
|
+
:sync_compliance,
|
2816
|
+
:apply_only_at_cron_interval)
|
2817
|
+
SENSITIVE = []
|
2732
2818
|
include Aws::Structure
|
2733
2819
|
end
|
2734
2820
|
|
@@ -2740,6 +2826,7 @@ module Aws::SSM
|
|
2740
2826
|
#
|
2741
2827
|
class CreateAssociationResult < Struct.new(
|
2742
2828
|
:association_description)
|
2829
|
+
SENSITIVE = []
|
2743
2830
|
include Aws::Structure
|
2744
2831
|
end
|
2745
2832
|
|
@@ -2887,6 +2974,7 @@ module Aws::SSM
|
|
2887
2974
|
:document_format,
|
2888
2975
|
:target_type,
|
2889
2976
|
:tags)
|
2977
|
+
SENSITIVE = []
|
2890
2978
|
include Aws::Structure
|
2891
2979
|
end
|
2892
2980
|
|
@@ -2898,6 +2986,7 @@ module Aws::SSM
|
|
2898
2986
|
#
|
2899
2987
|
class CreateDocumentResult < Struct.new(
|
2900
2988
|
:document_description)
|
2989
|
+
SENSITIVE = []
|
2901
2990
|
include Aws::Structure
|
2902
2991
|
end
|
2903
2992
|
|
@@ -2911,6 +3000,7 @@ module Aws::SSM
|
|
2911
3000
|
# end_date: "MaintenanceWindowStringDateTime",
|
2912
3001
|
# schedule: "MaintenanceWindowSchedule", # required
|
2913
3002
|
# schedule_timezone: "MaintenanceWindowTimezone",
|
3003
|
+
# schedule_offset: 1,
|
2914
3004
|
# duration: 1, # required
|
2915
3005
|
# cutoff: 1, # required
|
2916
3006
|
# allow_unassociated_targets: false, # required
|
@@ -2964,6 +3054,19 @@ module Aws::SSM
|
|
2964
3054
|
# [1]: https://www.iana.org/time-zones
|
2965
3055
|
# @return [String]
|
2966
3056
|
#
|
3057
|
+
# @!attribute [rw] schedule_offset
|
3058
|
+
# The number of days to wait after the date and time specified by a
|
3059
|
+
# CRON expression before running the maintenance window.
|
3060
|
+
#
|
3061
|
+
# For example, the following cron expression schedules a maintenance
|
3062
|
+
# window to run on the third Tuesday of every month at 11:30 PM.
|
3063
|
+
#
|
3064
|
+
# `cron(0 30 23 ? * TUE#3 *)`
|
3065
|
+
#
|
3066
|
+
# If the schedule offset is `2`, the maintenance window won't run
|
3067
|
+
# until two days later.
|
3068
|
+
# @return [Integer]
|
3069
|
+
#
|
2967
3070
|
# @!attribute [rw] duration
|
2968
3071
|
# The duration of the maintenance window in hours.
|
2969
3072
|
# @return [Integer]
|
@@ -3020,11 +3123,13 @@ module Aws::SSM
|
|
3020
3123
|
:end_date,
|
3021
3124
|
:schedule,
|
3022
3125
|
:schedule_timezone,
|
3126
|
+
:schedule_offset,
|
3023
3127
|
:duration,
|
3024
3128
|
:cutoff,
|
3025
3129
|
:allow_unassociated_targets,
|
3026
3130
|
:client_token,
|
3027
3131
|
:tags)
|
3132
|
+
SENSITIVE = [:description]
|
3028
3133
|
include Aws::Structure
|
3029
3134
|
end
|
3030
3135
|
|
@@ -3036,6 +3141,7 @@ module Aws::SSM
|
|
3036
3141
|
#
|
3037
3142
|
class CreateMaintenanceWindowResult < Struct.new(
|
3038
3143
|
:window_id)
|
3144
|
+
SENSITIVE = []
|
3039
3145
|
include Aws::Structure
|
3040
3146
|
end
|
3041
3147
|
|
@@ -3179,6 +3285,7 @@ module Aws::SSM
|
|
3179
3285
|
:tags,
|
3180
3286
|
:category,
|
3181
3287
|
:severity)
|
3288
|
+
SENSITIVE = []
|
3182
3289
|
include Aws::Structure
|
3183
3290
|
end
|
3184
3291
|
|
@@ -3190,6 +3297,7 @@ module Aws::SSM
|
|
3190
3297
|
#
|
3191
3298
|
class CreateOpsItemResponse < Struct.new(
|
3192
3299
|
:ops_item_id)
|
3300
|
+
SENSITIVE = []
|
3193
3301
|
include Aws::Structure
|
3194
3302
|
end
|
3195
3303
|
|
@@ -3370,6 +3478,7 @@ module Aws::SSM
|
|
3370
3478
|
:sources,
|
3371
3479
|
:client_token,
|
3372
3480
|
:tags)
|
3481
|
+
SENSITIVE = []
|
3373
3482
|
include Aws::Structure
|
3374
3483
|
end
|
3375
3484
|
|
@@ -3381,6 +3490,7 @@ module Aws::SSM
|
|
3381
3490
|
#
|
3382
3491
|
class CreatePatchBaselineResult < Struct.new(
|
3383
3492
|
:baseline_id)
|
3493
|
+
SENSITIVE = []
|
3384
3494
|
include Aws::Structure
|
3385
3495
|
end
|
3386
3496
|
|
@@ -3447,6 +3557,7 @@ module Aws::SSM
|
|
3447
3557
|
:s3_destination,
|
3448
3558
|
:sync_type,
|
3449
3559
|
:sync_source)
|
3560
|
+
SENSITIVE = []
|
3450
3561
|
include Aws::Structure
|
3451
3562
|
end
|
3452
3563
|
|
@@ -3464,6 +3575,7 @@ module Aws::SSM
|
|
3464
3575
|
#
|
3465
3576
|
class CustomSchemaCountLimitExceededException < Struct.new(
|
3466
3577
|
:message)
|
3578
|
+
SENSITIVE = []
|
3467
3579
|
include Aws::Structure
|
3468
3580
|
end
|
3469
3581
|
|
@@ -3482,6 +3594,7 @@ module Aws::SSM
|
|
3482
3594
|
#
|
3483
3595
|
class DeleteActivationRequest < Struct.new(
|
3484
3596
|
:activation_id)
|
3597
|
+
SENSITIVE = []
|
3485
3598
|
include Aws::Structure
|
3486
3599
|
end
|
3487
3600
|
|
@@ -3516,6 +3629,7 @@ module Aws::SSM
|
|
3516
3629
|
:name,
|
3517
3630
|
:instance_id,
|
3518
3631
|
:association_id)
|
3632
|
+
SENSITIVE = []
|
3519
3633
|
include Aws::Structure
|
3520
3634
|
end
|
3521
3635
|
|
@@ -3562,6 +3676,7 @@ module Aws::SSM
|
|
3562
3676
|
:document_version,
|
3563
3677
|
:version_name,
|
3564
3678
|
:force)
|
3679
|
+
SENSITIVE = []
|
3565
3680
|
include Aws::Structure
|
3566
3681
|
end
|
3567
3682
|
|
@@ -3621,6 +3736,7 @@ module Aws::SSM
|
|
3621
3736
|
:schema_delete_option,
|
3622
3737
|
:dry_run,
|
3623
3738
|
:client_token)
|
3739
|
+
SENSITIVE = []
|
3624
3740
|
include Aws::Structure
|
3625
3741
|
end
|
3626
3742
|
|
@@ -3651,6 +3767,7 @@ module Aws::SSM
|
|
3651
3767
|
:deletion_id,
|
3652
3768
|
:type_name,
|
3653
3769
|
:deletion_summary)
|
3770
|
+
SENSITIVE = []
|
3654
3771
|
include Aws::Structure
|
3655
3772
|
end
|
3656
3773
|
|
@@ -3669,6 +3786,7 @@ module Aws::SSM
|
|
3669
3786
|
#
|
3670
3787
|
class DeleteMaintenanceWindowRequest < Struct.new(
|
3671
3788
|
:window_id)
|
3789
|
+
SENSITIVE = []
|
3672
3790
|
include Aws::Structure
|
3673
3791
|
end
|
3674
3792
|
|
@@ -3680,6 +3798,7 @@ module Aws::SSM
|
|
3680
3798
|
#
|
3681
3799
|
class DeleteMaintenanceWindowResult < Struct.new(
|
3682
3800
|
:window_id)
|
3801
|
+
SENSITIVE = []
|
3683
3802
|
include Aws::Structure
|
3684
3803
|
end
|
3685
3804
|
|
@@ -3698,6 +3817,7 @@ module Aws::SSM
|
|
3698
3817
|
#
|
3699
3818
|
class DeleteParameterRequest < Struct.new(
|
3700
3819
|
:name)
|
3820
|
+
SENSITIVE = []
|
3701
3821
|
include Aws::Structure
|
3702
3822
|
end
|
3703
3823
|
|
@@ -3720,6 +3840,7 @@ module Aws::SSM
|
|
3720
3840
|
#
|
3721
3841
|
class DeleteParametersRequest < Struct.new(
|
3722
3842
|
:names)
|
3843
|
+
SENSITIVE = []
|
3723
3844
|
include Aws::Structure
|
3724
3845
|
end
|
3725
3846
|
|
@@ -3737,6 +3858,7 @@ module Aws::SSM
|
|
3737
3858
|
class DeleteParametersResult < Struct.new(
|
3738
3859
|
:deleted_parameters,
|
3739
3860
|
:invalid_parameters)
|
3861
|
+
SENSITIVE = []
|
3740
3862
|
include Aws::Structure
|
3741
3863
|
end
|
3742
3864
|
|
@@ -3755,6 +3877,7 @@ module Aws::SSM
|
|
3755
3877
|
#
|
3756
3878
|
class DeletePatchBaselineRequest < Struct.new(
|
3757
3879
|
:baseline_id)
|
3880
|
+
SENSITIVE = []
|
3758
3881
|
include Aws::Structure
|
3759
3882
|
end
|
3760
3883
|
|
@@ -3766,6 +3889,7 @@ module Aws::SSM
|
|
3766
3889
|
#
|
3767
3890
|
class DeletePatchBaselineResult < Struct.new(
|
3768
3891
|
:baseline_id)
|
3892
|
+
SENSITIVE = []
|
3769
3893
|
include Aws::Structure
|
3770
3894
|
end
|
3771
3895
|
|
@@ -3790,6 +3914,7 @@ module Aws::SSM
|
|
3790
3914
|
class DeleteResourceDataSyncRequest < Struct.new(
|
3791
3915
|
:sync_name,
|
3792
3916
|
:sync_type)
|
3917
|
+
SENSITIVE = []
|
3793
3918
|
include Aws::Structure
|
3794
3919
|
end
|
3795
3920
|
|
@@ -3813,6 +3938,7 @@ module Aws::SSM
|
|
3813
3938
|
#
|
3814
3939
|
class DeregisterManagedInstanceRequest < Struct.new(
|
3815
3940
|
:instance_id)
|
3941
|
+
SENSITIVE = []
|
3816
3942
|
include Aws::Structure
|
3817
3943
|
end
|
3818
3944
|
|
@@ -3842,6 +3968,7 @@ module Aws::SSM
|
|
3842
3968
|
class DeregisterPatchBaselineForPatchGroupRequest < Struct.new(
|
3843
3969
|
:baseline_id,
|
3844
3970
|
:patch_group)
|
3971
|
+
SENSITIVE = []
|
3845
3972
|
include Aws::Structure
|
3846
3973
|
end
|
3847
3974
|
|
@@ -3858,6 +3985,7 @@ module Aws::SSM
|
|
3858
3985
|
class DeregisterPatchBaselineForPatchGroupResult < Struct.new(
|
3859
3986
|
:baseline_id,
|
3860
3987
|
:patch_group)
|
3988
|
+
SENSITIVE = []
|
3861
3989
|
include Aws::Structure
|
3862
3990
|
end
|
3863
3991
|
|
@@ -3890,6 +4018,7 @@ module Aws::SSM
|
|
3890
4018
|
:window_id,
|
3891
4019
|
:window_target_id,
|
3892
4020
|
:safe)
|
4021
|
+
SENSITIVE = []
|
3893
4022
|
include Aws::Structure
|
3894
4023
|
end
|
3895
4024
|
|
@@ -3906,6 +4035,7 @@ module Aws::SSM
|
|
3906
4035
|
class DeregisterTargetFromMaintenanceWindowResult < Struct.new(
|
3907
4036
|
:window_id,
|
3908
4037
|
:window_target_id)
|
4038
|
+
SENSITIVE = []
|
3909
4039
|
include Aws::Structure
|
3910
4040
|
end
|
3911
4041
|
|
@@ -3930,6 +4060,7 @@ module Aws::SSM
|
|
3930
4060
|
class DeregisterTaskFromMaintenanceWindowRequest < Struct.new(
|
3931
4061
|
:window_id,
|
3932
4062
|
:window_task_id)
|
4063
|
+
SENSITIVE = []
|
3933
4064
|
include Aws::Structure
|
3934
4065
|
end
|
3935
4066
|
|
@@ -3946,6 +4077,7 @@ module Aws::SSM
|
|
3946
4077
|
class DeregisterTaskFromMaintenanceWindowResult < Struct.new(
|
3947
4078
|
:window_id,
|
3948
4079
|
:window_task_id)
|
4080
|
+
SENSITIVE = []
|
3949
4081
|
include Aws::Structure
|
3950
4082
|
end
|
3951
4083
|
|
@@ -3972,6 +4104,7 @@ module Aws::SSM
|
|
3972
4104
|
class DescribeActivationsFilter < Struct.new(
|
3973
4105
|
:filter_key,
|
3974
4106
|
:filter_values)
|
4107
|
+
SENSITIVE = []
|
3975
4108
|
include Aws::Structure
|
3976
4109
|
end
|
3977
4110
|
|
@@ -4010,6 +4143,7 @@ module Aws::SSM
|
|
4010
4143
|
:filters,
|
4011
4144
|
:max_results,
|
4012
4145
|
:next_token)
|
4146
|
+
SENSITIVE = []
|
4013
4147
|
include Aws::Structure
|
4014
4148
|
end
|
4015
4149
|
|
@@ -4027,6 +4161,7 @@ module Aws::SSM
|
|
4027
4161
|
class DescribeActivationsResult < Struct.new(
|
4028
4162
|
:activation_list,
|
4029
4163
|
:next_token)
|
4164
|
+
SENSITIVE = []
|
4030
4165
|
include Aws::Structure
|
4031
4166
|
end
|
4032
4167
|
|
@@ -4085,6 +4220,7 @@ module Aws::SSM
|
|
4085
4220
|
:filters,
|
4086
4221
|
:max_results,
|
4087
4222
|
:next_token)
|
4223
|
+
SENSITIVE = []
|
4088
4224
|
include Aws::Structure
|
4089
4225
|
end
|
4090
4226
|
|
@@ -4102,6 +4238,7 @@ module Aws::SSM
|
|
4102
4238
|
class DescribeAssociationExecutionTargetsResult < Struct.new(
|
4103
4239
|
:association_execution_targets,
|
4104
4240
|
:next_token)
|
4241
|
+
SENSITIVE = []
|
4105
4242
|
include Aws::Structure
|
4106
4243
|
end
|
4107
4244
|
|
@@ -4155,6 +4292,7 @@ module Aws::SSM
|
|
4155
4292
|
:filters,
|
4156
4293
|
:max_results,
|
4157
4294
|
:next_token)
|
4295
|
+
SENSITIVE = []
|
4158
4296
|
include Aws::Structure
|
4159
4297
|
end
|
4160
4298
|
|
@@ -4172,6 +4310,7 @@ module Aws::SSM
|
|
4172
4310
|
class DescribeAssociationExecutionsResult < Struct.new(
|
4173
4311
|
:association_executions,
|
4174
4312
|
:next_token)
|
4313
|
+
SENSITIVE = []
|
4175
4314
|
include Aws::Structure
|
4176
4315
|
end
|
4177
4316
|
|
@@ -4212,6 +4351,7 @@ module Aws::SSM
|
|
4212
4351
|
:instance_id,
|
4213
4352
|
:association_id,
|
4214
4353
|
:association_version)
|
4354
|
+
SENSITIVE = []
|
4215
4355
|
include Aws::Structure
|
4216
4356
|
end
|
4217
4357
|
|
@@ -4223,6 +4363,7 @@ module Aws::SSM
|
|
4223
4363
|
#
|
4224
4364
|
class DescribeAssociationResult < Struct.new(
|
4225
4365
|
:association_description)
|
4366
|
+
SENSITIVE = []
|
4226
4367
|
include Aws::Structure
|
4227
4368
|
end
|
4228
4369
|
|
@@ -4261,6 +4402,7 @@ module Aws::SSM
|
|
4261
4402
|
:filters,
|
4262
4403
|
:max_results,
|
4263
4404
|
:next_token)
|
4405
|
+
SENSITIVE = []
|
4264
4406
|
include Aws::Structure
|
4265
4407
|
end
|
4266
4408
|
|
@@ -4279,6 +4421,7 @@ module Aws::SSM
|
|
4279
4421
|
class DescribeAutomationExecutionsResult < Struct.new(
|
4280
4422
|
:automation_execution_metadata_list,
|
4281
4423
|
:next_token)
|
4424
|
+
SENSITIVE = []
|
4282
4425
|
include Aws::Structure
|
4283
4426
|
end
|
4284
4427
|
|
@@ -4332,6 +4475,7 @@ module Aws::SSM
|
|
4332
4475
|
:next_token,
|
4333
4476
|
:max_results,
|
4334
4477
|
:reverse_order)
|
4478
|
+
SENSITIVE = []
|
4335
4479
|
include Aws::Structure
|
4336
4480
|
end
|
4337
4481
|
|
@@ -4350,6 +4494,7 @@ module Aws::SSM
|
|
4350
4494
|
class DescribeAutomationStepExecutionsResult < Struct.new(
|
4351
4495
|
:step_executions,
|
4352
4496
|
:next_token)
|
4497
|
+
SENSITIVE = []
|
4353
4498
|
include Aws::Structure
|
4354
4499
|
end
|
4355
4500
|
|
@@ -4386,6 +4531,7 @@ module Aws::SSM
|
|
4386
4531
|
:filters,
|
4387
4532
|
:max_results,
|
4388
4533
|
:next_token)
|
4534
|
+
SENSITIVE = []
|
4389
4535
|
include Aws::Structure
|
4390
4536
|
end
|
4391
4537
|
|
@@ -4403,6 +4549,7 @@ module Aws::SSM
|
|
4403
4549
|
class DescribeAvailablePatchesResult < Struct.new(
|
4404
4550
|
:patches,
|
4405
4551
|
:next_token)
|
4552
|
+
SENSITIVE = []
|
4406
4553
|
include Aws::Structure
|
4407
4554
|
end
|
4408
4555
|
|
@@ -4428,6 +4575,7 @@ module Aws::SSM
|
|
4428
4575
|
class DescribeDocumentPermissionRequest < Struct.new(
|
4429
4576
|
:name,
|
4430
4577
|
:permission_type)
|
4578
|
+
SENSITIVE = []
|
4431
4579
|
include Aws::Structure
|
4432
4580
|
end
|
4433
4581
|
|
@@ -4446,6 +4594,7 @@ module Aws::SSM
|
|
4446
4594
|
class DescribeDocumentPermissionResponse < Struct.new(
|
4447
4595
|
:account_ids,
|
4448
4596
|
:account_sharing_info_list)
|
4597
|
+
SENSITIVE = []
|
4449
4598
|
include Aws::Structure
|
4450
4599
|
end
|
4451
4600
|
|
@@ -4479,6 +4628,7 @@ module Aws::SSM
|
|
4479
4628
|
:name,
|
4480
4629
|
:document_version,
|
4481
4630
|
:version_name)
|
4631
|
+
SENSITIVE = []
|
4482
4632
|
include Aws::Structure
|
4483
4633
|
end
|
4484
4634
|
|
@@ -4490,6 +4640,7 @@ module Aws::SSM
|
|
4490
4640
|
#
|
4491
4641
|
class DescribeDocumentResult < Struct.new(
|
4492
4642
|
:document)
|
4643
|
+
SENSITIVE = []
|
4493
4644
|
include Aws::Structure
|
4494
4645
|
end
|
4495
4646
|
|
@@ -4523,6 +4674,7 @@ module Aws::SSM
|
|
4523
4674
|
:instance_id,
|
4524
4675
|
:max_results,
|
4525
4676
|
:next_token)
|
4677
|
+
SENSITIVE = []
|
4526
4678
|
include Aws::Structure
|
4527
4679
|
end
|
4528
4680
|
|
@@ -4540,6 +4692,7 @@ module Aws::SSM
|
|
4540
4692
|
class DescribeEffectiveInstanceAssociationsResult < Struct.new(
|
4541
4693
|
:associations,
|
4542
4694
|
:next_token)
|
4695
|
+
SENSITIVE = []
|
4543
4696
|
include Aws::Structure
|
4544
4697
|
end
|
4545
4698
|
|
@@ -4571,6 +4724,7 @@ module Aws::SSM
|
|
4571
4724
|
:baseline_id,
|
4572
4725
|
:max_results,
|
4573
4726
|
:next_token)
|
4727
|
+
SENSITIVE = []
|
4574
4728
|
include Aws::Structure
|
4575
4729
|
end
|
4576
4730
|
|
@@ -4588,6 +4742,7 @@ module Aws::SSM
|
|
4588
4742
|
class DescribeEffectivePatchesForPatchBaselineResult < Struct.new(
|
4589
4743
|
:effective_patches,
|
4590
4744
|
:next_token)
|
4745
|
+
SENSITIVE = []
|
4591
4746
|
include Aws::Structure
|
4592
4747
|
end
|
4593
4748
|
|
@@ -4621,6 +4776,7 @@ module Aws::SSM
|
|
4621
4776
|
:instance_id,
|
4622
4777
|
:max_results,
|
4623
4778
|
:next_token)
|
4779
|
+
SENSITIVE = []
|
4624
4780
|
include Aws::Structure
|
4625
4781
|
end
|
4626
4782
|
|
@@ -4638,6 +4794,7 @@ module Aws::SSM
|
|
4638
4794
|
class DescribeInstanceAssociationsStatusResult < Struct.new(
|
4639
4795
|
:instance_association_status_infos,
|
4640
4796
|
:next_token)
|
4797
|
+
SENSITIVE = []
|
4641
4798
|
include Aws::Structure
|
4642
4799
|
end
|
4643
4800
|
|
@@ -4698,6 +4855,7 @@ module Aws::SSM
|
|
4698
4855
|
:filters,
|
4699
4856
|
:max_results,
|
4700
4857
|
:next_token)
|
4858
|
+
SENSITIVE = []
|
4701
4859
|
include Aws::Structure
|
4702
4860
|
end
|
4703
4861
|
|
@@ -4715,6 +4873,7 @@ module Aws::SSM
|
|
4715
4873
|
class DescribeInstanceInformationResult < Struct.new(
|
4716
4874
|
:instance_information_list,
|
4717
4875
|
:next_token)
|
4876
|
+
SENSITIVE = []
|
4718
4877
|
include Aws::Structure
|
4719
4878
|
end
|
4720
4879
|
|
@@ -4765,6 +4924,7 @@ module Aws::SSM
|
|
4765
4924
|
:filters,
|
4766
4925
|
:next_token,
|
4767
4926
|
:max_results)
|
4927
|
+
SENSITIVE = []
|
4768
4928
|
include Aws::Structure
|
4769
4929
|
end
|
4770
4930
|
|
@@ -4782,6 +4942,7 @@ module Aws::SSM
|
|
4782
4942
|
class DescribeInstancePatchStatesForPatchGroupResult < Struct.new(
|
4783
4943
|
:instance_patch_states,
|
4784
4944
|
:next_token)
|
4945
|
+
SENSITIVE = []
|
4785
4946
|
include Aws::Structure
|
4786
4947
|
end
|
4787
4948
|
|
@@ -4814,6 +4975,7 @@ module Aws::SSM
|
|
4814
4975
|
:instance_ids,
|
4815
4976
|
:next_token,
|
4816
4977
|
:max_results)
|
4978
|
+
SENSITIVE = []
|
4817
4979
|
include Aws::Structure
|
4818
4980
|
end
|
4819
4981
|
|
@@ -4831,6 +4993,7 @@ module Aws::SSM
|
|
4831
4993
|
class DescribeInstancePatchStatesResult < Struct.new(
|
4832
4994
|
:instance_patch_states,
|
4833
4995
|
:next_token)
|
4996
|
+
SENSITIVE = []
|
4834
4997
|
include Aws::Structure
|
4835
4998
|
end
|
4836
4999
|
|
@@ -4876,6 +5039,7 @@ module Aws::SSM
|
|
4876
5039
|
:filters,
|
4877
5040
|
:next_token,
|
4878
5041
|
:max_results)
|
5042
|
+
SENSITIVE = []
|
4879
5043
|
include Aws::Structure
|
4880
5044
|
end
|
4881
5045
|
|
@@ -4907,6 +5071,7 @@ module Aws::SSM
|
|
4907
5071
|
class DescribeInstancePatchesResult < Struct.new(
|
4908
5072
|
:patches,
|
4909
5073
|
:next_token)
|
5074
|
+
SENSITIVE = []
|
4910
5075
|
include Aws::Structure
|
4911
5076
|
end
|
4912
5077
|
|
@@ -4941,6 +5106,7 @@ module Aws::SSM
|
|
4941
5106
|
:deletion_id,
|
4942
5107
|
:next_token,
|
4943
5108
|
:max_results)
|
5109
|
+
SENSITIVE = []
|
4944
5110
|
include Aws::Structure
|
4945
5111
|
end
|
4946
5112
|
|
@@ -4958,6 +5124,7 @@ module Aws::SSM
|
|
4958
5124
|
class DescribeInventoryDeletionsResult < Struct.new(
|
4959
5125
|
:inventory_deletions,
|
4960
5126
|
:next_token)
|
5127
|
+
SENSITIVE = []
|
4961
5128
|
include Aws::Structure
|
4962
5129
|
end
|
4963
5130
|
|
@@ -5012,6 +5179,7 @@ module Aws::SSM
|
|
5012
5179
|
:filters,
|
5013
5180
|
:max_results,
|
5014
5181
|
:next_token)
|
5182
|
+
SENSITIVE = []
|
5015
5183
|
include Aws::Structure
|
5016
5184
|
end
|
5017
5185
|
|
@@ -5029,6 +5197,7 @@ module Aws::SSM
|
|
5029
5197
|
class DescribeMaintenanceWindowExecutionTaskInvocationsResult < Struct.new(
|
5030
5198
|
:window_execution_task_invocation_identities,
|
5031
5199
|
:next_token)
|
5200
|
+
SENSITIVE = []
|
5032
5201
|
include Aws::Structure
|
5033
5202
|
end
|
5034
5203
|
|
@@ -5077,6 +5246,7 @@ module Aws::SSM
|
|
5077
5246
|
:filters,
|
5078
5247
|
:max_results,
|
5079
5248
|
:next_token)
|
5249
|
+
SENSITIVE = []
|
5080
5250
|
include Aws::Structure
|
5081
5251
|
end
|
5082
5252
|
|
@@ -5094,6 +5264,7 @@ module Aws::SSM
|
|
5094
5264
|
class DescribeMaintenanceWindowExecutionTasksResult < Struct.new(
|
5095
5265
|
:window_execution_task_identities,
|
5096
5266
|
:next_token)
|
5267
|
+
SENSITIVE = []
|
5097
5268
|
include Aws::Structure
|
5098
5269
|
end
|
5099
5270
|
|
@@ -5147,6 +5318,7 @@ module Aws::SSM
|
|
5147
5318
|
:filters,
|
5148
5319
|
:max_results,
|
5149
5320
|
:next_token)
|
5321
|
+
SENSITIVE = []
|
5150
5322
|
include Aws::Structure
|
5151
5323
|
end
|
5152
5324
|
|
@@ -5164,6 +5336,7 @@ module Aws::SSM
|
|
5164
5336
|
class DescribeMaintenanceWindowExecutionsResult < Struct.new(
|
5165
5337
|
:window_executions,
|
5166
5338
|
:next_token)
|
5339
|
+
SENSITIVE = []
|
5167
5340
|
include Aws::Structure
|
5168
5341
|
end
|
5169
5342
|
|
@@ -5228,6 +5401,7 @@ module Aws::SSM
|
|
5228
5401
|
:filters,
|
5229
5402
|
:max_results,
|
5230
5403
|
:next_token)
|
5404
|
+
SENSITIVE = []
|
5231
5405
|
include Aws::Structure
|
5232
5406
|
end
|
5233
5407
|
|
@@ -5246,6 +5420,7 @@ module Aws::SSM
|
|
5246
5420
|
class DescribeMaintenanceWindowScheduleResult < Struct.new(
|
5247
5421
|
:scheduled_window_executions,
|
5248
5422
|
:next_token)
|
5423
|
+
SENSITIVE = []
|
5249
5424
|
include Aws::Structure
|
5250
5425
|
end
|
5251
5426
|
|
@@ -5292,6 +5467,7 @@ module Aws::SSM
|
|
5292
5467
|
:filters,
|
5293
5468
|
:max_results,
|
5294
5469
|
:next_token)
|
5470
|
+
SENSITIVE = []
|
5295
5471
|
include Aws::Structure
|
5296
5472
|
end
|
5297
5473
|
|
@@ -5309,6 +5485,7 @@ module Aws::SSM
|
|
5309
5485
|
class DescribeMaintenanceWindowTargetsResult < Struct.new(
|
5310
5486
|
:targets,
|
5311
5487
|
:next_token)
|
5488
|
+
SENSITIVE = []
|
5312
5489
|
include Aws::Structure
|
5313
5490
|
end
|
5314
5491
|
|
@@ -5355,6 +5532,7 @@ module Aws::SSM
|
|
5355
5532
|
:filters,
|
5356
5533
|
:max_results,
|
5357
5534
|
:next_token)
|
5535
|
+
SENSITIVE = []
|
5358
5536
|
include Aws::Structure
|
5359
5537
|
end
|
5360
5538
|
|
@@ -5372,6 +5550,7 @@ module Aws::SSM
|
|
5372
5550
|
class DescribeMaintenanceWindowTasksResult < Struct.new(
|
5373
5551
|
:tasks,
|
5374
5552
|
:next_token)
|
5553
|
+
SENSITIVE = []
|
5375
5554
|
include Aws::Structure
|
5376
5555
|
end
|
5377
5556
|
|
@@ -5417,6 +5596,7 @@ module Aws::SSM
|
|
5417
5596
|
:resource_type,
|
5418
5597
|
:max_results,
|
5419
5598
|
:next_token)
|
5599
|
+
SENSITIVE = []
|
5420
5600
|
include Aws::Structure
|
5421
5601
|
end
|
5422
5602
|
|
@@ -5435,6 +5615,7 @@ module Aws::SSM
|
|
5435
5615
|
class DescribeMaintenanceWindowsForTargetResult < Struct.new(
|
5436
5616
|
:window_identities,
|
5437
5617
|
:next_token)
|
5618
|
+
SENSITIVE = []
|
5438
5619
|
include Aws::Structure
|
5439
5620
|
end
|
5440
5621
|
|
@@ -5475,6 +5656,7 @@ module Aws::SSM
|
|
5475
5656
|
:filters,
|
5476
5657
|
:max_results,
|
5477
5658
|
:next_token)
|
5659
|
+
SENSITIVE = []
|
5478
5660
|
include Aws::Structure
|
5479
5661
|
end
|
5480
5662
|
|
@@ -5492,6 +5674,7 @@ module Aws::SSM
|
|
5492
5674
|
class DescribeMaintenanceWindowsResult < Struct.new(
|
5493
5675
|
:window_identities,
|
5494
5676
|
:next_token)
|
5677
|
+
SENSITIVE = []
|
5495
5678
|
include Aws::Structure
|
5496
5679
|
end
|
5497
5680
|
|
@@ -5587,6 +5770,7 @@ module Aws::SSM
|
|
5587
5770
|
:ops_item_filters,
|
5588
5771
|
:max_results,
|
5589
5772
|
:next_token)
|
5773
|
+
SENSITIVE = []
|
5590
5774
|
include Aws::Structure
|
5591
5775
|
end
|
5592
5776
|
|
@@ -5604,6 +5788,7 @@ module Aws::SSM
|
|
5604
5788
|
class DescribeOpsItemsResponse < Struct.new(
|
5605
5789
|
:next_token,
|
5606
5790
|
:ops_item_summaries)
|
5791
|
+
SENSITIVE = []
|
5607
5792
|
include Aws::Structure
|
5608
5793
|
end
|
5609
5794
|
|
@@ -5654,6 +5839,7 @@ module Aws::SSM
|
|
5654
5839
|
:parameter_filters,
|
5655
5840
|
:max_results,
|
5656
5841
|
:next_token)
|
5842
|
+
SENSITIVE = []
|
5657
5843
|
include Aws::Structure
|
5658
5844
|
end
|
5659
5845
|
|
@@ -5670,6 +5856,7 @@ module Aws::SSM
|
|
5670
5856
|
class DescribeParametersResult < Struct.new(
|
5671
5857
|
:parameters,
|
5672
5858
|
:next_token)
|
5859
|
+
SENSITIVE = []
|
5673
5860
|
include Aws::Structure
|
5674
5861
|
end
|
5675
5862
|
|
@@ -5711,6 +5898,7 @@ module Aws::SSM
|
|
5711
5898
|
:filters,
|
5712
5899
|
:max_results,
|
5713
5900
|
:next_token)
|
5901
|
+
SENSITIVE = []
|
5714
5902
|
include Aws::Structure
|
5715
5903
|
end
|
5716
5904
|
|
@@ -5728,6 +5916,7 @@ module Aws::SSM
|
|
5728
5916
|
class DescribePatchBaselinesResult < Struct.new(
|
5729
5917
|
:baseline_identities,
|
5730
5918
|
:next_token)
|
5919
|
+
SENSITIVE = []
|
5731
5920
|
include Aws::Structure
|
5732
5921
|
end
|
5733
5922
|
|
@@ -5747,6 +5936,7 @@ module Aws::SSM
|
|
5747
5936
|
#
|
5748
5937
|
class DescribePatchGroupStateRequest < Struct.new(
|
5749
5938
|
:patch_group)
|
5939
|
+
SENSITIVE = []
|
5750
5940
|
include Aws::Structure
|
5751
5941
|
end
|
5752
5942
|
|
@@ -5814,6 +6004,7 @@ module Aws::SSM
|
|
5814
6004
|
:instances_with_failed_patches,
|
5815
6005
|
:instances_with_not_applicable_patches,
|
5816
6006
|
:instances_with_unreported_not_applicable_patches)
|
6007
|
+
SENSITIVE = []
|
5817
6008
|
include Aws::Structure
|
5818
6009
|
end
|
5819
6010
|
|
@@ -5851,6 +6042,7 @@ module Aws::SSM
|
|
5851
6042
|
:max_results,
|
5852
6043
|
:filters,
|
5853
6044
|
:next_token)
|
6045
|
+
SENSITIVE = []
|
5854
6046
|
include Aws::Structure
|
5855
6047
|
end
|
5856
6048
|
|
@@ -5873,6 +6065,7 @@ module Aws::SSM
|
|
5873
6065
|
class DescribePatchGroupsResult < Struct.new(
|
5874
6066
|
:mappings,
|
5875
6067
|
:next_token)
|
6068
|
+
SENSITIVE = []
|
5876
6069
|
include Aws::Structure
|
5877
6070
|
end
|
5878
6071
|
|
@@ -5920,6 +6113,7 @@ module Aws::SSM
|
|
5920
6113
|
:patch_set,
|
5921
6114
|
:max_results,
|
5922
6115
|
:next_token)
|
6116
|
+
SENSITIVE = []
|
5923
6117
|
include Aws::Structure
|
5924
6118
|
end
|
5925
6119
|
|
@@ -5938,6 +6132,7 @@ module Aws::SSM
|
|
5938
6132
|
class DescribePatchPropertiesResult < Struct.new(
|
5939
6133
|
:properties,
|
5940
6134
|
:next_token)
|
6135
|
+
SENSITIVE = []
|
5941
6136
|
include Aws::Structure
|
5942
6137
|
end
|
5943
6138
|
|
@@ -5984,6 +6179,7 @@ module Aws::SSM
|
|
5984
6179
|
:max_results,
|
5985
6180
|
:next_token,
|
5986
6181
|
:filters)
|
6182
|
+
SENSITIVE = []
|
5987
6183
|
include Aws::Structure
|
5988
6184
|
end
|
5989
6185
|
|
@@ -6001,6 +6197,7 @@ module Aws::SSM
|
|
6001
6197
|
class DescribeSessionsResponse < Struct.new(
|
6002
6198
|
:sessions,
|
6003
6199
|
:next_token)
|
6200
|
+
SENSITIVE = []
|
6004
6201
|
include Aws::Structure
|
6005
6202
|
end
|
6006
6203
|
|
@@ -6013,6 +6210,7 @@ module Aws::SSM
|
|
6013
6210
|
#
|
6014
6211
|
class DocumentAlreadyExists < Struct.new(
|
6015
6212
|
:message)
|
6213
|
+
SENSITIVE = []
|
6016
6214
|
include Aws::Structure
|
6017
6215
|
end
|
6018
6216
|
|
@@ -6036,6 +6234,7 @@ module Aws::SSM
|
|
6036
6234
|
:name,
|
6037
6235
|
:default_version,
|
6038
6236
|
:default_version_name)
|
6237
|
+
SENSITIVE = []
|
6039
6238
|
include Aws::Structure
|
6040
6239
|
end
|
6041
6240
|
|
@@ -6178,6 +6377,7 @@ module Aws::SSM
|
|
6178
6377
|
:tags,
|
6179
6378
|
:attachments_information,
|
6180
6379
|
:requires)
|
6380
|
+
SENSITIVE = []
|
6181
6381
|
include Aws::Structure
|
6182
6382
|
end
|
6183
6383
|
|
@@ -6204,6 +6404,7 @@ module Aws::SSM
|
|
6204
6404
|
class DocumentFilter < Struct.new(
|
6205
6405
|
:key,
|
6206
6406
|
:value)
|
6407
|
+
SENSITIVE = []
|
6207
6408
|
include Aws::Structure
|
6208
6409
|
end
|
6209
6410
|
|
@@ -6278,6 +6479,7 @@ module Aws::SSM
|
|
6278
6479
|
:target_type,
|
6279
6480
|
:tags,
|
6280
6481
|
:requires)
|
6482
|
+
SENSITIVE = []
|
6281
6483
|
include Aws::Structure
|
6282
6484
|
end
|
6283
6485
|
|
@@ -6334,6 +6536,7 @@ module Aws::SSM
|
|
6334
6536
|
class DocumentKeyValuesFilter < Struct.new(
|
6335
6537
|
:key,
|
6336
6538
|
:values)
|
6539
|
+
SENSITIVE = []
|
6337
6540
|
include Aws::Structure
|
6338
6541
|
end
|
6339
6542
|
|
@@ -6346,6 +6549,7 @@ module Aws::SSM
|
|
6346
6549
|
#
|
6347
6550
|
class DocumentLimitExceeded < Struct.new(
|
6348
6551
|
:message)
|
6552
|
+
SENSITIVE = []
|
6349
6553
|
include Aws::Structure
|
6350
6554
|
end
|
6351
6555
|
|
@@ -6378,6 +6582,7 @@ module Aws::SSM
|
|
6378
6582
|
:type,
|
6379
6583
|
:description,
|
6380
6584
|
:default_value)
|
6585
|
+
SENSITIVE = []
|
6381
6586
|
include Aws::Structure
|
6382
6587
|
end
|
6383
6588
|
|
@@ -6393,6 +6598,7 @@ module Aws::SSM
|
|
6393
6598
|
#
|
6394
6599
|
class DocumentPermissionLimit < Struct.new(
|
6395
6600
|
:message)
|
6601
|
+
SENSITIVE = []
|
6396
6602
|
include Aws::Structure
|
6397
6603
|
end
|
6398
6604
|
|
@@ -6420,6 +6626,7 @@ module Aws::SSM
|
|
6420
6626
|
class DocumentRequires < Struct.new(
|
6421
6627
|
:name,
|
6422
6628
|
:version)
|
6629
|
+
SENSITIVE = []
|
6423
6630
|
include Aws::Structure
|
6424
6631
|
end
|
6425
6632
|
|
@@ -6474,6 +6681,7 @@ module Aws::SSM
|
|
6474
6681
|
:document_format,
|
6475
6682
|
:status,
|
6476
6683
|
:status_information)
|
6684
|
+
SENSITIVE = []
|
6477
6685
|
include Aws::Structure
|
6478
6686
|
end
|
6479
6687
|
|
@@ -6487,6 +6695,7 @@ module Aws::SSM
|
|
6487
6695
|
#
|
6488
6696
|
class DocumentVersionLimitExceeded < Struct.new(
|
6489
6697
|
:message)
|
6698
|
+
SENSITIVE = []
|
6490
6699
|
include Aws::Structure
|
6491
6700
|
end
|
6492
6701
|
|
@@ -6507,6 +6716,7 @@ module Aws::SSM
|
|
6507
6716
|
#
|
6508
6717
|
class DoesNotExistException < Struct.new(
|
6509
6718
|
:message)
|
6719
|
+
SENSITIVE = []
|
6510
6720
|
include Aws::Structure
|
6511
6721
|
end
|
6512
6722
|
|
@@ -6520,6 +6730,7 @@ module Aws::SSM
|
|
6520
6730
|
#
|
6521
6731
|
class DuplicateDocumentContent < Struct.new(
|
6522
6732
|
:message)
|
6733
|
+
SENSITIVE = []
|
6523
6734
|
include Aws::Structure
|
6524
6735
|
end
|
6525
6736
|
|
@@ -6533,6 +6744,7 @@ module Aws::SSM
|
|
6533
6744
|
#
|
6534
6745
|
class DuplicateDocumentVersionName < Struct.new(
|
6535
6746
|
:message)
|
6747
|
+
SENSITIVE = []
|
6536
6748
|
include Aws::Structure
|
6537
6749
|
end
|
6538
6750
|
|
@@ -6566,6 +6778,7 @@ module Aws::SSM
|
|
6566
6778
|
class EffectivePatch < Struct.new(
|
6567
6779
|
:patch,
|
6568
6780
|
:patch_status)
|
6781
|
+
SENSITIVE = []
|
6569
6782
|
include Aws::Structure
|
6570
6783
|
end
|
6571
6784
|
|
@@ -6589,6 +6802,7 @@ module Aws::SSM
|
|
6589
6802
|
:entry,
|
6590
6803
|
:message,
|
6591
6804
|
:fault)
|
6805
|
+
SENSITIVE = []
|
6592
6806
|
include Aws::Structure
|
6593
6807
|
end
|
6594
6808
|
|
@@ -6615,6 +6829,7 @@ module Aws::SSM
|
|
6615
6829
|
:failure_stage,
|
6616
6830
|
:failure_type,
|
6617
6831
|
:details)
|
6832
|
+
SENSITIVE = []
|
6618
6833
|
include Aws::Structure
|
6619
6834
|
end
|
6620
6835
|
|
@@ -6628,6 +6843,7 @@ module Aws::SSM
|
|
6628
6843
|
#
|
6629
6844
|
class FeatureNotAvailableException < Struct.new(
|
6630
6845
|
:message)
|
6846
|
+
SENSITIVE = []
|
6631
6847
|
include Aws::Structure
|
6632
6848
|
end
|
6633
6849
|
|
@@ -6648,6 +6864,7 @@ module Aws::SSM
|
|
6648
6864
|
#
|
6649
6865
|
class GetAutomationExecutionRequest < Struct.new(
|
6650
6866
|
:automation_execution_id)
|
6867
|
+
SENSITIVE = []
|
6651
6868
|
include Aws::Structure
|
6652
6869
|
end
|
6653
6870
|
|
@@ -6660,6 +6877,7 @@ module Aws::SSM
|
|
6660
6877
|
#
|
6661
6878
|
class GetAutomationExecutionResult < Struct.new(
|
6662
6879
|
:automation_execution)
|
6880
|
+
SENSITIVE = []
|
6663
6881
|
include Aws::Structure
|
6664
6882
|
end
|
6665
6883
|
|
@@ -6692,6 +6910,7 @@ module Aws::SSM
|
|
6692
6910
|
class GetCalendarStateRequest < Struct.new(
|
6693
6911
|
:calendar_names,
|
6694
6912
|
:at_time)
|
6913
|
+
SENSITIVE = []
|
6695
6914
|
include Aws::Structure
|
6696
6915
|
end
|
6697
6916
|
|
@@ -6728,6 +6947,7 @@ module Aws::SSM
|
|
6728
6947
|
:state,
|
6729
6948
|
:at_time,
|
6730
6949
|
:next_transition_time)
|
6950
|
+
SENSITIVE = []
|
6731
6951
|
include Aws::Structure
|
6732
6952
|
end
|
6733
6953
|
|
@@ -6762,6 +6982,7 @@ module Aws::SSM
|
|
6762
6982
|
:command_id,
|
6763
6983
|
:instance_id,
|
6764
6984
|
:plugin_name)
|
6985
|
+
SENSITIVE = []
|
6765
6986
|
include Aws::Structure
|
6766
6987
|
end
|
6767
6988
|
|
@@ -6938,6 +7159,7 @@ module Aws::SSM
|
|
6938
7159
|
:standard_error_content,
|
6939
7160
|
:standard_error_url,
|
6940
7161
|
:cloud_watch_output_config)
|
7162
|
+
SENSITIVE = []
|
6941
7163
|
include Aws::Structure
|
6942
7164
|
end
|
6943
7165
|
|
@@ -6956,6 +7178,7 @@ module Aws::SSM
|
|
6956
7178
|
#
|
6957
7179
|
class GetConnectionStatusRequest < Struct.new(
|
6958
7180
|
:target)
|
7181
|
+
SENSITIVE = []
|
6959
7182
|
include Aws::Structure
|
6960
7183
|
end
|
6961
7184
|
|
@@ -6973,6 +7196,7 @@ module Aws::SSM
|
|
6973
7196
|
class GetConnectionStatusResponse < Struct.new(
|
6974
7197
|
:target,
|
6975
7198
|
:status)
|
7199
|
+
SENSITIVE = []
|
6976
7200
|
include Aws::Structure
|
6977
7201
|
end
|
6978
7202
|
|
@@ -6992,6 +7216,7 @@ module Aws::SSM
|
|
6992
7216
|
#
|
6993
7217
|
class GetDefaultPatchBaselineRequest < Struct.new(
|
6994
7218
|
:operating_system)
|
7219
|
+
SENSITIVE = []
|
6995
7220
|
include Aws::Structure
|
6996
7221
|
end
|
6997
7222
|
|
@@ -7008,6 +7233,7 @@ module Aws::SSM
|
|
7008
7233
|
class GetDefaultPatchBaselineResult < Struct.new(
|
7009
7234
|
:baseline_id,
|
7010
7235
|
:operating_system)
|
7236
|
+
SENSITIVE = []
|
7011
7237
|
include Aws::Structure
|
7012
7238
|
end
|
7013
7239
|
|
@@ -7033,6 +7259,7 @@ module Aws::SSM
|
|
7033
7259
|
class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
|
7034
7260
|
:instance_id,
|
7035
7261
|
:snapshot_id)
|
7262
|
+
SENSITIVE = []
|
7036
7263
|
include Aws::Structure
|
7037
7264
|
end
|
7038
7265
|
|
@@ -7062,6 +7289,7 @@ module Aws::SSM
|
|
7062
7289
|
:snapshot_id,
|
7063
7290
|
:snapshot_download_url,
|
7064
7291
|
:product)
|
7292
|
+
SENSITIVE = []
|
7065
7293
|
include Aws::Structure
|
7066
7294
|
end
|
7067
7295
|
|
@@ -7101,6 +7329,7 @@ module Aws::SSM
|
|
7101
7329
|
:version_name,
|
7102
7330
|
:document_version,
|
7103
7331
|
:document_format)
|
7332
|
+
SENSITIVE = []
|
7104
7333
|
include Aws::Structure
|
7105
7334
|
end
|
7106
7335
|
|
@@ -7166,6 +7395,7 @@ module Aws::SSM
|
|
7166
7395
|
:document_format,
|
7167
7396
|
:requires,
|
7168
7397
|
:attachments_content)
|
7398
|
+
SENSITIVE = []
|
7169
7399
|
include Aws::Structure
|
7170
7400
|
end
|
7171
7401
|
|
@@ -7245,6 +7475,7 @@ module Aws::SSM
|
|
7245
7475
|
:result_attributes,
|
7246
7476
|
:next_token,
|
7247
7477
|
:max_results)
|
7478
|
+
SENSITIVE = []
|
7248
7479
|
include Aws::Structure
|
7249
7480
|
end
|
7250
7481
|
|
@@ -7263,6 +7494,7 @@ module Aws::SSM
|
|
7263
7494
|
class GetInventoryResult < Struct.new(
|
7264
7495
|
:entities,
|
7265
7496
|
:next_token)
|
7497
|
+
SENSITIVE = []
|
7266
7498
|
include Aws::Structure
|
7267
7499
|
end
|
7268
7500
|
|
@@ -7311,6 +7543,7 @@ module Aws::SSM
|
|
7311
7543
|
:max_results,
|
7312
7544
|
:aggregator,
|
7313
7545
|
:sub_type)
|
7546
|
+
SENSITIVE = []
|
7314
7547
|
include Aws::Structure
|
7315
7548
|
end
|
7316
7549
|
|
@@ -7328,6 +7561,7 @@ module Aws::SSM
|
|
7328
7561
|
class GetInventorySchemaResult < Struct.new(
|
7329
7562
|
:schemas,
|
7330
7563
|
:next_token)
|
7564
|
+
SENSITIVE = []
|
7331
7565
|
include Aws::Structure
|
7332
7566
|
end
|
7333
7567
|
|
@@ -7346,6 +7580,7 @@ module Aws::SSM
|
|
7346
7580
|
#
|
7347
7581
|
class GetMaintenanceWindowExecutionRequest < Struct.new(
|
7348
7582
|
:window_execution_id)
|
7583
|
+
SENSITIVE = []
|
7349
7584
|
include Aws::Structure
|
7350
7585
|
end
|
7351
7586
|
|
@@ -7383,6 +7618,7 @@ module Aws::SSM
|
|
7383
7618
|
:status_details,
|
7384
7619
|
:start_time,
|
7385
7620
|
:end_time)
|
7621
|
+
SENSITIVE = []
|
7386
7622
|
include Aws::Structure
|
7387
7623
|
end
|
7388
7624
|
|
@@ -7415,6 +7651,7 @@ module Aws::SSM
|
|
7415
7651
|
:window_execution_id,
|
7416
7652
|
:task_id,
|
7417
7653
|
:invocation_id)
|
7654
|
+
SENSITIVE = []
|
7418
7655
|
include Aws::Structure
|
7419
7656
|
end
|
7420
7657
|
|
@@ -7484,6 +7721,7 @@ module Aws::SSM
|
|
7484
7721
|
:end_time,
|
7485
7722
|
:owner_information,
|
7486
7723
|
:window_target_id)
|
7724
|
+
SENSITIVE = [:parameters, :owner_information]
|
7487
7725
|
include Aws::Structure
|
7488
7726
|
end
|
7489
7727
|
|
@@ -7509,6 +7747,7 @@ module Aws::SSM
|
|
7509
7747
|
class GetMaintenanceWindowExecutionTaskRequest < Struct.new(
|
7510
7748
|
:window_execution_id,
|
7511
7749
|
:task_id)
|
7750
|
+
SENSITIVE = []
|
7512
7751
|
include Aws::Structure
|
7513
7752
|
end
|
7514
7753
|
|
@@ -7599,6 +7838,7 @@ module Aws::SSM
|
|
7599
7838
|
:status_details,
|
7600
7839
|
:start_time,
|
7601
7840
|
:end_time)
|
7841
|
+
SENSITIVE = [:task_parameters]
|
7602
7842
|
include Aws::Structure
|
7603
7843
|
end
|
7604
7844
|
|
@@ -7618,6 +7858,7 @@ module Aws::SSM
|
|
7618
7858
|
#
|
7619
7859
|
class GetMaintenanceWindowRequest < Struct.new(
|
7620
7860
|
:window_id)
|
7861
|
+
SENSITIVE = []
|
7621
7862
|
include Aws::Structure
|
7622
7863
|
end
|
7623
7864
|
|
@@ -7662,6 +7903,11 @@ module Aws::SSM
|
|
7662
7903
|
# [1]: https://www.iana.org/time-zones
|
7663
7904
|
# @return [String]
|
7664
7905
|
#
|
7906
|
+
# @!attribute [rw] schedule_offset
|
7907
|
+
# The number of days to wait to run a maintenance window after the
|
7908
|
+
# scheduled CRON expression date and time.
|
7909
|
+
# @return [Integer]
|
7910
|
+
#
|
7665
7911
|
# @!attribute [rw] next_execution_time
|
7666
7912
|
# The next time the maintenance window will actually run, taking into
|
7667
7913
|
# account any specified times for the maintenance window to become
|
@@ -7704,6 +7950,7 @@ module Aws::SSM
|
|
7704
7950
|
:end_date,
|
7705
7951
|
:schedule,
|
7706
7952
|
:schedule_timezone,
|
7953
|
+
:schedule_offset,
|
7707
7954
|
:next_execution_time,
|
7708
7955
|
:duration,
|
7709
7956
|
:cutoff,
|
@@ -7711,6 +7958,7 @@ module Aws::SSM
|
|
7711
7958
|
:enabled,
|
7712
7959
|
:created_date,
|
7713
7960
|
:modified_date)
|
7961
|
+
SENSITIVE = [:description]
|
7714
7962
|
include Aws::Structure
|
7715
7963
|
end
|
7716
7964
|
|
@@ -7735,6 +7983,7 @@ module Aws::SSM
|
|
7735
7983
|
class GetMaintenanceWindowTaskRequest < Struct.new(
|
7736
7984
|
:window_id,
|
7737
7985
|
:window_task_id)
|
7986
|
+
SENSITIVE = []
|
7738
7987
|
include Aws::Structure
|
7739
7988
|
end
|
7740
7989
|
|
@@ -7837,6 +8086,7 @@ module Aws::SSM
|
|
7837
8086
|
:logging_info,
|
7838
8087
|
:name,
|
7839
8088
|
:description)
|
8089
|
+
SENSITIVE = [:task_parameters, :description]
|
7840
8090
|
include Aws::Structure
|
7841
8091
|
end
|
7842
8092
|
|
@@ -7855,6 +8105,7 @@ module Aws::SSM
|
|
7855
8105
|
#
|
7856
8106
|
class GetOpsItemRequest < Struct.new(
|
7857
8107
|
:ops_item_id)
|
8108
|
+
SENSITIVE = []
|
7858
8109
|
include Aws::Structure
|
7859
8110
|
end
|
7860
8111
|
|
@@ -7866,6 +8117,7 @@ module Aws::SSM
|
|
7866
8117
|
#
|
7867
8118
|
class GetOpsItemResponse < Struct.new(
|
7868
8119
|
:ops_item)
|
8120
|
+
SENSITIVE = []
|
7869
8121
|
include Aws::Structure
|
7870
8122
|
end
|
7871
8123
|
|
@@ -7947,6 +8199,7 @@ module Aws::SSM
|
|
7947
8199
|
:result_attributes,
|
7948
8200
|
:next_token,
|
7949
8201
|
:max_results)
|
8202
|
+
SENSITIVE = []
|
7950
8203
|
include Aws::Structure
|
7951
8204
|
end
|
7952
8205
|
|
@@ -7964,6 +8217,7 @@ module Aws::SSM
|
|
7964
8217
|
class GetOpsSummaryResult < Struct.new(
|
7965
8218
|
:entities,
|
7966
8219
|
:next_token)
|
8220
|
+
SENSITIVE = []
|
7967
8221
|
include Aws::Structure
|
7968
8222
|
end
|
7969
8223
|
|
@@ -8004,6 +8258,7 @@ module Aws::SSM
|
|
8004
8258
|
:with_decryption,
|
8005
8259
|
:max_results,
|
8006
8260
|
:next_token)
|
8261
|
+
SENSITIVE = []
|
8007
8262
|
include Aws::Structure
|
8008
8263
|
end
|
8009
8264
|
|
@@ -8021,6 +8276,7 @@ module Aws::SSM
|
|
8021
8276
|
class GetParameterHistoryResult < Struct.new(
|
8022
8277
|
:parameters,
|
8023
8278
|
:next_token)
|
8279
|
+
SENSITIVE = []
|
8024
8280
|
include Aws::Structure
|
8025
8281
|
end
|
8026
8282
|
|
@@ -8046,6 +8302,7 @@ module Aws::SSM
|
|
8046
8302
|
class GetParameterRequest < Struct.new(
|
8047
8303
|
:name,
|
8048
8304
|
:with_decryption)
|
8305
|
+
SENSITIVE = []
|
8049
8306
|
include Aws::Structure
|
8050
8307
|
end
|
8051
8308
|
|
@@ -8057,6 +8314,7 @@ module Aws::SSM
|
|
8057
8314
|
#
|
8058
8315
|
class GetParameterResult < Struct.new(
|
8059
8316
|
:parameter)
|
8317
|
+
SENSITIVE = []
|
8060
8318
|
include Aws::Structure
|
8061
8319
|
end
|
8062
8320
|
|
@@ -8124,6 +8382,7 @@ module Aws::SSM
|
|
8124
8382
|
:with_decryption,
|
8125
8383
|
:max_results,
|
8126
8384
|
:next_token)
|
8385
|
+
SENSITIVE = []
|
8127
8386
|
include Aws::Structure
|
8128
8387
|
end
|
8129
8388
|
|
@@ -8141,6 +8400,7 @@ module Aws::SSM
|
|
8141
8400
|
class GetParametersByPathResult < Struct.new(
|
8142
8401
|
:parameters,
|
8143
8402
|
:next_token)
|
8403
|
+
SENSITIVE = []
|
8144
8404
|
include Aws::Structure
|
8145
8405
|
end
|
8146
8406
|
|
@@ -8167,6 +8427,7 @@ module Aws::SSM
|
|
8167
8427
|
class GetParametersRequest < Struct.new(
|
8168
8428
|
:names,
|
8169
8429
|
:with_decryption)
|
8430
|
+
SENSITIVE = []
|
8170
8431
|
include Aws::Structure
|
8171
8432
|
end
|
8172
8433
|
|
@@ -8184,6 +8445,7 @@ module Aws::SSM
|
|
8184
8445
|
class GetParametersResult < Struct.new(
|
8185
8446
|
:parameters,
|
8186
8447
|
:invalid_parameters)
|
8448
|
+
SENSITIVE = []
|
8187
8449
|
include Aws::Structure
|
8188
8450
|
end
|
8189
8451
|
|
@@ -8210,6 +8472,7 @@ module Aws::SSM
|
|
8210
8472
|
class GetPatchBaselineForPatchGroupRequest < Struct.new(
|
8211
8473
|
:patch_group,
|
8212
8474
|
:operating_system)
|
8475
|
+
SENSITIVE = []
|
8213
8476
|
include Aws::Structure
|
8214
8477
|
end
|
8215
8478
|
|
@@ -8233,6 +8496,7 @@ module Aws::SSM
|
|
8233
8496
|
:baseline_id,
|
8234
8497
|
:patch_group,
|
8235
8498
|
:operating_system)
|
8499
|
+
SENSITIVE = []
|
8236
8500
|
include Aws::Structure
|
8237
8501
|
end
|
8238
8502
|
|
@@ -8251,6 +8515,7 @@ module Aws::SSM
|
|
8251
8515
|
#
|
8252
8516
|
class GetPatchBaselineRequest < Struct.new(
|
8253
8517
|
:baseline_id)
|
8518
|
+
SENSITIVE = []
|
8254
8519
|
include Aws::Structure
|
8255
8520
|
end
|
8256
8521
|
|
@@ -8340,6 +8605,7 @@ module Aws::SSM
|
|
8340
8605
|
:modified_date,
|
8341
8606
|
:description,
|
8342
8607
|
:sources)
|
8608
|
+
SENSITIVE = []
|
8343
8609
|
include Aws::Structure
|
8344
8610
|
end
|
8345
8611
|
|
@@ -8363,6 +8629,7 @@ module Aws::SSM
|
|
8363
8629
|
#
|
8364
8630
|
class GetServiceSettingRequest < Struct.new(
|
8365
8631
|
:setting_id)
|
8632
|
+
SENSITIVE = []
|
8366
8633
|
include Aws::Structure
|
8367
8634
|
end
|
8368
8635
|
|
@@ -8376,6 +8643,7 @@ module Aws::SSM
|
|
8376
8643
|
#
|
8377
8644
|
class GetServiceSettingResult < Struct.new(
|
8378
8645
|
:service_setting)
|
8646
|
+
SENSITIVE = []
|
8379
8647
|
include Aws::Structure
|
8380
8648
|
end
|
8381
8649
|
|
@@ -8401,6 +8669,7 @@ module Aws::SSM
|
|
8401
8669
|
#
|
8402
8670
|
class HierarchyLevelLimitExceededException < Struct.new(
|
8403
8671
|
:message)
|
8672
|
+
SENSITIVE = []
|
8404
8673
|
include Aws::Structure
|
8405
8674
|
end
|
8406
8675
|
|
@@ -8420,6 +8689,7 @@ module Aws::SSM
|
|
8420
8689
|
#
|
8421
8690
|
class HierarchyTypeMismatchException < Struct.new(
|
8422
8691
|
:message)
|
8692
|
+
SENSITIVE = []
|
8423
8693
|
include Aws::Structure
|
8424
8694
|
end
|
8425
8695
|
|
@@ -8434,6 +8704,7 @@ module Aws::SSM
|
|
8434
8704
|
#
|
8435
8705
|
class IdempotentParameterMismatch < Struct.new(
|
8436
8706
|
:message)
|
8707
|
+
SENSITIVE = []
|
8437
8708
|
include Aws::Structure
|
8438
8709
|
end
|
8439
8710
|
|
@@ -8448,6 +8719,7 @@ module Aws::SSM
|
|
8448
8719
|
#
|
8449
8720
|
class IncompatiblePolicyException < Struct.new(
|
8450
8721
|
:message)
|
8722
|
+
SENSITIVE = []
|
8451
8723
|
include Aws::Structure
|
8452
8724
|
end
|
8453
8725
|
|
@@ -8466,6 +8738,7 @@ module Aws::SSM
|
|
8466
8738
|
class InstanceAggregatedAssociationOverview < Struct.new(
|
8467
8739
|
:detailed_status,
|
8468
8740
|
:instance_association_status_aggregated_count)
|
8741
|
+
SENSITIVE = []
|
8469
8742
|
include Aws::Structure
|
8470
8743
|
end
|
8471
8744
|
|
@@ -8494,6 +8767,7 @@ module Aws::SSM
|
|
8494
8767
|
:instance_id,
|
8495
8768
|
:content,
|
8496
8769
|
:association_version)
|
8770
|
+
SENSITIVE = []
|
8497
8771
|
include Aws::Structure
|
8498
8772
|
end
|
8499
8773
|
|
@@ -8518,6 +8792,7 @@ module Aws::SSM
|
|
8518
8792
|
#
|
8519
8793
|
class InstanceAssociationOutputLocation < Struct.new(
|
8520
8794
|
:s3_location)
|
8795
|
+
SENSITIVE = []
|
8521
8796
|
include Aws::Structure
|
8522
8797
|
end
|
8523
8798
|
|
@@ -8533,6 +8808,7 @@ module Aws::SSM
|
|
8533
8808
|
#
|
8534
8809
|
class InstanceAssociationOutputUrl < Struct.new(
|
8535
8810
|
:s3_output_url)
|
8811
|
+
SENSITIVE = []
|
8536
8812
|
include Aws::Structure
|
8537
8813
|
end
|
8538
8814
|
|
@@ -8602,6 +8878,7 @@ module Aws::SSM
|
|
8602
8878
|
:error_code,
|
8603
8879
|
:output_url,
|
8604
8880
|
:association_name)
|
8881
|
+
SENSITIVE = []
|
8605
8882
|
include Aws::Structure
|
8606
8883
|
end
|
8607
8884
|
|
@@ -8714,6 +8991,7 @@ module Aws::SSM
|
|
8714
8991
|
:last_association_execution_date,
|
8715
8992
|
:last_successful_association_execution_date,
|
8716
8993
|
:association_overview)
|
8994
|
+
SENSITIVE = []
|
8717
8995
|
include Aws::Structure
|
8718
8996
|
end
|
8719
8997
|
|
@@ -8747,6 +9025,7 @@ module Aws::SSM
|
|
8747
9025
|
class InstanceInformationFilter < Struct.new(
|
8748
9026
|
:key,
|
8749
9027
|
:value_set)
|
9028
|
+
SENSITIVE = []
|
8750
9029
|
include Aws::Structure
|
8751
9030
|
end
|
8752
9031
|
|
@@ -8777,6 +9056,7 @@ module Aws::SSM
|
|
8777
9056
|
class InstanceInformationStringFilter < Struct.new(
|
8778
9057
|
:key,
|
8779
9058
|
:values)
|
9059
|
+
SENSITIVE = []
|
8780
9060
|
include Aws::Structure
|
8781
9061
|
end
|
8782
9062
|
|
@@ -8937,6 +9217,7 @@ module Aws::SSM
|
|
8937
9217
|
:operation,
|
8938
9218
|
:last_no_reboot_install_operation_time,
|
8939
9219
|
:reboot_option)
|
9220
|
+
SENSITIVE = [:owner_information]
|
8940
9221
|
include Aws::Structure
|
8941
9222
|
end
|
8942
9223
|
|
@@ -8974,6 +9255,7 @@ module Aws::SSM
|
|
8974
9255
|
:key,
|
8975
9256
|
:values,
|
8976
9257
|
:type)
|
9258
|
+
SENSITIVE = []
|
8977
9259
|
include Aws::Structure
|
8978
9260
|
end
|
8979
9261
|
|
@@ -8986,6 +9268,7 @@ module Aws::SSM
|
|
8986
9268
|
#
|
8987
9269
|
class InternalServerError < Struct.new(
|
8988
9270
|
:message)
|
9271
|
+
SENSITIVE = []
|
8989
9272
|
include Aws::Structure
|
8990
9273
|
end
|
8991
9274
|
|
@@ -8999,6 +9282,7 @@ module Aws::SSM
|
|
8999
9282
|
#
|
9000
9283
|
class InvalidActivation < Struct.new(
|
9001
9284
|
:message)
|
9285
|
+
SENSITIVE = []
|
9002
9286
|
include Aws::Structure
|
9003
9287
|
end
|
9004
9288
|
|
@@ -9012,6 +9296,7 @@ module Aws::SSM
|
|
9012
9296
|
#
|
9013
9297
|
class InvalidActivationId < Struct.new(
|
9014
9298
|
:message)
|
9299
|
+
SENSITIVE = []
|
9015
9300
|
include Aws::Structure
|
9016
9301
|
end
|
9017
9302
|
|
@@ -9026,6 +9311,7 @@ module Aws::SSM
|
|
9026
9311
|
#
|
9027
9312
|
class InvalidAggregatorException < Struct.new(
|
9028
9313
|
:message)
|
9314
|
+
SENSITIVE = []
|
9029
9315
|
include Aws::Structure
|
9030
9316
|
end
|
9031
9317
|
|
@@ -9039,6 +9325,7 @@ module Aws::SSM
|
|
9039
9325
|
#
|
9040
9326
|
class InvalidAllowedPatternException < Struct.new(
|
9041
9327
|
:message)
|
9328
|
+
SENSITIVE = []
|
9042
9329
|
include Aws::Structure
|
9043
9330
|
end
|
9044
9331
|
|
@@ -9051,6 +9338,7 @@ module Aws::SSM
|
|
9051
9338
|
#
|
9052
9339
|
class InvalidAssociation < Struct.new(
|
9053
9340
|
:message)
|
9341
|
+
SENSITIVE = []
|
9054
9342
|
include Aws::Structure
|
9055
9343
|
end
|
9056
9344
|
|
@@ -9066,6 +9354,7 @@ module Aws::SSM
|
|
9066
9354
|
#
|
9067
9355
|
class InvalidAssociationVersion < Struct.new(
|
9068
9356
|
:message)
|
9357
|
+
SENSITIVE = []
|
9069
9358
|
include Aws::Structure
|
9070
9359
|
end
|
9071
9360
|
|
@@ -9080,6 +9369,7 @@ module Aws::SSM
|
|
9080
9369
|
#
|
9081
9370
|
class InvalidAutomationExecutionParametersException < Struct.new(
|
9082
9371
|
:message)
|
9372
|
+
SENSITIVE = []
|
9083
9373
|
include Aws::Structure
|
9084
9374
|
end
|
9085
9375
|
|
@@ -9092,6 +9382,7 @@ module Aws::SSM
|
|
9092
9382
|
#
|
9093
9383
|
class InvalidAutomationSignalException < Struct.new(
|
9094
9384
|
:message)
|
9385
|
+
SENSITIVE = []
|
9095
9386
|
include Aws::Structure
|
9096
9387
|
end
|
9097
9388
|
|
@@ -9104,6 +9395,7 @@ module Aws::SSM
|
|
9104
9395
|
#
|
9105
9396
|
class InvalidAutomationStatusUpdateException < Struct.new(
|
9106
9397
|
:message)
|
9398
|
+
SENSITIVE = []
|
9107
9399
|
include Aws::Structure
|
9108
9400
|
end
|
9109
9401
|
|
@@ -9121,6 +9413,7 @@ module Aws::SSM
|
|
9121
9413
|
#
|
9122
9414
|
class InvalidDeleteInventoryParametersException < Struct.new(
|
9123
9415
|
:message)
|
9416
|
+
SENSITIVE = []
|
9124
9417
|
include Aws::Structure
|
9125
9418
|
end
|
9126
9419
|
|
@@ -9134,6 +9427,7 @@ module Aws::SSM
|
|
9134
9427
|
#
|
9135
9428
|
class InvalidDeletionIdException < Struct.new(
|
9136
9429
|
:message)
|
9430
|
+
SENSITIVE = []
|
9137
9431
|
include Aws::Structure
|
9138
9432
|
end
|
9139
9433
|
|
@@ -9151,6 +9445,7 @@ module Aws::SSM
|
|
9151
9445
|
#
|
9152
9446
|
class InvalidDocument < Struct.new(
|
9153
9447
|
:message)
|
9448
|
+
SENSITIVE = []
|
9154
9449
|
include Aws::Structure
|
9155
9450
|
end
|
9156
9451
|
|
@@ -9164,6 +9459,7 @@ module Aws::SSM
|
|
9164
9459
|
#
|
9165
9460
|
class InvalidDocumentContent < Struct.new(
|
9166
9461
|
:message)
|
9462
|
+
SENSITIVE = []
|
9167
9463
|
include Aws::Structure
|
9168
9464
|
end
|
9169
9465
|
|
@@ -9177,6 +9473,7 @@ module Aws::SSM
|
|
9177
9473
|
#
|
9178
9474
|
class InvalidDocumentOperation < Struct.new(
|
9179
9475
|
:message)
|
9476
|
+
SENSITIVE = []
|
9180
9477
|
include Aws::Structure
|
9181
9478
|
end
|
9182
9479
|
|
@@ -9189,6 +9486,7 @@ module Aws::SSM
|
|
9189
9486
|
#
|
9190
9487
|
class InvalidDocumentSchemaVersion < Struct.new(
|
9191
9488
|
:message)
|
9489
|
+
SENSITIVE = []
|
9192
9490
|
include Aws::Structure
|
9193
9491
|
end
|
9194
9492
|
|
@@ -9202,6 +9500,7 @@ module Aws::SSM
|
|
9202
9500
|
#
|
9203
9501
|
class InvalidDocumentType < Struct.new(
|
9204
9502
|
:message)
|
9503
|
+
SENSITIVE = []
|
9205
9504
|
include Aws::Structure
|
9206
9505
|
end
|
9207
9506
|
|
@@ -9214,6 +9513,7 @@ module Aws::SSM
|
|
9214
9513
|
#
|
9215
9514
|
class InvalidDocumentVersion < Struct.new(
|
9216
9515
|
:message)
|
9516
|
+
SENSITIVE = []
|
9217
9517
|
include Aws::Structure
|
9218
9518
|
end
|
9219
9519
|
|
@@ -9227,6 +9527,7 @@ module Aws::SSM
|
|
9227
9527
|
#
|
9228
9528
|
class InvalidFilter < Struct.new(
|
9229
9529
|
:message)
|
9530
|
+
SENSITIVE = []
|
9230
9531
|
include Aws::Structure
|
9231
9532
|
end
|
9232
9533
|
|
@@ -9249,6 +9550,7 @@ module Aws::SSM
|
|
9249
9550
|
#
|
9250
9551
|
class InvalidFilterOption < Struct.new(
|
9251
9552
|
:message)
|
9553
|
+
SENSITIVE = []
|
9252
9554
|
include Aws::Structure
|
9253
9555
|
end
|
9254
9556
|
|
@@ -9261,6 +9563,7 @@ module Aws::SSM
|
|
9261
9563
|
#
|
9262
9564
|
class InvalidFilterValue < Struct.new(
|
9263
9565
|
:message)
|
9566
|
+
SENSITIVE = []
|
9264
9567
|
include Aws::Structure
|
9265
9568
|
end
|
9266
9569
|
|
@@ -9284,6 +9587,7 @@ module Aws::SSM
|
|
9284
9587
|
#
|
9285
9588
|
class InvalidInstanceId < Struct.new(
|
9286
9589
|
:message)
|
9590
|
+
SENSITIVE = []
|
9287
9591
|
include Aws::Structure
|
9288
9592
|
end
|
9289
9593
|
|
@@ -9296,6 +9600,7 @@ module Aws::SSM
|
|
9296
9600
|
#
|
9297
9601
|
class InvalidInstanceInformationFilterValue < Struct.new(
|
9298
9602
|
:message)
|
9603
|
+
SENSITIVE = []
|
9299
9604
|
include Aws::Structure
|
9300
9605
|
end
|
9301
9606
|
|
@@ -9308,6 +9613,7 @@ module Aws::SSM
|
|
9308
9613
|
#
|
9309
9614
|
class InvalidInventoryGroupException < Struct.new(
|
9310
9615
|
:message)
|
9616
|
+
SENSITIVE = []
|
9311
9617
|
include Aws::Structure
|
9312
9618
|
end
|
9313
9619
|
|
@@ -9321,6 +9627,7 @@ module Aws::SSM
|
|
9321
9627
|
#
|
9322
9628
|
class InvalidInventoryItemContextException < Struct.new(
|
9323
9629
|
:message)
|
9630
|
+
SENSITIVE = []
|
9324
9631
|
include Aws::Structure
|
9325
9632
|
end
|
9326
9633
|
|
@@ -9333,6 +9640,7 @@ module Aws::SSM
|
|
9333
9640
|
#
|
9334
9641
|
class InvalidInventoryRequestException < Struct.new(
|
9335
9642
|
:message)
|
9643
|
+
SENSITIVE = []
|
9336
9644
|
include Aws::Structure
|
9337
9645
|
end
|
9338
9646
|
|
@@ -9349,6 +9657,7 @@ module Aws::SSM
|
|
9349
9657
|
class InvalidItemContentException < Struct.new(
|
9350
9658
|
:type_name,
|
9351
9659
|
:message)
|
9660
|
+
SENSITIVE = []
|
9352
9661
|
include Aws::Structure
|
9353
9662
|
end
|
9354
9663
|
|
@@ -9361,6 +9670,7 @@ module Aws::SSM
|
|
9361
9670
|
#
|
9362
9671
|
class InvalidKeyId < Struct.new(
|
9363
9672
|
:message)
|
9673
|
+
SENSITIVE = []
|
9364
9674
|
include Aws::Structure
|
9365
9675
|
end
|
9366
9676
|
|
@@ -9373,6 +9683,7 @@ module Aws::SSM
|
|
9373
9683
|
#
|
9374
9684
|
class InvalidNextToken < Struct.new(
|
9375
9685
|
:message)
|
9686
|
+
SENSITIVE = []
|
9376
9687
|
include Aws::Structure
|
9377
9688
|
end
|
9378
9689
|
|
@@ -9386,6 +9697,7 @@ module Aws::SSM
|
|
9386
9697
|
#
|
9387
9698
|
class InvalidNotificationConfig < Struct.new(
|
9388
9699
|
:message)
|
9700
|
+
SENSITIVE = []
|
9389
9701
|
include Aws::Structure
|
9390
9702
|
end
|
9391
9703
|
|
@@ -9399,6 +9711,7 @@ module Aws::SSM
|
|
9399
9711
|
#
|
9400
9712
|
class InvalidOptionException < Struct.new(
|
9401
9713
|
:message)
|
9714
|
+
SENSITIVE = []
|
9402
9715
|
include Aws::Structure
|
9403
9716
|
end
|
9404
9717
|
|
@@ -9425,6 +9738,7 @@ module Aws::SSM
|
|
9425
9738
|
#
|
9426
9739
|
class InvalidParameters < Struct.new(
|
9427
9740
|
:message)
|
9741
|
+
SENSITIVE = []
|
9428
9742
|
include Aws::Structure
|
9429
9743
|
end
|
9430
9744
|
|
@@ -9438,6 +9752,7 @@ module Aws::SSM
|
|
9438
9752
|
#
|
9439
9753
|
class InvalidPermissionType < Struct.new(
|
9440
9754
|
:message)
|
9755
|
+
SENSITIVE = []
|
9441
9756
|
include Aws::Structure
|
9442
9757
|
end
|
9443
9758
|
|
@@ -9456,6 +9771,7 @@ module Aws::SSM
|
|
9456
9771
|
#
|
9457
9772
|
class InvalidPolicyAttributeException < Struct.new(
|
9458
9773
|
:message)
|
9774
|
+
SENSITIVE = []
|
9459
9775
|
include Aws::Structure
|
9460
9776
|
end
|
9461
9777
|
|
@@ -9470,6 +9786,7 @@ module Aws::SSM
|
|
9470
9786
|
#
|
9471
9787
|
class InvalidPolicyTypeException < Struct.new(
|
9472
9788
|
:message)
|
9789
|
+
SENSITIVE = []
|
9473
9790
|
include Aws::Structure
|
9474
9791
|
end
|
9475
9792
|
|
@@ -9496,6 +9813,7 @@ module Aws::SSM
|
|
9496
9813
|
#
|
9497
9814
|
class InvalidResultAttributeException < Struct.new(
|
9498
9815
|
:message)
|
9816
|
+
SENSITIVE = []
|
9499
9817
|
include Aws::Structure
|
9500
9818
|
end
|
9501
9819
|
|
@@ -9516,6 +9834,7 @@ module Aws::SSM
|
|
9516
9834
|
#
|
9517
9835
|
class InvalidRole < Struct.new(
|
9518
9836
|
:message)
|
9837
|
+
SENSITIVE = []
|
9519
9838
|
include Aws::Structure
|
9520
9839
|
end
|
9521
9840
|
|
@@ -9529,6 +9848,7 @@ module Aws::SSM
|
|
9529
9848
|
#
|
9530
9849
|
class InvalidSchedule < Struct.new(
|
9531
9850
|
:message)
|
9851
|
+
SENSITIVE = []
|
9532
9852
|
include Aws::Structure
|
9533
9853
|
end
|
9534
9854
|
|
@@ -9543,6 +9863,7 @@ module Aws::SSM
|
|
9543
9863
|
#
|
9544
9864
|
class InvalidTarget < Struct.new(
|
9545
9865
|
:message)
|
9866
|
+
SENSITIVE = []
|
9546
9867
|
include Aws::Structure
|
9547
9868
|
end
|
9548
9869
|
|
@@ -9555,6 +9876,7 @@ module Aws::SSM
|
|
9555
9876
|
#
|
9556
9877
|
class InvalidTypeNameException < Struct.new(
|
9557
9878
|
:message)
|
9879
|
+
SENSITIVE = []
|
9558
9880
|
include Aws::Structure
|
9559
9881
|
end
|
9560
9882
|
|
@@ -9567,6 +9889,7 @@ module Aws::SSM
|
|
9567
9889
|
#
|
9568
9890
|
class InvalidUpdate < Struct.new(
|
9569
9891
|
:message)
|
9892
|
+
SENSITIVE = []
|
9570
9893
|
include Aws::Structure
|
9571
9894
|
end
|
9572
9895
|
|
@@ -9633,6 +9956,7 @@ module Aws::SSM
|
|
9633
9956
|
:expression,
|
9634
9957
|
:aggregators,
|
9635
9958
|
:groups)
|
9959
|
+
SENSITIVE = []
|
9636
9960
|
include Aws::Structure
|
9637
9961
|
end
|
9638
9962
|
|
@@ -9683,6 +10007,7 @@ module Aws::SSM
|
|
9683
10007
|
:last_status_message,
|
9684
10008
|
:deletion_summary,
|
9685
10009
|
:last_status_update_time)
|
10010
|
+
SENSITIVE = []
|
9686
10011
|
include Aws::Structure
|
9687
10012
|
end
|
9688
10013
|
|
@@ -9707,6 +10032,7 @@ module Aws::SSM
|
|
9707
10032
|
:total_count,
|
9708
10033
|
:remaining_count,
|
9709
10034
|
:summary_items)
|
10035
|
+
SENSITIVE = []
|
9710
10036
|
include Aws::Structure
|
9711
10037
|
end
|
9712
10038
|
|
@@ -9731,6 +10057,7 @@ module Aws::SSM
|
|
9731
10057
|
:version,
|
9732
10058
|
:count,
|
9733
10059
|
:remaining_count)
|
10060
|
+
SENSITIVE = []
|
9734
10061
|
include Aws::Structure
|
9735
10062
|
end
|
9736
10063
|
|
@@ -9777,6 +10104,7 @@ module Aws::SSM
|
|
9777
10104
|
:key,
|
9778
10105
|
:values,
|
9779
10106
|
:type)
|
10107
|
+
SENSITIVE = []
|
9780
10108
|
include Aws::Structure
|
9781
10109
|
end
|
9782
10110
|
|
@@ -9814,6 +10142,7 @@ module Aws::SSM
|
|
9814
10142
|
class InventoryGroup < Struct.new(
|
9815
10143
|
:name,
|
9816
10144
|
:filters)
|
10145
|
+
SENSITIVE = []
|
9817
10146
|
include Aws::Structure
|
9818
10147
|
end
|
9819
10148
|
|
@@ -9881,6 +10210,7 @@ module Aws::SSM
|
|
9881
10210
|
:content_hash,
|
9882
10211
|
:content,
|
9883
10212
|
:context)
|
10213
|
+
SENSITIVE = []
|
9884
10214
|
include Aws::Structure
|
9885
10215
|
end
|
9886
10216
|
|
@@ -9900,6 +10230,7 @@ module Aws::SSM
|
|
9900
10230
|
class InventoryItemAttribute < Struct.new(
|
9901
10231
|
:name,
|
9902
10232
|
:data_type)
|
10233
|
+
SENSITIVE = []
|
9903
10234
|
include Aws::Structure
|
9904
10235
|
end
|
9905
10236
|
|
@@ -9935,6 +10266,7 @@ module Aws::SSM
|
|
9935
10266
|
:version,
|
9936
10267
|
:attributes,
|
9937
10268
|
:display_name)
|
10269
|
+
SENSITIVE = []
|
9938
10270
|
include Aws::Structure
|
9939
10271
|
end
|
9940
10272
|
|
@@ -9955,6 +10287,7 @@ module Aws::SSM
|
|
9955
10287
|
class InventoryResultEntity < Struct.new(
|
9956
10288
|
:id,
|
9957
10289
|
:data)
|
10290
|
+
SENSITIVE = []
|
9958
10291
|
include Aws::Structure
|
9959
10292
|
end
|
9960
10293
|
|
@@ -9992,6 +10325,7 @@ module Aws::SSM
|
|
9992
10325
|
:capture_time,
|
9993
10326
|
:content_hash,
|
9994
10327
|
:content)
|
10328
|
+
SENSITIVE = []
|
9995
10329
|
include Aws::Structure
|
9996
10330
|
end
|
9997
10331
|
|
@@ -10015,6 +10349,7 @@ module Aws::SSM
|
|
10015
10349
|
class ItemContentMismatchException < Struct.new(
|
10016
10350
|
:type_name,
|
10017
10351
|
:message)
|
10352
|
+
SENSITIVE = []
|
10018
10353
|
include Aws::Structure
|
10019
10354
|
end
|
10020
10355
|
|
@@ -10031,6 +10366,7 @@ module Aws::SSM
|
|
10031
10366
|
class ItemSizeLimitExceededException < Struct.new(
|
10032
10367
|
:type_name,
|
10033
10368
|
:message)
|
10369
|
+
SENSITIVE = []
|
10034
10370
|
include Aws::Structure
|
10035
10371
|
end
|
10036
10372
|
|
@@ -10063,6 +10399,7 @@ module Aws::SSM
|
|
10063
10399
|
:name,
|
10064
10400
|
:parameter_version,
|
10065
10401
|
:labels)
|
10402
|
+
SENSITIVE = []
|
10066
10403
|
include Aws::Structure
|
10067
10404
|
end
|
10068
10405
|
|
@@ -10085,6 +10422,7 @@ module Aws::SSM
|
|
10085
10422
|
class LabelParameterVersionResult < Struct.new(
|
10086
10423
|
:invalid_labels,
|
10087
10424
|
:parameter_version)
|
10425
|
+
SENSITIVE = []
|
10088
10426
|
include Aws::Structure
|
10089
10427
|
end
|
10090
10428
|
|
@@ -10118,6 +10456,7 @@ module Aws::SSM
|
|
10118
10456
|
:association_id,
|
10119
10457
|
:max_results,
|
10120
10458
|
:next_token)
|
10459
|
+
SENSITIVE = []
|
10121
10460
|
include Aws::Structure
|
10122
10461
|
end
|
10123
10462
|
|
@@ -10136,6 +10475,7 @@ module Aws::SSM
|
|
10136
10475
|
class ListAssociationVersionsResult < Struct.new(
|
10137
10476
|
:association_versions,
|
10138
10477
|
:next_token)
|
10478
|
+
SENSITIVE = []
|
10139
10479
|
include Aws::Structure
|
10140
10480
|
end
|
10141
10481
|
|
@@ -10175,6 +10515,7 @@ module Aws::SSM
|
|
10175
10515
|
:association_filter_list,
|
10176
10516
|
:max_results,
|
10177
10517
|
:next_token)
|
10518
|
+
SENSITIVE = []
|
10178
10519
|
include Aws::Structure
|
10179
10520
|
end
|
10180
10521
|
|
@@ -10192,6 +10533,7 @@ module Aws::SSM
|
|
10192
10533
|
class ListAssociationsResult < Struct.new(
|
10193
10534
|
:associations,
|
10194
10535
|
:next_token)
|
10536
|
+
SENSITIVE = []
|
10195
10537
|
include Aws::Structure
|
10196
10538
|
end
|
10197
10539
|
|
@@ -10250,6 +10592,7 @@ module Aws::SSM
|
|
10250
10592
|
:next_token,
|
10251
10593
|
:filters,
|
10252
10594
|
:details)
|
10595
|
+
SENSITIVE = []
|
10253
10596
|
include Aws::Structure
|
10254
10597
|
end
|
10255
10598
|
|
@@ -10267,6 +10610,7 @@ module Aws::SSM
|
|
10267
10610
|
class ListCommandInvocationsResult < Struct.new(
|
10268
10611
|
:command_invocations,
|
10269
10612
|
:next_token)
|
10613
|
+
SENSITIVE = []
|
10270
10614
|
include Aws::Structure
|
10271
10615
|
end
|
10272
10616
|
|
@@ -10318,6 +10662,7 @@ module Aws::SSM
|
|
10318
10662
|
:max_results,
|
10319
10663
|
:next_token,
|
10320
10664
|
:filters)
|
10665
|
+
SENSITIVE = []
|
10321
10666
|
include Aws::Structure
|
10322
10667
|
end
|
10323
10668
|
|
@@ -10335,6 +10680,7 @@ module Aws::SSM
|
|
10335
10680
|
class ListCommandsResult < Struct.new(
|
10336
10681
|
:commands,
|
10337
10682
|
:next_token)
|
10683
|
+
SENSITIVE = []
|
10338
10684
|
include Aws::Structure
|
10339
10685
|
end
|
10340
10686
|
|
@@ -10389,6 +10735,7 @@ module Aws::SSM
|
|
10389
10735
|
:resource_types,
|
10390
10736
|
:next_token,
|
10391
10737
|
:max_results)
|
10738
|
+
SENSITIVE = []
|
10392
10739
|
include Aws::Structure
|
10393
10740
|
end
|
10394
10741
|
|
@@ -10406,6 +10753,7 @@ module Aws::SSM
|
|
10406
10753
|
class ListComplianceItemsResult < Struct.new(
|
10407
10754
|
:compliance_items,
|
10408
10755
|
:next_token)
|
10756
|
+
SENSITIVE = []
|
10409
10757
|
include Aws::Structure
|
10410
10758
|
end
|
10411
10759
|
|
@@ -10446,6 +10794,7 @@ module Aws::SSM
|
|
10446
10794
|
:filters,
|
10447
10795
|
:next_token,
|
10448
10796
|
:max_results)
|
10797
|
+
SENSITIVE = []
|
10449
10798
|
include Aws::Structure
|
10450
10799
|
end
|
10451
10800
|
|
@@ -10466,6 +10815,7 @@ module Aws::SSM
|
|
10466
10815
|
class ListComplianceSummariesResult < Struct.new(
|
10467
10816
|
:compliance_summary_items,
|
10468
10817
|
:next_token)
|
10818
|
+
SENSITIVE = []
|
10469
10819
|
include Aws::Structure
|
10470
10820
|
end
|
10471
10821
|
|
@@ -10500,6 +10850,7 @@ module Aws::SSM
|
|
10500
10850
|
:name,
|
10501
10851
|
:max_results,
|
10502
10852
|
:next_token)
|
10853
|
+
SENSITIVE = []
|
10503
10854
|
include Aws::Structure
|
10504
10855
|
end
|
10505
10856
|
|
@@ -10517,6 +10868,7 @@ module Aws::SSM
|
|
10517
10868
|
class ListDocumentVersionsResult < Struct.new(
|
10518
10869
|
:document_versions,
|
10519
10870
|
:next_token)
|
10871
|
+
SENSITIVE = []
|
10520
10872
|
include Aws::Structure
|
10521
10873
|
end
|
10522
10874
|
|
@@ -10572,6 +10924,7 @@ module Aws::SSM
|
|
10572
10924
|
:filters,
|
10573
10925
|
:max_results,
|
10574
10926
|
:next_token)
|
10927
|
+
SENSITIVE = []
|
10575
10928
|
include Aws::Structure
|
10576
10929
|
end
|
10577
10930
|
|
@@ -10589,6 +10942,7 @@ module Aws::SSM
|
|
10589
10942
|
class ListDocumentsResult < Struct.new(
|
10590
10943
|
:document_identifiers,
|
10591
10944
|
:next_token)
|
10945
|
+
SENSITIVE = []
|
10592
10946
|
include Aws::Structure
|
10593
10947
|
end
|
10594
10948
|
|
@@ -10641,6 +10995,7 @@ module Aws::SSM
|
|
10641
10995
|
:filters,
|
10642
10996
|
:next_token,
|
10643
10997
|
:max_results)
|
10998
|
+
SENSITIVE = []
|
10644
10999
|
include Aws::Structure
|
10645
11000
|
end
|
10646
11001
|
|
@@ -10680,6 +11035,7 @@ module Aws::SSM
|
|
10680
11035
|
:capture_time,
|
10681
11036
|
:entries,
|
10682
11037
|
:next_token)
|
11038
|
+
SENSITIVE = []
|
10683
11039
|
include Aws::Structure
|
10684
11040
|
end
|
10685
11041
|
|
@@ -10720,6 +11076,7 @@ module Aws::SSM
|
|
10720
11076
|
:filters,
|
10721
11077
|
:next_token,
|
10722
11078
|
:max_results)
|
11079
|
+
SENSITIVE = []
|
10723
11080
|
include Aws::Structure
|
10724
11081
|
end
|
10725
11082
|
|
@@ -10740,6 +11097,7 @@ module Aws::SSM
|
|
10740
11097
|
class ListResourceComplianceSummariesResult < Struct.new(
|
10741
11098
|
:resource_compliance_summary_items,
|
10742
11099
|
:next_token)
|
11100
|
+
SENSITIVE = []
|
10743
11101
|
include Aws::Structure
|
10744
11102
|
end
|
10745
11103
|
|
@@ -10777,6 +11135,7 @@ module Aws::SSM
|
|
10777
11135
|
:sync_type,
|
10778
11136
|
:next_token,
|
10779
11137
|
:max_results)
|
11138
|
+
SENSITIVE = []
|
10780
11139
|
include Aws::Structure
|
10781
11140
|
end
|
10782
11141
|
|
@@ -10795,6 +11154,7 @@ module Aws::SSM
|
|
10795
11154
|
class ListResourceDataSyncResult < Struct.new(
|
10796
11155
|
:resource_data_sync_items,
|
10797
11156
|
:next_token)
|
11157
|
+
SENSITIVE = []
|
10798
11158
|
include Aws::Structure
|
10799
11159
|
end
|
10800
11160
|
|
@@ -10819,6 +11179,7 @@ module Aws::SSM
|
|
10819
11179
|
class ListTagsForResourceRequest < Struct.new(
|
10820
11180
|
:resource_type,
|
10821
11181
|
:resource_id)
|
11182
|
+
SENSITIVE = []
|
10822
11183
|
include Aws::Structure
|
10823
11184
|
end
|
10824
11185
|
|
@@ -10830,6 +11191,7 @@ module Aws::SSM
|
|
10830
11191
|
#
|
10831
11192
|
class ListTagsForResourceResult < Struct.new(
|
10832
11193
|
:tag_list)
|
11194
|
+
SENSITIVE = []
|
10833
11195
|
include Aws::Structure
|
10834
11196
|
end
|
10835
11197
|
|
@@ -10871,6 +11233,7 @@ module Aws::SSM
|
|
10871
11233
|
:s3_bucket_name,
|
10872
11234
|
:s3_key_prefix,
|
10873
11235
|
:s3_region)
|
11236
|
+
SENSITIVE = []
|
10874
11237
|
include Aws::Structure
|
10875
11238
|
end
|
10876
11239
|
|
@@ -10920,6 +11283,7 @@ module Aws::SSM
|
|
10920
11283
|
class MaintenanceWindowAutomationParameters < Struct.new(
|
10921
11284
|
:document_version,
|
10922
11285
|
:parameters)
|
11286
|
+
SENSITIVE = []
|
10923
11287
|
include Aws::Structure
|
10924
11288
|
end
|
10925
11289
|
|
@@ -10959,6 +11323,7 @@ module Aws::SSM
|
|
10959
11323
|
:status_details,
|
10960
11324
|
:start_time,
|
10961
11325
|
:end_time)
|
11326
|
+
SENSITIVE = []
|
10962
11327
|
include Aws::Structure
|
10963
11328
|
end
|
10964
11329
|
|
@@ -11010,6 +11375,7 @@ module Aws::SSM
|
|
11010
11375
|
:end_time,
|
11011
11376
|
:task_arn,
|
11012
11377
|
:task_type)
|
11378
|
+
SENSITIVE = []
|
11013
11379
|
include Aws::Structure
|
11014
11380
|
end
|
11015
11381
|
|
@@ -11088,6 +11454,7 @@ module Aws::SSM
|
|
11088
11454
|
:end_time,
|
11089
11455
|
:owner_information,
|
11090
11456
|
:window_target_id)
|
11457
|
+
SENSITIVE = [:parameters, :owner_information]
|
11091
11458
|
include Aws::Structure
|
11092
11459
|
end
|
11093
11460
|
|
@@ -11115,6 +11482,7 @@ module Aws::SSM
|
|
11115
11482
|
class MaintenanceWindowFilter < Struct.new(
|
11116
11483
|
:key,
|
11117
11484
|
:values)
|
11485
|
+
SENSITIVE = []
|
11118
11486
|
include Aws::Structure
|
11119
11487
|
end
|
11120
11488
|
|
@@ -11155,6 +11523,11 @@ module Aws::SSM
|
|
11155
11523
|
# based on, in Internet Assigned Numbers Authority (IANA) format.
|
11156
11524
|
# @return [String]
|
11157
11525
|
#
|
11526
|
+
# @!attribute [rw] schedule_offset
|
11527
|
+
# The number of days to wait to run a maintenance window after the
|
11528
|
+
# scheduled CRON expression date and time.
|
11529
|
+
# @return [Integer]
|
11530
|
+
#
|
11158
11531
|
# @!attribute [rw] end_date
|
11159
11532
|
# The date and time, in ISO-8601 Extended format, for when the
|
11160
11533
|
# maintenance window is scheduled to become inactive.
|
@@ -11182,9 +11555,11 @@ module Aws::SSM
|
|
11182
11555
|
:cutoff,
|
11183
11556
|
:schedule,
|
11184
11557
|
:schedule_timezone,
|
11558
|
+
:schedule_offset,
|
11185
11559
|
:end_date,
|
11186
11560
|
:start_date,
|
11187
11561
|
:next_execution_time)
|
11562
|
+
SENSITIVE = [:description]
|
11188
11563
|
include Aws::Structure
|
11189
11564
|
end
|
11190
11565
|
|
@@ -11203,6 +11578,7 @@ module Aws::SSM
|
|
11203
11578
|
class MaintenanceWindowIdentityForTarget < Struct.new(
|
11204
11579
|
:window_id,
|
11205
11580
|
:name)
|
11581
|
+
SENSITIVE = []
|
11206
11582
|
include Aws::Structure
|
11207
11583
|
end
|
11208
11584
|
|
@@ -11262,6 +11638,7 @@ module Aws::SSM
|
|
11262
11638
|
:client_context,
|
11263
11639
|
:qualifier,
|
11264
11640
|
:payload)
|
11641
|
+
SENSITIVE = [:payload]
|
11265
11642
|
include Aws::Structure
|
11266
11643
|
end
|
11267
11644
|
|
@@ -11388,6 +11765,7 @@ module Aws::SSM
|
|
11388
11765
|
:parameters,
|
11389
11766
|
:service_role_arn,
|
11390
11767
|
:timeout_seconds)
|
11768
|
+
SENSITIVE = []
|
11391
11769
|
include Aws::Structure
|
11392
11770
|
end
|
11393
11771
|
|
@@ -11435,6 +11813,7 @@ module Aws::SSM
|
|
11435
11813
|
class MaintenanceWindowStepFunctionsParameters < Struct.new(
|
11436
11814
|
:input,
|
11437
11815
|
:name)
|
11816
|
+
SENSITIVE = [:input]
|
11438
11817
|
include Aws::Structure
|
11439
11818
|
end
|
11440
11819
|
|
@@ -11489,6 +11868,7 @@ module Aws::SSM
|
|
11489
11868
|
:owner_information,
|
11490
11869
|
:name,
|
11491
11870
|
:description)
|
11871
|
+
SENSITIVE = [:owner_information, :description]
|
11492
11872
|
include Aws::Structure
|
11493
11873
|
end
|
11494
11874
|
|
@@ -11591,6 +11971,7 @@ module Aws::SSM
|
|
11591
11971
|
:max_errors,
|
11592
11972
|
:name,
|
11593
11973
|
:description)
|
11974
|
+
SENSITIVE = [:task_parameters, :description]
|
11594
11975
|
include Aws::Structure
|
11595
11976
|
end
|
11596
11977
|
|
@@ -11662,6 +12043,7 @@ module Aws::SSM
|
|
11662
12043
|
:automation,
|
11663
12044
|
:step_functions,
|
11664
12045
|
:lambda)
|
12046
|
+
SENSITIVE = []
|
11665
12047
|
include Aws::Structure
|
11666
12048
|
end
|
11667
12049
|
|
@@ -11683,6 +12065,7 @@ module Aws::SSM
|
|
11683
12065
|
#
|
11684
12066
|
class MaintenanceWindowTaskParameterValueExpression < Struct.new(
|
11685
12067
|
:values)
|
12068
|
+
SENSITIVE = [:values]
|
11686
12069
|
include Aws::Structure
|
11687
12070
|
end
|
11688
12071
|
|
@@ -11695,6 +12078,7 @@ module Aws::SSM
|
|
11695
12078
|
#
|
11696
12079
|
class MaxDocumentSizeExceeded < Struct.new(
|
11697
12080
|
:message)
|
12081
|
+
SENSITIVE = []
|
11698
12082
|
include Aws::Structure
|
11699
12083
|
end
|
11700
12084
|
|
@@ -11744,6 +12128,7 @@ module Aws::SSM
|
|
11744
12128
|
:account_ids_to_add,
|
11745
12129
|
:account_ids_to_remove,
|
11746
12130
|
:shared_document_version)
|
12131
|
+
SENSITIVE = []
|
11747
12132
|
include Aws::Structure
|
11748
12133
|
end
|
11749
12134
|
|
@@ -11767,6 +12152,7 @@ module Aws::SSM
|
|
11767
12152
|
class NonCompliantSummary < Struct.new(
|
11768
12153
|
:non_compliant_count,
|
11769
12154
|
:severity_summary)
|
12155
|
+
SENSITIVE = []
|
11770
12156
|
include Aws::Structure
|
11771
12157
|
end
|
11772
12158
|
|
@@ -11812,6 +12198,7 @@ module Aws::SSM
|
|
11812
12198
|
:notification_arn,
|
11813
12199
|
:notification_events,
|
11814
12200
|
:notification_type)
|
12201
|
+
SENSITIVE = []
|
11815
12202
|
include Aws::Structure
|
11816
12203
|
end
|
11817
12204
|
|
@@ -11892,6 +12279,7 @@ module Aws::SSM
|
|
11892
12279
|
:values,
|
11893
12280
|
:filters,
|
11894
12281
|
:aggregators)
|
12282
|
+
SENSITIVE = []
|
11895
12283
|
include Aws::Structure
|
11896
12284
|
end
|
11897
12285
|
|
@@ -11910,6 +12298,7 @@ module Aws::SSM
|
|
11910
12298
|
class OpsEntity < Struct.new(
|
11911
12299
|
:id,
|
11912
12300
|
:data)
|
12301
|
+
SENSITIVE = []
|
11913
12302
|
include Aws::Structure
|
11914
12303
|
end
|
11915
12304
|
|
@@ -11928,6 +12317,7 @@ module Aws::SSM
|
|
11928
12317
|
class OpsEntityItem < Struct.new(
|
11929
12318
|
:capture_time,
|
11930
12319
|
:content)
|
12320
|
+
SENSITIVE = []
|
11931
12321
|
include Aws::Structure
|
11932
12322
|
end
|
11933
12323
|
|
@@ -11960,6 +12350,7 @@ module Aws::SSM
|
|
11960
12350
|
:key,
|
11961
12351
|
:values,
|
11962
12352
|
:type)
|
12353
|
+
SENSITIVE = []
|
11963
12354
|
include Aws::Structure
|
11964
12355
|
end
|
11965
12356
|
|
@@ -12097,6 +12488,7 @@ module Aws::SSM
|
|
12097
12488
|
:operational_data,
|
12098
12489
|
:category,
|
12099
12490
|
:severity)
|
12491
|
+
SENSITIVE = []
|
12100
12492
|
include Aws::Structure
|
12101
12493
|
end
|
12102
12494
|
|
@@ -12113,6 +12505,7 @@ module Aws::SSM
|
|
12113
12505
|
class OpsItemAlreadyExistsException < Struct.new(
|
12114
12506
|
:message,
|
12115
12507
|
:ops_item_id)
|
12508
|
+
SENSITIVE = []
|
12116
12509
|
include Aws::Structure
|
12117
12510
|
end
|
12118
12511
|
|
@@ -12141,6 +12534,7 @@ module Aws::SSM
|
|
12141
12534
|
class OpsItemDataValue < Struct.new(
|
12142
12535
|
:value,
|
12143
12536
|
:type)
|
12537
|
+
SENSITIVE = []
|
12144
12538
|
include Aws::Structure
|
12145
12539
|
end
|
12146
12540
|
|
@@ -12173,6 +12567,7 @@ module Aws::SSM
|
|
12173
12567
|
:key,
|
12174
12568
|
:values,
|
12175
12569
|
:operator)
|
12570
|
+
SENSITIVE = []
|
12176
12571
|
include Aws::Structure
|
12177
12572
|
end
|
12178
12573
|
|
@@ -12190,6 +12585,7 @@ module Aws::SSM
|
|
12190
12585
|
class OpsItemInvalidParameterException < Struct.new(
|
12191
12586
|
:parameter_names,
|
12192
12587
|
:message)
|
12588
|
+
SENSITIVE = []
|
12193
12589
|
include Aws::Structure
|
12194
12590
|
end
|
12195
12591
|
|
@@ -12220,6 +12616,7 @@ module Aws::SSM
|
|
12220
12616
|
:limit,
|
12221
12617
|
:limit_type,
|
12222
12618
|
:message)
|
12619
|
+
SENSITIVE = []
|
12223
12620
|
include Aws::Structure
|
12224
12621
|
end
|
12225
12622
|
|
@@ -12232,6 +12629,7 @@ module Aws::SSM
|
|
12232
12629
|
#
|
12233
12630
|
class OpsItemNotFoundException < Struct.new(
|
12234
12631
|
:message)
|
12632
|
+
SENSITIVE = []
|
12235
12633
|
include Aws::Structure
|
12236
12634
|
end
|
12237
12635
|
|
@@ -12253,6 +12651,7 @@ module Aws::SSM
|
|
12253
12651
|
#
|
12254
12652
|
class OpsItemNotification < Struct.new(
|
12255
12653
|
:arn)
|
12654
|
+
SENSITIVE = []
|
12256
12655
|
include Aws::Structure
|
12257
12656
|
end
|
12258
12657
|
|
@@ -12327,6 +12726,7 @@ module Aws::SSM
|
|
12327
12726
|
:operational_data,
|
12328
12727
|
:category,
|
12329
12728
|
:severity)
|
12729
|
+
SENSITIVE = []
|
12330
12730
|
include Aws::Structure
|
12331
12731
|
end
|
12332
12732
|
|
@@ -12349,6 +12749,7 @@ module Aws::SSM
|
|
12349
12749
|
#
|
12350
12750
|
class OpsResultAttribute < Struct.new(
|
12351
12751
|
:type_name)
|
12752
|
+
SENSITIVE = []
|
12352
12753
|
include Aws::Structure
|
12353
12754
|
end
|
12354
12755
|
|
@@ -12369,6 +12770,7 @@ module Aws::SSM
|
|
12369
12770
|
class OutputSource < Struct.new(
|
12370
12771
|
:output_source_id,
|
12371
12772
|
:output_source_type)
|
12773
|
+
SENSITIVE = []
|
12372
12774
|
include Aws::Structure
|
12373
12775
|
end
|
12374
12776
|
|
@@ -12433,6 +12835,7 @@ module Aws::SSM
|
|
12433
12835
|
:last_modified_date,
|
12434
12836
|
:arn,
|
12435
12837
|
:data_type)
|
12838
|
+
SENSITIVE = []
|
12436
12839
|
include Aws::Structure
|
12437
12840
|
end
|
12438
12841
|
|
@@ -12445,6 +12848,7 @@ module Aws::SSM
|
|
12445
12848
|
#
|
12446
12849
|
class ParameterAlreadyExists < Struct.new(
|
12447
12850
|
:message)
|
12851
|
+
SENSITIVE = []
|
12448
12852
|
include Aws::Structure
|
12449
12853
|
end
|
12450
12854
|
|
@@ -12529,6 +12933,7 @@ module Aws::SSM
|
|
12529
12933
|
:tier,
|
12530
12934
|
:policies,
|
12531
12935
|
:data_type)
|
12936
|
+
SENSITIVE = []
|
12532
12937
|
include Aws::Structure
|
12533
12938
|
end
|
12534
12939
|
|
@@ -12556,6 +12961,7 @@ module Aws::SSM
|
|
12556
12961
|
:policy_text,
|
12557
12962
|
:policy_type,
|
12558
12963
|
:policy_status)
|
12964
|
+
SENSITIVE = []
|
12559
12965
|
include Aws::Structure
|
12560
12966
|
end
|
12561
12967
|
|
@@ -12569,6 +12975,7 @@ module Aws::SSM
|
|
12569
12975
|
#
|
12570
12976
|
class ParameterLimitExceeded < Struct.new(
|
12571
12977
|
:message)
|
12978
|
+
SENSITIVE = []
|
12572
12979
|
include Aws::Structure
|
12573
12980
|
end
|
12574
12981
|
|
@@ -12581,6 +12988,7 @@ module Aws::SSM
|
|
12581
12988
|
#
|
12582
12989
|
class ParameterMaxVersionLimitExceeded < Struct.new(
|
12583
12990
|
:message)
|
12991
|
+
SENSITIVE = []
|
12584
12992
|
include Aws::Structure
|
12585
12993
|
end
|
12586
12994
|
|
@@ -12650,6 +13058,7 @@ module Aws::SSM
|
|
12650
13058
|
:tier,
|
12651
13059
|
:policies,
|
12652
13060
|
:data_type)
|
13061
|
+
SENSITIVE = []
|
12653
13062
|
include Aws::Structure
|
12654
13063
|
end
|
12655
13064
|
|
@@ -12662,6 +13071,7 @@ module Aws::SSM
|
|
12662
13071
|
#
|
12663
13072
|
class ParameterNotFound < Struct.new(
|
12664
13073
|
:message)
|
13074
|
+
SENSITIVE = []
|
12665
13075
|
include Aws::Structure
|
12666
13076
|
end
|
12667
13077
|
|
@@ -12675,6 +13085,7 @@ module Aws::SSM
|
|
12675
13085
|
#
|
12676
13086
|
class ParameterPatternMismatchException < Struct.new(
|
12677
13087
|
:message)
|
13088
|
+
SENSITIVE = []
|
12678
13089
|
include Aws::Structure
|
12679
13090
|
end
|
12680
13091
|
|
@@ -12734,6 +13145,7 @@ module Aws::SSM
|
|
12734
13145
|
:key,
|
12735
13146
|
:option,
|
12736
13147
|
:values)
|
13148
|
+
SENSITIVE = []
|
12737
13149
|
include Aws::Structure
|
12738
13150
|
end
|
12739
13151
|
|
@@ -12746,6 +13158,7 @@ module Aws::SSM
|
|
12746
13158
|
#
|
12747
13159
|
class ParameterVersionLabelLimitExceeded < Struct.new(
|
12748
13160
|
:message)
|
13161
|
+
SENSITIVE = []
|
12749
13162
|
include Aws::Structure
|
12750
13163
|
end
|
12751
13164
|
|
@@ -12759,6 +13172,7 @@ module Aws::SSM
|
|
12759
13172
|
#
|
12760
13173
|
class ParameterVersionNotFound < Struct.new(
|
12761
13174
|
:message)
|
13175
|
+
SENSITIVE = []
|
12762
13176
|
include Aws::Structure
|
12763
13177
|
end
|
12764
13178
|
|
@@ -12785,6 +13199,7 @@ module Aws::SSM
|
|
12785
13199
|
class ParametersFilter < Struct.new(
|
12786
13200
|
:key,
|
12787
13201
|
:values)
|
13202
|
+
SENSITIVE = []
|
12788
13203
|
include Aws::Structure
|
12789
13204
|
end
|
12790
13205
|
|
@@ -12863,6 +13278,7 @@ module Aws::SSM
|
|
12863
13278
|
:kb_number,
|
12864
13279
|
:msrc_number,
|
12865
13280
|
:language)
|
13281
|
+
SENSITIVE = []
|
12866
13282
|
include Aws::Structure
|
12867
13283
|
end
|
12868
13284
|
|
@@ -12899,6 +13315,7 @@ module Aws::SSM
|
|
12899
13315
|
:operating_system,
|
12900
13316
|
:baseline_description,
|
12901
13317
|
:default_baseline)
|
13318
|
+
SENSITIVE = []
|
12902
13319
|
include Aws::Structure
|
12903
13320
|
end
|
12904
13321
|
|
@@ -12948,6 +13365,7 @@ module Aws::SSM
|
|
12948
13365
|
:severity,
|
12949
13366
|
:state,
|
12950
13367
|
:installed_time)
|
13368
|
+
SENSITIVE = []
|
12951
13369
|
include Aws::Structure
|
12952
13370
|
end
|
12953
13371
|
|
@@ -12996,6 +13414,7 @@ module Aws::SSM
|
|
12996
13414
|
class PatchFilter < Struct.new(
|
12997
13415
|
:key,
|
12998
13416
|
:values)
|
13417
|
+
SENSITIVE = []
|
12999
13418
|
include Aws::Structure
|
13000
13419
|
end
|
13001
13420
|
|
@@ -13021,6 +13440,7 @@ module Aws::SSM
|
|
13021
13440
|
#
|
13022
13441
|
class PatchFilterGroup < Struct.new(
|
13023
13442
|
:patch_filters)
|
13443
|
+
SENSITIVE = []
|
13024
13444
|
include Aws::Structure
|
13025
13445
|
end
|
13026
13446
|
|
@@ -13040,6 +13460,7 @@ module Aws::SSM
|
|
13040
13460
|
class PatchGroupPatchBaselineMapping < Struct.new(
|
13041
13461
|
:patch_group,
|
13042
13462
|
:baseline_identity)
|
13463
|
+
SENSITIVE = []
|
13043
13464
|
include Aws::Structure
|
13044
13465
|
end
|
13045
13466
|
|
@@ -13066,6 +13487,7 @@ module Aws::SSM
|
|
13066
13487
|
class PatchOrchestratorFilter < Struct.new(
|
13067
13488
|
:key,
|
13068
13489
|
:values)
|
13490
|
+
SENSITIVE = []
|
13069
13491
|
include Aws::Structure
|
13070
13492
|
end
|
13071
13493
|
|
@@ -13128,6 +13550,7 @@ module Aws::SSM
|
|
13128
13550
|
:approve_after_days,
|
13129
13551
|
:approve_until_date,
|
13130
13552
|
:enable_non_security)
|
13553
|
+
SENSITIVE = []
|
13131
13554
|
include Aws::Structure
|
13132
13555
|
end
|
13133
13556
|
|
@@ -13163,6 +13586,7 @@ module Aws::SSM
|
|
13163
13586
|
#
|
13164
13587
|
class PatchRuleGroup < Struct.new(
|
13165
13588
|
:patch_rules)
|
13589
|
+
SENSITIVE = []
|
13166
13590
|
include Aws::Structure
|
13167
13591
|
end
|
13168
13592
|
|
@@ -13208,6 +13632,7 @@ module Aws::SSM
|
|
13208
13632
|
:name,
|
13209
13633
|
:products,
|
13210
13634
|
:configuration)
|
13635
|
+
SENSITIVE = [:configuration]
|
13211
13636
|
include Aws::Structure
|
13212
13637
|
end
|
13213
13638
|
|
@@ -13233,6 +13658,7 @@ module Aws::SSM
|
|
13233
13658
|
:deployment_status,
|
13234
13659
|
:compliance_level,
|
13235
13660
|
:approval_date)
|
13661
|
+
SENSITIVE = []
|
13236
13662
|
include Aws::Structure
|
13237
13663
|
end
|
13238
13664
|
|
@@ -13246,6 +13672,7 @@ module Aws::SSM
|
|
13246
13672
|
#
|
13247
13673
|
class PoliciesLimitExceededException < Struct.new(
|
13248
13674
|
:message)
|
13675
|
+
SENSITIVE = []
|
13249
13676
|
include Aws::Structure
|
13250
13677
|
end
|
13251
13678
|
|
@@ -13286,6 +13713,7 @@ module Aws::SSM
|
|
13286
13713
|
:failed_steps,
|
13287
13714
|
:cancelled_steps,
|
13288
13715
|
:timed_out_steps)
|
13716
|
+
SENSITIVE = []
|
13289
13717
|
include Aws::Structure
|
13290
13718
|
end
|
13291
13719
|
|
@@ -13377,6 +13805,7 @@ module Aws::SSM
|
|
13377
13805
|
:items,
|
13378
13806
|
:item_content_hash,
|
13379
13807
|
:upload_type)
|
13808
|
+
SENSITIVE = []
|
13380
13809
|
include Aws::Structure
|
13381
13810
|
end
|
13382
13811
|
|
@@ -13420,6 +13849,7 @@ module Aws::SSM
|
|
13420
13849
|
class PutInventoryRequest < Struct.new(
|
13421
13850
|
:instance_id,
|
13422
13851
|
:items)
|
13852
|
+
SENSITIVE = []
|
13423
13853
|
include Aws::Structure
|
13424
13854
|
end
|
13425
13855
|
|
@@ -13431,6 +13861,7 @@ module Aws::SSM
|
|
13431
13861
|
#
|
13432
13862
|
class PutInventoryResult < Struct.new(
|
13433
13863
|
:message)
|
13864
|
+
SENSITIVE = []
|
13434
13865
|
include Aws::Structure
|
13435
13866
|
end
|
13436
13867
|
|
@@ -13516,15 +13947,19 @@ module Aws::SSM
|
|
13516
13947
|
# @!attribute [rw] type
|
13517
13948
|
# The type of parameter that you want to add to the system.
|
13518
13949
|
#
|
13950
|
+
# <note markdown="1"> `SecureString` is not currently supported for AWS CloudFormation
|
13951
|
+
# templates or in the China Regions.
|
13952
|
+
#
|
13953
|
+
# </note>
|
13954
|
+
#
|
13519
13955
|
# Items in a `StringList` must be separated by a comma (,). You can't
|
13520
13956
|
# use other punctuation or special character to escape items in the
|
13521
13957
|
# list. If you have a parameter value that requires a comma, then use
|
13522
13958
|
# the `String` data type.
|
13523
13959
|
#
|
13524
|
-
#
|
13525
|
-
#
|
13526
|
-
#
|
13527
|
-
# </note>
|
13960
|
+
# Specifying a parameter type is not required when updating a
|
13961
|
+
# parameter. You must specify a parameter type when creating a
|
13962
|
+
# parameter.
|
13528
13963
|
# @return [String]
|
13529
13964
|
#
|
13530
13965
|
# @!attribute [rw] key_id
|
@@ -13720,6 +14155,7 @@ module Aws::SSM
|
|
13720
14155
|
:tier,
|
13721
14156
|
:policies,
|
13722
14157
|
:data_type)
|
14158
|
+
SENSITIVE = []
|
13723
14159
|
include Aws::Structure
|
13724
14160
|
end
|
13725
14161
|
|
@@ -13742,6 +14178,7 @@ module Aws::SSM
|
|
13742
14178
|
class PutParameterResult < Struct.new(
|
13743
14179
|
:version,
|
13744
14180
|
:tier)
|
14181
|
+
SENSITIVE = []
|
13745
14182
|
include Aws::Structure
|
13746
14183
|
end
|
13747
14184
|
|
@@ -13761,6 +14198,7 @@ module Aws::SSM
|
|
13761
14198
|
#
|
13762
14199
|
class RegisterDefaultPatchBaselineRequest < Struct.new(
|
13763
14200
|
:baseline_id)
|
14201
|
+
SENSITIVE = []
|
13764
14202
|
include Aws::Structure
|
13765
14203
|
end
|
13766
14204
|
|
@@ -13772,6 +14210,7 @@ module Aws::SSM
|
|
13772
14210
|
#
|
13773
14211
|
class RegisterDefaultPatchBaselineResult < Struct.new(
|
13774
14212
|
:baseline_id)
|
14213
|
+
SENSITIVE = []
|
13775
14214
|
include Aws::Structure
|
13776
14215
|
end
|
13777
14216
|
|
@@ -13797,6 +14236,7 @@ module Aws::SSM
|
|
13797
14236
|
class RegisterPatchBaselineForPatchGroupRequest < Struct.new(
|
13798
14237
|
:baseline_id,
|
13799
14238
|
:patch_group)
|
14239
|
+
SENSITIVE = []
|
13800
14240
|
include Aws::Structure
|
13801
14241
|
end
|
13802
14242
|
|
@@ -13813,6 +14253,7 @@ module Aws::SSM
|
|
13813
14253
|
class RegisterPatchBaselineForPatchGroupResult < Struct.new(
|
13814
14254
|
:baseline_id,
|
13815
14255
|
:patch_group)
|
14256
|
+
SENSITIVE = []
|
13816
14257
|
include Aws::Structure
|
13817
14258
|
end
|
13818
14259
|
|
@@ -13919,6 +14360,7 @@ module Aws::SSM
|
|
13919
14360
|
:name,
|
13920
14361
|
:description,
|
13921
14362
|
:client_token)
|
14363
|
+
SENSITIVE = [:owner_information, :description]
|
13922
14364
|
include Aws::Structure
|
13923
14365
|
end
|
13924
14366
|
|
@@ -13930,6 +14372,7 @@ module Aws::SSM
|
|
13930
14372
|
#
|
13931
14373
|
class RegisterTargetWithMaintenanceWindowResult < Struct.new(
|
13932
14374
|
:window_target_id)
|
14375
|
+
SENSITIVE = []
|
13933
14376
|
include Aws::Structure
|
13934
14377
|
end
|
13935
14378
|
|
@@ -14130,6 +14573,7 @@ module Aws::SSM
|
|
14130
14573
|
:name,
|
14131
14574
|
:description,
|
14132
14575
|
:client_token)
|
14576
|
+
SENSITIVE = [:task_parameters, :description]
|
14133
14577
|
include Aws::Structure
|
14134
14578
|
end
|
14135
14579
|
|
@@ -14141,6 +14585,7 @@ module Aws::SSM
|
|
14141
14585
|
#
|
14142
14586
|
class RegisterTaskWithMaintenanceWindowResult < Struct.new(
|
14143
14587
|
:window_task_id)
|
14588
|
+
SENSITIVE = []
|
14144
14589
|
include Aws::Structure
|
14145
14590
|
end
|
14146
14591
|
|
@@ -14163,6 +14608,7 @@ module Aws::SSM
|
|
14163
14608
|
#
|
14164
14609
|
class RelatedOpsItem < Struct.new(
|
14165
14610
|
:ops_item_id)
|
14611
|
+
SENSITIVE = []
|
14166
14612
|
include Aws::Structure
|
14167
14613
|
end
|
14168
14614
|
|
@@ -14214,6 +14660,7 @@ module Aws::SSM
|
|
14214
14660
|
:resource_type,
|
14215
14661
|
:resource_id,
|
14216
14662
|
:tag_keys)
|
14663
|
+
SENSITIVE = []
|
14217
14664
|
include Aws::Structure
|
14218
14665
|
end
|
14219
14666
|
|
@@ -14242,6 +14689,7 @@ module Aws::SSM
|
|
14242
14689
|
#
|
14243
14690
|
class ResetServiceSettingRequest < Struct.new(
|
14244
14691
|
:setting_id)
|
14692
|
+
SENSITIVE = []
|
14245
14693
|
include Aws::Structure
|
14246
14694
|
end
|
14247
14695
|
|
@@ -14256,6 +14704,7 @@ module Aws::SSM
|
|
14256
14704
|
#
|
14257
14705
|
class ResetServiceSettingResult < Struct.new(
|
14258
14706
|
:service_setting)
|
14707
|
+
SENSITIVE = []
|
14259
14708
|
include Aws::Structure
|
14260
14709
|
end
|
14261
14710
|
|
@@ -14277,6 +14726,7 @@ module Aws::SSM
|
|
14277
14726
|
class ResolvedTargets < Struct.new(
|
14278
14727
|
:parameter_values,
|
14279
14728
|
:truncated)
|
14729
|
+
SENSITIVE = []
|
14280
14730
|
include Aws::Structure
|
14281
14731
|
end
|
14282
14732
|
|
@@ -14326,6 +14776,7 @@ module Aws::SSM
|
|
14326
14776
|
:execution_summary,
|
14327
14777
|
:compliant_summary,
|
14328
14778
|
:non_compliant_summary)
|
14779
|
+
SENSITIVE = []
|
14329
14780
|
include Aws::Structure
|
14330
14781
|
end
|
14331
14782
|
|
@@ -14338,6 +14789,7 @@ module Aws::SSM
|
|
14338
14789
|
#
|
14339
14790
|
class ResourceDataSyncAlreadyExistsException < Struct.new(
|
14340
14791
|
:sync_name)
|
14792
|
+
SENSITIVE = []
|
14341
14793
|
include Aws::Structure
|
14342
14794
|
end
|
14343
14795
|
|
@@ -14375,6 +14827,7 @@ module Aws::SSM
|
|
14375
14827
|
class ResourceDataSyncAwsOrganizationsSource < Struct.new(
|
14376
14828
|
:organization_source_type,
|
14377
14829
|
:organizational_units)
|
14830
|
+
SENSITIVE = []
|
14378
14831
|
include Aws::Structure
|
14379
14832
|
end
|
14380
14833
|
|
@@ -14388,6 +14841,7 @@ module Aws::SSM
|
|
14388
14841
|
#
|
14389
14842
|
class ResourceDataSyncConflictException < Struct.new(
|
14390
14843
|
:message)
|
14844
|
+
SENSITIVE = []
|
14391
14845
|
include Aws::Structure
|
14392
14846
|
end
|
14393
14847
|
|
@@ -14400,6 +14854,7 @@ module Aws::SSM
|
|
14400
14854
|
#
|
14401
14855
|
class ResourceDataSyncCountExceededException < Struct.new(
|
14402
14856
|
:message)
|
14857
|
+
SENSITIVE = []
|
14403
14858
|
include Aws::Structure
|
14404
14859
|
end
|
14405
14860
|
|
@@ -14423,6 +14878,7 @@ module Aws::SSM
|
|
14423
14878
|
#
|
14424
14879
|
class ResourceDataSyncDestinationDataSharing < Struct.new(
|
14425
14880
|
:destination_data_sharing_type)
|
14881
|
+
SENSITIVE = []
|
14426
14882
|
include Aws::Structure
|
14427
14883
|
end
|
14428
14884
|
|
@@ -14435,6 +14891,7 @@ module Aws::SSM
|
|
14435
14891
|
#
|
14436
14892
|
class ResourceDataSyncInvalidConfigurationException < Struct.new(
|
14437
14893
|
:message)
|
14894
|
+
SENSITIVE = []
|
14438
14895
|
include Aws::Structure
|
14439
14896
|
end
|
14440
14897
|
|
@@ -14499,6 +14956,7 @@ module Aws::SSM
|
|
14499
14956
|
:last_status,
|
14500
14957
|
:sync_created_time,
|
14501
14958
|
:last_sync_status_message)
|
14959
|
+
SENSITIVE = []
|
14502
14960
|
include Aws::Structure
|
14503
14961
|
end
|
14504
14962
|
|
@@ -14519,6 +14977,7 @@ module Aws::SSM
|
|
14519
14977
|
:sync_name,
|
14520
14978
|
:sync_type,
|
14521
14979
|
:message)
|
14980
|
+
SENSITIVE = []
|
14522
14981
|
include Aws::Structure
|
14523
14982
|
end
|
14524
14983
|
|
@@ -14539,6 +14998,7 @@ module Aws::SSM
|
|
14539
14998
|
#
|
14540
14999
|
class ResourceDataSyncOrganizationalUnit < Struct.new(
|
14541
15000
|
:organizational_unit_id)
|
15001
|
+
SENSITIVE = []
|
14542
15002
|
include Aws::Structure
|
14543
15003
|
end
|
14544
15004
|
|
@@ -14594,6 +15054,7 @@ module Aws::SSM
|
|
14594
15054
|
:region,
|
14595
15055
|
:awskms_key_arn,
|
14596
15056
|
:destination_data_sharing)
|
15057
|
+
SENSITIVE = []
|
14597
15058
|
include Aws::Structure
|
14598
15059
|
end
|
14599
15060
|
|
@@ -14645,6 +15106,7 @@ module Aws::SSM
|
|
14645
15106
|
:aws_organizations_source,
|
14646
15107
|
:source_regions,
|
14647
15108
|
:include_future_regions)
|
15109
|
+
SENSITIVE = []
|
14648
15110
|
include Aws::Structure
|
14649
15111
|
end
|
14650
15112
|
|
@@ -14708,6 +15170,7 @@ module Aws::SSM
|
|
14708
15170
|
:source_regions,
|
14709
15171
|
:include_future_regions,
|
14710
15172
|
:state)
|
15173
|
+
SENSITIVE = []
|
14711
15174
|
include Aws::Structure
|
14712
15175
|
end
|
14713
15176
|
|
@@ -14721,6 +15184,7 @@ module Aws::SSM
|
|
14721
15184
|
#
|
14722
15185
|
class ResourceInUseException < Struct.new(
|
14723
15186
|
:message)
|
15187
|
+
SENSITIVE = []
|
14724
15188
|
include Aws::Structure
|
14725
15189
|
end
|
14726
15190
|
|
@@ -14742,6 +15206,7 @@ module Aws::SSM
|
|
14742
15206
|
#
|
14743
15207
|
class ResourceLimitExceededException < Struct.new(
|
14744
15208
|
:message)
|
15209
|
+
SENSITIVE = []
|
14745
15210
|
include Aws::Structure
|
14746
15211
|
end
|
14747
15212
|
|
@@ -14763,6 +15228,7 @@ module Aws::SSM
|
|
14763
15228
|
#
|
14764
15229
|
class ResultAttribute < Struct.new(
|
14765
15230
|
:type_name)
|
15231
|
+
SENSITIVE = []
|
14766
15232
|
include Aws::Structure
|
14767
15233
|
end
|
14768
15234
|
|
@@ -14781,6 +15247,7 @@ module Aws::SSM
|
|
14781
15247
|
#
|
14782
15248
|
class ResumeSessionRequest < Struct.new(
|
14783
15249
|
:session_id)
|
15250
|
+
SENSITIVE = []
|
14784
15251
|
include Aws::Structure
|
14785
15252
|
end
|
14786
15253
|
|
@@ -14819,6 +15286,7 @@ module Aws::SSM
|
|
14819
15286
|
:session_id,
|
14820
15287
|
:token_value,
|
14821
15288
|
:stream_url)
|
15289
|
+
SENSITIVE = []
|
14822
15290
|
include Aws::Structure
|
14823
15291
|
end
|
14824
15292
|
|
@@ -14853,6 +15321,7 @@ module Aws::SSM
|
|
14853
15321
|
:output_s3_region,
|
14854
15322
|
:output_s3_bucket_name,
|
14855
15323
|
:output_s3_key_prefix)
|
15324
|
+
SENSITIVE = []
|
14856
15325
|
include Aws::Structure
|
14857
15326
|
end
|
14858
15327
|
|
@@ -14868,6 +15337,7 @@ module Aws::SSM
|
|
14868
15337
|
#
|
14869
15338
|
class S3OutputUrl < Struct.new(
|
14870
15339
|
:output_url)
|
15340
|
+
SENSITIVE = []
|
14871
15341
|
include Aws::Structure
|
14872
15342
|
end
|
14873
15343
|
|
@@ -14892,6 +15362,7 @@ module Aws::SSM
|
|
14892
15362
|
:window_id,
|
14893
15363
|
:name,
|
14894
15364
|
:execution_time)
|
15365
|
+
SENSITIVE = []
|
14895
15366
|
include Aws::Structure
|
14896
15367
|
end
|
14897
15368
|
|
@@ -14941,6 +15412,7 @@ module Aws::SSM
|
|
14941
15412
|
:automation_execution_id,
|
14942
15413
|
:signal_type,
|
14943
15414
|
:payload)
|
15415
|
+
SENSITIVE = []
|
14944
15416
|
include Aws::Structure
|
14945
15417
|
end
|
14946
15418
|
|
@@ -15138,6 +15610,7 @@ module Aws::SSM
|
|
15138
15610
|
:service_role_arn,
|
15139
15611
|
:notification_config,
|
15140
15612
|
:cloud_watch_output_config)
|
15613
|
+
SENSITIVE = []
|
15141
15614
|
include Aws::Structure
|
15142
15615
|
end
|
15143
15616
|
|
@@ -15150,6 +15623,7 @@ module Aws::SSM
|
|
15150
15623
|
#
|
15151
15624
|
class SendCommandResult < Struct.new(
|
15152
15625
|
:command)
|
15626
|
+
SENSITIVE = []
|
15153
15627
|
include Aws::Structure
|
15154
15628
|
end
|
15155
15629
|
|
@@ -15215,6 +15689,7 @@ module Aws::SSM
|
|
15215
15689
|
:last_modified_user,
|
15216
15690
|
:arn,
|
15217
15691
|
:status)
|
15692
|
+
SENSITIVE = []
|
15218
15693
|
include Aws::Structure
|
15219
15694
|
end
|
15220
15695
|
|
@@ -15228,6 +15703,7 @@ module Aws::SSM
|
|
15228
15703
|
#
|
15229
15704
|
class ServiceSettingNotFound < Struct.new(
|
15230
15705
|
:message)
|
15706
|
+
SENSITIVE = []
|
15231
15707
|
include Aws::Structure
|
15232
15708
|
end
|
15233
15709
|
|
@@ -15286,6 +15762,7 @@ module Aws::SSM
|
|
15286
15762
|
:owner,
|
15287
15763
|
:details,
|
15288
15764
|
:output_url)
|
15765
|
+
SENSITIVE = []
|
15289
15766
|
include Aws::Structure
|
15290
15767
|
end
|
15291
15768
|
|
@@ -15341,6 +15818,7 @@ module Aws::SSM
|
|
15341
15818
|
class SessionFilter < Struct.new(
|
15342
15819
|
:key,
|
15343
15820
|
:value)
|
15821
|
+
SENSITIVE = []
|
15344
15822
|
include Aws::Structure
|
15345
15823
|
end
|
15346
15824
|
|
@@ -15359,6 +15837,7 @@ module Aws::SSM
|
|
15359
15837
|
class SessionManagerOutputUrl < Struct.new(
|
15360
15838
|
:s3_output_url,
|
15361
15839
|
:cloud_watch_output_url)
|
15840
|
+
SENSITIVE = []
|
15362
15841
|
include Aws::Structure
|
15363
15842
|
end
|
15364
15843
|
|
@@ -15410,6 +15889,7 @@ module Aws::SSM
|
|
15410
15889
|
:low_count,
|
15411
15890
|
:informational_count,
|
15412
15891
|
:unspecified_count)
|
15892
|
+
SENSITIVE = []
|
15413
15893
|
include Aws::Structure
|
15414
15894
|
end
|
15415
15895
|
|
@@ -15429,6 +15909,7 @@ module Aws::SSM
|
|
15429
15909
|
#
|
15430
15910
|
class StartAssociationsOnceRequest < Struct.new(
|
15431
15911
|
:association_ids)
|
15912
|
+
SENSITIVE = []
|
15432
15913
|
include Aws::Structure
|
15433
15914
|
end
|
15434
15915
|
|
@@ -15586,6 +16067,7 @@ module Aws::SSM
|
|
15586
16067
|
:max_errors,
|
15587
16068
|
:target_locations,
|
15588
16069
|
:tags)
|
16070
|
+
SENSITIVE = []
|
15589
16071
|
include Aws::Structure
|
15590
16072
|
end
|
15591
16073
|
|
@@ -15597,6 +16079,7 @@ module Aws::SSM
|
|
15597
16079
|
#
|
15598
16080
|
class StartAutomationExecutionResult < Struct.new(
|
15599
16081
|
:automation_execution_id)
|
16082
|
+
SENSITIVE = []
|
15600
16083
|
include Aws::Structure
|
15601
16084
|
end
|
15602
16085
|
|
@@ -15618,8 +16101,9 @@ module Aws::SSM
|
|
15618
16101
|
# @!attribute [rw] document_name
|
15619
16102
|
# The name of the SSM document to define the parameters and plugin
|
15620
16103
|
# settings for the session. For example, `SSM-SessionManagerRunShell`.
|
15621
|
-
#
|
15622
|
-
#
|
16104
|
+
# You can call the GetDocument API to verify the document exists
|
16105
|
+
# before attempting to start a session. If no document name is
|
16106
|
+
# provided, a shell to the instance is launched by default.
|
15623
16107
|
# @return [String]
|
15624
16108
|
#
|
15625
16109
|
# @!attribute [rw] parameters
|
@@ -15632,6 +16116,7 @@ module Aws::SSM
|
|
15632
16116
|
:target,
|
15633
16117
|
:document_name,
|
15634
16118
|
:parameters)
|
16119
|
+
SENSITIVE = []
|
15635
16120
|
include Aws::Structure
|
15636
16121
|
end
|
15637
16122
|
|
@@ -15670,6 +16155,7 @@ module Aws::SSM
|
|
15670
16155
|
:session_id,
|
15671
16156
|
:token_value,
|
15672
16157
|
:stream_url)
|
16158
|
+
SENSITIVE = []
|
15673
16159
|
include Aws::Structure
|
15674
16160
|
end
|
15675
16161
|
|
@@ -15808,6 +16294,7 @@ module Aws::SSM
|
|
15808
16294
|
:valid_next_steps,
|
15809
16295
|
:targets,
|
15810
16296
|
:target_location)
|
16297
|
+
SENSITIVE = []
|
15811
16298
|
include Aws::Structure
|
15812
16299
|
end
|
15813
16300
|
|
@@ -15837,6 +16324,7 @@ module Aws::SSM
|
|
15837
16324
|
class StepExecutionFilter < Struct.new(
|
15838
16325
|
:key,
|
15839
16326
|
:values)
|
16327
|
+
SENSITIVE = []
|
15840
16328
|
include Aws::Structure
|
15841
16329
|
end
|
15842
16330
|
|
@@ -15862,6 +16350,7 @@ module Aws::SSM
|
|
15862
16350
|
class StopAutomationExecutionRequest < Struct.new(
|
15863
16351
|
:automation_execution_id,
|
15864
16352
|
:type)
|
16353
|
+
SENSITIVE = []
|
15865
16354
|
include Aws::Structure
|
15866
16355
|
end
|
15867
16356
|
|
@@ -15878,6 +16367,7 @@ module Aws::SSM
|
|
15878
16367
|
#
|
15879
16368
|
class SubTypeCountLimitExceededException < Struct.new(
|
15880
16369
|
:message)
|
16370
|
+
SENSITIVE = []
|
15881
16371
|
include Aws::Structure
|
15882
16372
|
end
|
15883
16373
|
|
@@ -15908,6 +16398,7 @@ module Aws::SSM
|
|
15908
16398
|
class Tag < Struct.new(
|
15909
16399
|
:key,
|
15910
16400
|
:value)
|
16401
|
+
SENSITIVE = []
|
15911
16402
|
include Aws::Structure
|
15912
16403
|
end
|
15913
16404
|
|
@@ -15989,6 +16480,7 @@ module Aws::SSM
|
|
15989
16480
|
class Target < Struct.new(
|
15990
16481
|
:key,
|
15991
16482
|
:values)
|
16483
|
+
SENSITIVE = []
|
15992
16484
|
include Aws::Structure
|
15993
16485
|
end
|
15994
16486
|
|
@@ -16003,6 +16495,7 @@ module Aws::SSM
|
|
16003
16495
|
#
|
16004
16496
|
class TargetInUseException < Struct.new(
|
16005
16497
|
:message)
|
16498
|
+
SENSITIVE = []
|
16006
16499
|
include Aws::Structure
|
16007
16500
|
end
|
16008
16501
|
|
@@ -16052,6 +16545,7 @@ module Aws::SSM
|
|
16052
16545
|
:target_location_max_concurrency,
|
16053
16546
|
:target_location_max_errors,
|
16054
16547
|
:execution_role_name)
|
16548
|
+
SENSITIVE = []
|
16055
16549
|
include Aws::Structure
|
16056
16550
|
end
|
16057
16551
|
|
@@ -16071,6 +16565,7 @@ module Aws::SSM
|
|
16071
16565
|
#
|
16072
16566
|
class TargetNotConnected < Struct.new(
|
16073
16567
|
:message)
|
16568
|
+
SENSITIVE = []
|
16074
16569
|
include Aws::Structure
|
16075
16570
|
end
|
16076
16571
|
|
@@ -16089,6 +16584,7 @@ module Aws::SSM
|
|
16089
16584
|
#
|
16090
16585
|
class TerminateSessionRequest < Struct.new(
|
16091
16586
|
:session_id)
|
16587
|
+
SENSITIVE = []
|
16092
16588
|
include Aws::Structure
|
16093
16589
|
end
|
16094
16590
|
|
@@ -16100,6 +16596,7 @@ module Aws::SSM
|
|
16100
16596
|
#
|
16101
16597
|
class TerminateSessionResponse < Struct.new(
|
16102
16598
|
:session_id)
|
16599
|
+
SENSITIVE = []
|
16103
16600
|
include Aws::Structure
|
16104
16601
|
end
|
16105
16602
|
|
@@ -16120,6 +16617,7 @@ module Aws::SSM
|
|
16120
16617
|
#
|
16121
16618
|
class TooManyUpdates < Struct.new(
|
16122
16619
|
:message)
|
16620
|
+
SENSITIVE = []
|
16123
16621
|
include Aws::Structure
|
16124
16622
|
end
|
16125
16623
|
|
@@ -16133,6 +16631,7 @@ module Aws::SSM
|
|
16133
16631
|
#
|
16134
16632
|
class TotalSizeLimitExceededException < Struct.new(
|
16135
16633
|
:message)
|
16634
|
+
SENSITIVE = []
|
16136
16635
|
include Aws::Structure
|
16137
16636
|
end
|
16138
16637
|
|
@@ -16146,6 +16645,7 @@ module Aws::SSM
|
|
16146
16645
|
#
|
16147
16646
|
class UnsupportedCalendarException < Struct.new(
|
16148
16647
|
:message)
|
16648
|
+
SENSITIVE = []
|
16149
16649
|
include Aws::Structure
|
16150
16650
|
end
|
16151
16651
|
|
@@ -16166,6 +16666,7 @@ module Aws::SSM
|
|
16166
16666
|
#
|
16167
16667
|
class UnsupportedFeatureRequiredException < Struct.new(
|
16168
16668
|
:message)
|
16669
|
+
SENSITIVE = []
|
16169
16670
|
include Aws::Structure
|
16170
16671
|
end
|
16171
16672
|
|
@@ -16184,6 +16685,7 @@ module Aws::SSM
|
|
16184
16685
|
class UnsupportedInventoryItemContextException < Struct.new(
|
16185
16686
|
:type_name,
|
16186
16687
|
:message)
|
16688
|
+
SENSITIVE = []
|
16187
16689
|
include Aws::Structure
|
16188
16690
|
end
|
16189
16691
|
|
@@ -16198,6 +16700,7 @@ module Aws::SSM
|
|
16198
16700
|
#
|
16199
16701
|
class UnsupportedInventorySchemaVersionException < Struct.new(
|
16200
16702
|
:message)
|
16703
|
+
SENSITIVE = []
|
16201
16704
|
include Aws::Structure
|
16202
16705
|
end
|
16203
16706
|
|
@@ -16212,6 +16715,7 @@ module Aws::SSM
|
|
16212
16715
|
#
|
16213
16716
|
class UnsupportedOperatingSystem < Struct.new(
|
16214
16717
|
:message)
|
16718
|
+
SENSITIVE = []
|
16215
16719
|
include Aws::Structure
|
16216
16720
|
end
|
16217
16721
|
|
@@ -16224,6 +16728,7 @@ module Aws::SSM
|
|
16224
16728
|
#
|
16225
16729
|
class UnsupportedParameterType < Struct.new(
|
16226
16730
|
:message)
|
16731
|
+
SENSITIVE = []
|
16227
16732
|
include Aws::Structure
|
16228
16733
|
end
|
16229
16734
|
|
@@ -16238,6 +16743,7 @@ module Aws::SSM
|
|
16238
16743
|
#
|
16239
16744
|
class UnsupportedPlatformType < Struct.new(
|
16240
16745
|
:message)
|
16746
|
+
SENSITIVE = []
|
16241
16747
|
include Aws::Structure
|
16242
16748
|
end
|
16243
16749
|
|
@@ -16272,6 +16778,7 @@ module Aws::SSM
|
|
16272
16778
|
# max_concurrency: "MaxConcurrency",
|
16273
16779
|
# compliance_severity: "CRITICAL", # accepts CRITICAL, HIGH, MEDIUM, LOW, UNSPECIFIED
|
16274
16780
|
# sync_compliance: "AUTO", # accepts AUTO, MANUAL
|
16781
|
+
# apply_only_at_cron_interval: false,
|
16275
16782
|
# }
|
16276
16783
|
#
|
16277
16784
|
# @!attribute [rw] association_id
|
@@ -16392,6 +16899,20 @@ module Aws::SSM
|
|
16392
16899
|
# By default, all associations use `AUTO` mode.
|
16393
16900
|
# @return [String]
|
16394
16901
|
#
|
16902
|
+
# @!attribute [rw] apply_only_at_cron_interval
|
16903
|
+
# By default, when you update an association, the system runs it
|
16904
|
+
# immediately after it is updated and then according to the schedule
|
16905
|
+
# you specified. Specify this option if you don't want an association
|
16906
|
+
# to run immediately after you update it.
|
16907
|
+
#
|
16908
|
+
# Also, if you specified this option when you created the association,
|
16909
|
+
# you can reset it. To do so, specify the
|
16910
|
+
# `no-apply-only-at-cron-interval` parameter when you update the
|
16911
|
+
# association from the command line. This parameter forces the
|
16912
|
+
# association to run immediately after updating it and according to
|
16913
|
+
# the interval specified.
|
16914
|
+
# @return [Boolean]
|
16915
|
+
#
|
16395
16916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateAssociationRequest AWS API Documentation
|
16396
16917
|
#
|
16397
16918
|
class UpdateAssociationRequest < Struct.new(
|
@@ -16408,7 +16929,9 @@ module Aws::SSM
|
|
16408
16929
|
:max_errors,
|
16409
16930
|
:max_concurrency,
|
16410
16931
|
:compliance_severity,
|
16411
|
-
:sync_compliance
|
16932
|
+
:sync_compliance,
|
16933
|
+
:apply_only_at_cron_interval)
|
16934
|
+
SENSITIVE = []
|
16412
16935
|
include Aws::Structure
|
16413
16936
|
end
|
16414
16937
|
|
@@ -16420,6 +16943,7 @@ module Aws::SSM
|
|
16420
16943
|
#
|
16421
16944
|
class UpdateAssociationResult < Struct.new(
|
16422
16945
|
:association_description)
|
16946
|
+
SENSITIVE = []
|
16423
16947
|
include Aws::Structure
|
16424
16948
|
end
|
16425
16949
|
|
@@ -16455,6 +16979,7 @@ module Aws::SSM
|
|
16455
16979
|
:name,
|
16456
16980
|
:instance_id,
|
16457
16981
|
:association_status)
|
16982
|
+
SENSITIVE = []
|
16458
16983
|
include Aws::Structure
|
16459
16984
|
end
|
16460
16985
|
|
@@ -16466,6 +16991,7 @@ module Aws::SSM
|
|
16466
16991
|
#
|
16467
16992
|
class UpdateAssociationStatusResult < Struct.new(
|
16468
16993
|
:association_description)
|
16994
|
+
SENSITIVE = []
|
16469
16995
|
include Aws::Structure
|
16470
16996
|
end
|
16471
16997
|
|
@@ -16492,6 +17018,7 @@ module Aws::SSM
|
|
16492
17018
|
class UpdateDocumentDefaultVersionRequest < Struct.new(
|
16493
17019
|
:name,
|
16494
17020
|
:document_version)
|
17021
|
+
SENSITIVE = []
|
16495
17022
|
include Aws::Structure
|
16496
17023
|
end
|
16497
17024
|
|
@@ -16504,6 +17031,7 @@ module Aws::SSM
|
|
16504
17031
|
#
|
16505
17032
|
class UpdateDocumentDefaultVersionResult < Struct.new(
|
16506
17033
|
:description)
|
17034
|
+
SENSITIVE = []
|
16507
17035
|
include Aws::Structure
|
16508
17036
|
end
|
16509
17037
|
|
@@ -16573,6 +17101,7 @@ module Aws::SSM
|
|
16573
17101
|
:document_version,
|
16574
17102
|
:document_format,
|
16575
17103
|
:target_type)
|
17104
|
+
SENSITIVE = []
|
16576
17105
|
include Aws::Structure
|
16577
17106
|
end
|
16578
17107
|
|
@@ -16584,6 +17113,7 @@ module Aws::SSM
|
|
16584
17113
|
#
|
16585
17114
|
class UpdateDocumentResult < Struct.new(
|
16586
17115
|
:document_description)
|
17116
|
+
SENSITIVE = []
|
16587
17117
|
include Aws::Structure
|
16588
17118
|
end
|
16589
17119
|
|
@@ -16598,6 +17128,7 @@ module Aws::SSM
|
|
16598
17128
|
# end_date: "MaintenanceWindowStringDateTime",
|
16599
17129
|
# schedule: "MaintenanceWindowSchedule",
|
16600
17130
|
# schedule_timezone: "MaintenanceWindowTimezone",
|
17131
|
+
# schedule_offset: 1,
|
16601
17132
|
# duration: 1,
|
16602
17133
|
# cutoff: 1,
|
16603
17134
|
# allow_unassociated_targets: false,
|
@@ -16653,6 +17184,19 @@ module Aws::SSM
|
|
16653
17184
|
# [1]: https://www.iana.org/time-zones
|
16654
17185
|
# @return [String]
|
16655
17186
|
#
|
17187
|
+
# @!attribute [rw] schedule_offset
|
17188
|
+
# The number of days to wait after the date and time specified by a
|
17189
|
+
# CRON expression before running the maintenance window.
|
17190
|
+
#
|
17191
|
+
# For example, the following cron expression schedules a maintenance
|
17192
|
+
# window to run the third Tuesday of every month at 11:30 PM.
|
17193
|
+
#
|
17194
|
+
# `cron(0 30 23 ? * TUE#3 *)`
|
17195
|
+
#
|
17196
|
+
# If the schedule offset is `2`, the maintenance window won't run
|
17197
|
+
# until two days later.
|
17198
|
+
# @return [Integer]
|
17199
|
+
#
|
16656
17200
|
# @!attribute [rw] duration
|
16657
17201
|
# The duration of the maintenance window in hours.
|
16658
17202
|
# @return [Integer]
|
@@ -16687,11 +17231,13 @@ module Aws::SSM
|
|
16687
17231
|
:end_date,
|
16688
17232
|
:schedule,
|
16689
17233
|
:schedule_timezone,
|
17234
|
+
:schedule_offset,
|
16690
17235
|
:duration,
|
16691
17236
|
:cutoff,
|
16692
17237
|
:allow_unassociated_targets,
|
16693
17238
|
:enabled,
|
16694
17239
|
:replace)
|
17240
|
+
SENSITIVE = [:description]
|
16695
17241
|
include Aws::Structure
|
16696
17242
|
end
|
16697
17243
|
|
@@ -16736,6 +17282,11 @@ module Aws::SSM
|
|
16736
17282
|
# [1]: https://www.iana.org/time-zones
|
16737
17283
|
# @return [String]
|
16738
17284
|
#
|
17285
|
+
# @!attribute [rw] schedule_offset
|
17286
|
+
# The number of days to wait to run a maintenance window after the
|
17287
|
+
# scheduled CRON expression date and time.
|
17288
|
+
# @return [Integer]
|
17289
|
+
#
|
16739
17290
|
# @!attribute [rw] duration
|
16740
17291
|
# The duration of the maintenance window in hours.
|
16741
17292
|
# @return [Integer]
|
@@ -16764,10 +17315,12 @@ module Aws::SSM
|
|
16764
17315
|
:end_date,
|
16765
17316
|
:schedule,
|
16766
17317
|
:schedule_timezone,
|
17318
|
+
:schedule_offset,
|
16767
17319
|
:duration,
|
16768
17320
|
:cutoff,
|
16769
17321
|
:allow_unassociated_targets,
|
16770
17322
|
:enabled)
|
17323
|
+
SENSITIVE = [:description]
|
16771
17324
|
include Aws::Structure
|
16772
17325
|
end
|
16773
17326
|
|
@@ -16832,6 +17385,7 @@ module Aws::SSM
|
|
16832
17385
|
:name,
|
16833
17386
|
:description,
|
16834
17387
|
:replace)
|
17388
|
+
SENSITIVE = [:owner_information, :description]
|
16835
17389
|
include Aws::Structure
|
16836
17390
|
end
|
16837
17391
|
|
@@ -16868,6 +17422,7 @@ module Aws::SSM
|
|
16868
17422
|
:owner_information,
|
16869
17423
|
:name,
|
16870
17424
|
:description)
|
17425
|
+
SENSITIVE = [:owner_information, :description]
|
16871
17426
|
include Aws::Structure
|
16872
17427
|
end
|
16873
17428
|
|
@@ -17069,6 +17624,7 @@ module Aws::SSM
|
|
17069
17624
|
:name,
|
17070
17625
|
:description,
|
17071
17626
|
:replace)
|
17627
|
+
SENSITIVE = [:task_parameters, :description]
|
17072
17628
|
include Aws::Structure
|
17073
17629
|
end
|
17074
17630
|
|
@@ -17159,6 +17715,7 @@ module Aws::SSM
|
|
17159
17715
|
:logging_info,
|
17160
17716
|
:name,
|
17161
17717
|
:description)
|
17718
|
+
SENSITIVE = [:task_parameters, :description]
|
17162
17719
|
include Aws::Structure
|
17163
17720
|
end
|
17164
17721
|
|
@@ -17183,6 +17740,7 @@ module Aws::SSM
|
|
17183
17740
|
class UpdateManagedInstanceRoleRequest < Struct.new(
|
17184
17741
|
:instance_id,
|
17185
17742
|
:iam_role)
|
17743
|
+
SENSITIVE = []
|
17186
17744
|
include Aws::Structure
|
17187
17745
|
end
|
17188
17746
|
|
@@ -17321,6 +17879,7 @@ module Aws::SSM
|
|
17321
17879
|
:title,
|
17322
17880
|
:category,
|
17323
17881
|
:severity)
|
17882
|
+
SENSITIVE = []
|
17324
17883
|
include Aws::Structure
|
17325
17884
|
end
|
17326
17885
|
|
@@ -17477,6 +18036,7 @@ module Aws::SSM
|
|
17477
18036
|
:description,
|
17478
18037
|
:sources,
|
17479
18038
|
:replace)
|
18039
|
+
SENSITIVE = []
|
17480
18040
|
include Aws::Structure
|
17481
18041
|
end
|
17482
18042
|
|
@@ -17561,6 +18121,7 @@ module Aws::SSM
|
|
17561
18121
|
:modified_date,
|
17562
18122
|
:description,
|
17563
18123
|
:sources)
|
18124
|
+
SENSITIVE = []
|
17564
18125
|
include Aws::Structure
|
17565
18126
|
end
|
17566
18127
|
|
@@ -17604,6 +18165,7 @@ module Aws::SSM
|
|
17604
18165
|
:sync_name,
|
17605
18166
|
:sync_type,
|
17606
18167
|
:sync_source)
|
18168
|
+
SENSITIVE = []
|
17607
18169
|
include Aws::Structure
|
17608
18170
|
end
|
17609
18171
|
|
@@ -17655,6 +18217,7 @@ module Aws::SSM
|
|
17655
18217
|
class UpdateServiceSettingRequest < Struct.new(
|
17656
18218
|
:setting_id,
|
17657
18219
|
:setting_value)
|
18220
|
+
SENSITIVE = []
|
17658
18221
|
include Aws::Structure
|
17659
18222
|
end
|
17660
18223
|
|