aws-sdk-opsworks 1.41.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworks/client.rb +20 -3
- data/lib/aws-sdk-opsworks/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-opsworks/endpoint_provider.rb +51 -0
- data/lib/aws-sdk-opsworks/endpoints.rb +1051 -0
- data/lib/aws-sdk-opsworks/plugins/endpoints.rb +216 -0
- data/lib/aws-sdk-opsworks/types.rb +0 -1176
- data/lib/aws-sdk-opsworks.rb +5 -1
- metadata +8 -4
@@ -125,14 +125,6 @@ module Aws::OpsWorks
|
|
125
125
|
include Aws::Structure
|
126
126
|
end
|
127
127
|
|
128
|
-
# @note When making an API call, you may pass AssignInstanceRequest
|
129
|
-
# data as a hash:
|
130
|
-
#
|
131
|
-
# {
|
132
|
-
# instance_id: "String", # required
|
133
|
-
# layer_ids: ["String"], # required
|
134
|
-
# }
|
135
|
-
#
|
136
128
|
# @!attribute [rw] instance_id
|
137
129
|
# The instance ID.
|
138
130
|
# @return [String]
|
@@ -151,14 +143,6 @@ module Aws::OpsWorks
|
|
151
143
|
include Aws::Structure
|
152
144
|
end
|
153
145
|
|
154
|
-
# @note When making an API call, you may pass AssignVolumeRequest
|
155
|
-
# data as a hash:
|
156
|
-
#
|
157
|
-
# {
|
158
|
-
# volume_id: "String", # required
|
159
|
-
# instance_id: "String",
|
160
|
-
# }
|
161
|
-
#
|
162
146
|
# @!attribute [rw] volume_id
|
163
147
|
# The volume ID.
|
164
148
|
# @return [String]
|
@@ -176,14 +160,6 @@ module Aws::OpsWorks
|
|
176
160
|
include Aws::Structure
|
177
161
|
end
|
178
162
|
|
179
|
-
# @note When making an API call, you may pass AssociateElasticIpRequest
|
180
|
-
# data as a hash:
|
181
|
-
#
|
182
|
-
# {
|
183
|
-
# elastic_ip: "String", # required
|
184
|
-
# instance_id: "String",
|
185
|
-
# }
|
186
|
-
#
|
187
163
|
# @!attribute [rw] elastic_ip
|
188
164
|
# The Elastic IP address.
|
189
165
|
# @return [String]
|
@@ -201,14 +177,6 @@ module Aws::OpsWorks
|
|
201
177
|
include Aws::Structure
|
202
178
|
end
|
203
179
|
|
204
|
-
# @note When making an API call, you may pass AttachElasticLoadBalancerRequest
|
205
|
-
# data as a hash:
|
206
|
-
#
|
207
|
-
# {
|
208
|
-
# elastic_load_balancer_name: "String", # required
|
209
|
-
# layer_id: "String", # required
|
210
|
-
# }
|
211
|
-
#
|
212
180
|
# @!attribute [rw] elastic_load_balancer_name
|
213
181
|
# The Elastic Load Balancing instance's name.
|
214
182
|
# @return [String]
|
@@ -231,19 +199,6 @@ module Aws::OpsWorks
|
|
231
199
|
# configuration, which specifies when AWS OpsWorks Stacks starts or
|
232
200
|
# stops load-based instances.
|
233
201
|
#
|
234
|
-
# @note When making an API call, you may pass AutoScalingThresholds
|
235
|
-
# data as a hash:
|
236
|
-
#
|
237
|
-
# {
|
238
|
-
# instance_count: 1,
|
239
|
-
# thresholds_wait_time: 1,
|
240
|
-
# ignore_metrics_time: 1,
|
241
|
-
# cpu_threshold: 1.0,
|
242
|
-
# memory_threshold: 1.0,
|
243
|
-
# load_threshold: 1.0,
|
244
|
-
# alarms: ["String"],
|
245
|
-
# }
|
246
|
-
#
|
247
202
|
# @!attribute [rw] instance_count
|
248
203
|
# The number of instances to add or remove when the load exceeds a
|
249
204
|
# threshold.
|
@@ -324,22 +279,6 @@ module Aws::OpsWorks
|
|
324
279
|
#
|
325
280
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html
|
326
281
|
#
|
327
|
-
# @note When making an API call, you may pass BlockDeviceMapping
|
328
|
-
# data as a hash:
|
329
|
-
#
|
330
|
-
# {
|
331
|
-
# device_name: "String",
|
332
|
-
# no_device: "String",
|
333
|
-
# virtual_name: "String",
|
334
|
-
# ebs: {
|
335
|
-
# snapshot_id: "String",
|
336
|
-
# iops: 1,
|
337
|
-
# volume_size: 1,
|
338
|
-
# volume_type: "gp2", # accepts gp2, io1, standard
|
339
|
-
# delete_on_termination: false,
|
340
|
-
# },
|
341
|
-
# }
|
342
|
-
#
|
343
282
|
# @!attribute [rw] device_name
|
344
283
|
# The device name that is exposed to the instance, such as `/dev/sdh`.
|
345
284
|
# For the root device, you can use the explicit device name or you can
|
@@ -379,14 +318,6 @@ module Aws::OpsWorks
|
|
379
318
|
|
380
319
|
# Describes the Chef configuration.
|
381
320
|
#
|
382
|
-
# @note When making an API call, you may pass ChefConfiguration
|
383
|
-
# data as a hash:
|
384
|
-
#
|
385
|
-
# {
|
386
|
-
# manage_berkshelf: false,
|
387
|
-
# berkshelf_version: "String",
|
388
|
-
# }
|
389
|
-
#
|
390
321
|
# @!attribute [rw] manage_berkshelf
|
391
322
|
# Whether to enable Berkshelf.
|
392
323
|
# @return [Boolean]
|
@@ -404,49 +335,6 @@ module Aws::OpsWorks
|
|
404
335
|
include Aws::Structure
|
405
336
|
end
|
406
337
|
|
407
|
-
# @note When making an API call, you may pass CloneStackRequest
|
408
|
-
# data as a hash:
|
409
|
-
#
|
410
|
-
# {
|
411
|
-
# source_stack_id: "String", # required
|
412
|
-
# name: "String",
|
413
|
-
# region: "String",
|
414
|
-
# vpc_id: "String",
|
415
|
-
# attributes: {
|
416
|
-
# "Color" => "String",
|
417
|
-
# },
|
418
|
-
# service_role_arn: "String", # required
|
419
|
-
# default_instance_profile_arn: "String",
|
420
|
-
# default_os: "String",
|
421
|
-
# hostname_theme: "String",
|
422
|
-
# default_availability_zone: "String",
|
423
|
-
# default_subnet_id: "String",
|
424
|
-
# custom_json: "String",
|
425
|
-
# configuration_manager: {
|
426
|
-
# name: "String",
|
427
|
-
# version: "String",
|
428
|
-
# },
|
429
|
-
# chef_configuration: {
|
430
|
-
# manage_berkshelf: false,
|
431
|
-
# berkshelf_version: "String",
|
432
|
-
# },
|
433
|
-
# use_custom_cookbooks: false,
|
434
|
-
# use_opsworks_security_groups: false,
|
435
|
-
# custom_cookbooks_source: {
|
436
|
-
# type: "git", # accepts git, svn, archive, s3
|
437
|
-
# url: "String",
|
438
|
-
# username: "String",
|
439
|
-
# password: "String",
|
440
|
-
# ssh_key: "String",
|
441
|
-
# revision: "String",
|
442
|
-
# },
|
443
|
-
# default_ssh_key_name: "String",
|
444
|
-
# clone_permissions: false,
|
445
|
-
# clone_app_ids: ["String"],
|
446
|
-
# default_root_device_type: "ebs", # accepts ebs, instance-store
|
447
|
-
# agent_version: "String",
|
448
|
-
# }
|
449
|
-
#
|
450
338
|
# @!attribute [rw] source_stack_id
|
451
339
|
# The source stack ID.
|
452
340
|
# @return [String]
|
@@ -814,28 +702,6 @@ module Aws::OpsWorks
|
|
814
702
|
|
815
703
|
# Describes the Amazon CloudWatch logs configuration for a layer.
|
816
704
|
#
|
817
|
-
# @note When making an API call, you may pass CloudWatchLogsConfiguration
|
818
|
-
# data as a hash:
|
819
|
-
#
|
820
|
-
# {
|
821
|
-
# enabled: false,
|
822
|
-
# log_streams: [
|
823
|
-
# {
|
824
|
-
# log_group_name: "String",
|
825
|
-
# datetime_format: "String",
|
826
|
-
# time_zone: "LOCAL", # accepts LOCAL, UTC
|
827
|
-
# file: "String",
|
828
|
-
# file_fingerprint_lines: "String",
|
829
|
-
# multi_line_start_pattern: "String",
|
830
|
-
# initial_position: "start_of_file", # accepts start_of_file, end_of_file
|
831
|
-
# encoding: "ascii", # accepts ascii, big5, big5hkscs, cp037, cp424, cp437, cp500, cp720, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875, cp932, cp949, cp950, cp1006, cp1026, cp1140, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, euc_jp, euc_jis_2004, euc_jisx0213, euc_kr, gb2312, gbk, gb18030, hz, iso2022_jp, iso2022_jp_1, iso2022_jp_2, iso2022_jp_2004, iso2022_jp_3, iso2022_jp_ext, iso2022_kr, latin_1, iso8859_2, iso8859_3, iso8859_4, iso8859_5, iso8859_6, iso8859_7, iso8859_8, iso8859_9, iso8859_10, iso8859_13, iso8859_14, iso8859_15, iso8859_16, johab, koi8_r, koi8_u, mac_cyrillic, mac_greek, mac_iceland, mac_latin2, mac_roman, mac_turkish, ptcp154, shift_jis, shift_jis_2004, shift_jisx0213, utf_32, utf_32_be, utf_32_le, utf_16, utf_16_be, utf_16_le, utf_7, utf_8, utf_8_sig
|
832
|
-
# buffer_duration: 1,
|
833
|
-
# batch_count: 1,
|
834
|
-
# batch_size: 1,
|
835
|
-
# },
|
836
|
-
# ],
|
837
|
-
# }
|
838
|
-
#
|
839
705
|
# @!attribute [rw] enabled
|
840
706
|
# Whether CloudWatch Logs is enabled for a layer.
|
841
707
|
# @return [Boolean]
|
@@ -861,23 +727,6 @@ module Aws::OpsWorks
|
|
861
727
|
#
|
862
728
|
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html
|
863
729
|
#
|
864
|
-
# @note When making an API call, you may pass CloudWatchLogsLogStream
|
865
|
-
# data as a hash:
|
866
|
-
#
|
867
|
-
# {
|
868
|
-
# log_group_name: "String",
|
869
|
-
# datetime_format: "String",
|
870
|
-
# time_zone: "LOCAL", # accepts LOCAL, UTC
|
871
|
-
# file: "String",
|
872
|
-
# file_fingerprint_lines: "String",
|
873
|
-
# multi_line_start_pattern: "String",
|
874
|
-
# initial_position: "start_of_file", # accepts start_of_file, end_of_file
|
875
|
-
# encoding: "ascii", # accepts ascii, big5, big5hkscs, cp037, cp424, cp437, cp500, cp720, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875, cp932, cp949, cp950, cp1006, cp1026, cp1140, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, euc_jp, euc_jis_2004, euc_jisx0213, euc_kr, gb2312, gbk, gb18030, hz, iso2022_jp, iso2022_jp_1, iso2022_jp_2, iso2022_jp_2004, iso2022_jp_3, iso2022_jp_ext, iso2022_kr, latin_1, iso8859_2, iso8859_3, iso8859_4, iso8859_5, iso8859_6, iso8859_7, iso8859_8, iso8859_9, iso8859_10, iso8859_13, iso8859_14, iso8859_15, iso8859_16, johab, koi8_r, koi8_u, mac_cyrillic, mac_greek, mac_iceland, mac_latin2, mac_roman, mac_turkish, ptcp154, shift_jis, shift_jis_2004, shift_jisx0213, utf_32, utf_32_be, utf_32_le, utf_16, utf_16_be, utf_16_le, utf_7, utf_8, utf_8_sig
|
876
|
-
# buffer_duration: 1,
|
877
|
-
# batch_count: 1,
|
878
|
-
# batch_size: 1,
|
879
|
-
# }
|
880
|
-
#
|
881
730
|
# @!attribute [rw] log_group_name
|
882
731
|
# Specifies the destination log group. A log group is created
|
883
732
|
# automatically if it doesn't already exist. Log group names can be
|
@@ -1067,49 +916,6 @@ module Aws::OpsWorks
|
|
1067
916
|
include Aws::Structure
|
1068
917
|
end
|
1069
918
|
|
1070
|
-
# @note When making an API call, you may pass CreateAppRequest
|
1071
|
-
# data as a hash:
|
1072
|
-
#
|
1073
|
-
# {
|
1074
|
-
# stack_id: "String", # required
|
1075
|
-
# shortname: "String",
|
1076
|
-
# name: "String", # required
|
1077
|
-
# description: "String",
|
1078
|
-
# data_sources: [
|
1079
|
-
# {
|
1080
|
-
# type: "String",
|
1081
|
-
# arn: "String",
|
1082
|
-
# database_name: "String",
|
1083
|
-
# },
|
1084
|
-
# ],
|
1085
|
-
# type: "aws-flow-ruby", # required, accepts aws-flow-ruby, java, rails, php, nodejs, static, other
|
1086
|
-
# app_source: {
|
1087
|
-
# type: "git", # accepts git, svn, archive, s3
|
1088
|
-
# url: "String",
|
1089
|
-
# username: "String",
|
1090
|
-
# password: "String",
|
1091
|
-
# ssh_key: "String",
|
1092
|
-
# revision: "String",
|
1093
|
-
# },
|
1094
|
-
# domains: ["String"],
|
1095
|
-
# enable_ssl: false,
|
1096
|
-
# ssl_configuration: {
|
1097
|
-
# certificate: "String", # required
|
1098
|
-
# private_key: "String", # required
|
1099
|
-
# chain: "String",
|
1100
|
-
# },
|
1101
|
-
# attributes: {
|
1102
|
-
# "DocumentRoot" => "String",
|
1103
|
-
# },
|
1104
|
-
# environment: [
|
1105
|
-
# {
|
1106
|
-
# key: "String", # required
|
1107
|
-
# value: "String", # required
|
1108
|
-
# secure: false,
|
1109
|
-
# },
|
1110
|
-
# ],
|
1111
|
-
# }
|
1112
|
-
#
|
1113
919
|
# @!attribute [rw] stack_id
|
1114
920
|
# The stack ID.
|
1115
921
|
# @return [String]
|
@@ -1217,24 +1023,6 @@ module Aws::OpsWorks
|
|
1217
1023
|
include Aws::Structure
|
1218
1024
|
end
|
1219
1025
|
|
1220
|
-
# @note When making an API call, you may pass CreateDeploymentRequest
|
1221
|
-
# data as a hash:
|
1222
|
-
#
|
1223
|
-
# {
|
1224
|
-
# stack_id: "String", # required
|
1225
|
-
# app_id: "String",
|
1226
|
-
# instance_ids: ["String"],
|
1227
|
-
# layer_ids: ["String"],
|
1228
|
-
# command: { # required
|
1229
|
-
# name: "install_dependencies", # required, accepts install_dependencies, update_dependencies, update_custom_cookbooks, execute_recipes, configure, setup, deploy, rollback, start, stop, restart, undeploy
|
1230
|
-
# args: {
|
1231
|
-
# "String" => ["String"],
|
1232
|
-
# },
|
1233
|
-
# },
|
1234
|
-
# comment: "String",
|
1235
|
-
# custom_json: "String",
|
1236
|
-
# }
|
1237
|
-
#
|
1238
1026
|
# @!attribute [rw] stack_id
|
1239
1027
|
# The stack ID.
|
1240
1028
|
# @return [String]
|
@@ -1307,43 +1095,6 @@ module Aws::OpsWorks
|
|
1307
1095
|
include Aws::Structure
|
1308
1096
|
end
|
1309
1097
|
|
1310
|
-
# @note When making an API call, you may pass CreateInstanceRequest
|
1311
|
-
# data as a hash:
|
1312
|
-
#
|
1313
|
-
# {
|
1314
|
-
# stack_id: "String", # required
|
1315
|
-
# layer_ids: ["String"], # required
|
1316
|
-
# instance_type: "String", # required
|
1317
|
-
# auto_scaling_type: "load", # accepts load, timer
|
1318
|
-
# hostname: "String",
|
1319
|
-
# os: "String",
|
1320
|
-
# ami_id: "String",
|
1321
|
-
# ssh_key_name: "String",
|
1322
|
-
# availability_zone: "String",
|
1323
|
-
# virtualization_type: "String",
|
1324
|
-
# subnet_id: "String",
|
1325
|
-
# architecture: "x86_64", # accepts x86_64, i386
|
1326
|
-
# root_device_type: "ebs", # accepts ebs, instance-store
|
1327
|
-
# block_device_mappings: [
|
1328
|
-
# {
|
1329
|
-
# device_name: "String",
|
1330
|
-
# no_device: "String",
|
1331
|
-
# virtual_name: "String",
|
1332
|
-
# ebs: {
|
1333
|
-
# snapshot_id: "String",
|
1334
|
-
# iops: 1,
|
1335
|
-
# volume_size: 1,
|
1336
|
-
# volume_type: "gp2", # accepts gp2, io1, standard
|
1337
|
-
# delete_on_termination: false,
|
1338
|
-
# },
|
1339
|
-
# },
|
1340
|
-
# ],
|
1341
|
-
# install_updates_on_boot: false,
|
1342
|
-
# ebs_optimized: false,
|
1343
|
-
# agent_version: "String",
|
1344
|
-
# tenancy: "String",
|
1345
|
-
# }
|
1346
|
-
#
|
1347
1098
|
# @!attribute [rw] stack_id
|
1348
1099
|
# The stack ID.
|
1349
1100
|
# @return [String]
|
@@ -1579,70 +1330,6 @@ module Aws::OpsWorks
|
|
1579
1330
|
include Aws::Structure
|
1580
1331
|
end
|
1581
1332
|
|
1582
|
-
# @note When making an API call, you may pass CreateLayerRequest
|
1583
|
-
# data as a hash:
|
1584
|
-
#
|
1585
|
-
# {
|
1586
|
-
# stack_id: "String", # required
|
1587
|
-
# type: "aws-flow-ruby", # required, accepts aws-flow-ruby, ecs-cluster, java-app, lb, web, php-app, rails-app, nodejs-app, memcached, db-master, monitoring-master, custom
|
1588
|
-
# name: "String", # required
|
1589
|
-
# shortname: "String", # required
|
1590
|
-
# attributes: {
|
1591
|
-
# "EcsClusterArn" => "String",
|
1592
|
-
# },
|
1593
|
-
# cloud_watch_logs_configuration: {
|
1594
|
-
# enabled: false,
|
1595
|
-
# log_streams: [
|
1596
|
-
# {
|
1597
|
-
# log_group_name: "String",
|
1598
|
-
# datetime_format: "String",
|
1599
|
-
# time_zone: "LOCAL", # accepts LOCAL, UTC
|
1600
|
-
# file: "String",
|
1601
|
-
# file_fingerprint_lines: "String",
|
1602
|
-
# multi_line_start_pattern: "String",
|
1603
|
-
# initial_position: "start_of_file", # accepts start_of_file, end_of_file
|
1604
|
-
# encoding: "ascii", # accepts ascii, big5, big5hkscs, cp037, cp424, cp437, cp500, cp720, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875, cp932, cp949, cp950, cp1006, cp1026, cp1140, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, euc_jp, euc_jis_2004, euc_jisx0213, euc_kr, gb2312, gbk, gb18030, hz, iso2022_jp, iso2022_jp_1, iso2022_jp_2, iso2022_jp_2004, iso2022_jp_3, iso2022_jp_ext, iso2022_kr, latin_1, iso8859_2, iso8859_3, iso8859_4, iso8859_5, iso8859_6, iso8859_7, iso8859_8, iso8859_9, iso8859_10, iso8859_13, iso8859_14, iso8859_15, iso8859_16, johab, koi8_r, koi8_u, mac_cyrillic, mac_greek, mac_iceland, mac_latin2, mac_roman, mac_turkish, ptcp154, shift_jis, shift_jis_2004, shift_jisx0213, utf_32, utf_32_be, utf_32_le, utf_16, utf_16_be, utf_16_le, utf_7, utf_8, utf_8_sig
|
1605
|
-
# buffer_duration: 1,
|
1606
|
-
# batch_count: 1,
|
1607
|
-
# batch_size: 1,
|
1608
|
-
# },
|
1609
|
-
# ],
|
1610
|
-
# },
|
1611
|
-
# custom_instance_profile_arn: "String",
|
1612
|
-
# custom_json: "String",
|
1613
|
-
# custom_security_group_ids: ["String"],
|
1614
|
-
# packages: ["String"],
|
1615
|
-
# volume_configurations: [
|
1616
|
-
# {
|
1617
|
-
# mount_point: "String", # required
|
1618
|
-
# raid_level: 1,
|
1619
|
-
# number_of_disks: 1, # required
|
1620
|
-
# size: 1, # required
|
1621
|
-
# volume_type: "String",
|
1622
|
-
# iops: 1,
|
1623
|
-
# encrypted: false,
|
1624
|
-
# },
|
1625
|
-
# ],
|
1626
|
-
# enable_auto_healing: false,
|
1627
|
-
# auto_assign_elastic_ips: false,
|
1628
|
-
# auto_assign_public_ips: false,
|
1629
|
-
# custom_recipes: {
|
1630
|
-
# setup: ["String"],
|
1631
|
-
# configure: ["String"],
|
1632
|
-
# deploy: ["String"],
|
1633
|
-
# undeploy: ["String"],
|
1634
|
-
# shutdown: ["String"],
|
1635
|
-
# },
|
1636
|
-
# install_updates_on_boot: false,
|
1637
|
-
# use_ebs_optimized_instances: false,
|
1638
|
-
# lifecycle_event_configuration: {
|
1639
|
-
# shutdown: {
|
1640
|
-
# execution_timeout: 1,
|
1641
|
-
# delay_until_elb_connections_drained: false,
|
1642
|
-
# },
|
1643
|
-
# },
|
1644
|
-
# }
|
1645
|
-
#
|
1646
1333
|
# @!attribute [rw] stack_id
|
1647
1334
|
# The layer stack ID.
|
1648
1335
|
# @return [String]
|
@@ -1812,46 +1499,6 @@ module Aws::OpsWorks
|
|
1812
1499
|
include Aws::Structure
|
1813
1500
|
end
|
1814
1501
|
|
1815
|
-
# @note When making an API call, you may pass CreateStackRequest
|
1816
|
-
# data as a hash:
|
1817
|
-
#
|
1818
|
-
# {
|
1819
|
-
# name: "String", # required
|
1820
|
-
# region: "String", # required
|
1821
|
-
# vpc_id: "String",
|
1822
|
-
# attributes: {
|
1823
|
-
# "Color" => "String",
|
1824
|
-
# },
|
1825
|
-
# service_role_arn: "String", # required
|
1826
|
-
# default_instance_profile_arn: "String", # required
|
1827
|
-
# default_os: "String",
|
1828
|
-
# hostname_theme: "String",
|
1829
|
-
# default_availability_zone: "String",
|
1830
|
-
# default_subnet_id: "String",
|
1831
|
-
# custom_json: "String",
|
1832
|
-
# configuration_manager: {
|
1833
|
-
# name: "String",
|
1834
|
-
# version: "String",
|
1835
|
-
# },
|
1836
|
-
# chef_configuration: {
|
1837
|
-
# manage_berkshelf: false,
|
1838
|
-
# berkshelf_version: "String",
|
1839
|
-
# },
|
1840
|
-
# use_custom_cookbooks: false,
|
1841
|
-
# use_opsworks_security_groups: false,
|
1842
|
-
# custom_cookbooks_source: {
|
1843
|
-
# type: "git", # accepts git, svn, archive, s3
|
1844
|
-
# url: "String",
|
1845
|
-
# username: "String",
|
1846
|
-
# password: "String",
|
1847
|
-
# ssh_key: "String",
|
1848
|
-
# revision: "String",
|
1849
|
-
# },
|
1850
|
-
# default_ssh_key_name: "String",
|
1851
|
-
# default_root_device_type: "ebs", # accepts ebs, instance-store
|
1852
|
-
# agent_version: "String",
|
1853
|
-
# }
|
1854
|
-
#
|
1855
1502
|
# @!attribute [rw] name
|
1856
1503
|
# The stack name.
|
1857
1504
|
# @return [String]
|
@@ -2212,16 +1859,6 @@ module Aws::OpsWorks
|
|
2212
1859
|
include Aws::Structure
|
2213
1860
|
end
|
2214
1861
|
|
2215
|
-
# @note When making an API call, you may pass CreateUserProfileRequest
|
2216
|
-
# data as a hash:
|
2217
|
-
#
|
2218
|
-
# {
|
2219
|
-
# iam_user_arn: "String", # required
|
2220
|
-
# ssh_username: "String",
|
2221
|
-
# ssh_public_key: "String",
|
2222
|
-
# allow_self_management: false,
|
2223
|
-
# }
|
2224
|
-
#
|
2225
1862
|
# @!attribute [rw] iam_user_arn
|
2226
1863
|
# The user's IAM ARN; this can also be a federated user's ARN.
|
2227
1864
|
# @return [String]
|
@@ -2276,15 +1913,6 @@ module Aws::OpsWorks
|
|
2276
1913
|
|
2277
1914
|
# Describes an app's data source.
|
2278
1915
|
#
|
2279
|
-
# @note When making an API call, you may pass DataSource
|
2280
|
-
# data as a hash:
|
2281
|
-
#
|
2282
|
-
# {
|
2283
|
-
# type: "String",
|
2284
|
-
# arn: "String",
|
2285
|
-
# database_name: "String",
|
2286
|
-
# }
|
2287
|
-
#
|
2288
1916
|
# @!attribute [rw] type
|
2289
1917
|
# The data source's type, `AutoSelectOpsworksMysqlInstance`,
|
2290
1918
|
# `OpsworksMysqlInstance`, `RdsDbInstance`, or `None`.
|
@@ -2308,13 +1936,6 @@ module Aws::OpsWorks
|
|
2308
1936
|
include Aws::Structure
|
2309
1937
|
end
|
2310
1938
|
|
2311
|
-
# @note When making an API call, you may pass DeleteAppRequest
|
2312
|
-
# data as a hash:
|
2313
|
-
#
|
2314
|
-
# {
|
2315
|
-
# app_id: "String", # required
|
2316
|
-
# }
|
2317
|
-
#
|
2318
1939
|
# @!attribute [rw] app_id
|
2319
1940
|
# The app ID.
|
2320
1941
|
# @return [String]
|
@@ -2327,15 +1948,6 @@ module Aws::OpsWorks
|
|
2327
1948
|
include Aws::Structure
|
2328
1949
|
end
|
2329
1950
|
|
2330
|
-
# @note When making an API call, you may pass DeleteInstanceRequest
|
2331
|
-
# data as a hash:
|
2332
|
-
#
|
2333
|
-
# {
|
2334
|
-
# instance_id: "String", # required
|
2335
|
-
# delete_elastic_ip: false,
|
2336
|
-
# delete_volumes: false,
|
2337
|
-
# }
|
2338
|
-
#
|
2339
1951
|
# @!attribute [rw] instance_id
|
2340
1952
|
# The instance ID.
|
2341
1953
|
# @return [String]
|
@@ -2358,13 +1970,6 @@ module Aws::OpsWorks
|
|
2358
1970
|
include Aws::Structure
|
2359
1971
|
end
|
2360
1972
|
|
2361
|
-
# @note When making an API call, you may pass DeleteLayerRequest
|
2362
|
-
# data as a hash:
|
2363
|
-
#
|
2364
|
-
# {
|
2365
|
-
# layer_id: "String", # required
|
2366
|
-
# }
|
2367
|
-
#
|
2368
1973
|
# @!attribute [rw] layer_id
|
2369
1974
|
# The layer ID.
|
2370
1975
|
# @return [String]
|
@@ -2377,13 +1982,6 @@ module Aws::OpsWorks
|
|
2377
1982
|
include Aws::Structure
|
2378
1983
|
end
|
2379
1984
|
|
2380
|
-
# @note When making an API call, you may pass DeleteStackRequest
|
2381
|
-
# data as a hash:
|
2382
|
-
#
|
2383
|
-
# {
|
2384
|
-
# stack_id: "String", # required
|
2385
|
-
# }
|
2386
|
-
#
|
2387
1985
|
# @!attribute [rw] stack_id
|
2388
1986
|
# The stack ID.
|
2389
1987
|
# @return [String]
|
@@ -2396,13 +1994,6 @@ module Aws::OpsWorks
|
|
2396
1994
|
include Aws::Structure
|
2397
1995
|
end
|
2398
1996
|
|
2399
|
-
# @note When making an API call, you may pass DeleteUserProfileRequest
|
2400
|
-
# data as a hash:
|
2401
|
-
#
|
2402
|
-
# {
|
2403
|
-
# iam_user_arn: "String", # required
|
2404
|
-
# }
|
2405
|
-
#
|
2406
1997
|
# @!attribute [rw] iam_user_arn
|
2407
1998
|
# The user's IAM ARN. This can also be a federated user's ARN.
|
2408
1999
|
# @return [String]
|
@@ -2504,16 +2095,6 @@ module Aws::OpsWorks
|
|
2504
2095
|
|
2505
2096
|
# Used to specify a stack or deployment command.
|
2506
2097
|
#
|
2507
|
-
# @note When making an API call, you may pass DeploymentCommand
|
2508
|
-
# data as a hash:
|
2509
|
-
#
|
2510
|
-
# {
|
2511
|
-
# name: "install_dependencies", # required, accepts install_dependencies, update_dependencies, update_custom_cookbooks, execute_recipes, configure, setup, deploy, rollback, start, stop, restart, undeploy
|
2512
|
-
# args: {
|
2513
|
-
# "String" => ["String"],
|
2514
|
-
# },
|
2515
|
-
# }
|
2516
|
-
#
|
2517
2098
|
# @!attribute [rw] name
|
2518
2099
|
# Specifies the operation. You can specify only one command.
|
2519
2100
|
#
|
@@ -2592,13 +2173,6 @@ module Aws::OpsWorks
|
|
2592
2173
|
include Aws::Structure
|
2593
2174
|
end
|
2594
2175
|
|
2595
|
-
# @note When making an API call, you may pass DeregisterEcsClusterRequest
|
2596
|
-
# data as a hash:
|
2597
|
-
#
|
2598
|
-
# {
|
2599
|
-
# ecs_cluster_arn: "String", # required
|
2600
|
-
# }
|
2601
|
-
#
|
2602
2176
|
# @!attribute [rw] ecs_cluster_arn
|
2603
2177
|
# The cluster's Amazon Resource Number (ARN).
|
2604
2178
|
# @return [String]
|
@@ -2611,13 +2185,6 @@ module Aws::OpsWorks
|
|
2611
2185
|
include Aws::Structure
|
2612
2186
|
end
|
2613
2187
|
|
2614
|
-
# @note When making an API call, you may pass DeregisterElasticIpRequest
|
2615
|
-
# data as a hash:
|
2616
|
-
#
|
2617
|
-
# {
|
2618
|
-
# elastic_ip: "String", # required
|
2619
|
-
# }
|
2620
|
-
#
|
2621
2188
|
# @!attribute [rw] elastic_ip
|
2622
2189
|
# The Elastic IP address.
|
2623
2190
|
# @return [String]
|
@@ -2630,13 +2197,6 @@ module Aws::OpsWorks
|
|
2630
2197
|
include Aws::Structure
|
2631
2198
|
end
|
2632
2199
|
|
2633
|
-
# @note When making an API call, you may pass DeregisterInstanceRequest
|
2634
|
-
# data as a hash:
|
2635
|
-
#
|
2636
|
-
# {
|
2637
|
-
# instance_id: "String", # required
|
2638
|
-
# }
|
2639
|
-
#
|
2640
2200
|
# @!attribute [rw] instance_id
|
2641
2201
|
# The instance ID.
|
2642
2202
|
# @return [String]
|
@@ -2649,13 +2209,6 @@ module Aws::OpsWorks
|
|
2649
2209
|
include Aws::Structure
|
2650
2210
|
end
|
2651
2211
|
|
2652
|
-
# @note When making an API call, you may pass DeregisterRdsDbInstanceRequest
|
2653
|
-
# data as a hash:
|
2654
|
-
#
|
2655
|
-
# {
|
2656
|
-
# rds_db_instance_arn: "String", # required
|
2657
|
-
# }
|
2658
|
-
#
|
2659
2212
|
# @!attribute [rw] rds_db_instance_arn
|
2660
2213
|
# The Amazon RDS instance's ARN.
|
2661
2214
|
# @return [String]
|
@@ -2668,13 +2221,6 @@ module Aws::OpsWorks
|
|
2668
2221
|
include Aws::Structure
|
2669
2222
|
end
|
2670
2223
|
|
2671
|
-
# @note When making an API call, you may pass DeregisterVolumeRequest
|
2672
|
-
# data as a hash:
|
2673
|
-
#
|
2674
|
-
# {
|
2675
|
-
# volume_id: "String", # required
|
2676
|
-
# }
|
2677
|
-
#
|
2678
2224
|
# @!attribute [rw] volume_id
|
2679
2225
|
# The AWS OpsWorks Stacks volume ID, which is the GUID that AWS
|
2680
2226
|
# OpsWorks Stacks assigned to the instance when you registered the
|
@@ -2689,17 +2235,6 @@ module Aws::OpsWorks
|
|
2689
2235
|
include Aws::Structure
|
2690
2236
|
end
|
2691
2237
|
|
2692
|
-
# @note When making an API call, you may pass DescribeAgentVersionsRequest
|
2693
|
-
# data as a hash:
|
2694
|
-
#
|
2695
|
-
# {
|
2696
|
-
# stack_id: "String",
|
2697
|
-
# configuration_manager: {
|
2698
|
-
# name: "String",
|
2699
|
-
# version: "String",
|
2700
|
-
# },
|
2701
|
-
# }
|
2702
|
-
#
|
2703
2238
|
# @!attribute [rw] stack_id
|
2704
2239
|
# The stack ID.
|
2705
2240
|
# @return [String]
|
@@ -2733,14 +2268,6 @@ module Aws::OpsWorks
|
|
2733
2268
|
include Aws::Structure
|
2734
2269
|
end
|
2735
2270
|
|
2736
|
-
# @note When making an API call, you may pass DescribeAppsRequest
|
2737
|
-
# data as a hash:
|
2738
|
-
#
|
2739
|
-
# {
|
2740
|
-
# stack_id: "String",
|
2741
|
-
# app_ids: ["String"],
|
2742
|
-
# }
|
2743
|
-
#
|
2744
2271
|
# @!attribute [rw] stack_id
|
2745
2272
|
# The app stack ID. If you use this parameter, `DescribeApps` returns
|
2746
2273
|
# a description of the apps in the specified stack.
|
@@ -2775,15 +2302,6 @@ module Aws::OpsWorks
|
|
2775
2302
|
include Aws::Structure
|
2776
2303
|
end
|
2777
2304
|
|
2778
|
-
# @note When making an API call, you may pass DescribeCommandsRequest
|
2779
|
-
# data as a hash:
|
2780
|
-
#
|
2781
|
-
# {
|
2782
|
-
# deployment_id: "String",
|
2783
|
-
# instance_id: "String",
|
2784
|
-
# command_ids: ["String"],
|
2785
|
-
# }
|
2786
|
-
#
|
2787
2305
|
# @!attribute [rw] deployment_id
|
2788
2306
|
# The deployment ID. If you include this parameter, `DescribeCommands`
|
2789
2307
|
# returns a description of the commands associated with the specified
|
@@ -2827,15 +2345,6 @@ module Aws::OpsWorks
|
|
2827
2345
|
include Aws::Structure
|
2828
2346
|
end
|
2829
2347
|
|
2830
|
-
# @note When making an API call, you may pass DescribeDeploymentsRequest
|
2831
|
-
# data as a hash:
|
2832
|
-
#
|
2833
|
-
# {
|
2834
|
-
# stack_id: "String",
|
2835
|
-
# app_id: "String",
|
2836
|
-
# deployment_ids: ["String"],
|
2837
|
-
# }
|
2838
|
-
#
|
2839
2348
|
# @!attribute [rw] stack_id
|
2840
2349
|
# The stack ID. If you include this parameter, the command returns a
|
2841
2350
|
# description of the commands associated with the specified stack.
|
@@ -2877,16 +2386,6 @@ module Aws::OpsWorks
|
|
2877
2386
|
include Aws::Structure
|
2878
2387
|
end
|
2879
2388
|
|
2880
|
-
# @note When making an API call, you may pass DescribeEcsClustersRequest
|
2881
|
-
# data as a hash:
|
2882
|
-
#
|
2883
|
-
# {
|
2884
|
-
# ecs_cluster_arns: ["String"],
|
2885
|
-
# stack_id: "String",
|
2886
|
-
# next_token: "String",
|
2887
|
-
# max_results: 1,
|
2888
|
-
# }
|
2889
|
-
#
|
2890
2389
|
# @!attribute [rw] ecs_cluster_arns
|
2891
2390
|
# A list of ARNs, one for each cluster to be described.
|
2892
2391
|
# @return [Array<String>]
|
@@ -2948,15 +2447,6 @@ module Aws::OpsWorks
|
|
2948
2447
|
include Aws::Structure
|
2949
2448
|
end
|
2950
2449
|
|
2951
|
-
# @note When making an API call, you may pass DescribeElasticIpsRequest
|
2952
|
-
# data as a hash:
|
2953
|
-
#
|
2954
|
-
# {
|
2955
|
-
# instance_id: "String",
|
2956
|
-
# stack_id: "String",
|
2957
|
-
# ips: ["String"],
|
2958
|
-
# }
|
2959
|
-
#
|
2960
2450
|
# @!attribute [rw] instance_id
|
2961
2451
|
# The instance ID. If you include this parameter, `DescribeElasticIps`
|
2962
2452
|
# returns a description of the Elastic IP addresses associated with
|
@@ -3001,14 +2491,6 @@ module Aws::OpsWorks
|
|
3001
2491
|
include Aws::Structure
|
3002
2492
|
end
|
3003
2493
|
|
3004
|
-
# @note When making an API call, you may pass DescribeElasticLoadBalancersRequest
|
3005
|
-
# data as a hash:
|
3006
|
-
#
|
3007
|
-
# {
|
3008
|
-
# stack_id: "String",
|
3009
|
-
# layer_ids: ["String"],
|
3010
|
-
# }
|
3011
|
-
#
|
3012
2494
|
# @!attribute [rw] stack_id
|
3013
2495
|
# A stack ID. The action describes the stack's Elastic Load Balancing
|
3014
2496
|
# instances.
|
@@ -3043,15 +2525,6 @@ module Aws::OpsWorks
|
|
3043
2525
|
include Aws::Structure
|
3044
2526
|
end
|
3045
2527
|
|
3046
|
-
# @note When making an API call, you may pass DescribeInstancesRequest
|
3047
|
-
# data as a hash:
|
3048
|
-
#
|
3049
|
-
# {
|
3050
|
-
# stack_id: "String",
|
3051
|
-
# layer_id: "String",
|
3052
|
-
# instance_ids: ["String"],
|
3053
|
-
# }
|
3054
|
-
#
|
3055
2528
|
# @!attribute [rw] stack_id
|
3056
2529
|
# A stack ID. If you use this parameter, `DescribeInstances` returns
|
3057
2530
|
# descriptions of the instances associated with the specified stack.
|
@@ -3092,14 +2565,6 @@ module Aws::OpsWorks
|
|
3092
2565
|
include Aws::Structure
|
3093
2566
|
end
|
3094
2567
|
|
3095
|
-
# @note When making an API call, you may pass DescribeLayersRequest
|
3096
|
-
# data as a hash:
|
3097
|
-
#
|
3098
|
-
# {
|
3099
|
-
# stack_id: "String",
|
3100
|
-
# layer_ids: ["String"],
|
3101
|
-
# }
|
3102
|
-
#
|
3103
2568
|
# @!attribute [rw] stack_id
|
3104
2569
|
# The stack ID.
|
3105
2570
|
# @return [String]
|
@@ -3133,13 +2598,6 @@ module Aws::OpsWorks
|
|
3133
2598
|
include Aws::Structure
|
3134
2599
|
end
|
3135
2600
|
|
3136
|
-
# @note When making an API call, you may pass DescribeLoadBasedAutoScalingRequest
|
3137
|
-
# data as a hash:
|
3138
|
-
#
|
3139
|
-
# {
|
3140
|
-
# layer_ids: ["String"], # required
|
3141
|
-
# }
|
3142
|
-
#
|
3143
2601
|
# @!attribute [rw] layer_ids
|
3144
2602
|
# An array of layer IDs.
|
3145
2603
|
# @return [Array<String>]
|
@@ -3196,14 +2654,6 @@ module Aws::OpsWorks
|
|
3196
2654
|
include Aws::Structure
|
3197
2655
|
end
|
3198
2656
|
|
3199
|
-
# @note When making an API call, you may pass DescribePermissionsRequest
|
3200
|
-
# data as a hash:
|
3201
|
-
#
|
3202
|
-
# {
|
3203
|
-
# iam_user_arn: "String",
|
3204
|
-
# stack_id: "String",
|
3205
|
-
# }
|
3206
|
-
#
|
3207
2657
|
# @!attribute [rw] iam_user_arn
|
3208
2658
|
# The user's IAM ARN. This can also be a federated user's ARN. For
|
3209
2659
|
# more information about IAM ARNs, see [Using Identifiers][1].
|
@@ -3253,15 +2703,6 @@ module Aws::OpsWorks
|
|
3253
2703
|
include Aws::Structure
|
3254
2704
|
end
|
3255
2705
|
|
3256
|
-
# @note When making an API call, you may pass DescribeRaidArraysRequest
|
3257
|
-
# data as a hash:
|
3258
|
-
#
|
3259
|
-
# {
|
3260
|
-
# instance_id: "String",
|
3261
|
-
# stack_id: "String",
|
3262
|
-
# raid_array_ids: ["String"],
|
3263
|
-
# }
|
3264
|
-
#
|
3265
2706
|
# @!attribute [rw] instance_id
|
3266
2707
|
# The instance ID. If you use this parameter, `DescribeRaidArrays`
|
3267
2708
|
# returns descriptions of the RAID arrays associated with the
|
@@ -3302,14 +2743,6 @@ module Aws::OpsWorks
|
|
3302
2743
|
include Aws::Structure
|
3303
2744
|
end
|
3304
2745
|
|
3305
|
-
# @note When making an API call, you may pass DescribeRdsDbInstancesRequest
|
3306
|
-
# data as a hash:
|
3307
|
-
#
|
3308
|
-
# {
|
3309
|
-
# stack_id: "String", # required
|
3310
|
-
# rds_db_instance_arns: ["String"],
|
3311
|
-
# }
|
3312
|
-
#
|
3313
2746
|
# @!attribute [rw] stack_id
|
3314
2747
|
# The ID of the stack with which the instances are registered. The
|
3315
2748
|
# operation returns descriptions of all registered Amazon RDS
|
@@ -3343,15 +2776,6 @@ module Aws::OpsWorks
|
|
3343
2776
|
include Aws::Structure
|
3344
2777
|
end
|
3345
2778
|
|
3346
|
-
# @note When making an API call, you may pass DescribeServiceErrorsRequest
|
3347
|
-
# data as a hash:
|
3348
|
-
#
|
3349
|
-
# {
|
3350
|
-
# stack_id: "String",
|
3351
|
-
# instance_id: "String",
|
3352
|
-
# service_error_ids: ["String"],
|
3353
|
-
# }
|
3354
|
-
#
|
3355
2779
|
# @!attribute [rw] stack_id
|
3356
2780
|
# The stack ID. If you use this parameter, `DescribeServiceErrors`
|
3357
2781
|
# returns descriptions of the errors associated with the specified
|
@@ -3395,13 +2819,6 @@ module Aws::OpsWorks
|
|
3395
2819
|
include Aws::Structure
|
3396
2820
|
end
|
3397
2821
|
|
3398
|
-
# @note When making an API call, you may pass DescribeStackProvisioningParametersRequest
|
3399
|
-
# data as a hash:
|
3400
|
-
#
|
3401
|
-
# {
|
3402
|
-
# stack_id: "String", # required
|
3403
|
-
# }
|
3404
|
-
#
|
3405
2822
|
# @!attribute [rw] stack_id
|
3406
2823
|
# The stack ID.
|
3407
2824
|
# @return [String]
|
@@ -3434,13 +2851,6 @@ module Aws::OpsWorks
|
|
3434
2851
|
include Aws::Structure
|
3435
2852
|
end
|
3436
2853
|
|
3437
|
-
# @note When making an API call, you may pass DescribeStackSummaryRequest
|
3438
|
-
# data as a hash:
|
3439
|
-
#
|
3440
|
-
# {
|
3441
|
-
# stack_id: "String", # required
|
3442
|
-
# }
|
3443
|
-
#
|
3444
2854
|
# @!attribute [rw] stack_id
|
3445
2855
|
# The stack ID.
|
3446
2856
|
# @return [String]
|
@@ -3467,13 +2877,6 @@ module Aws::OpsWorks
|
|
3467
2877
|
include Aws::Structure
|
3468
2878
|
end
|
3469
2879
|
|
3470
|
-
# @note When making an API call, you may pass DescribeStacksRequest
|
3471
|
-
# data as a hash:
|
3472
|
-
#
|
3473
|
-
# {
|
3474
|
-
# stack_ids: ["String"],
|
3475
|
-
# }
|
3476
|
-
#
|
3477
2880
|
# @!attribute [rw] stack_ids
|
3478
2881
|
# An array of stack IDs that specify the stacks to be described. If
|
3479
2882
|
# you omit this parameter, `DescribeStacks` returns a description of
|
@@ -3502,13 +2905,6 @@ module Aws::OpsWorks
|
|
3502
2905
|
include Aws::Structure
|
3503
2906
|
end
|
3504
2907
|
|
3505
|
-
# @note When making an API call, you may pass DescribeTimeBasedAutoScalingRequest
|
3506
|
-
# data as a hash:
|
3507
|
-
#
|
3508
|
-
# {
|
3509
|
-
# instance_ids: ["String"], # required
|
3510
|
-
# }
|
3511
|
-
#
|
3512
2908
|
# @!attribute [rw] instance_ids
|
3513
2909
|
# An array of instance IDs.
|
3514
2910
|
# @return [Array<String>]
|
@@ -3536,13 +2932,6 @@ module Aws::OpsWorks
|
|
3536
2932
|
include Aws::Structure
|
3537
2933
|
end
|
3538
2934
|
|
3539
|
-
# @note When making an API call, you may pass DescribeUserProfilesRequest
|
3540
|
-
# data as a hash:
|
3541
|
-
#
|
3542
|
-
# {
|
3543
|
-
# iam_user_arns: ["String"],
|
3544
|
-
# }
|
3545
|
-
#
|
3546
2935
|
# @!attribute [rw] iam_user_arns
|
3547
2936
|
# An array of IAM or federated user ARNs that identify the users to be
|
3548
2937
|
# described.
|
@@ -3570,16 +2959,6 @@ module Aws::OpsWorks
|
|
3570
2959
|
include Aws::Structure
|
3571
2960
|
end
|
3572
2961
|
|
3573
|
-
# @note When making an API call, you may pass DescribeVolumesRequest
|
3574
|
-
# data as a hash:
|
3575
|
-
#
|
3576
|
-
# {
|
3577
|
-
# instance_id: "String",
|
3578
|
-
# stack_id: "String",
|
3579
|
-
# raid_array_id: "String",
|
3580
|
-
# volume_ids: ["String"],
|
3581
|
-
# }
|
3582
|
-
#
|
3583
2962
|
# @!attribute [rw] instance_id
|
3584
2963
|
# The instance ID. If you use this parameter, `DescribeVolumes`
|
3585
2964
|
# returns descriptions of the volumes associated with the specified
|
@@ -3628,14 +3007,6 @@ module Aws::OpsWorks
|
|
3628
3007
|
include Aws::Structure
|
3629
3008
|
end
|
3630
3009
|
|
3631
|
-
# @note When making an API call, you may pass DetachElasticLoadBalancerRequest
|
3632
|
-
# data as a hash:
|
3633
|
-
#
|
3634
|
-
# {
|
3635
|
-
# elastic_load_balancer_name: "String", # required
|
3636
|
-
# layer_id: "String", # required
|
3637
|
-
# }
|
3638
|
-
#
|
3639
3010
|
# @!attribute [rw] elastic_load_balancer_name
|
3640
3011
|
# The Elastic Load Balancing instance's name.
|
3641
3012
|
# @return [String]
|
@@ -3654,13 +3025,6 @@ module Aws::OpsWorks
|
|
3654
3025
|
include Aws::Structure
|
3655
3026
|
end
|
3656
3027
|
|
3657
|
-
# @note When making an API call, you may pass DisassociateElasticIpRequest
|
3658
|
-
# data as a hash:
|
3659
|
-
#
|
3660
|
-
# {
|
3661
|
-
# elastic_ip: "String", # required
|
3662
|
-
# }
|
3663
|
-
#
|
3664
3028
|
# @!attribute [rw] elastic_ip
|
3665
3029
|
# The Elastic IP address.
|
3666
3030
|
# @return [String]
|
@@ -3680,17 +3044,6 @@ module Aws::OpsWorks
|
|
3680
3044
|
#
|
3681
3045
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html
|
3682
3046
|
#
|
3683
|
-
# @note When making an API call, you may pass EbsBlockDevice
|
3684
|
-
# data as a hash:
|
3685
|
-
#
|
3686
|
-
# {
|
3687
|
-
# snapshot_id: "String",
|
3688
|
-
# iops: 1,
|
3689
|
-
# volume_size: 1,
|
3690
|
-
# volume_type: "gp2", # accepts gp2, io1, standard
|
3691
|
-
# delete_on_termination: false,
|
3692
|
-
# }
|
3693
|
-
#
|
3694
3047
|
# @!attribute [rw] snapshot_id
|
3695
3048
|
# The snapshot ID.
|
3696
3049
|
# @return [String]
|
@@ -3867,15 +3220,6 @@ module Aws::OpsWorks
|
|
3867
3220
|
|
3868
3221
|
# Represents an app's environment variable.
|
3869
3222
|
#
|
3870
|
-
# @note When making an API call, you may pass EnvironmentVariable
|
3871
|
-
# data as a hash:
|
3872
|
-
#
|
3873
|
-
# {
|
3874
|
-
# key: "String", # required
|
3875
|
-
# value: "String", # required
|
3876
|
-
# secure: false,
|
3877
|
-
# }
|
3878
|
-
#
|
3879
3223
|
# @!attribute [rw] key
|
3880
3224
|
# (Required) The environment variable's name, which can consist of up
|
3881
3225
|
# to 64 characters and must be specified. The name can contain upper-
|
@@ -3907,13 +3251,6 @@ module Aws::OpsWorks
|
|
3907
3251
|
include Aws::Structure
|
3908
3252
|
end
|
3909
3253
|
|
3910
|
-
# @note When making an API call, you may pass GetHostnameSuggestionRequest
|
3911
|
-
# data as a hash:
|
3912
|
-
#
|
3913
|
-
# {
|
3914
|
-
# layer_id: "String", # required
|
3915
|
-
# }
|
3916
|
-
#
|
3917
3254
|
# @!attribute [rw] layer_id
|
3918
3255
|
# The layer ID.
|
3919
3256
|
# @return [String]
|
@@ -3945,14 +3282,6 @@ module Aws::OpsWorks
|
|
3945
3282
|
include Aws::Structure
|
3946
3283
|
end
|
3947
3284
|
|
3948
|
-
# @note When making an API call, you may pass GrantAccessRequest
|
3949
|
-
# data as a hash:
|
3950
|
-
#
|
3951
|
-
# {
|
3952
|
-
# instance_id: "String", # required
|
3953
|
-
# valid_for_in_minutes: 1,
|
3954
|
-
# }
|
3955
|
-
#
|
3956
3285
|
# @!attribute [rw] instance_id
|
3957
3286
|
# The instance's AWS OpsWorks Stacks ID.
|
3958
3287
|
# @return [String]
|
@@ -4281,14 +3610,6 @@ module Aws::OpsWorks
|
|
4281
3610
|
#
|
4282
3611
|
# [1]: https://docs.aws.amazon.com/sdkfornet/latest/apidocs/Index.html
|
4283
3612
|
#
|
4284
|
-
# @note When making an API call, you may pass InstanceIdentity
|
4285
|
-
# data as a hash:
|
4286
|
-
#
|
4287
|
-
# {
|
4288
|
-
# document: "String",
|
4289
|
-
# signature: "String",
|
4290
|
-
# }
|
4291
|
-
#
|
4292
3613
|
# @!attribute [rw] document
|
4293
3614
|
# A JSON document that contains the metadata.
|
4294
3615
|
# @return [String]
|
@@ -4595,16 +3916,6 @@ module Aws::OpsWorks
|
|
4595
3916
|
|
4596
3917
|
# Specifies the lifecycle event configuration
|
4597
3918
|
#
|
4598
|
-
# @note When making an API call, you may pass LifecycleEventConfiguration
|
4599
|
-
# data as a hash:
|
4600
|
-
#
|
4601
|
-
# {
|
4602
|
-
# shutdown: {
|
4603
|
-
# execution_timeout: 1,
|
4604
|
-
# delay_until_elb_connections_drained: false,
|
4605
|
-
# },
|
4606
|
-
# }
|
4607
|
-
#
|
4608
3919
|
# @!attribute [rw] shutdown
|
4609
3920
|
# A `ShutdownEventConfiguration` object that specifies the Shutdown
|
4610
3921
|
# event configuration.
|
@@ -4618,15 +3929,6 @@ module Aws::OpsWorks
|
|
4618
3929
|
include Aws::Structure
|
4619
3930
|
end
|
4620
3931
|
|
4621
|
-
# @note When making an API call, you may pass ListTagsRequest
|
4622
|
-
# data as a hash:
|
4623
|
-
#
|
4624
|
-
# {
|
4625
|
-
# resource_arn: "ResourceArn", # required
|
4626
|
-
# max_results: 1,
|
4627
|
-
# next_token: "NextToken",
|
4628
|
-
# }
|
4629
|
-
#
|
4630
3932
|
# @!attribute [rw] resource_arn
|
4631
3933
|
# The stack or layer's Amazon Resource Number (ARN).
|
4632
3934
|
# @return [String]
|
@@ -4977,13 +4279,6 @@ module Aws::OpsWorks
|
|
4977
4279
|
include Aws::Structure
|
4978
4280
|
end
|
4979
4281
|
|
4980
|
-
# @note When making an API call, you may pass RebootInstanceRequest
|
4981
|
-
# data as a hash:
|
4982
|
-
#
|
4983
|
-
# {
|
4984
|
-
# instance_id: "String", # required
|
4985
|
-
# }
|
4986
|
-
#
|
4987
4282
|
# @!attribute [rw] instance_id
|
4988
4283
|
# The instance ID.
|
4989
4284
|
# @return [String]
|
@@ -5011,17 +4306,6 @@ module Aws::OpsWorks
|
|
5011
4306
|
# phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's
|
5012
4307
|
# phpapp2 folder.
|
5013
4308
|
#
|
5014
|
-
# @note When making an API call, you may pass Recipes
|
5015
|
-
# data as a hash:
|
5016
|
-
#
|
5017
|
-
# {
|
5018
|
-
# setup: ["String"],
|
5019
|
-
# configure: ["String"],
|
5020
|
-
# deploy: ["String"],
|
5021
|
-
# undeploy: ["String"],
|
5022
|
-
# shutdown: ["String"],
|
5023
|
-
# }
|
5024
|
-
#
|
5025
4309
|
# @!attribute [rw] setup
|
5026
4310
|
# An array of custom recipe names to be run following a `setup` event.
|
5027
4311
|
# @return [Array<String>]
|
@@ -5058,14 +4342,6 @@ module Aws::OpsWorks
|
|
5058
4342
|
include Aws::Structure
|
5059
4343
|
end
|
5060
4344
|
|
5061
|
-
# @note When making an API call, you may pass RegisterEcsClusterRequest
|
5062
|
-
# data as a hash:
|
5063
|
-
#
|
5064
|
-
# {
|
5065
|
-
# ecs_cluster_arn: "String", # required
|
5066
|
-
# stack_id: "String", # required
|
5067
|
-
# }
|
5068
|
-
#
|
5069
4345
|
# @!attribute [rw] ecs_cluster_arn
|
5070
4346
|
# The cluster's ARN.
|
5071
4347
|
# @return [String]
|
@@ -5097,14 +4373,6 @@ module Aws::OpsWorks
|
|
5097
4373
|
include Aws::Structure
|
5098
4374
|
end
|
5099
4375
|
|
5100
|
-
# @note When making an API call, you may pass RegisterElasticIpRequest
|
5101
|
-
# data as a hash:
|
5102
|
-
#
|
5103
|
-
# {
|
5104
|
-
# elastic_ip: "String", # required
|
5105
|
-
# stack_id: "String", # required
|
5106
|
-
# }
|
5107
|
-
#
|
5108
4376
|
# @!attribute [rw] elastic_ip
|
5109
4377
|
# The Elastic IP address.
|
5110
4378
|
# @return [String]
|
@@ -5136,22 +4404,6 @@ module Aws::OpsWorks
|
|
5136
4404
|
include Aws::Structure
|
5137
4405
|
end
|
5138
4406
|
|
5139
|
-
# @note When making an API call, you may pass RegisterInstanceRequest
|
5140
|
-
# data as a hash:
|
5141
|
-
#
|
5142
|
-
# {
|
5143
|
-
# stack_id: "String", # required
|
5144
|
-
# hostname: "String",
|
5145
|
-
# public_ip: "String",
|
5146
|
-
# private_ip: "String",
|
5147
|
-
# rsa_public_key: "String",
|
5148
|
-
# rsa_public_key_fingerprint: "String",
|
5149
|
-
# instance_identity: {
|
5150
|
-
# document: "String",
|
5151
|
-
# signature: "String",
|
5152
|
-
# },
|
5153
|
-
# }
|
5154
|
-
#
|
5155
4407
|
# @!attribute [rw] stack_id
|
5156
4408
|
# The ID of the stack that the instance is to be registered with.
|
5157
4409
|
# @return [String]
|
@@ -5209,16 +4461,6 @@ module Aws::OpsWorks
|
|
5209
4461
|
include Aws::Structure
|
5210
4462
|
end
|
5211
4463
|
|
5212
|
-
# @note When making an API call, you may pass RegisterRdsDbInstanceRequest
|
5213
|
-
# data as a hash:
|
5214
|
-
#
|
5215
|
-
# {
|
5216
|
-
# stack_id: "String", # required
|
5217
|
-
# rds_db_instance_arn: "String", # required
|
5218
|
-
# db_user: "String", # required
|
5219
|
-
# db_password: "String", # required
|
5220
|
-
# }
|
5221
|
-
#
|
5222
4464
|
# @!attribute [rw] stack_id
|
5223
4465
|
# The stack ID.
|
5224
4466
|
# @return [String]
|
@@ -5246,14 +4488,6 @@ module Aws::OpsWorks
|
|
5246
4488
|
include Aws::Structure
|
5247
4489
|
end
|
5248
4490
|
|
5249
|
-
# @note When making an API call, you may pass RegisterVolumeRequest
|
5250
|
-
# data as a hash:
|
5251
|
-
#
|
5252
|
-
# {
|
5253
|
-
# ec2_volume_id: "String",
|
5254
|
-
# stack_id: "String", # required
|
5255
|
-
# }
|
5256
|
-
#
|
5257
4491
|
# @!attribute [rw] ec2_volume_id
|
5258
4492
|
# The Amazon EBS volume ID.
|
5259
4493
|
# @return [String]
|
@@ -5391,32 +4625,6 @@ module Aws::OpsWorks
|
|
5391
4625
|
include Aws::Structure
|
5392
4626
|
end
|
5393
4627
|
|
5394
|
-
# @note When making an API call, you may pass SetLoadBasedAutoScalingRequest
|
5395
|
-
# data as a hash:
|
5396
|
-
#
|
5397
|
-
# {
|
5398
|
-
# layer_id: "String", # required
|
5399
|
-
# enable: false,
|
5400
|
-
# up_scaling: {
|
5401
|
-
# instance_count: 1,
|
5402
|
-
# thresholds_wait_time: 1,
|
5403
|
-
# ignore_metrics_time: 1,
|
5404
|
-
# cpu_threshold: 1.0,
|
5405
|
-
# memory_threshold: 1.0,
|
5406
|
-
# load_threshold: 1.0,
|
5407
|
-
# alarms: ["String"],
|
5408
|
-
# },
|
5409
|
-
# down_scaling: {
|
5410
|
-
# instance_count: 1,
|
5411
|
-
# thresholds_wait_time: 1,
|
5412
|
-
# ignore_metrics_time: 1,
|
5413
|
-
# cpu_threshold: 1.0,
|
5414
|
-
# memory_threshold: 1.0,
|
5415
|
-
# load_threshold: 1.0,
|
5416
|
-
# alarms: ["String"],
|
5417
|
-
# },
|
5418
|
-
# }
|
5419
|
-
#
|
5420
4628
|
# @!attribute [rw] layer_id
|
5421
4629
|
# The layer ID.
|
5422
4630
|
# @return [String]
|
@@ -5450,17 +4658,6 @@ module Aws::OpsWorks
|
|
5450
4658
|
include Aws::Structure
|
5451
4659
|
end
|
5452
4660
|
|
5453
|
-
# @note When making an API call, you may pass SetPermissionRequest
|
5454
|
-
# data as a hash:
|
5455
|
-
#
|
5456
|
-
# {
|
5457
|
-
# stack_id: "String", # required
|
5458
|
-
# iam_user_arn: "String", # required
|
5459
|
-
# allow_ssh: false,
|
5460
|
-
# allow_sudo: false,
|
5461
|
-
# level: "String",
|
5462
|
-
# }
|
5463
|
-
#
|
5464
4661
|
# @!attribute [rw] stack_id
|
5465
4662
|
# The stack ID.
|
5466
4663
|
# @return [String]
|
@@ -5511,36 +4708,6 @@ module Aws::OpsWorks
|
|
5511
4708
|
include Aws::Structure
|
5512
4709
|
end
|
5513
4710
|
|
5514
|
-
# @note When making an API call, you may pass SetTimeBasedAutoScalingRequest
|
5515
|
-
# data as a hash:
|
5516
|
-
#
|
5517
|
-
# {
|
5518
|
-
# instance_id: "String", # required
|
5519
|
-
# auto_scaling_schedule: {
|
5520
|
-
# monday: {
|
5521
|
-
# "Hour" => "Switch",
|
5522
|
-
# },
|
5523
|
-
# tuesday: {
|
5524
|
-
# "Hour" => "Switch",
|
5525
|
-
# },
|
5526
|
-
# wednesday: {
|
5527
|
-
# "Hour" => "Switch",
|
5528
|
-
# },
|
5529
|
-
# thursday: {
|
5530
|
-
# "Hour" => "Switch",
|
5531
|
-
# },
|
5532
|
-
# friday: {
|
5533
|
-
# "Hour" => "Switch",
|
5534
|
-
# },
|
5535
|
-
# saturday: {
|
5536
|
-
# "Hour" => "Switch",
|
5537
|
-
# },
|
5538
|
-
# sunday: {
|
5539
|
-
# "Hour" => "Switch",
|
5540
|
-
# },
|
5541
|
-
# },
|
5542
|
-
# }
|
5543
|
-
#
|
5544
4711
|
# @!attribute [rw] instance_id
|
5545
4712
|
# The instance ID.
|
5546
4713
|
# @return [String]
|
@@ -5560,14 +4727,6 @@ module Aws::OpsWorks
|
|
5560
4727
|
|
5561
4728
|
# The Shutdown event configuration.
|
5562
4729
|
#
|
5563
|
-
# @note When making an API call, you may pass ShutdownEventConfiguration
|
5564
|
-
# data as a hash:
|
5565
|
-
#
|
5566
|
-
# {
|
5567
|
-
# execution_timeout: 1,
|
5568
|
-
# delay_until_elb_connections_drained: false,
|
5569
|
-
# }
|
5570
|
-
#
|
5571
4730
|
# @!attribute [rw] execution_timeout
|
5572
4731
|
# The time, in seconds, that AWS OpsWorks Stacks will wait after
|
5573
4732
|
# triggering a Shutdown event before shutting down an instance.
|
@@ -5600,18 +4759,6 @@ module Aws::OpsWorks
|
|
5600
4759
|
# [1]: https://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html
|
5601
4760
|
# [2]: https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html
|
5602
4761
|
#
|
5603
|
-
# @note When making an API call, you may pass Source
|
5604
|
-
# data as a hash:
|
5605
|
-
#
|
5606
|
-
# {
|
5607
|
-
# type: "git", # accepts git, svn, archive, s3
|
5608
|
-
# url: "String",
|
5609
|
-
# username: "String",
|
5610
|
-
# password: "String",
|
5611
|
-
# ssh_key: "String",
|
5612
|
-
# revision: "String",
|
5613
|
-
# }
|
5614
|
-
#
|
5615
4762
|
# @!attribute [rw] type
|
5616
4763
|
# The repository type.
|
5617
4764
|
# @return [String]
|
@@ -5682,15 +4829,6 @@ module Aws::OpsWorks
|
|
5682
4829
|
|
5683
4830
|
# Describes an app's SSL configuration.
|
5684
4831
|
#
|
5685
|
-
# @note When making an API call, you may pass SslConfiguration
|
5686
|
-
# data as a hash:
|
5687
|
-
#
|
5688
|
-
# {
|
5689
|
-
# certificate: "String", # required
|
5690
|
-
# private_key: "String", # required
|
5691
|
-
# chain: "String",
|
5692
|
-
# }
|
5693
|
-
#
|
5694
4832
|
# @!attribute [rw] certificate
|
5695
4833
|
# The contents of the certificate's domain.crt file.
|
5696
4834
|
# @return [String]
|
@@ -5888,14 +5026,6 @@ module Aws::OpsWorks
|
|
5888
5026
|
|
5889
5027
|
# Describes the configuration manager.
|
5890
5028
|
#
|
5891
|
-
# @note When making an API call, you may pass StackConfigurationManager
|
5892
|
-
# data as a hash:
|
5893
|
-
#
|
5894
|
-
# {
|
5895
|
-
# name: "String",
|
5896
|
-
# version: "String",
|
5897
|
-
# }
|
5898
|
-
#
|
5899
5029
|
# @!attribute [rw] name
|
5900
5030
|
# The name. This parameter must be set to "Chef".
|
5901
5031
|
# @return [String]
|
@@ -5955,13 +5085,6 @@ module Aws::OpsWorks
|
|
5955
5085
|
include Aws::Structure
|
5956
5086
|
end
|
5957
5087
|
|
5958
|
-
# @note When making an API call, you may pass StartInstanceRequest
|
5959
|
-
# data as a hash:
|
5960
|
-
#
|
5961
|
-
# {
|
5962
|
-
# instance_id: "String", # required
|
5963
|
-
# }
|
5964
|
-
#
|
5965
5088
|
# @!attribute [rw] instance_id
|
5966
5089
|
# The instance ID.
|
5967
5090
|
# @return [String]
|
@@ -5974,13 +5097,6 @@ module Aws::OpsWorks
|
|
5974
5097
|
include Aws::Structure
|
5975
5098
|
end
|
5976
5099
|
|
5977
|
-
# @note When making an API call, you may pass StartStackRequest
|
5978
|
-
# data as a hash:
|
5979
|
-
#
|
5980
|
-
# {
|
5981
|
-
# stack_id: "String", # required
|
5982
|
-
# }
|
5983
|
-
#
|
5984
5100
|
# @!attribute [rw] stack_id
|
5985
5101
|
# The stack ID.
|
5986
5102
|
# @return [String]
|
@@ -5993,14 +5109,6 @@ module Aws::OpsWorks
|
|
5993
5109
|
include Aws::Structure
|
5994
5110
|
end
|
5995
5111
|
|
5996
|
-
# @note When making an API call, you may pass StopInstanceRequest
|
5997
|
-
# data as a hash:
|
5998
|
-
#
|
5999
|
-
# {
|
6000
|
-
# instance_id: "String", # required
|
6001
|
-
# force: false,
|
6002
|
-
# }
|
6003
|
-
#
|
6004
5112
|
# @!attribute [rw] instance_id
|
6005
5113
|
# The instance ID.
|
6006
5114
|
# @return [String]
|
@@ -6024,13 +5132,6 @@ module Aws::OpsWorks
|
|
6024
5132
|
include Aws::Structure
|
6025
5133
|
end
|
6026
5134
|
|
6027
|
-
# @note When making an API call, you may pass StopStackRequest
|
6028
|
-
# data as a hash:
|
6029
|
-
#
|
6030
|
-
# {
|
6031
|
-
# stack_id: "String", # required
|
6032
|
-
# }
|
6033
|
-
#
|
6034
5135
|
# @!attribute [rw] stack_id
|
6035
5136
|
# The stack ID.
|
6036
5137
|
# @return [String]
|
@@ -6043,16 +5144,6 @@ module Aws::OpsWorks
|
|
6043
5144
|
include Aws::Structure
|
6044
5145
|
end
|
6045
5146
|
|
6046
|
-
# @note When making an API call, you may pass TagResourceRequest
|
6047
|
-
# data as a hash:
|
6048
|
-
#
|
6049
|
-
# {
|
6050
|
-
# resource_arn: "ResourceArn", # required
|
6051
|
-
# tags: { # required
|
6052
|
-
# "TagKey" => "TagValue",
|
6053
|
-
# },
|
6054
|
-
# }
|
6055
|
-
#
|
6056
5147
|
# @!attribute [rw] resource_arn
|
6057
5148
|
# The stack or layer's Amazon Resource Number (ARN).
|
6058
5149
|
# @return [String]
|
@@ -6138,13 +5229,6 @@ module Aws::OpsWorks
|
|
6138
5229
|
include Aws::Structure
|
6139
5230
|
end
|
6140
5231
|
|
6141
|
-
# @note When making an API call, you may pass UnassignInstanceRequest
|
6142
|
-
# data as a hash:
|
6143
|
-
#
|
6144
|
-
# {
|
6145
|
-
# instance_id: "String", # required
|
6146
|
-
# }
|
6147
|
-
#
|
6148
5232
|
# @!attribute [rw] instance_id
|
6149
5233
|
# The instance ID.
|
6150
5234
|
# @return [String]
|
@@ -6157,13 +5241,6 @@ module Aws::OpsWorks
|
|
6157
5241
|
include Aws::Structure
|
6158
5242
|
end
|
6159
5243
|
|
6160
|
-
# @note When making an API call, you may pass UnassignVolumeRequest
|
6161
|
-
# data as a hash:
|
6162
|
-
#
|
6163
|
-
# {
|
6164
|
-
# volume_id: "String", # required
|
6165
|
-
# }
|
6166
|
-
#
|
6167
5244
|
# @!attribute [rw] volume_id
|
6168
5245
|
# The volume ID.
|
6169
5246
|
# @return [String]
|
@@ -6176,14 +5253,6 @@ module Aws::OpsWorks
|
|
6176
5253
|
include Aws::Structure
|
6177
5254
|
end
|
6178
5255
|
|
6179
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
6180
|
-
# data as a hash:
|
6181
|
-
#
|
6182
|
-
# {
|
6183
|
-
# resource_arn: "ResourceArn", # required
|
6184
|
-
# tag_keys: ["TagKey"], # required
|
6185
|
-
# }
|
6186
|
-
#
|
6187
5256
|
# @!attribute [rw] resource_arn
|
6188
5257
|
# The stack or layer's Amazon Resource Number (ARN).
|
6189
5258
|
# @return [String]
|
@@ -6201,48 +5270,6 @@ module Aws::OpsWorks
|
|
6201
5270
|
include Aws::Structure
|
6202
5271
|
end
|
6203
5272
|
|
6204
|
-
# @note When making an API call, you may pass UpdateAppRequest
|
6205
|
-
# data as a hash:
|
6206
|
-
#
|
6207
|
-
# {
|
6208
|
-
# app_id: "String", # required
|
6209
|
-
# name: "String",
|
6210
|
-
# description: "String",
|
6211
|
-
# data_sources: [
|
6212
|
-
# {
|
6213
|
-
# type: "String",
|
6214
|
-
# arn: "String",
|
6215
|
-
# database_name: "String",
|
6216
|
-
# },
|
6217
|
-
# ],
|
6218
|
-
# type: "aws-flow-ruby", # accepts aws-flow-ruby, java, rails, php, nodejs, static, other
|
6219
|
-
# app_source: {
|
6220
|
-
# type: "git", # accepts git, svn, archive, s3
|
6221
|
-
# url: "String",
|
6222
|
-
# username: "String",
|
6223
|
-
# password: "String",
|
6224
|
-
# ssh_key: "String",
|
6225
|
-
# revision: "String",
|
6226
|
-
# },
|
6227
|
-
# domains: ["String"],
|
6228
|
-
# enable_ssl: false,
|
6229
|
-
# ssl_configuration: {
|
6230
|
-
# certificate: "String", # required
|
6231
|
-
# private_key: "String", # required
|
6232
|
-
# chain: "String",
|
6233
|
-
# },
|
6234
|
-
# attributes: {
|
6235
|
-
# "DocumentRoot" => "String",
|
6236
|
-
# },
|
6237
|
-
# environment: [
|
6238
|
-
# {
|
6239
|
-
# key: "String", # required
|
6240
|
-
# value: "String", # required
|
6241
|
-
# secure: false,
|
6242
|
-
# },
|
6243
|
-
# ],
|
6244
|
-
# }
|
6245
|
-
#
|
6246
5273
|
# @!attribute [rw] app_id
|
6247
5274
|
# The app ID.
|
6248
5275
|
# @return [String]
|
@@ -6326,14 +5353,6 @@ module Aws::OpsWorks
|
|
6326
5353
|
include Aws::Structure
|
6327
5354
|
end
|
6328
5355
|
|
6329
|
-
# @note When making an API call, you may pass UpdateElasticIpRequest
|
6330
|
-
# data as a hash:
|
6331
|
-
#
|
6332
|
-
# {
|
6333
|
-
# elastic_ip: "String", # required
|
6334
|
-
# name: "String",
|
6335
|
-
# }
|
6336
|
-
#
|
6337
5356
|
# @!attribute [rw] elastic_ip
|
6338
5357
|
# The IP address for which you want to update the name.
|
6339
5358
|
# @return [String]
|
@@ -6351,24 +5370,6 @@ module Aws::OpsWorks
|
|
6351
5370
|
include Aws::Structure
|
6352
5371
|
end
|
6353
5372
|
|
6354
|
-
# @note When making an API call, you may pass UpdateInstanceRequest
|
6355
|
-
# data as a hash:
|
6356
|
-
#
|
6357
|
-
# {
|
6358
|
-
# instance_id: "String", # required
|
6359
|
-
# layer_ids: ["String"],
|
6360
|
-
# instance_type: "String",
|
6361
|
-
# auto_scaling_type: "load", # accepts load, timer
|
6362
|
-
# hostname: "String",
|
6363
|
-
# os: "String",
|
6364
|
-
# ami_id: "String",
|
6365
|
-
# ssh_key_name: "String",
|
6366
|
-
# architecture: "x86_64", # accepts x86_64, i386
|
6367
|
-
# install_updates_on_boot: false,
|
6368
|
-
# ebs_optimized: false,
|
6369
|
-
# agent_version: "String",
|
6370
|
-
# }
|
6371
|
-
#
|
6372
5373
|
# @!attribute [rw] instance_id
|
6373
5374
|
# The instance ID.
|
6374
5375
|
# @return [String]
|
@@ -6524,69 +5525,6 @@ module Aws::OpsWorks
|
|
6524
5525
|
include Aws::Structure
|
6525
5526
|
end
|
6526
5527
|
|
6527
|
-
# @note When making an API call, you may pass UpdateLayerRequest
|
6528
|
-
# data as a hash:
|
6529
|
-
#
|
6530
|
-
# {
|
6531
|
-
# layer_id: "String", # required
|
6532
|
-
# name: "String",
|
6533
|
-
# shortname: "String",
|
6534
|
-
# attributes: {
|
6535
|
-
# "EcsClusterArn" => "String",
|
6536
|
-
# },
|
6537
|
-
# cloud_watch_logs_configuration: {
|
6538
|
-
# enabled: false,
|
6539
|
-
# log_streams: [
|
6540
|
-
# {
|
6541
|
-
# log_group_name: "String",
|
6542
|
-
# datetime_format: "String",
|
6543
|
-
# time_zone: "LOCAL", # accepts LOCAL, UTC
|
6544
|
-
# file: "String",
|
6545
|
-
# file_fingerprint_lines: "String",
|
6546
|
-
# multi_line_start_pattern: "String",
|
6547
|
-
# initial_position: "start_of_file", # accepts start_of_file, end_of_file
|
6548
|
-
# encoding: "ascii", # accepts ascii, big5, big5hkscs, cp037, cp424, cp437, cp500, cp720, cp737, cp775, cp850, cp852, cp855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875, cp932, cp949, cp950, cp1006, cp1026, cp1140, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258, euc_jp, euc_jis_2004, euc_jisx0213, euc_kr, gb2312, gbk, gb18030, hz, iso2022_jp, iso2022_jp_1, iso2022_jp_2, iso2022_jp_2004, iso2022_jp_3, iso2022_jp_ext, iso2022_kr, latin_1, iso8859_2, iso8859_3, iso8859_4, iso8859_5, iso8859_6, iso8859_7, iso8859_8, iso8859_9, iso8859_10, iso8859_13, iso8859_14, iso8859_15, iso8859_16, johab, koi8_r, koi8_u, mac_cyrillic, mac_greek, mac_iceland, mac_latin2, mac_roman, mac_turkish, ptcp154, shift_jis, shift_jis_2004, shift_jisx0213, utf_32, utf_32_be, utf_32_le, utf_16, utf_16_be, utf_16_le, utf_7, utf_8, utf_8_sig
|
6549
|
-
# buffer_duration: 1,
|
6550
|
-
# batch_count: 1,
|
6551
|
-
# batch_size: 1,
|
6552
|
-
# },
|
6553
|
-
# ],
|
6554
|
-
# },
|
6555
|
-
# custom_instance_profile_arn: "String",
|
6556
|
-
# custom_json: "String",
|
6557
|
-
# custom_security_group_ids: ["String"],
|
6558
|
-
# packages: ["String"],
|
6559
|
-
# volume_configurations: [
|
6560
|
-
# {
|
6561
|
-
# mount_point: "String", # required
|
6562
|
-
# raid_level: 1,
|
6563
|
-
# number_of_disks: 1, # required
|
6564
|
-
# size: 1, # required
|
6565
|
-
# volume_type: "String",
|
6566
|
-
# iops: 1,
|
6567
|
-
# encrypted: false,
|
6568
|
-
# },
|
6569
|
-
# ],
|
6570
|
-
# enable_auto_healing: false,
|
6571
|
-
# auto_assign_elastic_ips: false,
|
6572
|
-
# auto_assign_public_ips: false,
|
6573
|
-
# custom_recipes: {
|
6574
|
-
# setup: ["String"],
|
6575
|
-
# configure: ["String"],
|
6576
|
-
# deploy: ["String"],
|
6577
|
-
# undeploy: ["String"],
|
6578
|
-
# shutdown: ["String"],
|
6579
|
-
# },
|
6580
|
-
# install_updates_on_boot: false,
|
6581
|
-
# use_ebs_optimized_instances: false,
|
6582
|
-
# lifecycle_event_configuration: {
|
6583
|
-
# shutdown: {
|
6584
|
-
# execution_timeout: 1,
|
6585
|
-
# delay_until_elb_connections_drained: false,
|
6586
|
-
# },
|
6587
|
-
# },
|
6588
|
-
# }
|
6589
|
-
#
|
6590
5528
|
# @!attribute [rw] layer_id
|
6591
5529
|
# The layer ID.
|
6592
5530
|
# @return [String]
|
@@ -6729,13 +5667,6 @@ module Aws::OpsWorks
|
|
6729
5667
|
include Aws::Structure
|
6730
5668
|
end
|
6731
5669
|
|
6732
|
-
# @note When making an API call, you may pass UpdateMyUserProfileRequest
|
6733
|
-
# data as a hash:
|
6734
|
-
#
|
6735
|
-
# {
|
6736
|
-
# ssh_public_key: "String",
|
6737
|
-
# }
|
6738
|
-
#
|
6739
5670
|
# @!attribute [rw] ssh_public_key
|
6740
5671
|
# The user's SSH public key.
|
6741
5672
|
# @return [String]
|
@@ -6748,15 +5679,6 @@ module Aws::OpsWorks
|
|
6748
5679
|
include Aws::Structure
|
6749
5680
|
end
|
6750
5681
|
|
6751
|
-
# @note When making an API call, you may pass UpdateRdsDbInstanceRequest
|
6752
|
-
# data as a hash:
|
6753
|
-
#
|
6754
|
-
# {
|
6755
|
-
# rds_db_instance_arn: "String", # required
|
6756
|
-
# db_user: "String",
|
6757
|
-
# db_password: "String",
|
6758
|
-
# }
|
6759
|
-
#
|
6760
5682
|
# @!attribute [rw] rds_db_instance_arn
|
6761
5683
|
# The Amazon RDS instance's ARN.
|
6762
5684
|
# @return [String]
|
@@ -6779,45 +5701,6 @@ module Aws::OpsWorks
|
|
6779
5701
|
include Aws::Structure
|
6780
5702
|
end
|
6781
5703
|
|
6782
|
-
# @note When making an API call, you may pass UpdateStackRequest
|
6783
|
-
# data as a hash:
|
6784
|
-
#
|
6785
|
-
# {
|
6786
|
-
# stack_id: "String", # required
|
6787
|
-
# name: "String",
|
6788
|
-
# attributes: {
|
6789
|
-
# "Color" => "String",
|
6790
|
-
# },
|
6791
|
-
# service_role_arn: "String",
|
6792
|
-
# default_instance_profile_arn: "String",
|
6793
|
-
# default_os: "String",
|
6794
|
-
# hostname_theme: "String",
|
6795
|
-
# default_availability_zone: "String",
|
6796
|
-
# default_subnet_id: "String",
|
6797
|
-
# custom_json: "String",
|
6798
|
-
# configuration_manager: {
|
6799
|
-
# name: "String",
|
6800
|
-
# version: "String",
|
6801
|
-
# },
|
6802
|
-
# chef_configuration: {
|
6803
|
-
# manage_berkshelf: false,
|
6804
|
-
# berkshelf_version: "String",
|
6805
|
-
# },
|
6806
|
-
# use_custom_cookbooks: false,
|
6807
|
-
# custom_cookbooks_source: {
|
6808
|
-
# type: "git", # accepts git, svn, archive, s3
|
6809
|
-
# url: "String",
|
6810
|
-
# username: "String",
|
6811
|
-
# password: "String",
|
6812
|
-
# ssh_key: "String",
|
6813
|
-
# revision: "String",
|
6814
|
-
# },
|
6815
|
-
# default_ssh_key_name: "String",
|
6816
|
-
# default_root_device_type: "ebs", # accepts ebs, instance-store
|
6817
|
-
# use_opsworks_security_groups: false,
|
6818
|
-
# agent_version: "String",
|
6819
|
-
# }
|
6820
|
-
#
|
6821
5704
|
# @!attribute [rw] stack_id
|
6822
5705
|
# The stack ID.
|
6823
5706
|
# @return [String]
|
@@ -7091,16 +5974,6 @@ module Aws::OpsWorks
|
|
7091
5974
|
include Aws::Structure
|
7092
5975
|
end
|
7093
5976
|
|
7094
|
-
# @note When making an API call, you may pass UpdateUserProfileRequest
|
7095
|
-
# data as a hash:
|
7096
|
-
#
|
7097
|
-
# {
|
7098
|
-
# iam_user_arn: "String", # required
|
7099
|
-
# ssh_username: "String",
|
7100
|
-
# ssh_public_key: "String",
|
7101
|
-
# allow_self_management: false,
|
7102
|
-
# }
|
7103
|
-
#
|
7104
5977
|
# @!attribute [rw] iam_user_arn
|
7105
5978
|
# The user IAM ARN. This can also be a federated user's ARN.
|
7106
5979
|
# @return [String]
|
@@ -7139,15 +6012,6 @@ module Aws::OpsWorks
|
|
7139
6012
|
include Aws::Structure
|
7140
6013
|
end
|
7141
6014
|
|
7142
|
-
# @note When making an API call, you may pass UpdateVolumeRequest
|
7143
|
-
# data as a hash:
|
7144
|
-
#
|
7145
|
-
# {
|
7146
|
-
# volume_id: "String", # required
|
7147
|
-
# name: "String",
|
7148
|
-
# mount_point: "String",
|
7149
|
-
# }
|
7150
|
-
#
|
7151
6015
|
# @!attribute [rw] volume_id
|
7152
6016
|
# The volume ID.
|
7153
6017
|
# @return [String]
|
@@ -7345,19 +6209,6 @@ module Aws::OpsWorks
|
|
7345
6209
|
|
7346
6210
|
# Describes an Amazon EBS volume configuration.
|
7347
6211
|
#
|
7348
|
-
# @note When making an API call, you may pass VolumeConfiguration
|
7349
|
-
# data as a hash:
|
7350
|
-
#
|
7351
|
-
# {
|
7352
|
-
# mount_point: "String", # required
|
7353
|
-
# raid_level: 1,
|
7354
|
-
# number_of_disks: 1, # required
|
7355
|
-
# size: 1, # required
|
7356
|
-
# volume_type: "String",
|
7357
|
-
# iops: 1,
|
7358
|
-
# encrypted: false,
|
7359
|
-
# }
|
7360
|
-
#
|
7361
6212
|
# @!attribute [rw] mount_point
|
7362
6213
|
# The volume mount point. For example "/dev/sdh".
|
7363
6214
|
# @return [String]
|
@@ -7450,33 +6301,6 @@ module Aws::OpsWorks
|
|
7450
6301
|
#
|
7451
6302
|
# ` \{ "12":"on", "13":"on", "14":"on", "15":"on" \} `
|
7452
6303
|
#
|
7453
|
-
# @note When making an API call, you may pass WeeklyAutoScalingSchedule
|
7454
|
-
# data as a hash:
|
7455
|
-
#
|
7456
|
-
# {
|
7457
|
-
# monday: {
|
7458
|
-
# "Hour" => "Switch",
|
7459
|
-
# },
|
7460
|
-
# tuesday: {
|
7461
|
-
# "Hour" => "Switch",
|
7462
|
-
# },
|
7463
|
-
# wednesday: {
|
7464
|
-
# "Hour" => "Switch",
|
7465
|
-
# },
|
7466
|
-
# thursday: {
|
7467
|
-
# "Hour" => "Switch",
|
7468
|
-
# },
|
7469
|
-
# friday: {
|
7470
|
-
# "Hour" => "Switch",
|
7471
|
-
# },
|
7472
|
-
# saturday: {
|
7473
|
-
# "Hour" => "Switch",
|
7474
|
-
# },
|
7475
|
-
# sunday: {
|
7476
|
-
# "Hour" => "Switch",
|
7477
|
-
# },
|
7478
|
-
# }
|
7479
|
-
#
|
7480
6304
|
# @!attribute [rw] monday
|
7481
6305
|
# The schedule for Monday.
|
7482
6306
|
# @return [Hash<String,String>]
|