aws-sdk-opsworkscm 1.36.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-opsworkscm.rb +3 -2
- data/lib/aws-sdk-opsworkscm/client.rb +23 -8
- data/lib/aws-sdk-opsworkscm/types.rb +44 -0
- 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: e0442106d2fe1100da21ad4a6e53f7d606e32adfd59d00f5552690f21374e35e
|
4
|
+
data.tar.gz: d402f3083513703028daf47894d39c935ef7993ecf582d46496775d180276ad0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2b861463ba797e69c8d12dab1c56bf11d2bb371b4bf15ed8803e3e2ab88b19e4850173396cb3a962df22818725452103f091343239c564d7e1a74c08468411a
|
7
|
+
data.tar.gz: 10002ceda1a4acf60a3a2f4f3064bdb7b6647ccbfdf2fdeea05fca8629f31a13484a2bd797e77fe6f20e233b0ad33eec2d0f67b2e5504d537703935798a0e7da
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -45,9 +46,9 @@ require_relative 'aws-sdk-opsworkscm/customizations'
|
|
45
46
|
#
|
46
47
|
# See {Errors} for more information.
|
47
48
|
#
|
48
|
-
#
|
49
|
+
# @!group service
|
49
50
|
module Aws::OpsWorksCM
|
50
51
|
|
51
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.41.0'
|
52
53
|
|
53
54
|
end
|
@@ -85,13 +85,28 @@ module Aws::OpsWorksCM
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::OpsWorksCM
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -1769,7 +1784,7 @@ module Aws::OpsWorksCM
|
|
1769
1784
|
params: params,
|
1770
1785
|
config: config)
|
1771
1786
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1772
|
-
context[:gem_version] = '1.
|
1787
|
+
context[:gem_version] = '1.41.0'
|
1773
1788
|
Seahorse::Client::Request.new(handlers, context)
|
1774
1789
|
end
|
1775
1790
|
|
@@ -38,6 +38,7 @@ module Aws::OpsWorksCM
|
|
38
38
|
:name,
|
39
39
|
:maximum,
|
40
40
|
:used)
|
41
|
+
SENSITIVE = []
|
41
42
|
include Aws::Structure
|
42
43
|
end
|
43
44
|
|
@@ -89,6 +90,7 @@ module Aws::OpsWorksCM
|
|
89
90
|
:server_name,
|
90
91
|
:node_name,
|
91
92
|
:engine_attributes)
|
93
|
+
SENSITIVE = []
|
92
94
|
include Aws::Structure
|
93
95
|
end
|
94
96
|
|
@@ -102,6 +104,7 @@ module Aws::OpsWorksCM
|
|
102
104
|
#
|
103
105
|
class AssociateNodeResponse < Struct.new(
|
104
106
|
:node_association_status_token)
|
107
|
+
SENSITIVE = []
|
105
108
|
include Aws::Structure
|
106
109
|
end
|
107
110
|
|
@@ -248,6 +251,7 @@ module Aws::OpsWorksCM
|
|
248
251
|
:subnet_ids,
|
249
252
|
:tools_version,
|
250
253
|
:user_arn)
|
254
|
+
SENSITIVE = []
|
251
255
|
include Aws::Structure
|
252
256
|
end
|
253
257
|
|
@@ -300,6 +304,7 @@ module Aws::OpsWorksCM
|
|
300
304
|
:server_name,
|
301
305
|
:description,
|
302
306
|
:tags)
|
307
|
+
SENSITIVE = []
|
303
308
|
include Aws::Structure
|
304
309
|
end
|
305
310
|
|
@@ -311,6 +316,7 @@ module Aws::OpsWorksCM
|
|
311
316
|
#
|
312
317
|
class CreateBackupResponse < Struct.new(
|
313
318
|
:backup)
|
319
|
+
SENSITIVE = []
|
314
320
|
include Aws::Structure
|
315
321
|
end
|
316
322
|
|
@@ -614,6 +620,7 @@ module Aws::OpsWorksCM
|
|
614
620
|
:subnet_ids,
|
615
621
|
:tags,
|
616
622
|
:backup_id)
|
623
|
+
SENSITIVE = [:custom_private_key]
|
617
624
|
include Aws::Structure
|
618
625
|
end
|
619
626
|
|
@@ -625,6 +632,7 @@ module Aws::OpsWorksCM
|
|
625
632
|
#
|
626
633
|
class CreateServerResponse < Struct.new(
|
627
634
|
:server)
|
635
|
+
SENSITIVE = []
|
628
636
|
include Aws::Structure
|
629
637
|
end
|
630
638
|
|
@@ -645,6 +653,7 @@ module Aws::OpsWorksCM
|
|
645
653
|
#
|
646
654
|
class DeleteBackupRequest < Struct.new(
|
647
655
|
:backup_id)
|
656
|
+
SENSITIVE = []
|
648
657
|
include Aws::Structure
|
649
658
|
end
|
650
659
|
|
@@ -667,6 +676,7 @@ module Aws::OpsWorksCM
|
|
667
676
|
#
|
668
677
|
class DeleteServerRequest < Struct.new(
|
669
678
|
:server_name)
|
679
|
+
SENSITIVE = []
|
670
680
|
include Aws::Structure
|
671
681
|
end
|
672
682
|
|
@@ -688,6 +698,7 @@ module Aws::OpsWorksCM
|
|
688
698
|
#
|
689
699
|
class DescribeAccountAttributesResponse < Struct.new(
|
690
700
|
:attributes)
|
701
|
+
SENSITIVE = []
|
691
702
|
include Aws::Structure
|
692
703
|
end
|
693
704
|
|
@@ -724,6 +735,7 @@ module Aws::OpsWorksCM
|
|
724
735
|
:server_name,
|
725
736
|
:next_token,
|
726
737
|
:max_results)
|
738
|
+
SENSITIVE = []
|
727
739
|
include Aws::Structure
|
728
740
|
end
|
729
741
|
|
@@ -740,6 +752,7 @@ module Aws::OpsWorksCM
|
|
740
752
|
class DescribeBackupsResponse < Struct.new(
|
741
753
|
:backups,
|
742
754
|
:next_token)
|
755
|
+
SENSITIVE = []
|
743
756
|
include Aws::Structure
|
744
757
|
end
|
745
758
|
|
@@ -782,6 +795,7 @@ module Aws::OpsWorksCM
|
|
782
795
|
:server_name,
|
783
796
|
:next_token,
|
784
797
|
:max_results)
|
798
|
+
SENSITIVE = []
|
785
799
|
include Aws::Structure
|
786
800
|
end
|
787
801
|
|
@@ -806,6 +820,7 @@ module Aws::OpsWorksCM
|
|
806
820
|
class DescribeEventsResponse < Struct.new(
|
807
821
|
:server_events,
|
808
822
|
:next_token)
|
823
|
+
SENSITIVE = []
|
809
824
|
include Aws::Structure
|
810
825
|
end
|
811
826
|
|
@@ -831,6 +846,7 @@ module Aws::OpsWorksCM
|
|
831
846
|
class DescribeNodeAssociationStatusRequest < Struct.new(
|
832
847
|
:node_association_status_token,
|
833
848
|
:server_name)
|
849
|
+
SENSITIVE = []
|
834
850
|
include Aws::Structure
|
835
851
|
end
|
836
852
|
|
@@ -858,6 +874,7 @@ module Aws::OpsWorksCM
|
|
858
874
|
class DescribeNodeAssociationStatusResponse < Struct.new(
|
859
875
|
:node_association_status,
|
860
876
|
:engine_attributes)
|
877
|
+
SENSITIVE = []
|
861
878
|
include Aws::Structure
|
862
879
|
end
|
863
880
|
|
@@ -888,6 +905,7 @@ module Aws::OpsWorksCM
|
|
888
905
|
:server_name,
|
889
906
|
:next_token,
|
890
907
|
:max_results)
|
908
|
+
SENSITIVE = []
|
891
909
|
include Aws::Structure
|
892
910
|
end
|
893
911
|
|
@@ -917,6 +935,7 @@ module Aws::OpsWorksCM
|
|
917
935
|
class DescribeServersResponse < Struct.new(
|
918
936
|
:servers,
|
919
937
|
:next_token)
|
938
|
+
SENSITIVE = []
|
920
939
|
include Aws::Structure
|
921
940
|
end
|
922
941
|
|
@@ -961,6 +980,7 @@ module Aws::OpsWorksCM
|
|
961
980
|
:server_name,
|
962
981
|
:node_name,
|
963
982
|
:engine_attributes)
|
983
|
+
SENSITIVE = []
|
964
984
|
include Aws::Structure
|
965
985
|
end
|
966
986
|
|
@@ -974,6 +994,7 @@ module Aws::OpsWorksCM
|
|
974
994
|
#
|
975
995
|
class DisassociateNodeResponse < Struct.new(
|
976
996
|
:node_association_status_token)
|
997
|
+
SENSITIVE = []
|
977
998
|
include Aws::Structure
|
978
999
|
end
|
979
1000
|
|
@@ -1000,6 +1021,7 @@ module Aws::OpsWorksCM
|
|
1000
1021
|
class EngineAttribute < Struct.new(
|
1001
1022
|
:name,
|
1002
1023
|
:value)
|
1024
|
+
SENSITIVE = [:value]
|
1003
1025
|
include Aws::Structure
|
1004
1026
|
end
|
1005
1027
|
|
@@ -1057,6 +1079,7 @@ module Aws::OpsWorksCM
|
|
1057
1079
|
:export_attribute_name,
|
1058
1080
|
:server_name,
|
1059
1081
|
:input_attributes)
|
1082
|
+
SENSITIVE = []
|
1060
1083
|
include Aws::Structure
|
1061
1084
|
end
|
1062
1085
|
|
@@ -1073,6 +1096,7 @@ module Aws::OpsWorksCM
|
|
1073
1096
|
class ExportServerEngineAttributeResponse < Struct.new(
|
1074
1097
|
:engine_attribute,
|
1075
1098
|
:server_name)
|
1099
|
+
SENSITIVE = []
|
1076
1100
|
include Aws::Structure
|
1077
1101
|
end
|
1078
1102
|
|
@@ -1087,6 +1111,7 @@ module Aws::OpsWorksCM
|
|
1087
1111
|
#
|
1088
1112
|
class InvalidNextTokenException < Struct.new(
|
1089
1113
|
:message)
|
1114
|
+
SENSITIVE = []
|
1090
1115
|
include Aws::Structure
|
1091
1116
|
end
|
1092
1117
|
|
@@ -1103,6 +1128,7 @@ module Aws::OpsWorksCM
|
|
1103
1128
|
#
|
1104
1129
|
class InvalidStateException < Struct.new(
|
1105
1130
|
:message)
|
1131
|
+
SENSITIVE = []
|
1106
1132
|
include Aws::Structure
|
1107
1133
|
end
|
1108
1134
|
|
@@ -1117,6 +1143,7 @@ module Aws::OpsWorksCM
|
|
1117
1143
|
#
|
1118
1144
|
class LimitExceededException < Struct.new(
|
1119
1145
|
:message)
|
1146
|
+
SENSITIVE = []
|
1120
1147
|
include Aws::Structure
|
1121
1148
|
end
|
1122
1149
|
|
@@ -1162,6 +1189,7 @@ module Aws::OpsWorksCM
|
|
1162
1189
|
:resource_arn,
|
1163
1190
|
:next_token,
|
1164
1191
|
:max_results)
|
1192
|
+
SENSITIVE = []
|
1165
1193
|
include Aws::Structure
|
1166
1194
|
end
|
1167
1195
|
|
@@ -1179,6 +1207,7 @@ module Aws::OpsWorksCM
|
|
1179
1207
|
class ListTagsForResourceResponse < Struct.new(
|
1180
1208
|
:tags,
|
1181
1209
|
:next_token)
|
1210
|
+
SENSITIVE = []
|
1182
1211
|
include Aws::Structure
|
1183
1212
|
end
|
1184
1213
|
|
@@ -1193,6 +1222,7 @@ module Aws::OpsWorksCM
|
|
1193
1222
|
#
|
1194
1223
|
class ResourceAlreadyExistsException < Struct.new(
|
1195
1224
|
:message)
|
1225
|
+
SENSITIVE = []
|
1196
1226
|
include Aws::Structure
|
1197
1227
|
end
|
1198
1228
|
|
@@ -1207,6 +1237,7 @@ module Aws::OpsWorksCM
|
|
1207
1237
|
#
|
1208
1238
|
class ResourceNotFoundException < Struct.new(
|
1209
1239
|
:message)
|
1240
|
+
SENSITIVE = []
|
1210
1241
|
include Aws::Structure
|
1211
1242
|
end
|
1212
1243
|
|
@@ -1248,6 +1279,7 @@ module Aws::OpsWorksCM
|
|
1248
1279
|
:server_name,
|
1249
1280
|
:instance_type,
|
1250
1281
|
:key_pair)
|
1282
|
+
SENSITIVE = []
|
1251
1283
|
include Aws::Structure
|
1252
1284
|
end
|
1253
1285
|
|
@@ -1427,6 +1459,7 @@ module Aws::OpsWorksCM
|
|
1427
1459
|
:status_reason,
|
1428
1460
|
:subnet_ids,
|
1429
1461
|
:server_arn)
|
1462
|
+
SENSITIVE = []
|
1430
1463
|
include Aws::Structure
|
1431
1464
|
end
|
1432
1465
|
|
@@ -1456,6 +1489,7 @@ module Aws::OpsWorksCM
|
|
1456
1489
|
:server_name,
|
1457
1490
|
:message,
|
1458
1491
|
:log_url)
|
1492
|
+
SENSITIVE = []
|
1459
1493
|
include Aws::Structure
|
1460
1494
|
end
|
1461
1495
|
|
@@ -1500,6 +1534,7 @@ module Aws::OpsWorksCM
|
|
1500
1534
|
class StartMaintenanceRequest < Struct.new(
|
1501
1535
|
:server_name,
|
1502
1536
|
:engine_attributes)
|
1537
|
+
SENSITIVE = []
|
1503
1538
|
include Aws::Structure
|
1504
1539
|
end
|
1505
1540
|
|
@@ -1511,6 +1546,7 @@ module Aws::OpsWorksCM
|
|
1511
1546
|
#
|
1512
1547
|
class StartMaintenanceResponse < Struct.new(
|
1513
1548
|
:server)
|
1549
|
+
SENSITIVE = []
|
1514
1550
|
include Aws::Structure
|
1515
1551
|
end
|
1516
1552
|
|
@@ -1547,6 +1583,7 @@ module Aws::OpsWorksCM
|
|
1547
1583
|
class Tag < Struct.new(
|
1548
1584
|
:key,
|
1549
1585
|
:value)
|
1586
|
+
SENSITIVE = []
|
1550
1587
|
include Aws::Structure
|
1551
1588
|
end
|
1552
1589
|
|
@@ -1595,6 +1632,7 @@ module Aws::OpsWorksCM
|
|
1595
1632
|
class TagResourceRequest < Struct.new(
|
1596
1633
|
:resource_arn,
|
1597
1634
|
:tags)
|
1635
|
+
SENSITIVE = []
|
1598
1636
|
include Aws::Structure
|
1599
1637
|
end
|
1600
1638
|
|
@@ -1625,6 +1663,7 @@ module Aws::OpsWorksCM
|
|
1625
1663
|
class UntagResourceRequest < Struct.new(
|
1626
1664
|
:resource_arn,
|
1627
1665
|
:tag_keys)
|
1666
|
+
SENSITIVE = []
|
1628
1667
|
include Aws::Structure
|
1629
1668
|
end
|
1630
1669
|
|
@@ -1659,6 +1698,7 @@ module Aws::OpsWorksCM
|
|
1659
1698
|
:server_name,
|
1660
1699
|
:attribute_name,
|
1661
1700
|
:attribute_value)
|
1701
|
+
SENSITIVE = []
|
1662
1702
|
include Aws::Structure
|
1663
1703
|
end
|
1664
1704
|
|
@@ -1670,6 +1710,7 @@ module Aws::OpsWorksCM
|
|
1670
1710
|
#
|
1671
1711
|
class UpdateServerEngineAttributesResponse < Struct.new(
|
1672
1712
|
:server)
|
1713
|
+
SENSITIVE = []
|
1673
1714
|
include Aws::Structure
|
1674
1715
|
end
|
1675
1716
|
|
@@ -1721,6 +1762,7 @@ module Aws::OpsWorksCM
|
|
1721
1762
|
:server_name,
|
1722
1763
|
:preferred_maintenance_window,
|
1723
1764
|
:preferred_backup_window)
|
1765
|
+
SENSITIVE = []
|
1724
1766
|
include Aws::Structure
|
1725
1767
|
end
|
1726
1768
|
|
@@ -1732,6 +1774,7 @@ module Aws::OpsWorksCM
|
|
1732
1774
|
#
|
1733
1775
|
class UpdateServerResponse < Struct.new(
|
1734
1776
|
:server)
|
1777
|
+
SENSITIVE = []
|
1735
1778
|
include Aws::Structure
|
1736
1779
|
end
|
1737
1780
|
|
@@ -1746,6 +1789,7 @@ module Aws::OpsWorksCM
|
|
1746
1789
|
#
|
1747
1790
|
class ValidationException < Struct.new(
|
1748
1791
|
:message)
|
1792
|
+
SENSITIVE = []
|
1749
1793
|
include Aws::Structure
|
1750
1794
|
end
|
1751
1795
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-opsworkscm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|