aws-sdk-worklink 1.32.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1066ebf009fdf4db23d07e7e58d60f7a02217aa3066cda0e4b97afe14ea96e4
4
- data.tar.gz: a55757089efa348204c590c5ecd280e7b2ac9cd73639db40a08f0a560c5bbb5e
3
+ metadata.gz: dbbbe137b031417eac86d113fe60b5c98b9088f2b4cbfef3313d83707317f2e8
4
+ data.tar.gz: 97cd83ae53e28f4637142aa0a5073e2cb319eb66c8f1a3413c89a7a735283e36
5
5
  SHA512:
6
- metadata.gz: 9f0c57a3a657fe1da21d8dc140a1dc211281622b00eb8d712f674a59b94a31f02880410d2e8a6804c025b9991202e17aa85cf4e1dee400033422ccdfc560008f
7
- data.tar.gz: f6ff533939a398e4006d5a7d36c37204de1c1b848108327f10271454c270c6bb3e887c552f7f9ae27f3ee8aec513aad332f03761f95750ac779ec821dfae13a0
6
+ metadata.gz: 9f59d60148be35d91a6fec64daaf0853907c2cf608a8a8273fb155e86884ba535b3c190719330541d2a56344bc0bd9bc8064c69987b64fd7545700f7f5b8a460
7
+ data.tar.gz: 5117bad18a7e6e05802934cb11eb665e97af61873e45ee171031043412b0bfec18be5cdd0a44a6533ab1be6b48fca8164b2d99f3c109a50ee41f91683473603d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2022-04-19)
5
+ ------------------
6
+
7
+ * Feature - Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
8
+
4
9
  1.32.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
1
+ 1.33.0
@@ -1493,7 +1493,7 @@ module Aws::WorkLink
1493
1493
  params: params,
1494
1494
  config: config)
1495
1495
  context[:gem_name] = 'aws-sdk-worklink'
1496
- context[:gem_version] = '1.32.0'
1496
+ context[:gem_version] = '1.33.0'
1497
1497
  Seahorse::Client::Request.new(handlers, context)
1498
1498
  end
1499
1499
 
@@ -476,6 +476,7 @@ module Aws::WorkLink
476
476
  o.name = "AssociateDomain"
477
477
  o.http_method = "POST"
478
478
  o.http_request_uri = "/associateDomain"
479
+ o.deprecated = true
479
480
  o.input = Shapes::ShapeRef.new(shape: AssociateDomainRequest)
480
481
  o.output = Shapes::ShapeRef.new(shape: AssociateDomainResponse)
481
482
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -490,6 +491,7 @@ module Aws::WorkLink
490
491
  o.name = "AssociateWebsiteAuthorizationProvider"
491
492
  o.http_method = "POST"
492
493
  o.http_request_uri = "/associateWebsiteAuthorizationProvider"
494
+ o.deprecated = true
493
495
  o.input = Shapes::ShapeRef.new(shape: AssociateWebsiteAuthorizationProviderRequest)
494
496
  o.output = Shapes::ShapeRef.new(shape: AssociateWebsiteAuthorizationProviderResponse)
495
497
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -504,6 +506,7 @@ module Aws::WorkLink
504
506
  o.name = "AssociateWebsiteCertificateAuthority"
505
507
  o.http_method = "POST"
506
508
  o.http_request_uri = "/associateWebsiteCertificateAuthority"
509
+ o.deprecated = true
507
510
  o.input = Shapes::ShapeRef.new(shape: AssociateWebsiteCertificateAuthorityRequest)
508
511
  o.output = Shapes::ShapeRef.new(shape: AssociateWebsiteCertificateAuthorityResponse)
509
512
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -518,6 +521,7 @@ module Aws::WorkLink
518
521
  o.name = "CreateFleet"
519
522
  o.http_method = "POST"
520
523
  o.http_request_uri = "/createFleet"
524
+ o.deprecated = true
521
525
  o.input = Shapes::ShapeRef.new(shape: CreateFleetRequest)
522
526
  o.output = Shapes::ShapeRef.new(shape: CreateFleetResponse)
523
527
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -532,6 +536,7 @@ module Aws::WorkLink
532
536
  o.name = "DeleteFleet"
533
537
  o.http_method = "POST"
534
538
  o.http_request_uri = "/deleteFleet"
539
+ o.deprecated = true
535
540
  o.input = Shapes::ShapeRef.new(shape: DeleteFleetRequest)
536
541
  o.output = Shapes::ShapeRef.new(shape: DeleteFleetResponse)
537
542
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -545,6 +550,7 @@ module Aws::WorkLink
545
550
  o.name = "DescribeAuditStreamConfiguration"
546
551
  o.http_method = "POST"
547
552
  o.http_request_uri = "/describeAuditStreamConfiguration"
553
+ o.deprecated = true
548
554
  o.input = Shapes::ShapeRef.new(shape: DescribeAuditStreamConfigurationRequest)
549
555
  o.output = Shapes::ShapeRef.new(shape: DescribeAuditStreamConfigurationResponse)
550
556
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -558,6 +564,7 @@ module Aws::WorkLink
558
564
  o.name = "DescribeCompanyNetworkConfiguration"
559
565
  o.http_method = "POST"
560
566
  o.http_request_uri = "/describeCompanyNetworkConfiguration"
567
+ o.deprecated = true
561
568
  o.input = Shapes::ShapeRef.new(shape: DescribeCompanyNetworkConfigurationRequest)
562
569
  o.output = Shapes::ShapeRef.new(shape: DescribeCompanyNetworkConfigurationResponse)
563
570
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -571,6 +578,7 @@ module Aws::WorkLink
571
578
  o.name = "DescribeDevice"
572
579
  o.http_method = "POST"
573
580
  o.http_request_uri = "/describeDevice"
581
+ o.deprecated = true
574
582
  o.input = Shapes::ShapeRef.new(shape: DescribeDeviceRequest)
575
583
  o.output = Shapes::ShapeRef.new(shape: DescribeDeviceResponse)
576
584
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -584,6 +592,7 @@ module Aws::WorkLink
584
592
  o.name = "DescribeDevicePolicyConfiguration"
585
593
  o.http_method = "POST"
586
594
  o.http_request_uri = "/describeDevicePolicyConfiguration"
595
+ o.deprecated = true
587
596
  o.input = Shapes::ShapeRef.new(shape: DescribeDevicePolicyConfigurationRequest)
588
597
  o.output = Shapes::ShapeRef.new(shape: DescribeDevicePolicyConfigurationResponse)
589
598
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -597,6 +606,7 @@ module Aws::WorkLink
597
606
  o.name = "DescribeDomain"
598
607
  o.http_method = "POST"
599
608
  o.http_request_uri = "/describeDomain"
609
+ o.deprecated = true
600
610
  o.input = Shapes::ShapeRef.new(shape: DescribeDomainRequest)
601
611
  o.output = Shapes::ShapeRef.new(shape: DescribeDomainResponse)
602
612
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -610,6 +620,7 @@ module Aws::WorkLink
610
620
  o.name = "DescribeFleetMetadata"
611
621
  o.http_method = "POST"
612
622
  o.http_request_uri = "/describeFleetMetadata"
623
+ o.deprecated = true
613
624
  o.input = Shapes::ShapeRef.new(shape: DescribeFleetMetadataRequest)
614
625
  o.output = Shapes::ShapeRef.new(shape: DescribeFleetMetadataResponse)
615
626
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -623,6 +634,7 @@ module Aws::WorkLink
623
634
  o.name = "DescribeIdentityProviderConfiguration"
624
635
  o.http_method = "POST"
625
636
  o.http_request_uri = "/describeIdentityProviderConfiguration"
637
+ o.deprecated = true
626
638
  o.input = Shapes::ShapeRef.new(shape: DescribeIdentityProviderConfigurationRequest)
627
639
  o.output = Shapes::ShapeRef.new(shape: DescribeIdentityProviderConfigurationResponse)
628
640
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -636,6 +648,7 @@ module Aws::WorkLink
636
648
  o.name = "DescribeWebsiteCertificateAuthority"
637
649
  o.http_method = "POST"
638
650
  o.http_request_uri = "/describeWebsiteCertificateAuthority"
651
+ o.deprecated = true
639
652
  o.input = Shapes::ShapeRef.new(shape: DescribeWebsiteCertificateAuthorityRequest)
640
653
  o.output = Shapes::ShapeRef.new(shape: DescribeWebsiteCertificateAuthorityResponse)
641
654
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -649,6 +662,7 @@ module Aws::WorkLink
649
662
  o.name = "DisassociateDomain"
650
663
  o.http_method = "POST"
651
664
  o.http_request_uri = "/disassociateDomain"
665
+ o.deprecated = true
652
666
  o.input = Shapes::ShapeRef.new(shape: DisassociateDomainRequest)
653
667
  o.output = Shapes::ShapeRef.new(shape: DisassociateDomainResponse)
654
668
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -662,6 +676,7 @@ module Aws::WorkLink
662
676
  o.name = "DisassociateWebsiteAuthorizationProvider"
663
677
  o.http_method = "POST"
664
678
  o.http_request_uri = "/disassociateWebsiteAuthorizationProvider"
679
+ o.deprecated = true
665
680
  o.input = Shapes::ShapeRef.new(shape: DisassociateWebsiteAuthorizationProviderRequest)
666
681
  o.output = Shapes::ShapeRef.new(shape: DisassociateWebsiteAuthorizationProviderResponse)
667
682
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -676,6 +691,7 @@ module Aws::WorkLink
676
691
  o.name = "DisassociateWebsiteCertificateAuthority"
677
692
  o.http_method = "POST"
678
693
  o.http_request_uri = "/disassociateWebsiteCertificateAuthority"
694
+ o.deprecated = true
679
695
  o.input = Shapes::ShapeRef.new(shape: DisassociateWebsiteCertificateAuthorityRequest)
680
696
  o.output = Shapes::ShapeRef.new(shape: DisassociateWebsiteCertificateAuthorityResponse)
681
697
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -689,6 +705,7 @@ module Aws::WorkLink
689
705
  o.name = "ListDevices"
690
706
  o.http_method = "POST"
691
707
  o.http_request_uri = "/listDevices"
708
+ o.deprecated = true
692
709
  o.input = Shapes::ShapeRef.new(shape: ListDevicesRequest)
693
710
  o.output = Shapes::ShapeRef.new(shape: ListDevicesResponse)
694
711
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -708,6 +725,7 @@ module Aws::WorkLink
708
725
  o.name = "ListDomains"
709
726
  o.http_method = "POST"
710
727
  o.http_request_uri = "/listDomains"
728
+ o.deprecated = true
711
729
  o.input = Shapes::ShapeRef.new(shape: ListDomainsRequest)
712
730
  o.output = Shapes::ShapeRef.new(shape: ListDomainsResponse)
713
731
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -727,6 +745,7 @@ module Aws::WorkLink
727
745
  o.name = "ListFleets"
728
746
  o.http_method = "POST"
729
747
  o.http_request_uri = "/listFleets"
748
+ o.deprecated = true
730
749
  o.input = Shapes::ShapeRef.new(shape: ListFleetsRequest)
731
750
  o.output = Shapes::ShapeRef.new(shape: ListFleetsResponse)
732
751
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -745,6 +764,7 @@ module Aws::WorkLink
745
764
  o.name = "ListTagsForResource"
746
765
  o.http_method = "GET"
747
766
  o.http_request_uri = "/tags/{ResourceArn}"
767
+ o.deprecated = true
748
768
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
749
769
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
750
770
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -754,6 +774,7 @@ module Aws::WorkLink
754
774
  o.name = "ListWebsiteAuthorizationProviders"
755
775
  o.http_method = "POST"
756
776
  o.http_request_uri = "/listWebsiteAuthorizationProviders"
777
+ o.deprecated = true
757
778
  o.input = Shapes::ShapeRef.new(shape: ListWebsiteAuthorizationProvidersRequest)
758
779
  o.output = Shapes::ShapeRef.new(shape: ListWebsiteAuthorizationProvidersResponse)
759
780
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -773,6 +794,7 @@ module Aws::WorkLink
773
794
  o.name = "ListWebsiteCertificateAuthorities"
774
795
  o.http_method = "POST"
775
796
  o.http_request_uri = "/listWebsiteCertificateAuthorities"
797
+ o.deprecated = true
776
798
  o.input = Shapes::ShapeRef.new(shape: ListWebsiteCertificateAuthoritiesRequest)
777
799
  o.output = Shapes::ShapeRef.new(shape: ListWebsiteCertificateAuthoritiesResponse)
778
800
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -791,6 +813,7 @@ module Aws::WorkLink
791
813
  o.name = "RestoreDomainAccess"
792
814
  o.http_method = "POST"
793
815
  o.http_request_uri = "/restoreDomainAccess"
816
+ o.deprecated = true
794
817
  o.input = Shapes::ShapeRef.new(shape: RestoreDomainAccessRequest)
795
818
  o.output = Shapes::ShapeRef.new(shape: RestoreDomainAccessResponse)
796
819
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -804,6 +827,7 @@ module Aws::WorkLink
804
827
  o.name = "RevokeDomainAccess"
805
828
  o.http_method = "POST"
806
829
  o.http_request_uri = "/revokeDomainAccess"
830
+ o.deprecated = true
807
831
  o.input = Shapes::ShapeRef.new(shape: RevokeDomainAccessRequest)
808
832
  o.output = Shapes::ShapeRef.new(shape: RevokeDomainAccessResponse)
809
833
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -817,6 +841,7 @@ module Aws::WorkLink
817
841
  o.name = "SignOutUser"
818
842
  o.http_method = "POST"
819
843
  o.http_request_uri = "/signOutUser"
844
+ o.deprecated = true
820
845
  o.input = Shapes::ShapeRef.new(shape: SignOutUserRequest)
821
846
  o.output = Shapes::ShapeRef.new(shape: SignOutUserResponse)
822
847
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -830,6 +855,7 @@ module Aws::WorkLink
830
855
  o.name = "TagResource"
831
856
  o.http_method = "POST"
832
857
  o.http_request_uri = "/tags/{ResourceArn}"
858
+ o.deprecated = true
833
859
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
834
860
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
835
861
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -839,6 +865,7 @@ module Aws::WorkLink
839
865
  o.name = "UntagResource"
840
866
  o.http_method = "DELETE"
841
867
  o.http_request_uri = "/tags/{ResourceArn}"
868
+ o.deprecated = true
842
869
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
843
870
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
844
871
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
@@ -848,6 +875,7 @@ module Aws::WorkLink
848
875
  o.name = "UpdateAuditStreamConfiguration"
849
876
  o.http_method = "POST"
850
877
  o.http_request_uri = "/updateAuditStreamConfiguration"
878
+ o.deprecated = true
851
879
  o.input = Shapes::ShapeRef.new(shape: UpdateAuditStreamConfigurationRequest)
852
880
  o.output = Shapes::ShapeRef.new(shape: UpdateAuditStreamConfigurationResponse)
853
881
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -861,6 +889,7 @@ module Aws::WorkLink
861
889
  o.name = "UpdateCompanyNetworkConfiguration"
862
890
  o.http_method = "POST"
863
891
  o.http_request_uri = "/updateCompanyNetworkConfiguration"
892
+ o.deprecated = true
864
893
  o.input = Shapes::ShapeRef.new(shape: UpdateCompanyNetworkConfigurationRequest)
865
894
  o.output = Shapes::ShapeRef.new(shape: UpdateCompanyNetworkConfigurationResponse)
866
895
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -874,6 +903,7 @@ module Aws::WorkLink
874
903
  o.name = "UpdateDevicePolicyConfiguration"
875
904
  o.http_method = "POST"
876
905
  o.http_request_uri = "/updateDevicePolicyConfiguration"
906
+ o.deprecated = true
877
907
  o.input = Shapes::ShapeRef.new(shape: UpdateDevicePolicyConfigurationRequest)
878
908
  o.output = Shapes::ShapeRef.new(shape: UpdateDevicePolicyConfigurationResponse)
879
909
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -887,6 +917,7 @@ module Aws::WorkLink
887
917
  o.name = "UpdateDomainMetadata"
888
918
  o.http_method = "POST"
889
919
  o.http_request_uri = "/updateDomainMetadata"
920
+ o.deprecated = true
890
921
  o.input = Shapes::ShapeRef.new(shape: UpdateDomainMetadataRequest)
891
922
  o.output = Shapes::ShapeRef.new(shape: UpdateDomainMetadataResponse)
892
923
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -900,6 +931,7 @@ module Aws::WorkLink
900
931
  o.name = "UpdateFleetMetadata"
901
932
  o.http_method = "POST"
902
933
  o.http_request_uri = "/UpdateFleetMetadata"
934
+ o.deprecated = true
903
935
  o.input = Shapes::ShapeRef.new(shape: UpdateFleetMetadataRequest)
904
936
  o.output = Shapes::ShapeRef.new(shape: UpdateFleetMetadataResponse)
905
937
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -913,6 +945,7 @@ module Aws::WorkLink
913
945
  o.name = "UpdateIdentityProviderConfiguration"
914
946
  o.http_method = "POST"
915
947
  o.http_request_uri = "/updateIdentityProviderConfiguration"
948
+ o.deprecated = true
916
949
  o.input = Shapes::ShapeRef.new(shape: UpdateIdentityProviderConfigurationRequest)
917
950
  o.output = Shapes::ShapeRef.new(shape: UpdateIdentityProviderConfigurationResponse)
918
951
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-worklink/customizations'
48
48
  # @!group service
49
49
  module Aws::WorkLink
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
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.32.0
4
+ version: 1.33.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core