aws-sdk-acmpca 1.25.1 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-acmpca.rb +3 -1
- data/lib/aws-sdk-acmpca/client.rb +3 -1
- data/lib/aws-sdk-acmpca/client_api.rb +2 -0
- data/lib/aws-sdk-acmpca/errors.rb +2 -0
- data/lib/aws-sdk-acmpca/resource.rb +2 -0
- data/lib/aws-sdk-acmpca/types.rb +59 -0
- data/lib/aws-sdk-acmpca/waiters.rb +2 -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: 59067da062d1a1f3f4b32126afd6ec23c3bc798c74de0fd6a8bdb204dab4691d
|
|
4
|
+
data.tar.gz: 1e5754d35e400700e1f7afed576950844f836b565f01c1183cede3c53a66e56c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e935332bdd1422332a31c5a73aed99d820772c5440ccd712070fba2b6ffc95ee00be3286775a2eacccd33e1598e6893645f052cfb34428862f5815e73336871
|
|
7
|
+
data.tar.gz: 2e15cc7ad01f31c26579e80156dac427d3c2d8590fe4b5a918691cdd1e6960f5423b43a90f51a4735fc464058d9bcad2c74a417c8f56c8e229ef2f9d6dd39a5a
|
data/lib/aws-sdk-acmpca.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-acmpca/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::ACMPCA
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.26.0'
|
|
50
52
|
|
|
51
53
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1511,7 +1513,7 @@ module Aws::ACMPCA
|
|
|
1511
1513
|
params: params,
|
|
1512
1514
|
config: config)
|
|
1513
1515
|
context[:gem_name] = 'aws-sdk-acmpca'
|
|
1514
|
-
context[:gem_version] = '1.
|
|
1516
|
+
context[:gem_version] = '1.26.0'
|
|
1515
1517
|
Seahorse::Client::Request.new(handlers, context)
|
|
1516
1518
|
end
|
|
1517
1519
|
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -125,6 +127,7 @@ module Aws::ACMPCA
|
|
|
125
127
|
:initials,
|
|
126
128
|
:pseudonym,
|
|
127
129
|
:generation_qualifier)
|
|
130
|
+
SENSITIVE = []
|
|
128
131
|
include Aws::Structure
|
|
129
132
|
end
|
|
130
133
|
|
|
@@ -207,6 +210,7 @@ module Aws::ACMPCA
|
|
|
207
210
|
:certificate_authority_configuration,
|
|
208
211
|
:revocation_configuration,
|
|
209
212
|
:restorable_until)
|
|
213
|
+
SENSITIVE = []
|
|
210
214
|
include Aws::Structure
|
|
211
215
|
end
|
|
212
216
|
|
|
@@ -265,6 +269,7 @@ module Aws::ACMPCA
|
|
|
265
269
|
:key_algorithm,
|
|
266
270
|
:signing_algorithm,
|
|
267
271
|
:subject)
|
|
272
|
+
SENSITIVE = []
|
|
268
273
|
include Aws::Structure
|
|
269
274
|
end
|
|
270
275
|
|
|
@@ -278,6 +283,7 @@ module Aws::ACMPCA
|
|
|
278
283
|
#
|
|
279
284
|
class CertificateMismatchException < Struct.new(
|
|
280
285
|
:message)
|
|
286
|
+
SENSITIVE = []
|
|
281
287
|
include Aws::Structure
|
|
282
288
|
end
|
|
283
289
|
|
|
@@ -290,6 +296,7 @@ module Aws::ACMPCA
|
|
|
290
296
|
#
|
|
291
297
|
class ConcurrentModificationException < Struct.new(
|
|
292
298
|
:message)
|
|
299
|
+
SENSITIVE = []
|
|
293
300
|
include Aws::Structure
|
|
294
301
|
end
|
|
295
302
|
|
|
@@ -325,6 +332,7 @@ module Aws::ACMPCA
|
|
|
325
332
|
:certificate_authority_arn,
|
|
326
333
|
:s3_bucket_name,
|
|
327
334
|
:audit_report_response_format)
|
|
335
|
+
SENSITIVE = []
|
|
328
336
|
include Aws::Structure
|
|
329
337
|
end
|
|
330
338
|
|
|
@@ -342,6 +350,7 @@ module Aws::ACMPCA
|
|
|
342
350
|
class CreateCertificateAuthorityAuditReportResponse < Struct.new(
|
|
343
351
|
:audit_report_id,
|
|
344
352
|
:s3_key)
|
|
353
|
+
SENSITIVE = []
|
|
345
354
|
include Aws::Structure
|
|
346
355
|
end
|
|
347
356
|
|
|
@@ -437,6 +446,7 @@ module Aws::ACMPCA
|
|
|
437
446
|
:certificate_authority_type,
|
|
438
447
|
:idempotency_token,
|
|
439
448
|
:tags)
|
|
449
|
+
SENSITIVE = []
|
|
440
450
|
include Aws::Structure
|
|
441
451
|
end
|
|
442
452
|
|
|
@@ -452,6 +462,7 @@ module Aws::ACMPCA
|
|
|
452
462
|
#
|
|
453
463
|
class CreateCertificateAuthorityResponse < Struct.new(
|
|
454
464
|
:certificate_authority_arn)
|
|
465
|
+
SENSITIVE = []
|
|
455
466
|
include Aws::Structure
|
|
456
467
|
end
|
|
457
468
|
|
|
@@ -496,6 +507,7 @@ module Aws::ACMPCA
|
|
|
496
507
|
:principal,
|
|
497
508
|
:source_account,
|
|
498
509
|
:actions)
|
|
510
|
+
SENSITIVE = []
|
|
499
511
|
include Aws::Structure
|
|
500
512
|
end
|
|
501
513
|
|
|
@@ -610,6 +622,7 @@ module Aws::ACMPCA
|
|
|
610
622
|
:expiration_in_days,
|
|
611
623
|
:custom_cname,
|
|
612
624
|
:s3_bucket_name)
|
|
625
|
+
SENSITIVE = []
|
|
613
626
|
include Aws::Structure
|
|
614
627
|
end
|
|
615
628
|
|
|
@@ -640,6 +653,7 @@ module Aws::ACMPCA
|
|
|
640
653
|
class DeleteCertificateAuthorityRequest < Struct.new(
|
|
641
654
|
:certificate_authority_arn,
|
|
642
655
|
:permanent_deletion_time_in_days)
|
|
656
|
+
SENSITIVE = []
|
|
643
657
|
include Aws::Structure
|
|
644
658
|
end
|
|
645
659
|
|
|
@@ -678,6 +692,7 @@ module Aws::ACMPCA
|
|
|
678
692
|
:certificate_authority_arn,
|
|
679
693
|
:principal,
|
|
680
694
|
:source_account)
|
|
695
|
+
SENSITIVE = []
|
|
681
696
|
include Aws::Structure
|
|
682
697
|
end
|
|
683
698
|
|
|
@@ -707,6 +722,7 @@ module Aws::ACMPCA
|
|
|
707
722
|
class DescribeCertificateAuthorityAuditReportRequest < Struct.new(
|
|
708
723
|
:certificate_authority_arn,
|
|
709
724
|
:audit_report_id)
|
|
725
|
+
SENSITIVE = []
|
|
710
726
|
include Aws::Structure
|
|
711
727
|
end
|
|
712
728
|
|
|
@@ -735,6 +751,7 @@ module Aws::ACMPCA
|
|
|
735
751
|
:s3_bucket_name,
|
|
736
752
|
:s3_key,
|
|
737
753
|
:created_at)
|
|
754
|
+
SENSITIVE = []
|
|
738
755
|
include Aws::Structure
|
|
739
756
|
end
|
|
740
757
|
|
|
@@ -757,6 +774,7 @@ module Aws::ACMPCA
|
|
|
757
774
|
#
|
|
758
775
|
class DescribeCertificateAuthorityRequest < Struct.new(
|
|
759
776
|
:certificate_authority_arn)
|
|
777
|
+
SENSITIVE = []
|
|
760
778
|
include Aws::Structure
|
|
761
779
|
end
|
|
762
780
|
|
|
@@ -769,6 +787,7 @@ module Aws::ACMPCA
|
|
|
769
787
|
#
|
|
770
788
|
class DescribeCertificateAuthorityResponse < Struct.new(
|
|
771
789
|
:certificate_authority)
|
|
790
|
+
SENSITIVE = []
|
|
772
791
|
include Aws::Structure
|
|
773
792
|
end
|
|
774
793
|
|
|
@@ -791,6 +810,7 @@ module Aws::ACMPCA
|
|
|
791
810
|
#
|
|
792
811
|
class GetCertificateAuthorityCertificateRequest < Struct.new(
|
|
793
812
|
:certificate_authority_arn)
|
|
813
|
+
SENSITIVE = []
|
|
794
814
|
include Aws::Structure
|
|
795
815
|
end
|
|
796
816
|
|
|
@@ -811,6 +831,7 @@ module Aws::ACMPCA
|
|
|
811
831
|
class GetCertificateAuthorityCertificateResponse < Struct.new(
|
|
812
832
|
:certificate,
|
|
813
833
|
:certificate_chain)
|
|
834
|
+
SENSITIVE = []
|
|
814
835
|
include Aws::Structure
|
|
815
836
|
end
|
|
816
837
|
|
|
@@ -833,6 +854,7 @@ module Aws::ACMPCA
|
|
|
833
854
|
#
|
|
834
855
|
class GetCertificateAuthorityCsrRequest < Struct.new(
|
|
835
856
|
:certificate_authority_arn)
|
|
857
|
+
SENSITIVE = []
|
|
836
858
|
include Aws::Structure
|
|
837
859
|
end
|
|
838
860
|
|
|
@@ -845,6 +867,7 @@ module Aws::ACMPCA
|
|
|
845
867
|
#
|
|
846
868
|
class GetCertificateAuthorityCsrResponse < Struct.new(
|
|
847
869
|
:csr)
|
|
870
|
+
SENSITIVE = []
|
|
848
871
|
include Aws::Structure
|
|
849
872
|
end
|
|
850
873
|
|
|
@@ -877,6 +900,7 @@ module Aws::ACMPCA
|
|
|
877
900
|
class GetCertificateRequest < Struct.new(
|
|
878
901
|
:certificate_authority_arn,
|
|
879
902
|
:certificate_arn)
|
|
903
|
+
SENSITIVE = []
|
|
880
904
|
include Aws::Structure
|
|
881
905
|
end
|
|
882
906
|
|
|
@@ -896,6 +920,7 @@ module Aws::ACMPCA
|
|
|
896
920
|
class GetCertificateResponse < Struct.new(
|
|
897
921
|
:certificate,
|
|
898
922
|
:certificate_chain)
|
|
923
|
+
SENSITIVE = []
|
|
899
924
|
include Aws::Structure
|
|
900
925
|
end
|
|
901
926
|
|
|
@@ -939,6 +964,7 @@ module Aws::ACMPCA
|
|
|
939
964
|
:certificate_authority_arn,
|
|
940
965
|
:certificate,
|
|
941
966
|
:certificate_chain)
|
|
967
|
+
SENSITIVE = []
|
|
942
968
|
include Aws::Structure
|
|
943
969
|
end
|
|
944
970
|
|
|
@@ -951,6 +977,7 @@ module Aws::ACMPCA
|
|
|
951
977
|
#
|
|
952
978
|
class InvalidArgsException < Struct.new(
|
|
953
979
|
:message)
|
|
980
|
+
SENSITIVE = []
|
|
954
981
|
include Aws::Structure
|
|
955
982
|
end
|
|
956
983
|
|
|
@@ -964,6 +991,7 @@ module Aws::ACMPCA
|
|
|
964
991
|
#
|
|
965
992
|
class InvalidArnException < Struct.new(
|
|
966
993
|
:message)
|
|
994
|
+
SENSITIVE = []
|
|
967
995
|
include Aws::Structure
|
|
968
996
|
end
|
|
969
997
|
|
|
@@ -977,6 +1005,7 @@ module Aws::ACMPCA
|
|
|
977
1005
|
#
|
|
978
1006
|
class InvalidNextTokenException < Struct.new(
|
|
979
1007
|
:message)
|
|
1008
|
+
SENSITIVE = []
|
|
980
1009
|
include Aws::Structure
|
|
981
1010
|
end
|
|
982
1011
|
|
|
@@ -991,6 +1020,7 @@ module Aws::ACMPCA
|
|
|
991
1020
|
#
|
|
992
1021
|
class InvalidPolicyException < Struct.new(
|
|
993
1022
|
:message)
|
|
1023
|
+
SENSITIVE = []
|
|
994
1024
|
include Aws::Structure
|
|
995
1025
|
end
|
|
996
1026
|
|
|
@@ -1003,6 +1033,7 @@ module Aws::ACMPCA
|
|
|
1003
1033
|
#
|
|
1004
1034
|
class InvalidRequestException < Struct.new(
|
|
1005
1035
|
:message)
|
|
1036
|
+
SENSITIVE = []
|
|
1006
1037
|
include Aws::Structure
|
|
1007
1038
|
end
|
|
1008
1039
|
|
|
@@ -1016,6 +1047,7 @@ module Aws::ACMPCA
|
|
|
1016
1047
|
#
|
|
1017
1048
|
class InvalidStateException < Struct.new(
|
|
1018
1049
|
:message)
|
|
1050
|
+
SENSITIVE = []
|
|
1019
1051
|
include Aws::Structure
|
|
1020
1052
|
end
|
|
1021
1053
|
|
|
@@ -1029,6 +1061,7 @@ module Aws::ACMPCA
|
|
|
1029
1061
|
#
|
|
1030
1062
|
class InvalidTagException < Struct.new(
|
|
1031
1063
|
:message)
|
|
1064
|
+
SENSITIVE = []
|
|
1032
1065
|
include Aws::Structure
|
|
1033
1066
|
end
|
|
1034
1067
|
|
|
@@ -1127,6 +1160,7 @@ module Aws::ACMPCA
|
|
|
1127
1160
|
:template_arn,
|
|
1128
1161
|
:validity,
|
|
1129
1162
|
:idempotency_token)
|
|
1163
|
+
SENSITIVE = []
|
|
1130
1164
|
include Aws::Structure
|
|
1131
1165
|
end
|
|
1132
1166
|
|
|
@@ -1142,6 +1176,7 @@ module Aws::ACMPCA
|
|
|
1142
1176
|
#
|
|
1143
1177
|
class IssueCertificateResponse < Struct.new(
|
|
1144
1178
|
:certificate_arn)
|
|
1179
|
+
SENSITIVE = []
|
|
1145
1180
|
include Aws::Structure
|
|
1146
1181
|
end
|
|
1147
1182
|
|
|
@@ -1155,6 +1190,7 @@ module Aws::ACMPCA
|
|
|
1155
1190
|
#
|
|
1156
1191
|
class LimitExceededException < Struct.new(
|
|
1157
1192
|
:message)
|
|
1193
|
+
SENSITIVE = []
|
|
1158
1194
|
include Aws::Structure
|
|
1159
1195
|
end
|
|
1160
1196
|
|
|
@@ -1186,6 +1222,7 @@ module Aws::ACMPCA
|
|
|
1186
1222
|
class ListCertificateAuthoritiesRequest < Struct.new(
|
|
1187
1223
|
:next_token,
|
|
1188
1224
|
:max_results)
|
|
1225
|
+
SENSITIVE = []
|
|
1189
1226
|
include Aws::Structure
|
|
1190
1227
|
end
|
|
1191
1228
|
|
|
@@ -1204,6 +1241,7 @@ module Aws::ACMPCA
|
|
|
1204
1241
|
class ListCertificateAuthoritiesResponse < Struct.new(
|
|
1205
1242
|
:certificate_authorities,
|
|
1206
1243
|
:next_token)
|
|
1244
|
+
SENSITIVE = []
|
|
1207
1245
|
include Aws::Structure
|
|
1208
1246
|
end
|
|
1209
1247
|
|
|
@@ -1245,6 +1283,7 @@ module Aws::ACMPCA
|
|
|
1245
1283
|
:certificate_authority_arn,
|
|
1246
1284
|
:next_token,
|
|
1247
1285
|
:max_results)
|
|
1286
|
+
SENSITIVE = []
|
|
1248
1287
|
include Aws::Structure
|
|
1249
1288
|
end
|
|
1250
1289
|
|
|
@@ -1264,6 +1303,7 @@ module Aws::ACMPCA
|
|
|
1264
1303
|
class ListPermissionsResponse < Struct.new(
|
|
1265
1304
|
:permissions,
|
|
1266
1305
|
:next_token)
|
|
1306
|
+
SENSITIVE = []
|
|
1267
1307
|
include Aws::Structure
|
|
1268
1308
|
end
|
|
1269
1309
|
|
|
@@ -1304,6 +1344,7 @@ module Aws::ACMPCA
|
|
|
1304
1344
|
:certificate_authority_arn,
|
|
1305
1345
|
:next_token,
|
|
1306
1346
|
:max_results)
|
|
1347
|
+
SENSITIVE = []
|
|
1307
1348
|
include Aws::Structure
|
|
1308
1349
|
end
|
|
1309
1350
|
|
|
@@ -1321,6 +1362,7 @@ module Aws::ACMPCA
|
|
|
1321
1362
|
class ListTagsResponse < Struct.new(
|
|
1322
1363
|
:tags,
|
|
1323
1364
|
:next_token)
|
|
1365
|
+
SENSITIVE = []
|
|
1324
1366
|
include Aws::Structure
|
|
1325
1367
|
end
|
|
1326
1368
|
|
|
@@ -1333,6 +1375,7 @@ module Aws::ACMPCA
|
|
|
1333
1375
|
#
|
|
1334
1376
|
class MalformedCSRException < Struct.new(
|
|
1335
1377
|
:message)
|
|
1378
|
+
SENSITIVE = []
|
|
1336
1379
|
include Aws::Structure
|
|
1337
1380
|
end
|
|
1338
1381
|
|
|
@@ -1345,6 +1388,7 @@ module Aws::ACMPCA
|
|
|
1345
1388
|
#
|
|
1346
1389
|
class MalformedCertificateException < Struct.new(
|
|
1347
1390
|
:message)
|
|
1391
|
+
SENSITIVE = []
|
|
1348
1392
|
include Aws::Structure
|
|
1349
1393
|
end
|
|
1350
1394
|
|
|
@@ -1392,6 +1436,7 @@ module Aws::ACMPCA
|
|
|
1392
1436
|
:source_account,
|
|
1393
1437
|
:actions,
|
|
1394
1438
|
:policy)
|
|
1439
|
+
SENSITIVE = []
|
|
1395
1440
|
include Aws::Structure
|
|
1396
1441
|
end
|
|
1397
1442
|
|
|
@@ -1404,6 +1449,7 @@ module Aws::ACMPCA
|
|
|
1404
1449
|
#
|
|
1405
1450
|
class PermissionAlreadyExistsException < Struct.new(
|
|
1406
1451
|
:message)
|
|
1452
|
+
SENSITIVE = []
|
|
1407
1453
|
include Aws::Structure
|
|
1408
1454
|
end
|
|
1409
1455
|
|
|
@@ -1416,6 +1462,7 @@ module Aws::ACMPCA
|
|
|
1416
1462
|
#
|
|
1417
1463
|
class RequestAlreadyProcessedException < Struct.new(
|
|
1418
1464
|
:message)
|
|
1465
|
+
SENSITIVE = []
|
|
1419
1466
|
include Aws::Structure
|
|
1420
1467
|
end
|
|
1421
1468
|
|
|
@@ -1428,6 +1475,7 @@ module Aws::ACMPCA
|
|
|
1428
1475
|
#
|
|
1429
1476
|
class RequestFailedException < Struct.new(
|
|
1430
1477
|
:message)
|
|
1478
|
+
SENSITIVE = []
|
|
1431
1479
|
include Aws::Structure
|
|
1432
1480
|
end
|
|
1433
1481
|
|
|
@@ -1440,6 +1488,7 @@ module Aws::ACMPCA
|
|
|
1440
1488
|
#
|
|
1441
1489
|
class RequestInProgressException < Struct.new(
|
|
1442
1490
|
:message)
|
|
1491
|
+
SENSITIVE = []
|
|
1443
1492
|
include Aws::Structure
|
|
1444
1493
|
end
|
|
1445
1494
|
|
|
@@ -1453,6 +1502,7 @@ module Aws::ACMPCA
|
|
|
1453
1502
|
#
|
|
1454
1503
|
class ResourceNotFoundException < Struct.new(
|
|
1455
1504
|
:message)
|
|
1505
|
+
SENSITIVE = []
|
|
1456
1506
|
include Aws::Structure
|
|
1457
1507
|
end
|
|
1458
1508
|
|
|
@@ -1475,6 +1525,7 @@ module Aws::ACMPCA
|
|
|
1475
1525
|
#
|
|
1476
1526
|
class RestoreCertificateAuthorityRequest < Struct.new(
|
|
1477
1527
|
:certificate_authority_arn)
|
|
1528
|
+
SENSITIVE = []
|
|
1478
1529
|
include Aws::Structure
|
|
1479
1530
|
end
|
|
1480
1531
|
|
|
@@ -1506,6 +1557,7 @@ module Aws::ACMPCA
|
|
|
1506
1557
|
#
|
|
1507
1558
|
class RevocationConfiguration < Struct.new(
|
|
1508
1559
|
:crl_configuration)
|
|
1560
|
+
SENSITIVE = []
|
|
1509
1561
|
include Aws::Structure
|
|
1510
1562
|
end
|
|
1511
1563
|
|
|
@@ -1556,6 +1608,7 @@ module Aws::ACMPCA
|
|
|
1556
1608
|
:certificate_authority_arn,
|
|
1557
1609
|
:certificate_serial,
|
|
1558
1610
|
:revocation_reason)
|
|
1611
|
+
SENSITIVE = []
|
|
1559
1612
|
include Aws::Structure
|
|
1560
1613
|
end
|
|
1561
1614
|
|
|
@@ -1586,6 +1639,7 @@ module Aws::ACMPCA
|
|
|
1586
1639
|
class Tag < Struct.new(
|
|
1587
1640
|
:key,
|
|
1588
1641
|
:value)
|
|
1642
|
+
SENSITIVE = []
|
|
1589
1643
|
include Aws::Structure
|
|
1590
1644
|
end
|
|
1591
1645
|
|
|
@@ -1619,6 +1673,7 @@ module Aws::ACMPCA
|
|
|
1619
1673
|
class TagCertificateAuthorityRequest < Struct.new(
|
|
1620
1674
|
:certificate_authority_arn,
|
|
1621
1675
|
:tags)
|
|
1676
|
+
SENSITIVE = []
|
|
1622
1677
|
include Aws::Structure
|
|
1623
1678
|
end
|
|
1624
1679
|
|
|
@@ -1632,6 +1687,7 @@ module Aws::ACMPCA
|
|
|
1632
1687
|
#
|
|
1633
1688
|
class TooManyTagsException < Struct.new(
|
|
1634
1689
|
:message)
|
|
1690
|
+
SENSITIVE = []
|
|
1635
1691
|
include Aws::Structure
|
|
1636
1692
|
end
|
|
1637
1693
|
|
|
@@ -1665,6 +1721,7 @@ module Aws::ACMPCA
|
|
|
1665
1721
|
class UntagCertificateAuthorityRequest < Struct.new(
|
|
1666
1722
|
:certificate_authority_arn,
|
|
1667
1723
|
:tags)
|
|
1724
|
+
SENSITIVE = []
|
|
1668
1725
|
include Aws::Structure
|
|
1669
1726
|
end
|
|
1670
1727
|
|
|
@@ -1706,6 +1763,7 @@ module Aws::ACMPCA
|
|
|
1706
1763
|
:certificate_authority_arn,
|
|
1707
1764
|
:revocation_configuration,
|
|
1708
1765
|
:status)
|
|
1766
|
+
SENSITIVE = []
|
|
1709
1767
|
include Aws::Structure
|
|
1710
1768
|
end
|
|
1711
1769
|
|
|
@@ -1736,6 +1794,7 @@ module Aws::ACMPCA
|
|
|
1736
1794
|
class Validity < Struct.new(
|
|
1737
1795
|
:value,
|
|
1738
1796
|
:type)
|
|
1797
|
+
SENSITIVE = []
|
|
1739
1798
|
include Aws::Structure
|
|
1740
1799
|
end
|
|
1741
1800
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-acmpca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.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
|