aws-sdk-opsworkscm 1.36.0 → 1.37.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 +1 -1
- data/lib/aws-sdk-opsworkscm/client.rb +1 -1
- data/lib/aws-sdk-opsworkscm/types.rb +44 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 247faa3a38d5bb22bfc035493fa9e76716be7c30404c76c6cf7e81e22143ecf2
|
4
|
+
data.tar.gz: c1d3d909b961df1f53642926f658da11a3736036380c3b7ac184e168508b3a25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd377249c2f615d4ff15ef7fd4c70c1fecda4c38647aa6e6058b4f2186b30e0dcdc3101b20d63c2d46215f7bbac5a9df1ab201ed7d98add5298cf59604845126
|
7
|
+
data.tar.gz: 7dc48f832b8aed67f8ef3d177b7c9cb123d4322972fb8e895c964beec209e624ff78101991b13dde1de5b21fa5829cf4c5c18afbd98ad821cda4839088d6071e
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
@@ -1769,7 +1769,7 @@ module Aws::OpsWorksCM
|
|
1769
1769
|
params: params,
|
1770
1770
|
config: config)
|
1771
1771
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
1772
|
-
context[:gem_version] = '1.
|
1772
|
+
context[:gem_version] = '1.37.0'
|
1773
1773
|
Seahorse::Client::Request.new(handlers, context)
|
1774
1774
|
end
|
1775
1775
|
|
@@ -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.37.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: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|