aws-sdk-worklink 1.17.1 → 1.18.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b80298547439b338f74efa297048a557d3bf836c14ebcd16f58f3b454ff26daf
|
|
4
|
+
data.tar.gz: 1ab60a5a4edc3d823322a2f8d13ed9c520cf623a61913ab94dfd25360b91fb6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68f572642a5d09fc36fc36ade38c4b9dcb19ede5481d4cccc2c8418adb2c31e45a7d9186a205c3ec5f41e2ce1f62698a241fefb1d6412c452f3f6f6cead351c8
|
|
7
|
+
data.tar.gz: 6d862056fc54cb29428183136dd6176dcdb534eda8749b66aea5f34fa1d9851901e762a38ebee48c117ef7517e4fe07ff519440f7604d5a49ab504754833a456
|
data/lib/aws-sdk-worklink.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-worklink/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::WorkLink
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.18.0'
|
|
49
51
|
|
|
50
52
|
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:
|
|
@@ -1452,7 +1454,7 @@ module Aws::WorkLink
|
|
|
1452
1454
|
params: params,
|
|
1453
1455
|
config: config)
|
|
1454
1456
|
context[:gem_name] = 'aws-sdk-worklink'
|
|
1455
|
-
context[:gem_version] = '1.
|
|
1457
|
+
context[:gem_version] = '1.18.0'
|
|
1456
1458
|
Seahorse::Client::Request.new(handlers, context)
|
|
1457
1459
|
end
|
|
1458
1460
|
|
|
@@ -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:
|
|
@@ -42,6 +44,7 @@ module Aws::WorkLink
|
|
|
42
44
|
:domain_name,
|
|
43
45
|
:display_name,
|
|
44
46
|
:acm_certificate_arn)
|
|
47
|
+
SENSITIVE = []
|
|
45
48
|
include Aws::Structure
|
|
46
49
|
end
|
|
47
50
|
|
|
@@ -77,6 +80,7 @@ module Aws::WorkLink
|
|
|
77
80
|
:fleet_arn,
|
|
78
81
|
:authorization_provider_type,
|
|
79
82
|
:domain_name)
|
|
83
|
+
SENSITIVE = []
|
|
80
84
|
include Aws::Structure
|
|
81
85
|
end
|
|
82
86
|
|
|
@@ -88,6 +92,7 @@ module Aws::WorkLink
|
|
|
88
92
|
#
|
|
89
93
|
class AssociateWebsiteAuthorizationProviderResponse < Struct.new(
|
|
90
94
|
:authorization_provider_id)
|
|
95
|
+
SENSITIVE = []
|
|
91
96
|
include Aws::Structure
|
|
92
97
|
end
|
|
93
98
|
|
|
@@ -118,6 +123,7 @@ module Aws::WorkLink
|
|
|
118
123
|
:fleet_arn,
|
|
119
124
|
:certificate,
|
|
120
125
|
:display_name)
|
|
126
|
+
SENSITIVE = []
|
|
121
127
|
include Aws::Structure
|
|
122
128
|
end
|
|
123
129
|
|
|
@@ -129,6 +135,7 @@ module Aws::WorkLink
|
|
|
129
135
|
#
|
|
130
136
|
class AssociateWebsiteCertificateAuthorityResponse < Struct.new(
|
|
131
137
|
:website_ca_id)
|
|
138
|
+
SENSITIVE = []
|
|
132
139
|
include Aws::Structure
|
|
133
140
|
end
|
|
134
141
|
|
|
@@ -169,6 +176,7 @@ module Aws::WorkLink
|
|
|
169
176
|
:display_name,
|
|
170
177
|
:optimize_for_end_user_location,
|
|
171
178
|
:tags)
|
|
179
|
+
SENSITIVE = []
|
|
172
180
|
include Aws::Structure
|
|
173
181
|
end
|
|
174
182
|
|
|
@@ -180,6 +188,7 @@ module Aws::WorkLink
|
|
|
180
188
|
#
|
|
181
189
|
class CreateFleetResponse < Struct.new(
|
|
182
190
|
:fleet_arn)
|
|
191
|
+
SENSITIVE = []
|
|
183
192
|
include Aws::Structure
|
|
184
193
|
end
|
|
185
194
|
|
|
@@ -198,6 +207,7 @@ module Aws::WorkLink
|
|
|
198
207
|
#
|
|
199
208
|
class DeleteFleetRequest < Struct.new(
|
|
200
209
|
:fleet_arn)
|
|
210
|
+
SENSITIVE = []
|
|
201
211
|
include Aws::Structure
|
|
202
212
|
end
|
|
203
213
|
|
|
@@ -220,6 +230,7 @@ module Aws::WorkLink
|
|
|
220
230
|
#
|
|
221
231
|
class DescribeAuditStreamConfigurationRequest < Struct.new(
|
|
222
232
|
:fleet_arn)
|
|
233
|
+
SENSITIVE = []
|
|
223
234
|
include Aws::Structure
|
|
224
235
|
end
|
|
225
236
|
|
|
@@ -232,6 +243,7 @@ module Aws::WorkLink
|
|
|
232
243
|
#
|
|
233
244
|
class DescribeAuditStreamConfigurationResponse < Struct.new(
|
|
234
245
|
:audit_stream_arn)
|
|
246
|
+
SENSITIVE = []
|
|
235
247
|
include Aws::Structure
|
|
236
248
|
end
|
|
237
249
|
|
|
@@ -250,6 +262,7 @@ module Aws::WorkLink
|
|
|
250
262
|
#
|
|
251
263
|
class DescribeCompanyNetworkConfigurationRequest < Struct.new(
|
|
252
264
|
:fleet_arn)
|
|
265
|
+
SENSITIVE = []
|
|
253
266
|
include Aws::Structure
|
|
254
267
|
end
|
|
255
268
|
|
|
@@ -272,6 +285,7 @@ module Aws::WorkLink
|
|
|
272
285
|
:vpc_id,
|
|
273
286
|
:subnet_ids,
|
|
274
287
|
:security_group_ids)
|
|
288
|
+
SENSITIVE = []
|
|
275
289
|
include Aws::Structure
|
|
276
290
|
end
|
|
277
291
|
|
|
@@ -290,6 +304,7 @@ module Aws::WorkLink
|
|
|
290
304
|
#
|
|
291
305
|
class DescribeDevicePolicyConfigurationRequest < Struct.new(
|
|
292
306
|
:fleet_arn)
|
|
307
|
+
SENSITIVE = []
|
|
293
308
|
include Aws::Structure
|
|
294
309
|
end
|
|
295
310
|
|
|
@@ -303,6 +318,7 @@ module Aws::WorkLink
|
|
|
303
318
|
#
|
|
304
319
|
class DescribeDevicePolicyConfigurationResponse < Struct.new(
|
|
305
320
|
:device_ca_certificate)
|
|
321
|
+
SENSITIVE = []
|
|
306
322
|
include Aws::Structure
|
|
307
323
|
end
|
|
308
324
|
|
|
@@ -327,6 +343,7 @@ module Aws::WorkLink
|
|
|
327
343
|
class DescribeDeviceRequest < Struct.new(
|
|
328
344
|
:fleet_arn,
|
|
329
345
|
:device_id)
|
|
346
|
+
SENSITIVE = []
|
|
330
347
|
include Aws::Structure
|
|
331
348
|
end
|
|
332
349
|
|
|
@@ -378,6 +395,7 @@ module Aws::WorkLink
|
|
|
378
395
|
:first_accessed_time,
|
|
379
396
|
:last_accessed_time,
|
|
380
397
|
:username)
|
|
398
|
+
SENSITIVE = []
|
|
381
399
|
include Aws::Structure
|
|
382
400
|
end
|
|
383
401
|
|
|
@@ -402,6 +420,7 @@ module Aws::WorkLink
|
|
|
402
420
|
class DescribeDomainRequest < Struct.new(
|
|
403
421
|
:fleet_arn,
|
|
404
422
|
:domain_name)
|
|
423
|
+
SENSITIVE = []
|
|
405
424
|
include Aws::Structure
|
|
406
425
|
end
|
|
407
426
|
|
|
@@ -434,6 +453,7 @@ module Aws::WorkLink
|
|
|
434
453
|
:created_time,
|
|
435
454
|
:domain_status,
|
|
436
455
|
:acm_certificate_arn)
|
|
456
|
+
SENSITIVE = []
|
|
437
457
|
include Aws::Structure
|
|
438
458
|
end
|
|
439
459
|
|
|
@@ -452,6 +472,7 @@ module Aws::WorkLink
|
|
|
452
472
|
#
|
|
453
473
|
class DescribeFleetMetadataRequest < Struct.new(
|
|
454
474
|
:fleet_arn)
|
|
475
|
+
SENSITIVE = []
|
|
455
476
|
include Aws::Structure
|
|
456
477
|
end
|
|
457
478
|
|
|
@@ -500,6 +521,7 @@ module Aws::WorkLink
|
|
|
500
521
|
:company_code,
|
|
501
522
|
:fleet_status,
|
|
502
523
|
:tags)
|
|
524
|
+
SENSITIVE = []
|
|
503
525
|
include Aws::Structure
|
|
504
526
|
end
|
|
505
527
|
|
|
@@ -518,6 +540,7 @@ module Aws::WorkLink
|
|
|
518
540
|
#
|
|
519
541
|
class DescribeIdentityProviderConfigurationRequest < Struct.new(
|
|
520
542
|
:fleet_arn)
|
|
543
|
+
SENSITIVE = []
|
|
521
544
|
include Aws::Structure
|
|
522
545
|
end
|
|
523
546
|
|
|
@@ -539,6 +562,7 @@ module Aws::WorkLink
|
|
|
539
562
|
:identity_provider_type,
|
|
540
563
|
:service_provider_saml_metadata,
|
|
541
564
|
:identity_provider_saml_metadata)
|
|
565
|
+
SENSITIVE = []
|
|
542
566
|
include Aws::Structure
|
|
543
567
|
end
|
|
544
568
|
|
|
@@ -563,6 +587,7 @@ module Aws::WorkLink
|
|
|
563
587
|
class DescribeWebsiteCertificateAuthorityRequest < Struct.new(
|
|
564
588
|
:fleet_arn,
|
|
565
589
|
:website_ca_id)
|
|
590
|
+
SENSITIVE = []
|
|
566
591
|
include Aws::Structure
|
|
567
592
|
end
|
|
568
593
|
|
|
@@ -584,6 +609,7 @@ module Aws::WorkLink
|
|
|
584
609
|
:certificate,
|
|
585
610
|
:created_time,
|
|
586
611
|
:display_name)
|
|
612
|
+
SENSITIVE = []
|
|
587
613
|
include Aws::Structure
|
|
588
614
|
end
|
|
589
615
|
|
|
@@ -602,6 +628,7 @@ module Aws::WorkLink
|
|
|
602
628
|
class DeviceSummary < Struct.new(
|
|
603
629
|
:device_id,
|
|
604
630
|
:device_status)
|
|
631
|
+
SENSITIVE = []
|
|
605
632
|
include Aws::Structure
|
|
606
633
|
end
|
|
607
634
|
|
|
@@ -626,6 +653,7 @@ module Aws::WorkLink
|
|
|
626
653
|
class DisassociateDomainRequest < Struct.new(
|
|
627
654
|
:fleet_arn,
|
|
628
655
|
:domain_name)
|
|
656
|
+
SENSITIVE = []
|
|
629
657
|
include Aws::Structure
|
|
630
658
|
end
|
|
631
659
|
|
|
@@ -654,6 +682,7 @@ module Aws::WorkLink
|
|
|
654
682
|
class DisassociateWebsiteAuthorizationProviderRequest < Struct.new(
|
|
655
683
|
:fleet_arn,
|
|
656
684
|
:authorization_provider_id)
|
|
685
|
+
SENSITIVE = []
|
|
657
686
|
include Aws::Structure
|
|
658
687
|
end
|
|
659
688
|
|
|
@@ -682,6 +711,7 @@ module Aws::WorkLink
|
|
|
682
711
|
class DisassociateWebsiteCertificateAuthorityRequest < Struct.new(
|
|
683
712
|
:fleet_arn,
|
|
684
713
|
:website_ca_id)
|
|
714
|
+
SENSITIVE = []
|
|
685
715
|
include Aws::Structure
|
|
686
716
|
end
|
|
687
717
|
|
|
@@ -714,6 +744,7 @@ module Aws::WorkLink
|
|
|
714
744
|
:display_name,
|
|
715
745
|
:created_time,
|
|
716
746
|
:domain_status)
|
|
747
|
+
SENSITIVE = []
|
|
717
748
|
include Aws::Structure
|
|
718
749
|
end
|
|
719
750
|
|
|
@@ -762,6 +793,7 @@ module Aws::WorkLink
|
|
|
762
793
|
:company_code,
|
|
763
794
|
:fleet_status,
|
|
764
795
|
:tags)
|
|
796
|
+
SENSITIVE = []
|
|
765
797
|
include Aws::Structure
|
|
766
798
|
end
|
|
767
799
|
|
|
@@ -774,6 +806,7 @@ module Aws::WorkLink
|
|
|
774
806
|
#
|
|
775
807
|
class InternalServerErrorException < Struct.new(
|
|
776
808
|
:message)
|
|
809
|
+
SENSITIVE = []
|
|
777
810
|
include Aws::Structure
|
|
778
811
|
end
|
|
779
812
|
|
|
@@ -786,6 +819,7 @@ module Aws::WorkLink
|
|
|
786
819
|
#
|
|
787
820
|
class InvalidRequestException < Struct.new(
|
|
788
821
|
:message)
|
|
822
|
+
SENSITIVE = []
|
|
789
823
|
include Aws::Structure
|
|
790
824
|
end
|
|
791
825
|
|
|
@@ -817,6 +851,7 @@ module Aws::WorkLink
|
|
|
817
851
|
:fleet_arn,
|
|
818
852
|
:next_token,
|
|
819
853
|
:max_results)
|
|
854
|
+
SENSITIVE = []
|
|
820
855
|
include Aws::Structure
|
|
821
856
|
end
|
|
822
857
|
|
|
@@ -834,6 +869,7 @@ module Aws::WorkLink
|
|
|
834
869
|
class ListDevicesResponse < Struct.new(
|
|
835
870
|
:devices,
|
|
836
871
|
:next_token)
|
|
872
|
+
SENSITIVE = []
|
|
837
873
|
include Aws::Structure
|
|
838
874
|
end
|
|
839
875
|
|
|
@@ -865,6 +901,7 @@ module Aws::WorkLink
|
|
|
865
901
|
:fleet_arn,
|
|
866
902
|
:next_token,
|
|
867
903
|
:max_results)
|
|
904
|
+
SENSITIVE = []
|
|
868
905
|
include Aws::Structure
|
|
869
906
|
end
|
|
870
907
|
|
|
@@ -882,6 +919,7 @@ module Aws::WorkLink
|
|
|
882
919
|
class ListDomainsResponse < Struct.new(
|
|
883
920
|
:domains,
|
|
884
921
|
:next_token)
|
|
922
|
+
SENSITIVE = []
|
|
885
923
|
include Aws::Structure
|
|
886
924
|
end
|
|
887
925
|
|
|
@@ -907,6 +945,7 @@ module Aws::WorkLink
|
|
|
907
945
|
class ListFleetsRequest < Struct.new(
|
|
908
946
|
:next_token,
|
|
909
947
|
:max_results)
|
|
948
|
+
SENSITIVE = []
|
|
910
949
|
include Aws::Structure
|
|
911
950
|
end
|
|
912
951
|
|
|
@@ -924,6 +963,7 @@ module Aws::WorkLink
|
|
|
924
963
|
class ListFleetsResponse < Struct.new(
|
|
925
964
|
:fleet_summary_list,
|
|
926
965
|
:next_token)
|
|
966
|
+
SENSITIVE = []
|
|
927
967
|
include Aws::Structure
|
|
928
968
|
end
|
|
929
969
|
|
|
@@ -942,6 +982,7 @@ module Aws::WorkLink
|
|
|
942
982
|
#
|
|
943
983
|
class ListTagsForResourceRequest < Struct.new(
|
|
944
984
|
:resource_arn)
|
|
985
|
+
SENSITIVE = []
|
|
945
986
|
include Aws::Structure
|
|
946
987
|
end
|
|
947
988
|
|
|
@@ -953,6 +994,7 @@ module Aws::WorkLink
|
|
|
953
994
|
#
|
|
954
995
|
class ListTagsForResourceResponse < Struct.new(
|
|
955
996
|
:tags)
|
|
997
|
+
SENSITIVE = []
|
|
956
998
|
include Aws::Structure
|
|
957
999
|
end
|
|
958
1000
|
|
|
@@ -984,6 +1026,7 @@ module Aws::WorkLink
|
|
|
984
1026
|
:fleet_arn,
|
|
985
1027
|
:next_token,
|
|
986
1028
|
:max_results)
|
|
1029
|
+
SENSITIVE = []
|
|
987
1030
|
include Aws::Structure
|
|
988
1031
|
end
|
|
989
1032
|
|
|
@@ -1001,6 +1044,7 @@ module Aws::WorkLink
|
|
|
1001
1044
|
class ListWebsiteAuthorizationProvidersResponse < Struct.new(
|
|
1002
1045
|
:website_authorization_providers,
|
|
1003
1046
|
:next_token)
|
|
1047
|
+
SENSITIVE = []
|
|
1004
1048
|
include Aws::Structure
|
|
1005
1049
|
end
|
|
1006
1050
|
|
|
@@ -1032,6 +1076,7 @@ module Aws::WorkLink
|
|
|
1032
1076
|
:fleet_arn,
|
|
1033
1077
|
:max_results,
|
|
1034
1078
|
:next_token)
|
|
1079
|
+
SENSITIVE = []
|
|
1035
1080
|
include Aws::Structure
|
|
1036
1081
|
end
|
|
1037
1082
|
|
|
@@ -1049,6 +1094,7 @@ module Aws::WorkLink
|
|
|
1049
1094
|
class ListWebsiteCertificateAuthoritiesResponse < Struct.new(
|
|
1050
1095
|
:website_certificate_authorities,
|
|
1051
1096
|
:next_token)
|
|
1097
|
+
SENSITIVE = []
|
|
1052
1098
|
include Aws::Structure
|
|
1053
1099
|
end
|
|
1054
1100
|
|
|
@@ -1061,6 +1107,7 @@ module Aws::WorkLink
|
|
|
1061
1107
|
#
|
|
1062
1108
|
class ResourceAlreadyExistsException < Struct.new(
|
|
1063
1109
|
:message)
|
|
1110
|
+
SENSITIVE = []
|
|
1064
1111
|
include Aws::Structure
|
|
1065
1112
|
end
|
|
1066
1113
|
|
|
@@ -1073,6 +1120,7 @@ module Aws::WorkLink
|
|
|
1073
1120
|
#
|
|
1074
1121
|
class ResourceNotFoundException < Struct.new(
|
|
1075
1122
|
:message)
|
|
1123
|
+
SENSITIVE = []
|
|
1076
1124
|
include Aws::Structure
|
|
1077
1125
|
end
|
|
1078
1126
|
|
|
@@ -1097,6 +1145,7 @@ module Aws::WorkLink
|
|
|
1097
1145
|
class RestoreDomainAccessRequest < Struct.new(
|
|
1098
1146
|
:fleet_arn,
|
|
1099
1147
|
:domain_name)
|
|
1148
|
+
SENSITIVE = []
|
|
1100
1149
|
include Aws::Structure
|
|
1101
1150
|
end
|
|
1102
1151
|
|
|
@@ -1125,6 +1174,7 @@ module Aws::WorkLink
|
|
|
1125
1174
|
class RevokeDomainAccessRequest < Struct.new(
|
|
1126
1175
|
:fleet_arn,
|
|
1127
1176
|
:domain_name)
|
|
1177
|
+
SENSITIVE = []
|
|
1128
1178
|
include Aws::Structure
|
|
1129
1179
|
end
|
|
1130
1180
|
|
|
@@ -1153,6 +1203,7 @@ module Aws::WorkLink
|
|
|
1153
1203
|
class SignOutUserRequest < Struct.new(
|
|
1154
1204
|
:fleet_arn,
|
|
1155
1205
|
:username)
|
|
1206
|
+
SENSITIVE = []
|
|
1156
1207
|
include Aws::Structure
|
|
1157
1208
|
end
|
|
1158
1209
|
|
|
@@ -1183,6 +1234,7 @@ module Aws::WorkLink
|
|
|
1183
1234
|
class TagResourceRequest < Struct.new(
|
|
1184
1235
|
:resource_arn,
|
|
1185
1236
|
:tags)
|
|
1237
|
+
SENSITIVE = []
|
|
1186
1238
|
include Aws::Structure
|
|
1187
1239
|
end
|
|
1188
1240
|
|
|
@@ -1199,6 +1251,7 @@ module Aws::WorkLink
|
|
|
1199
1251
|
#
|
|
1200
1252
|
class TooManyRequestsException < Struct.new(
|
|
1201
1253
|
:message)
|
|
1254
|
+
SENSITIVE = []
|
|
1202
1255
|
include Aws::Structure
|
|
1203
1256
|
end
|
|
1204
1257
|
|
|
@@ -1211,6 +1264,7 @@ module Aws::WorkLink
|
|
|
1211
1264
|
#
|
|
1212
1265
|
class UnauthorizedException < Struct.new(
|
|
1213
1266
|
:message)
|
|
1267
|
+
SENSITIVE = []
|
|
1214
1268
|
include Aws::Structure
|
|
1215
1269
|
end
|
|
1216
1270
|
|
|
@@ -1235,6 +1289,7 @@ module Aws::WorkLink
|
|
|
1235
1289
|
class UntagResourceRequest < Struct.new(
|
|
1236
1290
|
:resource_arn,
|
|
1237
1291
|
:tag_keys)
|
|
1292
|
+
SENSITIVE = []
|
|
1238
1293
|
include Aws::Structure
|
|
1239
1294
|
end
|
|
1240
1295
|
|
|
@@ -1264,6 +1319,7 @@ module Aws::WorkLink
|
|
|
1264
1319
|
class UpdateAuditStreamConfigurationRequest < Struct.new(
|
|
1265
1320
|
:fleet_arn,
|
|
1266
1321
|
:audit_stream_arn)
|
|
1322
|
+
SENSITIVE = []
|
|
1267
1323
|
include Aws::Structure
|
|
1268
1324
|
end
|
|
1269
1325
|
|
|
@@ -1305,6 +1361,7 @@ module Aws::WorkLink
|
|
|
1305
1361
|
:vpc_id,
|
|
1306
1362
|
:subnet_ids,
|
|
1307
1363
|
:security_group_ids)
|
|
1364
|
+
SENSITIVE = []
|
|
1308
1365
|
include Aws::Structure
|
|
1309
1366
|
end
|
|
1310
1367
|
|
|
@@ -1335,6 +1392,7 @@ module Aws::WorkLink
|
|
|
1335
1392
|
class UpdateDevicePolicyConfigurationRequest < Struct.new(
|
|
1336
1393
|
:fleet_arn,
|
|
1337
1394
|
:device_ca_certificate)
|
|
1395
|
+
SENSITIVE = []
|
|
1338
1396
|
include Aws::Structure
|
|
1339
1397
|
end
|
|
1340
1398
|
|
|
@@ -1369,6 +1427,7 @@ module Aws::WorkLink
|
|
|
1369
1427
|
:fleet_arn,
|
|
1370
1428
|
:domain_name,
|
|
1371
1429
|
:display_name)
|
|
1430
|
+
SENSITIVE = []
|
|
1372
1431
|
include Aws::Structure
|
|
1373
1432
|
end
|
|
1374
1433
|
|
|
@@ -1406,6 +1465,7 @@ module Aws::WorkLink
|
|
|
1406
1465
|
:fleet_arn,
|
|
1407
1466
|
:display_name,
|
|
1408
1467
|
:optimize_for_end_user_location)
|
|
1468
|
+
SENSITIVE = []
|
|
1409
1469
|
include Aws::Structure
|
|
1410
1470
|
end
|
|
1411
1471
|
|
|
@@ -1442,6 +1502,7 @@ module Aws::WorkLink
|
|
|
1442
1502
|
:fleet_arn,
|
|
1443
1503
|
:identity_provider_type,
|
|
1444
1504
|
:identity_provider_saml_metadata)
|
|
1505
|
+
SENSITIVE = []
|
|
1445
1506
|
include Aws::Structure
|
|
1446
1507
|
end
|
|
1447
1508
|
|
|
@@ -1475,6 +1536,7 @@ module Aws::WorkLink
|
|
|
1475
1536
|
:authorization_provider_type,
|
|
1476
1537
|
:domain_name,
|
|
1477
1538
|
:created_time)
|
|
1539
|
+
SENSITIVE = []
|
|
1478
1540
|
include Aws::Structure
|
|
1479
1541
|
end
|
|
1480
1542
|
|
|
@@ -1498,6 +1560,7 @@ module Aws::WorkLink
|
|
|
1498
1560
|
:website_ca_id,
|
|
1499
1561
|
:created_time,
|
|
1500
1562
|
:display_name)
|
|
1563
|
+
SENSITIVE = []
|
|
1501
1564
|
include Aws::Structure
|
|
1502
1565
|
end
|
|
1503
1566
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-worklink
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.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
|