aws-sdk 2.1388.0 → 2.1389.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.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/alexaforbusiness-2017-11-09.min.json +344 -128
- package/apis/appflow-2020-08-23.min.json +103 -77
- package/apis/customer-profiles-2020-08-15.min.json +476 -96
- package/apis/ivs-2020-07-14.min.json +52 -47
- package/apis/metadata.json +2 -1
- package/clients/alexaforbusiness.d.ts +12 -0
- package/clients/appflow.d.ts +31 -0
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +1 -0
- package/clients/customerprofiles.d.ts +438 -2
- package/clients/ivs.d.ts +27 -6
- package/clients/sagemaker.d.ts +2 -2
- package/clients/wafv2.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +1476 -491
- package/dist/aws-sdk.min.js +101 -100
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1389.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -572,6 +572,968 @@ module.exports={
|
|
572
572
|
}
|
573
573
|
|
574
574
|
},{}],4:[function(require,module,exports){
|
575
|
+
module.exports={
|
576
|
+
"version": "2.0",
|
577
|
+
"metadata": {
|
578
|
+
"apiVersion": "2020-08-01",
|
579
|
+
"endpointPrefix": "aps",
|
580
|
+
"jsonVersion": "1.1",
|
581
|
+
"protocol": "rest-json",
|
582
|
+
"serviceFullName": "Amazon Prometheus Service",
|
583
|
+
"serviceId": "amp",
|
584
|
+
"signatureVersion": "v4",
|
585
|
+
"signingName": "aps",
|
586
|
+
"uid": "amp-2020-08-01"
|
587
|
+
},
|
588
|
+
"operations": {
|
589
|
+
"CreateAlertManagerDefinition": {
|
590
|
+
"http": {
|
591
|
+
"requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
|
592
|
+
"responseCode": 202
|
593
|
+
},
|
594
|
+
"input": {
|
595
|
+
"type": "structure",
|
596
|
+
"required": [
|
597
|
+
"data",
|
598
|
+
"workspaceId"
|
599
|
+
],
|
600
|
+
"members": {
|
601
|
+
"clientToken": {
|
602
|
+
"idempotencyToken": true
|
603
|
+
},
|
604
|
+
"data": {
|
605
|
+
"type": "blob"
|
606
|
+
},
|
607
|
+
"workspaceId": {
|
608
|
+
"location": "uri",
|
609
|
+
"locationName": "workspaceId"
|
610
|
+
}
|
611
|
+
}
|
612
|
+
},
|
613
|
+
"output": {
|
614
|
+
"type": "structure",
|
615
|
+
"required": [
|
616
|
+
"status"
|
617
|
+
],
|
618
|
+
"members": {
|
619
|
+
"status": {
|
620
|
+
"shape": "S6"
|
621
|
+
}
|
622
|
+
}
|
623
|
+
},
|
624
|
+
"idempotent": true
|
625
|
+
},
|
626
|
+
"CreateLoggingConfiguration": {
|
627
|
+
"http": {
|
628
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
629
|
+
"responseCode": 202
|
630
|
+
},
|
631
|
+
"input": {
|
632
|
+
"type": "structure",
|
633
|
+
"required": [
|
634
|
+
"logGroupArn",
|
635
|
+
"workspaceId"
|
636
|
+
],
|
637
|
+
"members": {
|
638
|
+
"clientToken": {
|
639
|
+
"idempotencyToken": true
|
640
|
+
},
|
641
|
+
"logGroupArn": {},
|
642
|
+
"workspaceId": {
|
643
|
+
"location": "uri",
|
644
|
+
"locationName": "workspaceId"
|
645
|
+
}
|
646
|
+
}
|
647
|
+
},
|
648
|
+
"output": {
|
649
|
+
"type": "structure",
|
650
|
+
"required": [
|
651
|
+
"status"
|
652
|
+
],
|
653
|
+
"members": {
|
654
|
+
"status": {
|
655
|
+
"shape": "Sc"
|
656
|
+
}
|
657
|
+
}
|
658
|
+
},
|
659
|
+
"idempotent": true
|
660
|
+
},
|
661
|
+
"CreateRuleGroupsNamespace": {
|
662
|
+
"http": {
|
663
|
+
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
|
664
|
+
"responseCode": 202
|
665
|
+
},
|
666
|
+
"input": {
|
667
|
+
"type": "structure",
|
668
|
+
"required": [
|
669
|
+
"data",
|
670
|
+
"name",
|
671
|
+
"workspaceId"
|
672
|
+
],
|
673
|
+
"members": {
|
674
|
+
"clientToken": {
|
675
|
+
"idempotencyToken": true
|
676
|
+
},
|
677
|
+
"data": {
|
678
|
+
"type": "blob"
|
679
|
+
},
|
680
|
+
"name": {},
|
681
|
+
"tags": {
|
682
|
+
"shape": "Sh"
|
683
|
+
},
|
684
|
+
"workspaceId": {
|
685
|
+
"location": "uri",
|
686
|
+
"locationName": "workspaceId"
|
687
|
+
}
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"output": {
|
691
|
+
"type": "structure",
|
692
|
+
"required": [
|
693
|
+
"arn",
|
694
|
+
"name",
|
695
|
+
"status"
|
696
|
+
],
|
697
|
+
"members": {
|
698
|
+
"arn": {},
|
699
|
+
"name": {},
|
700
|
+
"status": {
|
701
|
+
"shape": "Sm"
|
702
|
+
},
|
703
|
+
"tags": {
|
704
|
+
"shape": "Sh"
|
705
|
+
}
|
706
|
+
}
|
707
|
+
},
|
708
|
+
"idempotent": true
|
709
|
+
},
|
710
|
+
"CreateWorkspace": {
|
711
|
+
"http": {
|
712
|
+
"requestUri": "/workspaces",
|
713
|
+
"responseCode": 202
|
714
|
+
},
|
715
|
+
"input": {
|
716
|
+
"type": "structure",
|
717
|
+
"members": {
|
718
|
+
"alias": {},
|
719
|
+
"clientToken": {
|
720
|
+
"idempotencyToken": true
|
721
|
+
},
|
722
|
+
"tags": {
|
723
|
+
"shape": "Sh"
|
724
|
+
}
|
725
|
+
}
|
726
|
+
},
|
727
|
+
"output": {
|
728
|
+
"type": "structure",
|
729
|
+
"required": [
|
730
|
+
"arn",
|
731
|
+
"status",
|
732
|
+
"workspaceId"
|
733
|
+
],
|
734
|
+
"members": {
|
735
|
+
"arn": {},
|
736
|
+
"status": {
|
737
|
+
"shape": "Ss"
|
738
|
+
},
|
739
|
+
"tags": {
|
740
|
+
"shape": "Sh"
|
741
|
+
},
|
742
|
+
"workspaceId": {}
|
743
|
+
}
|
744
|
+
},
|
745
|
+
"idempotent": true
|
746
|
+
},
|
747
|
+
"DeleteAlertManagerDefinition": {
|
748
|
+
"http": {
|
749
|
+
"method": "DELETE",
|
750
|
+
"requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
|
751
|
+
"responseCode": 202
|
752
|
+
},
|
753
|
+
"input": {
|
754
|
+
"type": "structure",
|
755
|
+
"required": [
|
756
|
+
"workspaceId"
|
757
|
+
],
|
758
|
+
"members": {
|
759
|
+
"clientToken": {
|
760
|
+
"idempotencyToken": true,
|
761
|
+
"location": "querystring",
|
762
|
+
"locationName": "clientToken"
|
763
|
+
},
|
764
|
+
"workspaceId": {
|
765
|
+
"location": "uri",
|
766
|
+
"locationName": "workspaceId"
|
767
|
+
}
|
768
|
+
}
|
769
|
+
},
|
770
|
+
"idempotent": true
|
771
|
+
},
|
772
|
+
"DeleteLoggingConfiguration": {
|
773
|
+
"http": {
|
774
|
+
"method": "DELETE",
|
775
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
776
|
+
"responseCode": 202
|
777
|
+
},
|
778
|
+
"input": {
|
779
|
+
"type": "structure",
|
780
|
+
"required": [
|
781
|
+
"workspaceId"
|
782
|
+
],
|
783
|
+
"members": {
|
784
|
+
"clientToken": {
|
785
|
+
"idempotencyToken": true,
|
786
|
+
"location": "querystring",
|
787
|
+
"locationName": "clientToken"
|
788
|
+
},
|
789
|
+
"workspaceId": {
|
790
|
+
"location": "uri",
|
791
|
+
"locationName": "workspaceId"
|
792
|
+
}
|
793
|
+
}
|
794
|
+
},
|
795
|
+
"idempotent": true
|
796
|
+
},
|
797
|
+
"DeleteRuleGroupsNamespace": {
|
798
|
+
"http": {
|
799
|
+
"method": "DELETE",
|
800
|
+
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
|
801
|
+
"responseCode": 202
|
802
|
+
},
|
803
|
+
"input": {
|
804
|
+
"type": "structure",
|
805
|
+
"required": [
|
806
|
+
"name",
|
807
|
+
"workspaceId"
|
808
|
+
],
|
809
|
+
"members": {
|
810
|
+
"clientToken": {
|
811
|
+
"idempotencyToken": true,
|
812
|
+
"location": "querystring",
|
813
|
+
"locationName": "clientToken"
|
814
|
+
},
|
815
|
+
"name": {
|
816
|
+
"location": "uri",
|
817
|
+
"locationName": "name"
|
818
|
+
},
|
819
|
+
"workspaceId": {
|
820
|
+
"location": "uri",
|
821
|
+
"locationName": "workspaceId"
|
822
|
+
}
|
823
|
+
}
|
824
|
+
},
|
825
|
+
"idempotent": true
|
826
|
+
},
|
827
|
+
"DeleteWorkspace": {
|
828
|
+
"http": {
|
829
|
+
"method": "DELETE",
|
830
|
+
"requestUri": "/workspaces/{workspaceId}",
|
831
|
+
"responseCode": 202
|
832
|
+
},
|
833
|
+
"input": {
|
834
|
+
"type": "structure",
|
835
|
+
"required": [
|
836
|
+
"workspaceId"
|
837
|
+
],
|
838
|
+
"members": {
|
839
|
+
"clientToken": {
|
840
|
+
"idempotencyToken": true,
|
841
|
+
"location": "querystring",
|
842
|
+
"locationName": "clientToken"
|
843
|
+
},
|
844
|
+
"workspaceId": {
|
845
|
+
"location": "uri",
|
846
|
+
"locationName": "workspaceId"
|
847
|
+
}
|
848
|
+
}
|
849
|
+
},
|
850
|
+
"idempotent": true
|
851
|
+
},
|
852
|
+
"DescribeAlertManagerDefinition": {
|
853
|
+
"http": {
|
854
|
+
"method": "GET",
|
855
|
+
"requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
|
856
|
+
"responseCode": 200
|
857
|
+
},
|
858
|
+
"input": {
|
859
|
+
"type": "structure",
|
860
|
+
"required": [
|
861
|
+
"workspaceId"
|
862
|
+
],
|
863
|
+
"members": {
|
864
|
+
"workspaceId": {
|
865
|
+
"location": "uri",
|
866
|
+
"locationName": "workspaceId"
|
867
|
+
}
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"output": {
|
871
|
+
"type": "structure",
|
872
|
+
"required": [
|
873
|
+
"alertManagerDefinition"
|
874
|
+
],
|
875
|
+
"members": {
|
876
|
+
"alertManagerDefinition": {
|
877
|
+
"type": "structure",
|
878
|
+
"required": [
|
879
|
+
"createdAt",
|
880
|
+
"data",
|
881
|
+
"modifiedAt",
|
882
|
+
"status"
|
883
|
+
],
|
884
|
+
"members": {
|
885
|
+
"createdAt": {
|
886
|
+
"type": "timestamp"
|
887
|
+
},
|
888
|
+
"data": {
|
889
|
+
"type": "blob"
|
890
|
+
},
|
891
|
+
"modifiedAt": {
|
892
|
+
"type": "timestamp"
|
893
|
+
},
|
894
|
+
"status": {
|
895
|
+
"shape": "S6"
|
896
|
+
}
|
897
|
+
}
|
898
|
+
}
|
899
|
+
}
|
900
|
+
}
|
901
|
+
},
|
902
|
+
"DescribeLoggingConfiguration": {
|
903
|
+
"http": {
|
904
|
+
"method": "GET",
|
905
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
906
|
+
"responseCode": 200
|
907
|
+
},
|
908
|
+
"input": {
|
909
|
+
"type": "structure",
|
910
|
+
"required": [
|
911
|
+
"workspaceId"
|
912
|
+
],
|
913
|
+
"members": {
|
914
|
+
"workspaceId": {
|
915
|
+
"location": "uri",
|
916
|
+
"locationName": "workspaceId"
|
917
|
+
}
|
918
|
+
}
|
919
|
+
},
|
920
|
+
"output": {
|
921
|
+
"type": "structure",
|
922
|
+
"required": [
|
923
|
+
"loggingConfiguration"
|
924
|
+
],
|
925
|
+
"members": {
|
926
|
+
"loggingConfiguration": {
|
927
|
+
"type": "structure",
|
928
|
+
"required": [
|
929
|
+
"createdAt",
|
930
|
+
"logGroupArn",
|
931
|
+
"modifiedAt",
|
932
|
+
"status",
|
933
|
+
"workspace"
|
934
|
+
],
|
935
|
+
"members": {
|
936
|
+
"createdAt": {
|
937
|
+
"type": "timestamp"
|
938
|
+
},
|
939
|
+
"logGroupArn": {},
|
940
|
+
"modifiedAt": {
|
941
|
+
"type": "timestamp"
|
942
|
+
},
|
943
|
+
"status": {
|
944
|
+
"shape": "Sc"
|
945
|
+
},
|
946
|
+
"workspace": {}
|
947
|
+
}
|
948
|
+
}
|
949
|
+
}
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"DescribeRuleGroupsNamespace": {
|
953
|
+
"http": {
|
954
|
+
"method": "GET",
|
955
|
+
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
|
956
|
+
"responseCode": 200
|
957
|
+
},
|
958
|
+
"input": {
|
959
|
+
"type": "structure",
|
960
|
+
"required": [
|
961
|
+
"name",
|
962
|
+
"workspaceId"
|
963
|
+
],
|
964
|
+
"members": {
|
965
|
+
"name": {
|
966
|
+
"location": "uri",
|
967
|
+
"locationName": "name"
|
968
|
+
},
|
969
|
+
"workspaceId": {
|
970
|
+
"location": "uri",
|
971
|
+
"locationName": "workspaceId"
|
972
|
+
}
|
973
|
+
}
|
974
|
+
},
|
975
|
+
"output": {
|
976
|
+
"type": "structure",
|
977
|
+
"required": [
|
978
|
+
"ruleGroupsNamespace"
|
979
|
+
],
|
980
|
+
"members": {
|
981
|
+
"ruleGroupsNamespace": {
|
982
|
+
"type": "structure",
|
983
|
+
"required": [
|
984
|
+
"arn",
|
985
|
+
"createdAt",
|
986
|
+
"data",
|
987
|
+
"modifiedAt",
|
988
|
+
"name",
|
989
|
+
"status"
|
990
|
+
],
|
991
|
+
"members": {
|
992
|
+
"arn": {},
|
993
|
+
"createdAt": {
|
994
|
+
"type": "timestamp"
|
995
|
+
},
|
996
|
+
"data": {
|
997
|
+
"type": "blob"
|
998
|
+
},
|
999
|
+
"modifiedAt": {
|
1000
|
+
"type": "timestamp"
|
1001
|
+
},
|
1002
|
+
"name": {},
|
1003
|
+
"status": {
|
1004
|
+
"shape": "Sm"
|
1005
|
+
},
|
1006
|
+
"tags": {
|
1007
|
+
"shape": "Sh"
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
}
|
1011
|
+
}
|
1012
|
+
}
|
1013
|
+
},
|
1014
|
+
"DescribeWorkspace": {
|
1015
|
+
"http": {
|
1016
|
+
"method": "GET",
|
1017
|
+
"requestUri": "/workspaces/{workspaceId}",
|
1018
|
+
"responseCode": 200
|
1019
|
+
},
|
1020
|
+
"input": {
|
1021
|
+
"type": "structure",
|
1022
|
+
"required": [
|
1023
|
+
"workspaceId"
|
1024
|
+
],
|
1025
|
+
"members": {
|
1026
|
+
"workspaceId": {
|
1027
|
+
"location": "uri",
|
1028
|
+
"locationName": "workspaceId"
|
1029
|
+
}
|
1030
|
+
}
|
1031
|
+
},
|
1032
|
+
"output": {
|
1033
|
+
"type": "structure",
|
1034
|
+
"required": [
|
1035
|
+
"workspace"
|
1036
|
+
],
|
1037
|
+
"members": {
|
1038
|
+
"workspace": {
|
1039
|
+
"type": "structure",
|
1040
|
+
"required": [
|
1041
|
+
"arn",
|
1042
|
+
"createdAt",
|
1043
|
+
"status",
|
1044
|
+
"workspaceId"
|
1045
|
+
],
|
1046
|
+
"members": {
|
1047
|
+
"alias": {},
|
1048
|
+
"arn": {},
|
1049
|
+
"createdAt": {
|
1050
|
+
"type": "timestamp"
|
1051
|
+
},
|
1052
|
+
"prometheusEndpoint": {},
|
1053
|
+
"status": {
|
1054
|
+
"shape": "Ss"
|
1055
|
+
},
|
1056
|
+
"tags": {
|
1057
|
+
"shape": "Sh"
|
1058
|
+
},
|
1059
|
+
"workspaceId": {}
|
1060
|
+
}
|
1061
|
+
}
|
1062
|
+
}
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
"ListRuleGroupsNamespaces": {
|
1066
|
+
"http": {
|
1067
|
+
"method": "GET",
|
1068
|
+
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces",
|
1069
|
+
"responseCode": 200
|
1070
|
+
},
|
1071
|
+
"input": {
|
1072
|
+
"type": "structure",
|
1073
|
+
"required": [
|
1074
|
+
"workspaceId"
|
1075
|
+
],
|
1076
|
+
"members": {
|
1077
|
+
"maxResults": {
|
1078
|
+
"location": "querystring",
|
1079
|
+
"locationName": "maxResults",
|
1080
|
+
"type": "integer"
|
1081
|
+
},
|
1082
|
+
"name": {
|
1083
|
+
"location": "querystring",
|
1084
|
+
"locationName": "name"
|
1085
|
+
},
|
1086
|
+
"nextToken": {
|
1087
|
+
"location": "querystring",
|
1088
|
+
"locationName": "nextToken"
|
1089
|
+
},
|
1090
|
+
"workspaceId": {
|
1091
|
+
"location": "uri",
|
1092
|
+
"locationName": "workspaceId"
|
1093
|
+
}
|
1094
|
+
}
|
1095
|
+
},
|
1096
|
+
"output": {
|
1097
|
+
"type": "structure",
|
1098
|
+
"required": [
|
1099
|
+
"ruleGroupsNamespaces"
|
1100
|
+
],
|
1101
|
+
"members": {
|
1102
|
+
"nextToken": {},
|
1103
|
+
"ruleGroupsNamespaces": {
|
1104
|
+
"type": "list",
|
1105
|
+
"member": {
|
1106
|
+
"type": "structure",
|
1107
|
+
"required": [
|
1108
|
+
"arn",
|
1109
|
+
"createdAt",
|
1110
|
+
"modifiedAt",
|
1111
|
+
"name",
|
1112
|
+
"status"
|
1113
|
+
],
|
1114
|
+
"members": {
|
1115
|
+
"arn": {},
|
1116
|
+
"createdAt": {
|
1117
|
+
"type": "timestamp"
|
1118
|
+
},
|
1119
|
+
"modifiedAt": {
|
1120
|
+
"type": "timestamp"
|
1121
|
+
},
|
1122
|
+
"name": {},
|
1123
|
+
"status": {
|
1124
|
+
"shape": "Sm"
|
1125
|
+
},
|
1126
|
+
"tags": {
|
1127
|
+
"shape": "Sh"
|
1128
|
+
}
|
1129
|
+
}
|
1130
|
+
}
|
1131
|
+
}
|
1132
|
+
}
|
1133
|
+
}
|
1134
|
+
},
|
1135
|
+
"ListTagsForResource": {
|
1136
|
+
"http": {
|
1137
|
+
"method": "GET",
|
1138
|
+
"requestUri": "/tags/{resourceArn}",
|
1139
|
+
"responseCode": 200
|
1140
|
+
},
|
1141
|
+
"input": {
|
1142
|
+
"type": "structure",
|
1143
|
+
"required": [
|
1144
|
+
"resourceArn"
|
1145
|
+
],
|
1146
|
+
"members": {
|
1147
|
+
"resourceArn": {
|
1148
|
+
"location": "uri",
|
1149
|
+
"locationName": "resourceArn"
|
1150
|
+
}
|
1151
|
+
}
|
1152
|
+
},
|
1153
|
+
"output": {
|
1154
|
+
"type": "structure",
|
1155
|
+
"members": {
|
1156
|
+
"tags": {
|
1157
|
+
"shape": "Sh"
|
1158
|
+
}
|
1159
|
+
}
|
1160
|
+
}
|
1161
|
+
},
|
1162
|
+
"ListWorkspaces": {
|
1163
|
+
"http": {
|
1164
|
+
"method": "GET",
|
1165
|
+
"requestUri": "/workspaces",
|
1166
|
+
"responseCode": 200
|
1167
|
+
},
|
1168
|
+
"input": {
|
1169
|
+
"type": "structure",
|
1170
|
+
"members": {
|
1171
|
+
"alias": {
|
1172
|
+
"location": "querystring",
|
1173
|
+
"locationName": "alias"
|
1174
|
+
},
|
1175
|
+
"maxResults": {
|
1176
|
+
"location": "querystring",
|
1177
|
+
"locationName": "maxResults",
|
1178
|
+
"type": "integer"
|
1179
|
+
},
|
1180
|
+
"nextToken": {
|
1181
|
+
"location": "querystring",
|
1182
|
+
"locationName": "nextToken"
|
1183
|
+
}
|
1184
|
+
}
|
1185
|
+
},
|
1186
|
+
"output": {
|
1187
|
+
"type": "structure",
|
1188
|
+
"required": [
|
1189
|
+
"workspaces"
|
1190
|
+
],
|
1191
|
+
"members": {
|
1192
|
+
"nextToken": {},
|
1193
|
+
"workspaces": {
|
1194
|
+
"type": "list",
|
1195
|
+
"member": {
|
1196
|
+
"type": "structure",
|
1197
|
+
"required": [
|
1198
|
+
"arn",
|
1199
|
+
"createdAt",
|
1200
|
+
"status",
|
1201
|
+
"workspaceId"
|
1202
|
+
],
|
1203
|
+
"members": {
|
1204
|
+
"alias": {},
|
1205
|
+
"arn": {},
|
1206
|
+
"createdAt": {
|
1207
|
+
"type": "timestamp"
|
1208
|
+
},
|
1209
|
+
"status": {
|
1210
|
+
"shape": "Ss"
|
1211
|
+
},
|
1212
|
+
"tags": {
|
1213
|
+
"shape": "Sh"
|
1214
|
+
},
|
1215
|
+
"workspaceId": {}
|
1216
|
+
}
|
1217
|
+
}
|
1218
|
+
}
|
1219
|
+
}
|
1220
|
+
}
|
1221
|
+
},
|
1222
|
+
"PutAlertManagerDefinition": {
|
1223
|
+
"http": {
|
1224
|
+
"method": "PUT",
|
1225
|
+
"requestUri": "/workspaces/{workspaceId}/alertmanager/definition",
|
1226
|
+
"responseCode": 202
|
1227
|
+
},
|
1228
|
+
"input": {
|
1229
|
+
"type": "structure",
|
1230
|
+
"required": [
|
1231
|
+
"data",
|
1232
|
+
"workspaceId"
|
1233
|
+
],
|
1234
|
+
"members": {
|
1235
|
+
"clientToken": {
|
1236
|
+
"idempotencyToken": true
|
1237
|
+
},
|
1238
|
+
"data": {
|
1239
|
+
"type": "blob"
|
1240
|
+
},
|
1241
|
+
"workspaceId": {
|
1242
|
+
"location": "uri",
|
1243
|
+
"locationName": "workspaceId"
|
1244
|
+
}
|
1245
|
+
}
|
1246
|
+
},
|
1247
|
+
"output": {
|
1248
|
+
"type": "structure",
|
1249
|
+
"required": [
|
1250
|
+
"status"
|
1251
|
+
],
|
1252
|
+
"members": {
|
1253
|
+
"status": {
|
1254
|
+
"shape": "S6"
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"idempotent": true
|
1259
|
+
},
|
1260
|
+
"PutRuleGroupsNamespace": {
|
1261
|
+
"http": {
|
1262
|
+
"method": "PUT",
|
1263
|
+
"requestUri": "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}",
|
1264
|
+
"responseCode": 202
|
1265
|
+
},
|
1266
|
+
"input": {
|
1267
|
+
"type": "structure",
|
1268
|
+
"required": [
|
1269
|
+
"data",
|
1270
|
+
"name",
|
1271
|
+
"workspaceId"
|
1272
|
+
],
|
1273
|
+
"members": {
|
1274
|
+
"clientToken": {
|
1275
|
+
"idempotencyToken": true
|
1276
|
+
},
|
1277
|
+
"data": {
|
1278
|
+
"type": "blob"
|
1279
|
+
},
|
1280
|
+
"name": {
|
1281
|
+
"location": "uri",
|
1282
|
+
"locationName": "name"
|
1283
|
+
},
|
1284
|
+
"workspaceId": {
|
1285
|
+
"location": "uri",
|
1286
|
+
"locationName": "workspaceId"
|
1287
|
+
}
|
1288
|
+
}
|
1289
|
+
},
|
1290
|
+
"output": {
|
1291
|
+
"type": "structure",
|
1292
|
+
"required": [
|
1293
|
+
"arn",
|
1294
|
+
"name",
|
1295
|
+
"status"
|
1296
|
+
],
|
1297
|
+
"members": {
|
1298
|
+
"arn": {},
|
1299
|
+
"name": {},
|
1300
|
+
"status": {
|
1301
|
+
"shape": "Sm"
|
1302
|
+
},
|
1303
|
+
"tags": {
|
1304
|
+
"shape": "Sh"
|
1305
|
+
}
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"idempotent": true
|
1309
|
+
},
|
1310
|
+
"TagResource": {
|
1311
|
+
"http": {
|
1312
|
+
"requestUri": "/tags/{resourceArn}",
|
1313
|
+
"responseCode": 200
|
1314
|
+
},
|
1315
|
+
"input": {
|
1316
|
+
"type": "structure",
|
1317
|
+
"required": [
|
1318
|
+
"resourceArn",
|
1319
|
+
"tags"
|
1320
|
+
],
|
1321
|
+
"members": {
|
1322
|
+
"resourceArn": {
|
1323
|
+
"location": "uri",
|
1324
|
+
"locationName": "resourceArn"
|
1325
|
+
},
|
1326
|
+
"tags": {
|
1327
|
+
"shape": "Sh"
|
1328
|
+
}
|
1329
|
+
}
|
1330
|
+
},
|
1331
|
+
"output": {
|
1332
|
+
"type": "structure",
|
1333
|
+
"members": {}
|
1334
|
+
}
|
1335
|
+
},
|
1336
|
+
"UntagResource": {
|
1337
|
+
"http": {
|
1338
|
+
"method": "DELETE",
|
1339
|
+
"requestUri": "/tags/{resourceArn}",
|
1340
|
+
"responseCode": 200
|
1341
|
+
},
|
1342
|
+
"input": {
|
1343
|
+
"type": "structure",
|
1344
|
+
"required": [
|
1345
|
+
"resourceArn",
|
1346
|
+
"tagKeys"
|
1347
|
+
],
|
1348
|
+
"members": {
|
1349
|
+
"resourceArn": {
|
1350
|
+
"location": "uri",
|
1351
|
+
"locationName": "resourceArn"
|
1352
|
+
},
|
1353
|
+
"tagKeys": {
|
1354
|
+
"location": "querystring",
|
1355
|
+
"locationName": "tagKeys",
|
1356
|
+
"type": "list",
|
1357
|
+
"member": {}
|
1358
|
+
}
|
1359
|
+
}
|
1360
|
+
},
|
1361
|
+
"output": {
|
1362
|
+
"type": "structure",
|
1363
|
+
"members": {}
|
1364
|
+
},
|
1365
|
+
"idempotent": true
|
1366
|
+
},
|
1367
|
+
"UpdateLoggingConfiguration": {
|
1368
|
+
"http": {
|
1369
|
+
"method": "PUT",
|
1370
|
+
"requestUri": "/workspaces/{workspaceId}/logging",
|
1371
|
+
"responseCode": 202
|
1372
|
+
},
|
1373
|
+
"input": {
|
1374
|
+
"type": "structure",
|
1375
|
+
"required": [
|
1376
|
+
"logGroupArn",
|
1377
|
+
"workspaceId"
|
1378
|
+
],
|
1379
|
+
"members": {
|
1380
|
+
"clientToken": {
|
1381
|
+
"idempotencyToken": true
|
1382
|
+
},
|
1383
|
+
"logGroupArn": {},
|
1384
|
+
"workspaceId": {
|
1385
|
+
"location": "uri",
|
1386
|
+
"locationName": "workspaceId"
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
},
|
1390
|
+
"output": {
|
1391
|
+
"type": "structure",
|
1392
|
+
"required": [
|
1393
|
+
"status"
|
1394
|
+
],
|
1395
|
+
"members": {
|
1396
|
+
"status": {
|
1397
|
+
"shape": "Sc"
|
1398
|
+
}
|
1399
|
+
}
|
1400
|
+
},
|
1401
|
+
"idempotent": true
|
1402
|
+
},
|
1403
|
+
"UpdateWorkspaceAlias": {
|
1404
|
+
"http": {
|
1405
|
+
"requestUri": "/workspaces/{workspaceId}/alias",
|
1406
|
+
"responseCode": 204
|
1407
|
+
},
|
1408
|
+
"input": {
|
1409
|
+
"type": "structure",
|
1410
|
+
"required": [
|
1411
|
+
"workspaceId"
|
1412
|
+
],
|
1413
|
+
"members": {
|
1414
|
+
"alias": {},
|
1415
|
+
"clientToken": {
|
1416
|
+
"idempotencyToken": true
|
1417
|
+
},
|
1418
|
+
"workspaceId": {
|
1419
|
+
"location": "uri",
|
1420
|
+
"locationName": "workspaceId"
|
1421
|
+
}
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
"idempotent": true
|
1425
|
+
}
|
1426
|
+
},
|
1427
|
+
"shapes": {
|
1428
|
+
"S6": {
|
1429
|
+
"type": "structure",
|
1430
|
+
"required": [
|
1431
|
+
"statusCode"
|
1432
|
+
],
|
1433
|
+
"members": {
|
1434
|
+
"statusCode": {},
|
1435
|
+
"statusReason": {}
|
1436
|
+
}
|
1437
|
+
},
|
1438
|
+
"Sc": {
|
1439
|
+
"type": "structure",
|
1440
|
+
"required": [
|
1441
|
+
"statusCode"
|
1442
|
+
],
|
1443
|
+
"members": {
|
1444
|
+
"statusCode": {},
|
1445
|
+
"statusReason": {}
|
1446
|
+
}
|
1447
|
+
},
|
1448
|
+
"Sh": {
|
1449
|
+
"type": "map",
|
1450
|
+
"key": {},
|
1451
|
+
"value": {}
|
1452
|
+
},
|
1453
|
+
"Sm": {
|
1454
|
+
"type": "structure",
|
1455
|
+
"required": [
|
1456
|
+
"statusCode"
|
1457
|
+
],
|
1458
|
+
"members": {
|
1459
|
+
"statusCode": {},
|
1460
|
+
"statusReason": {}
|
1461
|
+
}
|
1462
|
+
},
|
1463
|
+
"Ss": {
|
1464
|
+
"type": "structure",
|
1465
|
+
"required": [
|
1466
|
+
"statusCode"
|
1467
|
+
],
|
1468
|
+
"members": {
|
1469
|
+
"statusCode": {}
|
1470
|
+
}
|
1471
|
+
}
|
1472
|
+
}
|
1473
|
+
}
|
1474
|
+
},{}],5:[function(require,module,exports){
|
1475
|
+
module.exports={
|
1476
|
+
"pagination": {
|
1477
|
+
"ListRuleGroupsNamespaces": {
|
1478
|
+
"input_token": "nextToken",
|
1479
|
+
"output_token": "nextToken",
|
1480
|
+
"limit_key": "maxResults",
|
1481
|
+
"result_key": "ruleGroupsNamespaces"
|
1482
|
+
},
|
1483
|
+
"ListWorkspaces": {
|
1484
|
+
"input_token": "nextToken",
|
1485
|
+
"output_token": "nextToken",
|
1486
|
+
"limit_key": "maxResults",
|
1487
|
+
"result_key": "workspaces"
|
1488
|
+
}
|
1489
|
+
}
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
},{}],6:[function(require,module,exports){
|
1493
|
+
module.exports={
|
1494
|
+
"version" : 2,
|
1495
|
+
"waiters" : {
|
1496
|
+
"WorkspaceActive" : {
|
1497
|
+
"description" : "Wait until a workspace reaches ACTIVE status",
|
1498
|
+
"delay" : 2,
|
1499
|
+
"maxAttempts" : 60,
|
1500
|
+
"operation" : "DescribeWorkspace",
|
1501
|
+
"acceptors" : [ {
|
1502
|
+
"matcher" : "path",
|
1503
|
+
"argument" : "workspace.status.statusCode",
|
1504
|
+
"state" : "success",
|
1505
|
+
"expected" : "ACTIVE"
|
1506
|
+
}, {
|
1507
|
+
"matcher" : "path",
|
1508
|
+
"argument" : "workspace.status.statusCode",
|
1509
|
+
"state" : "retry",
|
1510
|
+
"expected" : "UPDATING"
|
1511
|
+
}, {
|
1512
|
+
"matcher" : "path",
|
1513
|
+
"argument" : "workspace.status.statusCode",
|
1514
|
+
"state" : "retry",
|
1515
|
+
"expected" : "CREATING"
|
1516
|
+
} ]
|
1517
|
+
},
|
1518
|
+
"WorkspaceDeleted" : {
|
1519
|
+
"description" : "Wait until a workspace reaches DELETED status",
|
1520
|
+
"delay" : 2,
|
1521
|
+
"maxAttempts" : 60,
|
1522
|
+
"operation" : "DescribeWorkspace",
|
1523
|
+
"acceptors" : [ {
|
1524
|
+
"matcher" : "error",
|
1525
|
+
"state" : "success",
|
1526
|
+
"expected" : "ResourceNotFoundException"
|
1527
|
+
}, {
|
1528
|
+
"matcher" : "path",
|
1529
|
+
"argument" : "workspace.status.statusCode",
|
1530
|
+
"state" : "retry",
|
1531
|
+
"expected" : "DELETING"
|
1532
|
+
} ]
|
1533
|
+
}
|
1534
|
+
}
|
1535
|
+
}
|
1536
|
+
},{}],7:[function(require,module,exports){
|
575
1537
|
module.exports={
|
576
1538
|
"version": "2.0",
|
577
1539
|
"metadata": {
|
@@ -4976,7 +5938,7 @@ module.exports={
|
|
4976
5938
|
}
|
4977
5939
|
}
|
4978
5940
|
}
|
4979
|
-
},{}],
|
5941
|
+
},{}],8:[function(require,module,exports){
|
4980
5942
|
module.exports={
|
4981
5943
|
"pagination": {
|
4982
5944
|
"GetApiKeys": {
|
@@ -5058,7 +6020,7 @@ module.exports={
|
|
5058
6020
|
}
|
5059
6021
|
}
|
5060
6022
|
}
|
5061
|
-
},{}],
|
6023
|
+
},{}],9:[function(require,module,exports){
|
5062
6024
|
module.exports={
|
5063
6025
|
"version": "2.0",
|
5064
6026
|
"metadata": {
|
@@ -5743,7 +6705,7 @@ module.exports={
|
|
5743
6705
|
}
|
5744
6706
|
}
|
5745
6707
|
}
|
5746
|
-
},{}],
|
6708
|
+
},{}],10:[function(require,module,exports){
|
5747
6709
|
module.exports={
|
5748
6710
|
"pagination": {
|
5749
6711
|
"DescribeScalableTargets": {
|
@@ -5772,7 +6734,7 @@ module.exports={
|
|
5772
6734
|
}
|
5773
6735
|
}
|
5774
6736
|
}
|
5775
|
-
},{}],
|
6737
|
+
},{}],11:[function(require,module,exports){
|
5776
6738
|
module.exports={
|
5777
6739
|
"version": "2.0",
|
5778
6740
|
"metadata": {
|
@@ -8092,7 +9054,7 @@ module.exports={
|
|
8092
9054
|
}
|
8093
9055
|
}
|
8094
9056
|
}
|
8095
|
-
},{}],
|
9057
|
+
},{}],12:[function(require,module,exports){
|
8096
9058
|
module.exports={
|
8097
9059
|
"pagination": {
|
8098
9060
|
"GetQueryResults": {
|
@@ -8176,7 +9138,7 @@ module.exports={
|
|
8176
9138
|
}
|
8177
9139
|
}
|
8178
9140
|
}
|
8179
|
-
},{}],
|
9141
|
+
},{}],13:[function(require,module,exports){
|
8180
9142
|
module.exports={
|
8181
9143
|
"version": "2.0",
|
8182
9144
|
"metadata": {
|
@@ -10938,7 +11900,7 @@ module.exports={
|
|
10938
11900
|
}
|
10939
11901
|
}
|
10940
11902
|
}
|
10941
|
-
},{}],
|
11903
|
+
},{}],14:[function(require,module,exports){
|
10942
11904
|
module.exports={
|
10943
11905
|
"pagination": {
|
10944
11906
|
"DescribeAutoScalingGroups": {
|
@@ -10996,7 +11958,7 @@ module.exports={
|
|
10996
11958
|
}
|
10997
11959
|
}
|
10998
11960
|
}
|
10999
|
-
},{}],
|
11961
|
+
},{}],15:[function(require,module,exports){
|
11000
11962
|
module.exports={
|
11001
11963
|
"version": "2.0",
|
11002
11964
|
"metadata": {
|
@@ -13217,7 +14179,7 @@ module.exports={
|
|
13217
14179
|
}
|
13218
14180
|
}
|
13219
14181
|
}
|
13220
|
-
},{}],
|
14182
|
+
},{}],16:[function(require,module,exports){
|
13221
14183
|
module.exports={
|
13222
14184
|
"pagination": {
|
13223
14185
|
"GetSavingsPlansCoverage": {
|
@@ -13243,7 +14205,7 @@ module.exports={
|
|
13243
14205
|
}
|
13244
14206
|
}
|
13245
14207
|
|
13246
|
-
},{}],
|
14208
|
+
},{}],17:[function(require,module,exports){
|
13247
14209
|
module.exports={
|
13248
14210
|
"version": "2.0",
|
13249
14211
|
"metadata": {
|
@@ -15959,7 +16921,7 @@ module.exports={
|
|
15959
16921
|
}
|
15960
16922
|
}
|
15961
16923
|
}
|
15962
|
-
},{}],
|
16924
|
+
},{}],18:[function(require,module,exports){
|
15963
16925
|
module.exports={
|
15964
16926
|
"pagination": {
|
15965
16927
|
"DescribeAccountLimits": {
|
@@ -16052,7 +17014,7 @@ module.exports={
|
|
16052
17014
|
}
|
16053
17015
|
}
|
16054
17016
|
}
|
16055
|
-
},{}],
|
17017
|
+
},{}],19:[function(require,module,exports){
|
16056
17018
|
module.exports={
|
16057
17019
|
"version": 2,
|
16058
17020
|
"waiters": {
|
@@ -16354,7 +17316,7 @@ module.exports={
|
|
16354
17316
|
}
|
16355
17317
|
}
|
16356
17318
|
|
16357
|
-
},{}],
|
17319
|
+
},{}],20:[function(require,module,exports){
|
16358
17320
|
module.exports={
|
16359
17321
|
"version": "2.0",
|
16360
17322
|
"metadata": {
|
@@ -18268,7 +19230,7 @@ module.exports={
|
|
18268
19230
|
}
|
18269
19231
|
}
|
18270
19232
|
}
|
18271
|
-
},{}],
|
19233
|
+
},{}],21:[function(require,module,exports){
|
18272
19234
|
module.exports={
|
18273
19235
|
"pagination": {
|
18274
19236
|
"ListCloudFrontOriginAccessIdentities": {
|
@@ -18302,7 +19264,7 @@ module.exports={
|
|
18302
19264
|
}
|
18303
19265
|
}
|
18304
19266
|
|
18305
|
-
},{}],
|
19267
|
+
},{}],22:[function(require,module,exports){
|
18306
19268
|
module.exports={
|
18307
19269
|
"version": 2,
|
18308
19270
|
"waiters": {
|
@@ -18351,7 +19313,7 @@ module.exports={
|
|
18351
19313
|
}
|
18352
19314
|
}
|
18353
19315
|
|
18354
|
-
},{}],
|
19316
|
+
},{}],23:[function(require,module,exports){
|
18355
19317
|
module.exports={
|
18356
19318
|
"version": "2.0",
|
18357
19319
|
"metadata": {
|
@@ -20290,7 +21252,7 @@ module.exports={
|
|
20290
21252
|
}
|
20291
21253
|
}
|
20292
21254
|
}
|
20293
|
-
},{}],
|
21255
|
+
},{}],24:[function(require,module,exports){
|
20294
21256
|
module.exports={
|
20295
21257
|
"pagination": {
|
20296
21258
|
"ListCloudFrontOriginAccessIdentities": {
|
@@ -20323,9 +21285,9 @@ module.exports={
|
|
20323
21285
|
}
|
20324
21286
|
}
|
20325
21287
|
}
|
20326
|
-
},{}],
|
20327
|
-
arguments[4][
|
20328
|
-
},{"dup":
|
21288
|
+
},{}],25:[function(require,module,exports){
|
21289
|
+
arguments[4][22][0].apply(exports,arguments)
|
21290
|
+
},{"dup":22}],26:[function(require,module,exports){
|
20329
21291
|
module.exports={
|
20330
21292
|
"version": "2.0",
|
20331
21293
|
"metadata": {
|
@@ -23164,11 +24126,11 @@ module.exports={
|
|
23164
24126
|
}
|
23165
24127
|
}
|
23166
24128
|
}
|
23167
|
-
},{}],
|
23168
|
-
arguments[4][
|
23169
|
-
},{"dup":
|
23170
|
-
arguments[4][
|
23171
|
-
},{"dup":
|
24129
|
+
},{}],27:[function(require,module,exports){
|
24130
|
+
arguments[4][24][0].apply(exports,arguments)
|
24131
|
+
},{"dup":24}],28:[function(require,module,exports){
|
24132
|
+
arguments[4][22][0].apply(exports,arguments)
|
24133
|
+
},{"dup":22}],29:[function(require,module,exports){
|
23172
24134
|
module.exports={
|
23173
24135
|
"version": "2.0",
|
23174
24136
|
"metadata": {
|
@@ -26010,11 +26972,11 @@ module.exports={
|
|
26010
26972
|
}
|
26011
26973
|
}
|
26012
26974
|
}
|
26013
|
-
},{}],
|
26014
|
-
arguments[4][
|
26015
|
-
},{"dup":
|
26016
|
-
arguments[4][
|
26017
|
-
},{"dup":
|
26975
|
+
},{}],30:[function(require,module,exports){
|
26976
|
+
arguments[4][24][0].apply(exports,arguments)
|
26977
|
+
},{"dup":24}],31:[function(require,module,exports){
|
26978
|
+
arguments[4][22][0].apply(exports,arguments)
|
26979
|
+
},{"dup":22}],32:[function(require,module,exports){
|
26018
26980
|
module.exports={
|
26019
26981
|
"version": "2.0",
|
26020
26982
|
"metadata": {
|
@@ -28941,11 +29903,11 @@ module.exports={
|
|
28941
29903
|
}
|
28942
29904
|
}
|
28943
29905
|
}
|
28944
|
-
},{}],
|
28945
|
-
arguments[4][
|
28946
|
-
},{"dup":
|
28947
|
-
arguments[4][
|
28948
|
-
},{"dup":
|
29906
|
+
},{}],33:[function(require,module,exports){
|
29907
|
+
arguments[4][24][0].apply(exports,arguments)
|
29908
|
+
},{"dup":24}],34:[function(require,module,exports){
|
29909
|
+
arguments[4][22][0].apply(exports,arguments)
|
29910
|
+
},{"dup":22}],35:[function(require,module,exports){
|
28949
29911
|
module.exports={
|
28950
29912
|
"version": "2.0",
|
28951
29913
|
"metadata": {
|
@@ -31898,9 +32860,9 @@ module.exports={
|
|
31898
32860
|
}
|
31899
32861
|
}
|
31900
32862
|
}
|
31901
|
-
},{}],
|
31902
|
-
arguments[4][
|
31903
|
-
},{"dup":
|
32863
|
+
},{}],36:[function(require,module,exports){
|
32864
|
+
arguments[4][24][0].apply(exports,arguments)
|
32865
|
+
},{"dup":24}],37:[function(require,module,exports){
|
31904
32866
|
module.exports={
|
31905
32867
|
"version": 2,
|
31906
32868
|
"waiters": {
|
@@ -31949,7 +32911,7 @@ module.exports={
|
|
31949
32911
|
}
|
31950
32912
|
}
|
31951
32913
|
|
31952
|
-
},{}],
|
32914
|
+
},{}],38:[function(require,module,exports){
|
31953
32915
|
module.exports={
|
31954
32916
|
"version": "2.0",
|
31955
32917
|
"metadata": {
|
@@ -38081,11 +39043,11 @@ module.exports={
|
|
38081
39043
|
}
|
38082
39044
|
}
|
38083
39045
|
}
|
38084
|
-
},{}],
|
38085
|
-
arguments[4][
|
38086
|
-
},{"dup":
|
38087
|
-
arguments[4][
|
38088
|
-
},{"dup":
|
39046
|
+
},{}],39:[function(require,module,exports){
|
39047
|
+
arguments[4][24][0].apply(exports,arguments)
|
39048
|
+
},{"dup":24}],40:[function(require,module,exports){
|
39049
|
+
arguments[4][37][0].apply(exports,arguments)
|
39050
|
+
},{"dup":37}],41:[function(require,module,exports){
|
38089
39051
|
module.exports={
|
38090
39052
|
"version": "2.0",
|
38091
39053
|
"metadata": {
|
@@ -38574,13 +39536,13 @@ module.exports={
|
|
38574
39536
|
}
|
38575
39537
|
}
|
38576
39538
|
}
|
38577
|
-
},{}],
|
39539
|
+
},{}],42:[function(require,module,exports){
|
38578
39540
|
module.exports={
|
38579
39541
|
"pagination": {
|
38580
39542
|
}
|
38581
39543
|
}
|
38582
39544
|
|
38583
|
-
},{}],
|
39545
|
+
},{}],43:[function(require,module,exports){
|
38584
39546
|
module.exports={
|
38585
39547
|
"version": "2.0",
|
38586
39548
|
"metadata": {
|
@@ -39070,7 +40032,7 @@ module.exports={
|
|
39070
40032
|
}
|
39071
40033
|
}
|
39072
40034
|
}
|
39073
|
-
},{}],
|
40035
|
+
},{}],44:[function(require,module,exports){
|
39074
40036
|
module.exports={
|
39075
40037
|
"pagination": {
|
39076
40038
|
"DescribeBackups": {
|
@@ -39091,7 +40053,7 @@ module.exports={
|
|
39091
40053
|
}
|
39092
40054
|
}
|
39093
40055
|
|
39094
|
-
},{}],
|
40056
|
+
},{}],45:[function(require,module,exports){
|
39095
40057
|
module.exports={
|
39096
40058
|
"version": "2.0",
|
39097
40059
|
"metadata": {
|
@@ -40783,7 +41745,7 @@ module.exports={
|
|
40783
41745
|
}
|
40784
41746
|
}
|
40785
41747
|
}
|
40786
|
-
},{}],
|
41748
|
+
},{}],46:[function(require,module,exports){
|
40787
41749
|
module.exports={
|
40788
41750
|
"pagination": {
|
40789
41751
|
"DescribeTrails": {
|
@@ -40843,7 +41805,7 @@ module.exports={
|
|
40843
41805
|
}
|
40844
41806
|
}
|
40845
41807
|
}
|
40846
|
-
},{}],
|
41808
|
+
},{}],47:[function(require,module,exports){
|
40847
41809
|
module.exports={
|
40848
41810
|
"version": "2.0",
|
40849
41811
|
"metadata": {
|
@@ -43007,7 +43969,7 @@ module.exports={
|
|
43007
43969
|
}
|
43008
43970
|
}
|
43009
43971
|
}
|
43010
|
-
},{}],
|
43972
|
+
},{}],48:[function(require,module,exports){
|
43011
43973
|
module.exports={
|
43012
43974
|
"pagination": {
|
43013
43975
|
"DescribeCodeCoverages": {
|
@@ -43081,7 +44043,7 @@ module.exports={
|
|
43081
44043
|
}
|
43082
44044
|
}
|
43083
44045
|
}
|
43084
|
-
},{}],
|
44046
|
+
},{}],49:[function(require,module,exports){
|
43085
44047
|
module.exports={
|
43086
44048
|
"version": "2.0",
|
43087
44049
|
"metadata": {
|
@@ -45763,7 +46725,7 @@ module.exports={
|
|
45763
46725
|
}
|
45764
46726
|
}
|
45765
46727
|
}
|
45766
|
-
},{}],
|
46728
|
+
},{}],50:[function(require,module,exports){
|
45767
46729
|
module.exports={
|
45768
46730
|
"pagination": {
|
45769
46731
|
"DescribeMergeConflicts": {
|
@@ -45833,7 +46795,7 @@ module.exports={
|
|
45833
46795
|
}
|
45834
46796
|
}
|
45835
46797
|
}
|
45836
|
-
},{}],
|
46798
|
+
},{}],51:[function(require,module,exports){
|
45837
46799
|
module.exports={
|
45838
46800
|
"version": "2.0",
|
45839
46801
|
"metadata": {
|
@@ -47634,7 +48596,7 @@ module.exports={
|
|
47634
48596
|
}
|
47635
48597
|
}
|
47636
48598
|
}
|
47637
|
-
},{}],
|
48599
|
+
},{}],52:[function(require,module,exports){
|
47638
48600
|
module.exports={
|
47639
48601
|
"pagination": {
|
47640
48602
|
"ListApplicationRevisions": {
|
@@ -47669,7 +48631,7 @@ module.exports={
|
|
47669
48631
|
}
|
47670
48632
|
}
|
47671
48633
|
}
|
47672
|
-
},{}],
|
48634
|
+
},{}],53:[function(require,module,exports){
|
47673
48635
|
module.exports={
|
47674
48636
|
"version": 2,
|
47675
48637
|
"waiters": {
|
@@ -47701,7 +48663,7 @@ module.exports={
|
|
47701
48663
|
}
|
47702
48664
|
}
|
47703
48665
|
|
47704
|
-
},{}],
|
48666
|
+
},{}],54:[function(require,module,exports){
|
47705
48667
|
module.exports={
|
47706
48668
|
"version": "2.0",
|
47707
48669
|
"metadata": {
|
@@ -49469,7 +50431,7 @@ module.exports={
|
|
49469
50431
|
}
|
49470
50432
|
}
|
49471
50433
|
}
|
49472
|
-
},{}],
|
50434
|
+
},{}],55:[function(require,module,exports){
|
49473
50435
|
module.exports={
|
49474
50436
|
"pagination": {
|
49475
50437
|
"ListActionExecutions": {
|
@@ -49510,7 +50472,7 @@ module.exports={
|
|
49510
50472
|
}
|
49511
50473
|
}
|
49512
50474
|
|
49513
|
-
},{}],
|
50475
|
+
},{}],56:[function(require,module,exports){
|
49514
50476
|
module.exports={
|
49515
50477
|
"version": "2.0",
|
49516
50478
|
"metadata": {
|
@@ -50194,7 +51156,7 @@ module.exports={
|
|
50194
51156
|
}
|
50195
51157
|
}
|
50196
51158
|
}
|
50197
|
-
},{}],
|
51159
|
+
},{}],57:[function(require,module,exports){
|
50198
51160
|
module.exports={
|
50199
51161
|
"pagination": {
|
50200
51162
|
"ListIdentityPools": {
|
@@ -50205,7 +51167,7 @@ module.exports={
|
|
50205
51167
|
}
|
50206
51168
|
}
|
50207
51169
|
}
|
50208
|
-
},{}],
|
51170
|
+
},{}],58:[function(require,module,exports){
|
50209
51171
|
module.exports={
|
50210
51172
|
"version": "2.0",
|
50211
51173
|
"metadata": {
|
@@ -54007,7 +54969,7 @@ module.exports={
|
|
54007
54969
|
}
|
54008
54970
|
}
|
54009
54971
|
}
|
54010
|
-
},{}],
|
54972
|
+
},{}],59:[function(require,module,exports){
|
54011
54973
|
module.exports={
|
54012
54974
|
"pagination": {
|
54013
54975
|
"AdminListGroupsForUser": {
|
@@ -54066,7 +55028,7 @@ module.exports={
|
|
54066
55028
|
}
|
54067
55029
|
}
|
54068
55030
|
}
|
54069
|
-
},{}],
|
55031
|
+
},{}],60:[function(require,module,exports){
|
54070
55032
|
module.exports={
|
54071
55033
|
"version": "2.0",
|
54072
55034
|
"metadata": {
|
@@ -54814,9 +55776,9 @@ module.exports={
|
|
54814
55776
|
}
|
54815
55777
|
}
|
54816
55778
|
}
|
54817
|
-
},{}],
|
54818
|
-
arguments[4][
|
54819
|
-
},{"dup":
|
55779
|
+
},{}],61:[function(require,module,exports){
|
55780
|
+
arguments[4][42][0].apply(exports,arguments)
|
55781
|
+
},{"dup":42}],62:[function(require,module,exports){
|
54820
55782
|
module.exports={
|
54821
55783
|
"version": "2.0",
|
54822
55784
|
"metadata": {
|
@@ -58432,7 +59394,7 @@ module.exports={
|
|
58432
59394
|
}
|
58433
59395
|
}
|
58434
59396
|
}
|
58435
|
-
},{}],
|
59397
|
+
},{}],63:[function(require,module,exports){
|
58436
59398
|
module.exports={
|
58437
59399
|
"pagination": {
|
58438
59400
|
"ListDatasets": {
|
@@ -58524,7 +59486,7 @@ module.exports={
|
|
58524
59486
|
}
|
58525
59487
|
}
|
58526
59488
|
}
|
58527
|
-
},{}],
|
59489
|
+
},{}],64:[function(require,module,exports){
|
58528
59490
|
module.exports={
|
58529
59491
|
"version": "2.0",
|
58530
59492
|
"metadata": {
|
@@ -59560,9 +60522,9 @@ module.exports={
|
|
59560
60522
|
}
|
59561
60523
|
}
|
59562
60524
|
}
|
59563
|
-
},{}],
|
59564
|
-
arguments[4][
|
59565
|
-
},{"dup":
|
60525
|
+
},{}],65:[function(require,module,exports){
|
60526
|
+
arguments[4][42][0].apply(exports,arguments)
|
60527
|
+
},{"dup":42}],66:[function(require,module,exports){
|
59566
60528
|
module.exports={
|
59567
60529
|
"version": "2.0",
|
59568
60530
|
"metadata": {
|
@@ -63017,7 +63979,7 @@ module.exports={
|
|
63017
63979
|
}
|
63018
63980
|
}
|
63019
63981
|
}
|
63020
|
-
},{}],
|
63982
|
+
},{}],67:[function(require,module,exports){
|
63021
63983
|
module.exports={
|
63022
63984
|
"pagination": {
|
63023
63985
|
"DescribeAggregateComplianceByConfigRules": {
|
@@ -63254,7 +64216,7 @@ module.exports={
|
|
63254
64216
|
}
|
63255
64217
|
}
|
63256
64218
|
}
|
63257
|
-
},{}],
|
64219
|
+
},{}],68:[function(require,module,exports){
|
63258
64220
|
module.exports={
|
63259
64221
|
"version": "2.0",
|
63260
64222
|
"metadata": {
|
@@ -71682,7 +72644,7 @@ module.exports={
|
|
71682
72644
|
}
|
71683
72645
|
}
|
71684
72646
|
}
|
71685
|
-
},{}],
|
72647
|
+
},{}],69:[function(require,module,exports){
|
71686
72648
|
module.exports={
|
71687
72649
|
"pagination": {
|
71688
72650
|
"GetCurrentMetricData": {
|
@@ -71957,7 +72919,7 @@ module.exports={
|
|
71957
72919
|
}
|
71958
72920
|
}
|
71959
72921
|
}
|
71960
|
-
},{}],
|
72922
|
+
},{}],70:[function(require,module,exports){
|
71961
72923
|
module.exports={
|
71962
72924
|
"version": "2.0",
|
71963
72925
|
"metadata": {
|
@@ -72085,7 +73047,7 @@ module.exports={
|
|
72085
73047
|
}
|
72086
73048
|
}
|
72087
73049
|
}
|
72088
|
-
},{}],
|
73050
|
+
},{}],71:[function(require,module,exports){
|
72089
73051
|
module.exports={
|
72090
73052
|
"pagination": {
|
72091
73053
|
"DescribeReportDefinitions": {
|
@@ -72096,7 +73058,7 @@ module.exports={
|
|
72096
73058
|
}
|
72097
73059
|
}
|
72098
73060
|
|
72099
|
-
},{}],
|
73061
|
+
},{}],72:[function(require,module,exports){
|
72100
73062
|
module.exports={
|
72101
73063
|
"version": "2.0",
|
72102
73064
|
"metadata": {
|
@@ -74768,7 +75730,7 @@ module.exports={
|
|
74768
75730
|
}
|
74769
75731
|
}
|
74770
75732
|
}
|
74771
|
-
},{}],
|
75733
|
+
},{}],73:[function(require,module,exports){
|
74772
75734
|
module.exports={
|
74773
75735
|
"pagination": {
|
74774
75736
|
"GetOfferingStatus": {
|
@@ -74866,7 +75828,7 @@ module.exports={
|
|
74866
75828
|
}
|
74867
75829
|
}
|
74868
75830
|
}
|
74869
|
-
},{}],
|
75831
|
+
},{}],74:[function(require,module,exports){
|
74870
75832
|
module.exports={
|
74871
75833
|
"version": "2.0",
|
74872
75834
|
"metadata": {
|
@@ -76683,7 +77645,7 @@ module.exports={
|
|
76683
77645
|
}
|
76684
77646
|
}
|
76685
77647
|
}
|
76686
|
-
},{}],
|
77648
|
+
},{}],75:[function(require,module,exports){
|
76687
77649
|
module.exports={
|
76688
77650
|
"pagination": {
|
76689
77651
|
"DescribeConnections": {
|
@@ -76706,7 +77668,7 @@ module.exports={
|
|
76706
77668
|
}
|
76707
77669
|
}
|
76708
77670
|
}
|
76709
|
-
},{}],
|
77671
|
+
},{}],76:[function(require,module,exports){
|
76710
77672
|
module.exports={
|
76711
77673
|
"version": "2.0",
|
76712
77674
|
"metadata": {
|
@@ -77372,7 +78334,7 @@ module.exports={
|
|
77372
78334
|
}
|
77373
78335
|
}
|
77374
78336
|
}
|
77375
|
-
},{}],
|
78337
|
+
},{}],77:[function(require,module,exports){
|
77376
78338
|
module.exports={
|
77377
78339
|
"pagination": {
|
77378
78340
|
"BatchGetItem": {
|
@@ -77399,7 +78361,7 @@ module.exports={
|
|
77399
78361
|
}
|
77400
78362
|
}
|
77401
78363
|
}
|
77402
|
-
},{}],
|
78364
|
+
},{}],78:[function(require,module,exports){
|
77403
78365
|
module.exports={
|
77404
78366
|
"version": 2,
|
77405
78367
|
"waiters": {
|
@@ -77436,7 +78398,7 @@ module.exports={
|
|
77436
78398
|
}
|
77437
78399
|
}
|
77438
78400
|
|
77439
|
-
},{}],
|
78401
|
+
},{}],79:[function(require,module,exports){
|
77440
78402
|
module.exports={
|
77441
78403
|
"version": "2.0",
|
77442
78404
|
"metadata": {
|
@@ -80563,7 +81525,7 @@ module.exports={
|
|
80563
81525
|
}
|
80564
81526
|
}
|
80565
81527
|
}
|
80566
|
-
},{}],
|
81528
|
+
},{}],80:[function(require,module,exports){
|
80567
81529
|
module.exports={
|
80568
81530
|
"pagination": {
|
80569
81531
|
"BatchGetItem": {
|
@@ -80605,9 +81567,9 @@ module.exports={
|
|
80605
81567
|
}
|
80606
81568
|
}
|
80607
81569
|
}
|
80608
|
-
},{}],
|
80609
|
-
arguments[4][
|
80610
|
-
},{"dup":
|
81570
|
+
},{}],81:[function(require,module,exports){
|
81571
|
+
arguments[4][78][0].apply(exports,arguments)
|
81572
|
+
},{"dup":78}],82:[function(require,module,exports){
|
80611
81573
|
module.exports={
|
80612
81574
|
"version": "2.0",
|
80613
81575
|
"metadata": {
|
@@ -114813,7 +115775,7 @@ module.exports={
|
|
114813
115775
|
}
|
114814
115776
|
}
|
114815
115777
|
}
|
114816
|
-
},{}],
|
115778
|
+
},{}],83:[function(require,module,exports){
|
114817
115779
|
module.exports={
|
114818
115780
|
"pagination": {
|
114819
115781
|
"DescribeAccountAttributes": {
|
@@ -115669,7 +116631,7 @@ module.exports={
|
|
115669
116631
|
}
|
115670
116632
|
}
|
115671
116633
|
}
|
115672
|
-
},{}],
|
116634
|
+
},{}],84:[function(require,module,exports){
|
115673
116635
|
module.exports={
|
115674
116636
|
"version": 2,
|
115675
116637
|
"waiters": {
|
@@ -116372,7 +117334,7 @@ module.exports={
|
|
116372
117334
|
}
|
116373
117335
|
}
|
116374
117336
|
|
116375
|
-
},{}],
|
117337
|
+
},{}],85:[function(require,module,exports){
|
116376
117338
|
module.exports={
|
116377
117339
|
"version": "2.0",
|
116378
117340
|
"metadata": {
|
@@ -117908,7 +118870,7 @@ module.exports={
|
|
117908
118870
|
}
|
117909
118871
|
}
|
117910
118872
|
}
|
117911
|
-
},{}],
|
118873
|
+
},{}],86:[function(require,module,exports){
|
117912
118874
|
module.exports={
|
117913
118875
|
"pagination": {
|
117914
118876
|
"DescribeImageScanFindings": {
|
@@ -117966,7 +118928,7 @@ module.exports={
|
|
117966
118928
|
}
|
117967
118929
|
}
|
117968
118930
|
}
|
117969
|
-
},{}],
|
118931
|
+
},{}],87:[function(require,module,exports){
|
117970
118932
|
module.exports={
|
117971
118933
|
"version": 2,
|
117972
118934
|
"waiters": {
|
@@ -118012,7 +118974,7 @@ module.exports={
|
|
118012
118974
|
}
|
118013
118975
|
}
|
118014
118976
|
}
|
118015
|
-
},{}],
|
118977
|
+
},{}],88:[function(require,module,exports){
|
118016
118978
|
module.exports={
|
118017
118979
|
"version": "2.0",
|
118018
118980
|
"metadata": {
|
@@ -121173,7 +122135,7 @@ module.exports={
|
|
121173
122135
|
}
|
121174
122136
|
}
|
121175
122137
|
}
|
121176
|
-
},{}],
|
122138
|
+
},{}],89:[function(require,module,exports){
|
121177
122139
|
module.exports={
|
121178
122140
|
"pagination": {
|
121179
122141
|
"ListAccountSettings": {
|
@@ -121232,7 +122194,7 @@ module.exports={
|
|
121232
122194
|
}
|
121233
122195
|
}
|
121234
122196
|
}
|
121235
|
-
},{}],
|
122197
|
+
},{}],90:[function(require,module,exports){
|
121236
122198
|
module.exports={
|
121237
122199
|
"version": 2,
|
121238
122200
|
"waiters": {
|
@@ -121327,7 +122289,7 @@ module.exports={
|
|
121327
122289
|
}
|
121328
122290
|
}
|
121329
122291
|
|
121330
|
-
},{}],
|
122292
|
+
},{}],91:[function(require,module,exports){
|
121331
122293
|
module.exports={
|
121332
122294
|
"version": "2.0",
|
121333
122295
|
"metadata": {
|
@@ -124321,7 +125283,7 @@ module.exports={
|
|
124321
125283
|
}
|
124322
125284
|
}
|
124323
125285
|
}
|
124324
|
-
},{}],
|
125286
|
+
},{}],92:[function(require,module,exports){
|
124325
125287
|
module.exports={
|
124326
125288
|
"pagination": {
|
124327
125289
|
"DescribeCacheClusters": {
|
@@ -124428,7 +125390,7 @@ module.exports={
|
|
124428
125390
|
}
|
124429
125391
|
}
|
124430
125392
|
}
|
124431
|
-
},{}],
|
125393
|
+
},{}],93:[function(require,module,exports){
|
124432
125394
|
module.exports={
|
124433
125395
|
"version":2,
|
124434
125396
|
"waiters":{
|
@@ -124573,7 +125535,7 @@ module.exports={
|
|
124573
125535
|
}
|
124574
125536
|
}
|
124575
125537
|
|
124576
|
-
},{}],
|
125538
|
+
},{}],94:[function(require,module,exports){
|
124577
125539
|
module.exports={
|
124578
125540
|
"version": "2.0",
|
124579
125541
|
"metadata": {
|
@@ -126355,7 +127317,7 @@ module.exports={
|
|
126355
127317
|
}
|
126356
127318
|
}
|
126357
127319
|
}
|
126358
|
-
},{}],
|
127320
|
+
},{}],95:[function(require,module,exports){
|
126359
127321
|
module.exports={
|
126360
127322
|
"pagination": {
|
126361
127323
|
"DescribeApplicationVersions": {
|
@@ -126398,7 +127360,7 @@ module.exports={
|
|
126398
127360
|
}
|
126399
127361
|
}
|
126400
127362
|
}
|
126401
|
-
},{}],
|
127363
|
+
},{}],96:[function(require,module,exports){
|
126402
127364
|
module.exports={
|
126403
127365
|
"version": 2,
|
126404
127366
|
"waiters": {
|
@@ -126463,7 +127425,7 @@ module.exports={
|
|
126463
127425
|
}
|
126464
127426
|
|
126465
127427
|
|
126466
|
-
},{}],
|
127428
|
+
},{}],97:[function(require,module,exports){
|
126467
127429
|
module.exports={
|
126468
127430
|
"version": "2.0",
|
126469
127431
|
"metadata": {
|
@@ -127574,7 +128536,7 @@ module.exports={
|
|
127574
128536
|
}
|
127575
128537
|
}
|
127576
128538
|
}
|
127577
|
-
},{}],
|
128539
|
+
},{}],98:[function(require,module,exports){
|
127578
128540
|
module.exports={
|
127579
128541
|
"pagination": {
|
127580
128542
|
"DescribeAccessPoints": {
|
@@ -127600,7 +128562,7 @@ module.exports={
|
|
127600
128562
|
}
|
127601
128563
|
}
|
127602
128564
|
|
127603
|
-
},{}],
|
128565
|
+
},{}],99:[function(require,module,exports){
|
127604
128566
|
module.exports={
|
127605
128567
|
"version": "2.0",
|
127606
128568
|
"metadata": {
|
@@ -128604,7 +129566,7 @@ module.exports={
|
|
128604
129566
|
}
|
128605
129567
|
}
|
128606
129568
|
}
|
128607
|
-
},{}],
|
129569
|
+
},{}],100:[function(require,module,exports){
|
128608
129570
|
module.exports={
|
128609
129571
|
"pagination": {
|
128610
129572
|
"DescribeInstanceHealth": {
|
@@ -128623,7 +129585,7 @@ module.exports={
|
|
128623
129585
|
}
|
128624
129586
|
}
|
128625
129587
|
}
|
128626
|
-
},{}],
|
129588
|
+
},{}],101:[function(require,module,exports){
|
128627
129589
|
module.exports={
|
128628
129590
|
"version":2,
|
128629
129591
|
"waiters":{
|
@@ -128679,7 +129641,7 @@ module.exports={
|
|
128679
129641
|
}
|
128680
129642
|
}
|
128681
129643
|
|
128682
|
-
},{}],
|
129644
|
+
},{}],102:[function(require,module,exports){
|
128683
129645
|
module.exports={
|
128684
129646
|
"version": "2.0",
|
128685
129647
|
"metadata": {
|
@@ -130070,7 +131032,7 @@ module.exports={
|
|
130070
131032
|
}
|
130071
131033
|
}
|
130072
131034
|
}
|
130073
|
-
},{}],
|
131035
|
+
},{}],103:[function(require,module,exports){
|
130074
131036
|
module.exports={
|
130075
131037
|
"pagination": {
|
130076
131038
|
"DescribeListeners": {
|
@@ -130090,7 +131052,7 @@ module.exports={
|
|
130090
131052
|
}
|
130091
131053
|
}
|
130092
131054
|
}
|
130093
|
-
},{}],
|
131055
|
+
},{}],104:[function(require,module,exports){
|
130094
131056
|
module.exports={
|
130095
131057
|
"version": 2,
|
130096
131058
|
"waiters": {
|
@@ -130192,7 +131154,7 @@ module.exports={
|
|
130192
131154
|
}
|
130193
131155
|
}
|
130194
131156
|
|
130195
|
-
},{}],
|
131157
|
+
},{}],105:[function(require,module,exports){
|
130196
131158
|
module.exports={
|
130197
131159
|
"version": "2.0",
|
130198
131160
|
"metadata": {
|
@@ -132858,7 +133820,7 @@ module.exports={
|
|
132858
133820
|
}
|
132859
133821
|
}
|
132860
133822
|
}
|
132861
|
-
},{}],
|
133823
|
+
},{}],106:[function(require,module,exports){
|
132862
133824
|
module.exports={
|
132863
133825
|
"pagination": {
|
132864
133826
|
"DescribeJobFlows": {
|
@@ -132921,7 +133883,7 @@ module.exports={
|
|
132921
133883
|
}
|
132922
133884
|
}
|
132923
133885
|
}
|
132924
|
-
},{}],
|
133886
|
+
},{}],107:[function(require,module,exports){
|
132925
133887
|
module.exports={
|
132926
133888
|
"version": 2,
|
132927
133889
|
"waiters": {
|
@@ -133009,7 +133971,7 @@ module.exports={
|
|
133009
133971
|
}
|
133010
133972
|
}
|
133011
133973
|
|
133012
|
-
},{}],
|
133974
|
+
},{}],108:[function(require,module,exports){
|
133013
133975
|
module.exports={
|
133014
133976
|
"version": "2.0",
|
133015
133977
|
"metadata": {
|
@@ -134070,7 +135032,7 @@ module.exports={
|
|
134070
135032
|
}
|
134071
135033
|
}
|
134072
135034
|
}
|
134073
|
-
},{}],
|
135035
|
+
},{}],109:[function(require,module,exports){
|
134074
135036
|
module.exports={
|
134075
135037
|
"pagination": {
|
134076
135038
|
"ListJobsByPipeline": {
|
@@ -134095,7 +135057,7 @@ module.exports={
|
|
134095
135057
|
}
|
134096
135058
|
}
|
134097
135059
|
}
|
134098
|
-
},{}],
|
135060
|
+
},{}],110:[function(require,module,exports){
|
134099
135061
|
module.exports={
|
134100
135062
|
"version": 2,
|
134101
135063
|
"waiters": {
|
@@ -134127,7 +135089,7 @@ module.exports={
|
|
134127
135089
|
}
|
134128
135090
|
}
|
134129
135091
|
|
134130
|
-
},{}],
|
135092
|
+
},{}],111:[function(require,module,exports){
|
134131
135093
|
module.exports={
|
134132
135094
|
"version": "2.0",
|
134133
135095
|
"metadata": {
|
@@ -136104,7 +137066,7 @@ module.exports={
|
|
136104
137066
|
}
|
136105
137067
|
}
|
136106
137068
|
}
|
136107
|
-
},{}],
|
137069
|
+
},{}],112:[function(require,module,exports){
|
136108
137070
|
module.exports={
|
136109
137071
|
"pagination": {
|
136110
137072
|
"ListCustomVerificationEmailTemplates": {
|
@@ -136123,7 +137085,7 @@ module.exports={
|
|
136123
137085
|
}
|
136124
137086
|
}
|
136125
137087
|
}
|
136126
|
-
},{}],
|
137088
|
+
},{}],113:[function(require,module,exports){
|
136127
137089
|
module.exports={
|
136128
137090
|
"version": 2,
|
136129
137091
|
"waiters": {
|
@@ -136143,7 +137105,7 @@ module.exports={
|
|
136143
137105
|
}
|
136144
137106
|
}
|
136145
137107
|
|
136146
|
-
},{}],
|
137108
|
+
},{}],114:[function(require,module,exports){
|
136147
137109
|
module.exports={
|
136148
137110
|
"version": "2.0",
|
136149
137111
|
"metadata": {
|
@@ -137999,9 +138961,9 @@ module.exports={
|
|
137999
138961
|
}
|
138000
138962
|
}
|
138001
138963
|
}
|
138002
|
-
},{}],
|
138003
|
-
arguments[4][
|
138004
|
-
},{"dup":
|
138964
|
+
},{}],115:[function(require,module,exports){
|
138965
|
+
arguments[4][42][0].apply(exports,arguments)
|
138966
|
+
},{"dup":42}],116:[function(require,module,exports){
|
138005
138967
|
module.exports={
|
138006
138968
|
"version": "2.0",
|
138007
138969
|
"metadata": {
|
@@ -139569,9 +140531,9 @@ module.exports={
|
|
139569
140531
|
}
|
139570
140532
|
}
|
139571
140533
|
}
|
139572
|
-
},{}],
|
139573
|
-
arguments[4][
|
139574
|
-
},{"dup":
|
140534
|
+
},{}],117:[function(require,module,exports){
|
140535
|
+
arguments[4][42][0].apply(exports,arguments)
|
140536
|
+
},{"dup":42}],118:[function(require,module,exports){
|
139575
140537
|
module.exports={
|
139576
140538
|
"version": "2.0",
|
139577
140539
|
"metadata": {
|
@@ -142112,7 +143074,7 @@ module.exports={
|
|
142112
143074
|
}
|
142113
143075
|
}
|
142114
143076
|
}
|
142115
|
-
},{}],
|
143077
|
+
},{}],119:[function(require,module,exports){
|
142116
143078
|
module.exports={
|
142117
143079
|
"pagination": {
|
142118
143080
|
"ListDatasetGroups": {
|
@@ -142201,7 +143163,7 @@ module.exports={
|
|
142201
143163
|
}
|
142202
143164
|
}
|
142203
143165
|
}
|
142204
|
-
},{}],
|
143166
|
+
},{}],120:[function(require,module,exports){
|
142205
143167
|
module.exports={
|
142206
143168
|
"version": "2.0",
|
142207
143169
|
"metadata": {
|
@@ -142299,9 +143261,9 @@ module.exports={
|
|
142299
143261
|
}
|
142300
143262
|
}
|
142301
143263
|
}
|
142302
|
-
},{}],
|
142303
|
-
arguments[4][
|
142304
|
-
},{"dup":
|
143264
|
+
},{}],121:[function(require,module,exports){
|
143265
|
+
arguments[4][42][0].apply(exports,arguments)
|
143266
|
+
},{"dup":42}],122:[function(require,module,exports){
|
142305
143267
|
module.exports={
|
142306
143268
|
"version": "2.0",
|
142307
143269
|
"metadata": {
|
@@ -145756,7 +146718,7 @@ module.exports={
|
|
145756
146718
|
}
|
145757
146719
|
}
|
145758
146720
|
}
|
145759
|
-
},{}],
|
146721
|
+
},{}],123:[function(require,module,exports){
|
145760
146722
|
module.exports={
|
145761
146723
|
"pagination": {
|
145762
146724
|
"DescribeFleetAttributes": {
|
@@ -145899,7 +146861,7 @@ module.exports={
|
|
145899
146861
|
}
|
145900
146862
|
}
|
145901
146863
|
|
145902
|
-
},{}],
|
146864
|
+
},{}],124:[function(require,module,exports){
|
145903
146865
|
module.exports={
|
145904
146866
|
"version": "2.0",
|
145905
146867
|
"metadata": {
|
@@ -150129,7 +151091,7 @@ module.exports={
|
|
150129
151091
|
}
|
150130
151092
|
}
|
150131
151093
|
}
|
150132
|
-
},{}],
|
151094
|
+
},{}],125:[function(require,module,exports){
|
150133
151095
|
module.exports={
|
150134
151096
|
"pagination": {
|
150135
151097
|
"GetAccountAuthorizationDetails": {
|
@@ -150335,7 +151297,7 @@ module.exports={
|
|
150335
151297
|
}
|
150336
151298
|
}
|
150337
151299
|
}
|
150338
|
-
},{}],
|
151300
|
+
},{}],126:[function(require,module,exports){
|
150339
151301
|
module.exports={
|
150340
151302
|
"version": 2,
|
150341
151303
|
"waiters": {
|
@@ -150410,7 +151372,7 @@ module.exports={
|
|
150410
151372
|
}
|
150411
151373
|
}
|
150412
151374
|
|
150413
|
-
},{}],
|
151375
|
+
},{}],127:[function(require,module,exports){
|
150414
151376
|
module.exports={
|
150415
151377
|
"version": "2.0",
|
150416
151378
|
"metadata": {
|
@@ -151912,7 +152874,7 @@ module.exports={
|
|
151912
152874
|
}
|
151913
152875
|
}
|
151914
152876
|
}
|
151915
|
-
},{}],
|
152877
|
+
},{}],128:[function(require,module,exports){
|
151916
152878
|
module.exports={
|
151917
152879
|
"pagination": {
|
151918
152880
|
"GetExclusionsPreview": {
|
@@ -151968,7 +152930,7 @@ module.exports={
|
|
151968
152930
|
}
|
151969
152931
|
}
|
151970
152932
|
|
151971
|
-
},{}],
|
152933
|
+
},{}],129:[function(require,module,exports){
|
151972
152934
|
module.exports={
|
151973
152935
|
"version": "2.0",
|
151974
152936
|
"metadata": {
|
@@ -162131,7 +163093,7 @@ module.exports={
|
|
162131
163093
|
}
|
162132
163094
|
}
|
162133
163095
|
}
|
162134
|
-
},{}],
|
163096
|
+
},{}],130:[function(require,module,exports){
|
162135
163097
|
module.exports={
|
162136
163098
|
"pagination": {
|
162137
163099
|
"GetBehaviorModelTrainingSummaries": {
|
@@ -162480,7 +163442,7 @@ module.exports={
|
|
162480
163442
|
}
|
162481
163443
|
}
|
162482
163444
|
}
|
162483
|
-
},{}],
|
163445
|
+
},{}],131:[function(require,module,exports){
|
162484
163446
|
module.exports={
|
162485
163447
|
"version": "2.0",
|
162486
163448
|
"metadata": {
|
@@ -162774,7 +163736,7 @@ module.exports={
|
|
162774
163736
|
},
|
162775
163737
|
"shapes": {}
|
162776
163738
|
}
|
162777
|
-
},{}],
|
163739
|
+
},{}],132:[function(require,module,exports){
|
162778
163740
|
module.exports={
|
162779
163741
|
"pagination": {
|
162780
163742
|
"ListRetainedMessages": {
|
@@ -162785,7 +163747,7 @@ module.exports={
|
|
162785
163747
|
}
|
162786
163748
|
}
|
162787
163749
|
}
|
162788
|
-
},{}],
|
163750
|
+
},{}],133:[function(require,module,exports){
|
162789
163751
|
module.exports={
|
162790
163752
|
"version": "2.0",
|
162791
163753
|
"metadata": {
|
@@ -164623,7 +165585,7 @@ module.exports={
|
|
164623
165585
|
}
|
164624
165586
|
}
|
164625
165587
|
}
|
164626
|
-
},{}],
|
165588
|
+
},{}],134:[function(require,module,exports){
|
164627
165589
|
module.exports={
|
164628
165590
|
"pagination": {
|
164629
165591
|
"ListChannels": {
|
@@ -164654,7 +165616,7 @@ module.exports={
|
|
164654
165616
|
}
|
164655
165617
|
}
|
164656
165618
|
|
164657
|
-
},{}],
|
165619
|
+
},{}],135:[function(require,module,exports){
|
164658
165620
|
module.exports={
|
164659
165621
|
"version": "2.0",
|
164660
165622
|
"metadata": {
|
@@ -165787,7 +166749,7 @@ module.exports={
|
|
165787
166749
|
}
|
165788
166750
|
}
|
165789
166751
|
}
|
165790
|
-
},{}],
|
166752
|
+
},{}],136:[function(require,module,exports){
|
165791
166753
|
module.exports={
|
165792
166754
|
"pagination": {
|
165793
166755
|
"DescribeStream": {
|
@@ -165814,7 +166776,7 @@ module.exports={
|
|
165814
166776
|
}
|
165815
166777
|
}
|
165816
166778
|
}
|
165817
|
-
},{}],
|
166779
|
+
},{}],137:[function(require,module,exports){
|
165818
166780
|
module.exports={
|
165819
166781
|
"version": 2,
|
165820
166782
|
"waiters": {
|
@@ -165846,7 +166808,7 @@ module.exports={
|
|
165846
166808
|
}
|
165847
166809
|
}
|
165848
166810
|
|
165849
|
-
},{}],
|
166811
|
+
},{}],138:[function(require,module,exports){
|
165850
166812
|
module.exports={
|
165851
166813
|
"version": "2.0",
|
165852
166814
|
"metadata": {
|
@@ -166174,7 +167136,7 @@ module.exports={
|
|
166174
167136
|
}
|
166175
167137
|
}
|
166176
167138
|
}
|
166177
|
-
},{}],
|
167139
|
+
},{}],139:[function(require,module,exports){
|
166178
167140
|
module.exports={
|
166179
167141
|
"pagination": {
|
166180
167142
|
"GetImages": {
|
@@ -166191,7 +167153,7 @@ module.exports={
|
|
166191
167153
|
}
|
166192
167154
|
}
|
166193
167155
|
}
|
166194
|
-
},{}],
|
167156
|
+
},{}],140:[function(require,module,exports){
|
166195
167157
|
module.exports={
|
166196
167158
|
"version": "2.0",
|
166197
167159
|
"metadata": {
|
@@ -166251,9 +167213,9 @@ module.exports={
|
|
166251
167213
|
},
|
166252
167214
|
"shapes": {}
|
166253
167215
|
}
|
166254
|
-
},{}],
|
166255
|
-
arguments[4][
|
166256
|
-
},{"dup":
|
167216
|
+
},{}],141:[function(require,module,exports){
|
167217
|
+
arguments[4][42][0].apply(exports,arguments)
|
167218
|
+
},{"dup":42}],142:[function(require,module,exports){
|
166257
167219
|
module.exports={
|
166258
167220
|
"version": "2.0",
|
166259
167221
|
"metadata": {
|
@@ -166333,9 +167295,9 @@ module.exports={
|
|
166333
167295
|
},
|
166334
167296
|
"shapes": {}
|
166335
167297
|
}
|
166336
|
-
},{}],
|
166337
|
-
arguments[4][
|
166338
|
-
},{"dup":
|
167298
|
+
},{}],143:[function(require,module,exports){
|
167299
|
+
arguments[4][42][0].apply(exports,arguments)
|
167300
|
+
},{"dup":42}],144:[function(require,module,exports){
|
166339
167301
|
module.exports={
|
166340
167302
|
"version": "2.0",
|
166341
167303
|
"metadata": {
|
@@ -167253,7 +168215,7 @@ module.exports={
|
|
167253
168215
|
}
|
167254
168216
|
}
|
167255
168217
|
}
|
167256
|
-
},{}],
|
168218
|
+
},{}],145:[function(require,module,exports){
|
167257
168219
|
module.exports={
|
167258
168220
|
"pagination": {
|
167259
168221
|
"DescribeMappedResourceConfiguration": {
|
@@ -167276,7 +168238,7 @@ module.exports={
|
|
167276
168238
|
}
|
167277
168239
|
}
|
167278
168240
|
}
|
167279
|
-
},{}],
|
168241
|
+
},{}],146:[function(require,module,exports){
|
167280
168242
|
module.exports={
|
167281
168243
|
"version": "2.0",
|
167282
168244
|
"metadata": {
|
@@ -168705,7 +169667,7 @@ module.exports={
|
|
168705
169667
|
}
|
168706
169668
|
}
|
168707
169669
|
}
|
168708
|
-
},{}],
|
169670
|
+
},{}],147:[function(require,module,exports){
|
168709
169671
|
module.exports={
|
168710
169672
|
"pagination": {
|
168711
169673
|
"DescribeCustomKeyStores": {
|
@@ -168752,7 +169714,7 @@ module.exports={
|
|
168752
169714
|
}
|
168753
169715
|
}
|
168754
169716
|
}
|
168755
|
-
},{}],
|
169717
|
+
},{}],148:[function(require,module,exports){
|
168756
169718
|
module.exports={
|
168757
169719
|
"metadata": {
|
168758
169720
|
"apiVersion": "2014-11-11",
|
@@ -169177,7 +170139,7 @@ module.exports={
|
|
169177
170139
|
}
|
169178
170140
|
}
|
169179
170141
|
}
|
169180
|
-
},{}],
|
170142
|
+
},{}],149:[function(require,module,exports){
|
169181
170143
|
module.exports={
|
169182
170144
|
"pagination": {
|
169183
170145
|
"ListEventSources": {
|
@@ -169195,7 +170157,7 @@ module.exports={
|
|
169195
170157
|
}
|
169196
170158
|
}
|
169197
170159
|
|
169198
|
-
},{}],
|
170160
|
+
},{}],150:[function(require,module,exports){
|
169199
170161
|
module.exports={
|
169200
170162
|
"version": "2.0",
|
169201
170163
|
"metadata": {
|
@@ -172282,7 +173244,7 @@ module.exports={
|
|
172282
173244
|
}
|
172283
173245
|
}
|
172284
173246
|
}
|
172285
|
-
},{}],
|
173247
|
+
},{}],151:[function(require,module,exports){
|
172286
173248
|
module.exports={
|
172287
173249
|
"pagination": {
|
172288
173250
|
"ListAliases": {
|
@@ -172353,7 +173315,7 @@ module.exports={
|
|
172353
173315
|
}
|
172354
173316
|
}
|
172355
173317
|
}
|
172356
|
-
},{}],
|
173318
|
+
},{}],152:[function(require,module,exports){
|
172357
173319
|
module.exports={
|
172358
173320
|
"version": 2,
|
172359
173321
|
"waiters": {
|
@@ -172507,7 +173469,7 @@ module.exports={
|
|
172507
173469
|
}
|
172508
173470
|
}
|
172509
173471
|
|
172510
|
-
},{}],
|
173472
|
+
},{}],153:[function(require,module,exports){
|
172511
173473
|
module.exports={
|
172512
173474
|
"version": "2.0",
|
172513
173475
|
"metadata": {
|
@@ -174746,7 +175708,7 @@ module.exports={
|
|
174746
175708
|
}
|
174747
175709
|
}
|
174748
175710
|
}
|
174749
|
-
},{}],
|
175711
|
+
},{}],154:[function(require,module,exports){
|
174750
175712
|
module.exports={
|
174751
175713
|
"pagination": {
|
174752
175714
|
"GetBotAliases": {
|
@@ -174807,7 +175769,7 @@ module.exports={
|
|
174807
175769
|
}
|
174808
175770
|
}
|
174809
175771
|
|
174810
|
-
},{}],
|
175772
|
+
},{}],155:[function(require,module,exports){
|
174811
175773
|
module.exports={
|
174812
175774
|
"version": "2.0",
|
174813
175775
|
"metadata": {
|
@@ -178126,7 +179088,7 @@ module.exports={
|
|
178126
179088
|
}
|
178127
179089
|
}
|
178128
179090
|
}
|
178129
|
-
},{}],
|
179091
|
+
},{}],156:[function(require,module,exports){
|
178130
179092
|
module.exports={
|
178131
179093
|
"pagination": {
|
178132
179094
|
"GetDevicePositionHistory": {
|
@@ -178192,7 +179154,7 @@ module.exports={
|
|
178192
179154
|
}
|
178193
179155
|
}
|
178194
179156
|
|
178195
|
-
},{}],
|
179157
|
+
},{}],157:[function(require,module,exports){
|
178196
179158
|
module.exports={
|
178197
179159
|
"version": "2.0",
|
178198
179160
|
"metadata": {
|
@@ -179475,7 +180437,7 @@ module.exports={
|
|
179475
180437
|
}
|
179476
180438
|
}
|
179477
180439
|
}
|
179478
|
-
},{}],
|
180440
|
+
},{}],158:[function(require,module,exports){
|
179479
180441
|
module.exports={
|
179480
180442
|
"pagination": {
|
179481
180443
|
"DescribeDestinations": {
|
@@ -179525,7 +180487,7 @@ module.exports={
|
|
179525
180487
|
}
|
179526
180488
|
}
|
179527
180489
|
}
|
179528
|
-
},{}],
|
180490
|
+
},{}],159:[function(require,module,exports){
|
179529
180491
|
module.exports={
|
179530
180492
|
"version": "2.0",
|
179531
180493
|
"metadata": {
|
@@ -180634,7 +181596,7 @@ module.exports={
|
|
180634
181596
|
}
|
180635
181597
|
}
|
180636
181598
|
}
|
180637
|
-
},{}],
|
181599
|
+
},{}],160:[function(require,module,exports){
|
180638
181600
|
module.exports={
|
180639
181601
|
"pagination": {
|
180640
181602
|
"DescribeBatchPredictions": {
|
@@ -180663,7 +181625,7 @@ module.exports={
|
|
180663
181625
|
}
|
180664
181626
|
}
|
180665
181627
|
}
|
180666
|
-
},{}],
|
181628
|
+
},{}],161:[function(require,module,exports){
|
180667
181629
|
module.exports={
|
180668
181630
|
"version": 2,
|
180669
181631
|
"waiters": {
|
@@ -180746,7 +181708,7 @@ module.exports={
|
|
180746
181708
|
}
|
180747
181709
|
}
|
180748
181710
|
|
180749
|
-
},{}],
|
181711
|
+
},{}],162:[function(require,module,exports){
|
180750
181712
|
module.exports={
|
180751
181713
|
"version": "2.0",
|
180752
181714
|
"metadata": {
|
@@ -181214,7 +182176,7 @@ module.exports={
|
|
181214
182176
|
}
|
181215
182177
|
}
|
181216
182178
|
}
|
181217
|
-
},{}],
|
182179
|
+
},{}],163:[function(require,module,exports){
|
181218
182180
|
module.exports={
|
181219
182181
|
"pagination": {
|
181220
182182
|
"ListChangeSets": {
|
@@ -181232,7 +182194,7 @@ module.exports={
|
|
181232
182194
|
}
|
181233
182195
|
}
|
181234
182196
|
|
181235
|
-
},{}],
|
182197
|
+
},{}],164:[function(require,module,exports){
|
181236
182198
|
module.exports={
|
181237
182199
|
"version": "2.0",
|
181238
182200
|
"metadata": {
|
@@ -181319,9 +182281,9 @@ module.exports={
|
|
181319
182281
|
}
|
181320
182282
|
}
|
181321
182283
|
}
|
181322
|
-
},{}],
|
181323
|
-
arguments[4][
|
181324
|
-
},{"dup":
|
182284
|
+
},{}],165:[function(require,module,exports){
|
182285
|
+
arguments[4][42][0].apply(exports,arguments)
|
182286
|
+
},{"dup":42}],166:[function(require,module,exports){
|
181325
182287
|
module.exports={
|
181326
182288
|
"version": "2.0",
|
181327
182289
|
"metadata": {
|
@@ -181570,7 +182532,7 @@ module.exports={
|
|
181570
182532
|
}
|
181571
182533
|
}
|
181572
182534
|
}
|
181573
|
-
},{}],
|
182535
|
+
},{}],167:[function(require,module,exports){
|
181574
182536
|
module.exports={
|
181575
182537
|
"pagination": {
|
181576
182538
|
"ListItems": {
|
@@ -181581,7 +182543,7 @@ module.exports={
|
|
181581
182543
|
}
|
181582
182544
|
}
|
181583
182545
|
|
181584
|
-
},{}],
|
182546
|
+
},{}],168:[function(require,module,exports){
|
181585
182547
|
module.exports={
|
181586
182548
|
"acm": {
|
181587
182549
|
"name": "ACM",
|
@@ -182558,7 +183520,8 @@ module.exports={
|
|
182558
183520
|
"name": "SagemakerEdge"
|
182559
183521
|
},
|
182560
183522
|
"amp": {
|
182561
|
-
"name": "Amp"
|
183523
|
+
"name": "Amp",
|
183524
|
+
"cors": true
|
182562
183525
|
},
|
182563
183526
|
"greengrassv2": {
|
182564
183527
|
"name": "GreengrassV2"
|
@@ -182884,7 +183847,7 @@ module.exports={
|
|
182884
183847
|
"name": "MediaPackageV2"
|
182885
183848
|
}
|
182886
183849
|
}
|
182887
|
-
},{}],
|
183850
|
+
},{}],169:[function(require,module,exports){
|
182888
183851
|
module.exports={
|
182889
183852
|
"version": "2.0",
|
182890
183853
|
"metadata": {
|
@@ -182960,7 +183923,7 @@ module.exports={
|
|
182960
183923
|
},
|
182961
183924
|
"shapes": {}
|
182962
183925
|
}
|
182963
|
-
},{}],
|
183926
|
+
},{}],170:[function(require,module,exports){
|
182964
183927
|
module.exports={
|
182965
183928
|
"version": "2.0",
|
182966
183929
|
"metadata": {
|
@@ -184704,7 +185667,7 @@ module.exports={
|
|
184704
185667
|
}
|
184705
185668
|
}
|
184706
185669
|
}
|
184707
|
-
},{}],
|
185670
|
+
},{}],171:[function(require,module,exports){
|
184708
185671
|
module.exports={
|
184709
185672
|
"pagination": {
|
184710
185673
|
"DescribeAlarmHistory": {
|
@@ -184770,7 +185733,7 @@ module.exports={
|
|
184770
185733
|
}
|
184771
185734
|
}
|
184772
185735
|
}
|
184773
|
-
},{}],
|
185736
|
+
},{}],172:[function(require,module,exports){
|
184774
185737
|
module.exports={
|
184775
185738
|
"version": 2,
|
184776
185739
|
"waiters": {
|
@@ -184803,7 +185766,7 @@ module.exports={
|
|
184803
185766
|
}
|
184804
185767
|
}
|
184805
185768
|
|
184806
|
-
},{}],
|
185769
|
+
},{}],173:[function(require,module,exports){
|
184807
185770
|
module.exports={
|
184808
185771
|
"version": "2.0",
|
184809
185772
|
"metadata": {
|
@@ -186101,7 +187064,7 @@ module.exports={
|
|
186101
187064
|
}
|
186102
187065
|
}
|
186103
187066
|
}
|
186104
|
-
},{}],
|
187067
|
+
},{}],174:[function(require,module,exports){
|
186105
187068
|
module.exports={
|
186106
187069
|
"pagination": {
|
186107
187070
|
"ListAssignmentsForHIT": {
|
@@ -186157,7 +187120,7 @@ module.exports={
|
|
186157
187120
|
}
|
186158
187121
|
}
|
186159
187122
|
|
186160
|
-
},{}],
|
187123
|
+
},{}],175:[function(require,module,exports){
|
186161
187124
|
module.exports={
|
186162
187125
|
"version": "2.0",
|
186163
187126
|
"metadata": {
|
@@ -188450,7 +189413,7 @@ module.exports={
|
|
188450
189413
|
}
|
188451
189414
|
}
|
188452
189415
|
}
|
188453
|
-
},{}],
|
189416
|
+
},{}],176:[function(require,module,exports){
|
188454
189417
|
module.exports={
|
188455
189418
|
"pagination": {
|
188456
189419
|
"DescribeApps": {
|
@@ -188506,7 +189469,7 @@ module.exports={
|
|
188506
189469
|
}
|
188507
189470
|
}
|
188508
189471
|
}
|
188509
|
-
},{}],
|
189472
|
+
},{}],177:[function(require,module,exports){
|
188510
189473
|
module.exports={
|
188511
189474
|
"version": 2,
|
188512
189475
|
"waiters": {
|
@@ -188797,7 +189760,7 @@ module.exports={
|
|
188797
189760
|
}
|
188798
189761
|
}
|
188799
189762
|
|
188800
|
-
},{}],
|
189763
|
+
},{}],178:[function(require,module,exports){
|
188801
189764
|
module.exports={
|
188802
189765
|
"version": "2.0",
|
188803
189766
|
"metadata": {
|
@@ -191158,7 +192121,7 @@ module.exports={
|
|
191158
192121
|
}
|
191159
192122
|
}
|
191160
192123
|
}
|
191161
|
-
},{}],
|
192124
|
+
},{}],179:[function(require,module,exports){
|
191162
192125
|
module.exports={
|
191163
192126
|
"pagination": {
|
191164
192127
|
"ListBatchInferenceJobs": {
|
@@ -191259,7 +192222,7 @@ module.exports={
|
|
191259
192222
|
}
|
191260
192223
|
}
|
191261
192224
|
}
|
191262
|
-
},{}],
|
192225
|
+
},{}],180:[function(require,module,exports){
|
191263
192226
|
module.exports={
|
191264
192227
|
"version": "2.0",
|
191265
192228
|
"metadata": {
|
@@ -191412,9 +192375,9 @@ module.exports={
|
|
191412
192375
|
}
|
191413
192376
|
}
|
191414
192377
|
}
|
191415
|
-
},{}],
|
191416
|
-
arguments[4][
|
191417
|
-
},{"dup":
|
192378
|
+
},{}],181:[function(require,module,exports){
|
192379
|
+
arguments[4][42][0].apply(exports,arguments)
|
192380
|
+
},{"dup":42}],182:[function(require,module,exports){
|
191418
192381
|
module.exports={
|
191419
192382
|
"version": "2.0",
|
191420
192383
|
"metadata": {
|
@@ -191550,9 +192513,9 @@ module.exports={
|
|
191550
192513
|
}
|
191551
192514
|
}
|
191552
192515
|
}
|
191553
|
-
},{}],
|
191554
|
-
arguments[4][
|
191555
|
-
},{"dup":
|
192516
|
+
},{}],183:[function(require,module,exports){
|
192517
|
+
arguments[4][42][0].apply(exports,arguments)
|
192518
|
+
},{"dup":42}],184:[function(require,module,exports){
|
191556
192519
|
module.exports={
|
191557
192520
|
"version": "2.0",
|
191558
192521
|
"metadata": {
|
@@ -191955,7 +192918,7 @@ module.exports={
|
|
191955
192918
|
}
|
191956
192919
|
}
|
191957
192920
|
}
|
191958
|
-
},{}],
|
192921
|
+
},{}],185:[function(require,module,exports){
|
191959
192922
|
module.exports={
|
191960
192923
|
"pagination": {
|
191961
192924
|
"ListSpeechSynthesisTasks": {
|
@@ -191966,7 +192929,7 @@ module.exports={
|
|
191966
192929
|
}
|
191967
192930
|
}
|
191968
192931
|
|
191969
|
-
},{}],
|
192932
|
+
},{}],186:[function(require,module,exports){
|
191970
192933
|
module.exports={
|
191971
192934
|
"version": "2.0",
|
191972
192935
|
"metadata": {
|
@@ -192161,7 +193124,7 @@ module.exports={
|
|
192161
193124
|
},
|
192162
193125
|
"shapes": {}
|
192163
193126
|
}
|
192164
|
-
},{}],
|
193127
|
+
},{}],187:[function(require,module,exports){
|
192165
193128
|
module.exports={
|
192166
193129
|
"pagination": {
|
192167
193130
|
"DescribeServices": {
|
@@ -192191,7 +193154,7 @@ module.exports={
|
|
192191
193154
|
}
|
192192
193155
|
}
|
192193
193156
|
|
192194
|
-
},{}],
|
193157
|
+
},{}],188:[function(require,module,exports){
|
192195
193158
|
module.exports={
|
192196
193159
|
"version": "2.0",
|
192197
193160
|
"metadata": {
|
@@ -194089,7 +195052,7 @@ module.exports={
|
|
194089
195052
|
}
|
194090
195053
|
}
|
194091
195054
|
}
|
194092
|
-
},{}],
|
195055
|
+
},{}],189:[function(require,module,exports){
|
194093
195056
|
module.exports={
|
194094
195057
|
"pagination": {
|
194095
195058
|
"DescribeDBEngineVersions": {
|
@@ -194187,7 +195150,7 @@ module.exports={
|
|
194187
195150
|
}
|
194188
195151
|
}
|
194189
195152
|
}
|
194190
|
-
},{}],
|
195153
|
+
},{}],190:[function(require,module,exports){
|
194191
195154
|
module.exports={
|
194192
195155
|
"version": "2.0",
|
194193
195156
|
"metadata": {
|
@@ -196217,7 +197180,7 @@ module.exports={
|
|
196217
197180
|
}
|
196218
197181
|
}
|
196219
197182
|
}
|
196220
|
-
},{}],
|
197183
|
+
},{}],191:[function(require,module,exports){
|
196221
197184
|
module.exports={
|
196222
197185
|
"pagination": {
|
196223
197186
|
"DescribeDBEngineVersions": {
|
@@ -196328,7 +197291,7 @@ module.exports={
|
|
196328
197291
|
}
|
196329
197292
|
}
|
196330
197293
|
}
|
196331
|
-
},{}],
|
197294
|
+
},{}],192:[function(require,module,exports){
|
196332
197295
|
module.exports={
|
196333
197296
|
"version": "2.0",
|
196334
197297
|
"metadata": {
|
@@ -198494,9 +199457,9 @@ module.exports={
|
|
198494
199457
|
}
|
198495
199458
|
}
|
198496
199459
|
}
|
198497
|
-
},{}],
|
198498
|
-
arguments[4][
|
198499
|
-
},{"dup":
|
199460
|
+
},{}],193:[function(require,module,exports){
|
199461
|
+
arguments[4][191][0].apply(exports,arguments)
|
199462
|
+
},{"dup":191}],194:[function(require,module,exports){
|
198500
199463
|
module.exports={
|
198501
199464
|
"version": 2,
|
198502
199465
|
"waiters": {
|
@@ -198595,7 +199558,7 @@ module.exports={
|
|
198595
199558
|
}
|
198596
199559
|
}
|
198597
199560
|
|
198598
|
-
},{}],
|
199561
|
+
},{}],195:[function(require,module,exports){
|
198599
199562
|
module.exports={
|
198600
199563
|
"version": "2.0",
|
198601
199564
|
"metadata": {
|
@@ -200834,9 +201797,9 @@ module.exports={
|
|
200834
201797
|
}
|
200835
201798
|
}
|
200836
201799
|
}
|
200837
|
-
},{}],
|
200838
|
-
arguments[4][
|
200839
|
-
},{"dup":
|
201800
|
+
},{}],196:[function(require,module,exports){
|
201801
|
+
arguments[4][42][0].apply(exports,arguments)
|
201802
|
+
},{"dup":42}],197:[function(require,module,exports){
|
200840
201803
|
module.exports={
|
200841
201804
|
"version": "2.0",
|
200842
201805
|
"metadata": {
|
@@ -207331,7 +208294,7 @@ module.exports={
|
|
207331
208294
|
}
|
207332
208295
|
}
|
207333
208296
|
}
|
207334
|
-
},{}],
|
208297
|
+
},{}],198:[function(require,module,exports){
|
207335
208298
|
module.exports={
|
207336
208299
|
"pagination": {
|
207337
208300
|
"DescribeBlueGreenDeployments": {
|
@@ -207544,7 +208507,7 @@ module.exports={
|
|
207544
208507
|
}
|
207545
208508
|
}
|
207546
208509
|
}
|
207547
|
-
},{}],
|
208510
|
+
},{}],199:[function(require,module,exports){
|
207548
208511
|
module.exports={
|
207549
208512
|
"version": 2,
|
207550
208513
|
"waiters": {
|
@@ -207891,7 +208854,7 @@ module.exports={
|
|
207891
208854
|
}
|
207892
208855
|
}
|
207893
208856
|
|
207894
|
-
},{}],
|
208857
|
+
},{}],200:[function(require,module,exports){
|
207895
208858
|
module.exports={
|
207896
208859
|
"version": "2.0",
|
207897
208860
|
"metadata": {
|
@@ -212165,7 +213128,7 @@ module.exports={
|
|
212165
213128
|
}
|
212166
213129
|
}
|
212167
213130
|
}
|
212168
|
-
},{}],
|
213131
|
+
},{}],201:[function(require,module,exports){
|
212169
213132
|
module.exports={
|
212170
213133
|
"pagination": {
|
212171
213134
|
"DescribeClusterDbRevisions": {
|
@@ -212362,7 +213325,7 @@ module.exports={
|
|
212362
213325
|
}
|
212363
213326
|
}
|
212364
213327
|
}
|
212365
|
-
},{}],
|
213328
|
+
},{}],202:[function(require,module,exports){
|
212366
213329
|
module.exports={
|
212367
213330
|
"version": 2,
|
212368
213331
|
"waiters": {
|
@@ -212461,7 +213424,7 @@ module.exports={
|
|
212461
213424
|
}
|
212462
213425
|
}
|
212463
213426
|
|
212464
|
-
},{}],
|
213427
|
+
},{}],203:[function(require,module,exports){
|
212465
213428
|
module.exports={
|
212466
213429
|
"version": "2.0",
|
212467
213430
|
"metadata": {
|
@@ -215674,7 +216637,7 @@ module.exports={
|
|
215674
216637
|
}
|
215675
216638
|
}
|
215676
216639
|
}
|
215677
|
-
},{}],
|
216640
|
+
},{}],204:[function(require,module,exports){
|
215678
216641
|
module.exports={
|
215679
216642
|
"pagination": {
|
215680
216643
|
"DescribeProjectVersions": {
|
@@ -215766,7 +216729,7 @@ module.exports={
|
|
215766
216729
|
}
|
215767
216730
|
}
|
215768
216731
|
}
|
215769
|
-
},{}],
|
216732
|
+
},{}],205:[function(require,module,exports){
|
215770
216733
|
module.exports={
|
215771
216734
|
"version": 2,
|
215772
216735
|
"waiters": {
|
@@ -215813,7 +216776,7 @@ module.exports={
|
|
215813
216776
|
}
|
215814
216777
|
}
|
215815
216778
|
|
215816
|
-
},{}],
|
216779
|
+
},{}],206:[function(require,module,exports){
|
215817
216780
|
module.exports={
|
215818
216781
|
"version": "2.0",
|
215819
216782
|
"metadata": {
|
@@ -216518,9 +217481,9 @@ module.exports={
|
|
216518
217481
|
}
|
216519
217482
|
}
|
216520
217483
|
}
|
216521
|
-
},{}],
|
217484
|
+
},{}],207:[function(require,module,exports){
|
216522
217485
|
module.exports={"pagination":{"ListGroupResources":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":["ResourceIdentifiers","Resources"]},"ListGroups":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"GroupIdentifiers"},"SearchResources":{"input_token":"NextToken","output_token":"NextToken","limit_key":"MaxResults","result_key":"ResourceIdentifiers"}}}
|
216523
|
-
},{}],
|
217486
|
+
},{}],208:[function(require,module,exports){
|
216524
217487
|
module.exports={
|
216525
217488
|
"version": "2.0",
|
216526
217489
|
"metadata": {
|
@@ -219706,7 +220669,7 @@ module.exports={
|
|
219706
220669
|
}
|
219707
220670
|
}
|
219708
220671
|
}
|
219709
|
-
},{}],
|
220672
|
+
},{}],209:[function(require,module,exports){
|
219710
220673
|
module.exports={
|
219711
220674
|
"pagination": {
|
219712
220675
|
"ListCidrBlocks": {
|
@@ -219764,7 +220727,7 @@ module.exports={
|
|
219764
220727
|
}
|
219765
220728
|
}
|
219766
220729
|
}
|
219767
|
-
},{}],
|
220730
|
+
},{}],210:[function(require,module,exports){
|
219768
220731
|
module.exports={
|
219769
220732
|
"version": 2,
|
219770
220733
|
"waiters": {
|
@@ -219784,7 +220747,7 @@ module.exports={
|
|
219784
220747
|
}
|
219785
220748
|
}
|
219786
220749
|
|
219787
|
-
},{}],
|
220750
|
+
},{}],211:[function(require,module,exports){
|
219788
220751
|
module.exports={
|
219789
220752
|
"version": "2.0",
|
219790
220753
|
"metadata": {
|
@@ -220818,7 +221781,7 @@ module.exports={
|
|
220818
221781
|
}
|
220819
221782
|
}
|
220820
221783
|
}
|
220821
|
-
},{}],
|
221784
|
+
},{}],212:[function(require,module,exports){
|
220822
221785
|
module.exports={
|
220823
221786
|
"pagination": {
|
220824
221787
|
"ListDomains": {
|
@@ -220847,7 +221810,7 @@ module.exports={
|
|
220847
221810
|
}
|
220848
221811
|
}
|
220849
221812
|
}
|
220850
|
-
},{}],
|
221813
|
+
},{}],213:[function(require,module,exports){
|
220851
221814
|
module.exports={
|
220852
221815
|
"version": "2.0",
|
220853
221816
|
"metadata": {
|
@@ -221435,9 +222398,9 @@ module.exports={
|
|
221435
222398
|
}
|
221436
222399
|
}
|
221437
222400
|
}
|
221438
|
-
},{}],
|
221439
|
-
arguments[4][
|
221440
|
-
},{"dup":
|
222401
|
+
},{}],214:[function(require,module,exports){
|
222402
|
+
arguments[4][42][0].apply(exports,arguments)
|
222403
|
+
},{"dup":42}],215:[function(require,module,exports){
|
221441
222404
|
module.exports={
|
221442
222405
|
"version": "2.0",
|
221443
222406
|
"metadata": {
|
@@ -222055,11 +223018,11 @@ module.exports={
|
|
222055
223018
|
}
|
222056
223019
|
}
|
222057
223020
|
}
|
222058
|
-
},{}],
|
223021
|
+
},{}],216:[function(require,module,exports){
|
222059
223022
|
module.exports={
|
222060
223023
|
"pagination": {}
|
222061
223024
|
}
|
222062
|
-
},{}],
|
223025
|
+
},{}],217:[function(require,module,exports){
|
222063
223026
|
module.exports={
|
222064
223027
|
"version": "2.0",
|
222065
223028
|
"metadata": {
|
@@ -229434,7 +230397,7 @@ module.exports={
|
|
229434
230397
|
}
|
229435
230398
|
}
|
229436
230399
|
}
|
229437
|
-
},{}],
|
230400
|
+
},{}],218:[function(require,module,exports){
|
229438
230401
|
module.exports={
|
229439
230402
|
"pagination": {
|
229440
230403
|
"ListBuckets": {
|
@@ -229501,7 +230464,7 @@ module.exports={
|
|
229501
230464
|
}
|
229502
230465
|
}
|
229503
230466
|
}
|
229504
|
-
},{}],
|
230467
|
+
},{}],219:[function(require,module,exports){
|
229505
230468
|
module.exports={
|
229506
230469
|
"version": 2,
|
229507
230470
|
"waiters": {
|
@@ -229576,7 +230539,7 @@ module.exports={
|
|
229576
230539
|
}
|
229577
230540
|
}
|
229578
230541
|
|
229579
|
-
},{}],
|
230542
|
+
},{}],220:[function(require,module,exports){
|
229580
230543
|
module.exports={
|
229581
230544
|
"version": "2.0",
|
229582
230545
|
"metadata": {
|
@@ -230325,7 +231288,7 @@ module.exports={
|
|
230325
231288
|
}
|
230326
231289
|
}
|
230327
231290
|
}
|
230328
|
-
},{}],
|
231291
|
+
},{}],221:[function(require,module,exports){
|
230329
231292
|
module.exports={
|
230330
231293
|
"pagination": {
|
230331
231294
|
"ListSecretVersionIds": {
|
@@ -230341,7 +231304,7 @@ module.exports={
|
|
230341
231304
|
}
|
230342
231305
|
}
|
230343
231306
|
|
230344
|
-
},{}],
|
231307
|
+
},{}],222:[function(require,module,exports){
|
230345
231308
|
module.exports={
|
230346
231309
|
"version": "2.0",
|
230347
231310
|
"metadata": {
|
@@ -233416,7 +234379,7 @@ module.exports={
|
|
233416
234379
|
}
|
233417
234380
|
}
|
233418
234381
|
}
|
233419
|
-
},{}],
|
234382
|
+
},{}],223:[function(require,module,exports){
|
233420
234383
|
module.exports={
|
233421
234384
|
"pagination": {
|
233422
234385
|
"DescribePortfolioShares": {
|
@@ -233517,7 +234480,7 @@ module.exports={
|
|
233517
234480
|
}
|
233518
234481
|
}
|
233519
234482
|
|
233520
|
-
},{}],
|
234483
|
+
},{}],224:[function(require,module,exports){
|
233521
234484
|
module.exports={
|
233522
234485
|
"version": "2.0",
|
233523
234486
|
"metadata": {
|
@@ -234479,7 +235442,7 @@ module.exports={
|
|
234479
235442
|
}
|
234480
235443
|
}
|
234481
235444
|
}
|
234482
|
-
},{}],
|
235445
|
+
},{}],225:[function(require,module,exports){
|
234483
235446
|
module.exports={
|
234484
235447
|
"pagination": {
|
234485
235448
|
"ListEndpointsByPlatformApplication": {
|
@@ -234526,7 +235489,7 @@ module.exports={
|
|
234526
235489
|
}
|
234527
235490
|
}
|
234528
235491
|
}
|
234529
|
-
},{}],
|
235492
|
+
},{}],226:[function(require,module,exports){
|
234530
235493
|
module.exports={
|
234531
235494
|
"version": "2.0",
|
234532
235495
|
"metadata": {
|
@@ -235253,7 +236216,7 @@ module.exports={
|
|
235253
236216
|
}
|
235254
236217
|
}
|
235255
236218
|
}
|
235256
|
-
},{}],
|
236219
|
+
},{}],227:[function(require,module,exports){
|
235257
236220
|
module.exports={
|
235258
236221
|
"pagination": {
|
235259
236222
|
"ListDeadLetterSourceQueues": {
|
@@ -235270,7 +236233,7 @@ module.exports={
|
|
235270
236233
|
}
|
235271
236234
|
}
|
235272
236235
|
}
|
235273
|
-
},{}],
|
236236
|
+
},{}],228:[function(require,module,exports){
|
235274
236237
|
module.exports={
|
235275
236238
|
"version": "2.0",
|
235276
236239
|
"metadata": {
|
@@ -241928,7 +242891,7 @@ module.exports={
|
|
241928
242891
|
}
|
241929
242892
|
}
|
241930
242893
|
}
|
241931
|
-
},{}],
|
242894
|
+
},{}],229:[function(require,module,exports){
|
241932
242895
|
module.exports={
|
241933
242896
|
"pagination": {
|
241934
242897
|
"DescribeActivations": {
|
@@ -242212,7 +243175,7 @@ module.exports={
|
|
242212
243175
|
}
|
242213
243176
|
}
|
242214
243177
|
}
|
242215
|
-
},{}],
|
243178
|
+
},{}],230:[function(require,module,exports){
|
242216
243179
|
module.exports={
|
242217
243180
|
"version": 2,
|
242218
243181
|
"waiters": {
|
@@ -242279,7 +243242,7 @@ module.exports={
|
|
242279
243242
|
}
|
242280
243243
|
}
|
242281
243244
|
|
242282
|
-
},{}],
|
243245
|
+
},{}],231:[function(require,module,exports){
|
242283
243246
|
module.exports={
|
242284
243247
|
"version": "2.0",
|
242285
243248
|
"metadata": {
|
@@ -245111,7 +246074,7 @@ module.exports={
|
|
245111
246074
|
}
|
245112
246075
|
}
|
245113
246076
|
}
|
245114
|
-
},{}],
|
246077
|
+
},{}],232:[function(require,module,exports){
|
245115
246078
|
module.exports={
|
245116
246079
|
"pagination": {
|
245117
246080
|
"DescribeCachediSCSIVolumes": {
|
@@ -245203,7 +246166,7 @@ module.exports={
|
|
245203
246166
|
}
|
245204
246167
|
}
|
245205
246168
|
}
|
245206
|
-
},{}],
|
246169
|
+
},{}],233:[function(require,module,exports){
|
245207
246170
|
module.exports={
|
245208
246171
|
"version": "2.0",
|
245209
246172
|
"metadata": {
|
@@ -245451,9 +246414,9 @@ module.exports={
|
|
245451
246414
|
}
|
245452
246415
|
}
|
245453
246416
|
}
|
245454
|
-
},{}],
|
245455
|
-
arguments[4][
|
245456
|
-
},{"dup":
|
246417
|
+
},{}],234:[function(require,module,exports){
|
246418
|
+
arguments[4][42][0].apply(exports,arguments)
|
246419
|
+
},{"dup":42}],235:[function(require,module,exports){
|
245457
246420
|
module.exports={
|
245458
246421
|
"version": "2.0",
|
245459
246422
|
"metadata": {
|
@@ -245781,9 +246744,9 @@ module.exports={
|
|
245781
246744
|
}
|
245782
246745
|
}
|
245783
246746
|
}
|
245784
|
-
},{}],
|
245785
|
-
arguments[4][
|
245786
|
-
},{"dup":
|
246747
|
+
},{}],236:[function(require,module,exports){
|
246748
|
+
arguments[4][42][0].apply(exports,arguments)
|
246749
|
+
},{"dup":42}],237:[function(require,module,exports){
|
245787
246750
|
module.exports={
|
245788
246751
|
"version": "2.0",
|
245789
246752
|
"metadata": {
|
@@ -246600,7 +247563,7 @@ module.exports={
|
|
246600
247563
|
}
|
246601
247564
|
}
|
246602
247565
|
}
|
246603
|
-
},{}],
|
247566
|
+
},{}],238:[function(require,module,exports){
|
246604
247567
|
module.exports={
|
246605
247568
|
"pagination": {
|
246606
247569
|
"ListLanguages": {
|
@@ -246625,7 +247588,7 @@ module.exports={
|
|
246625
247588
|
}
|
246626
247589
|
}
|
246627
247590
|
}
|
246628
|
-
},{}],
|
247591
|
+
},{}],239:[function(require,module,exports){
|
246629
247592
|
module.exports={
|
246630
247593
|
"version": "2.0",
|
246631
247594
|
"metadata": {
|
@@ -249015,9 +249978,9 @@ module.exports={
|
|
249015
249978
|
}
|
249016
249979
|
}
|
249017
249980
|
}
|
249018
|
-
},{}],
|
249019
|
-
arguments[4][
|
249020
|
-
},{"dup":
|
249981
|
+
},{}],240:[function(require,module,exports){
|
249982
|
+
arguments[4][42][0].apply(exports,arguments)
|
249983
|
+
},{"dup":42}],241:[function(require,module,exports){
|
249021
249984
|
module.exports={
|
249022
249985
|
"version": "2.0",
|
249023
249986
|
"metadata": {
|
@@ -251229,7 +252192,7 @@ module.exports={
|
|
251229
252192
|
}
|
251230
252193
|
}
|
251231
252194
|
}
|
251232
|
-
},{}],
|
252195
|
+
},{}],242:[function(require,module,exports){
|
251233
252196
|
module.exports={
|
251234
252197
|
"pagination": {
|
251235
252198
|
"DescribeActivities": {
|
@@ -251297,7 +252260,7 @@ module.exports={
|
|
251297
252260
|
}
|
251298
252261
|
}
|
251299
252262
|
}
|
251300
|
-
},{}],
|
252263
|
+
},{}],243:[function(require,module,exports){
|
251301
252264
|
module.exports={
|
251302
252265
|
"version": "2.0",
|
251303
252266
|
"metadata": {
|
@@ -253005,7 +253968,7 @@ module.exports={
|
|
253005
253968
|
}
|
253006
253969
|
}
|
253007
253970
|
}
|
253008
|
-
},{}],
|
253971
|
+
},{}],244:[function(require,module,exports){
|
253009
253972
|
module.exports={
|
253010
253973
|
"pagination": {
|
253011
253974
|
"BatchGetTraces": {
|
@@ -253085,7 +254048,7 @@ module.exports={
|
|
253085
254048
|
}
|
253086
254049
|
}
|
253087
254050
|
}
|
253088
|
-
},{}],
|
254051
|
+
},{}],245:[function(require,module,exports){
|
253089
254052
|
require('../lib/node_loader');
|
253090
254053
|
var AWS = require('../lib/core');
|
253091
254054
|
var Service = AWS.Service;
|
@@ -253106,7 +254069,28 @@ Object.defineProperty(apiLoader.services['acm'], '2015-12-08', {
|
|
253106
254069
|
|
253107
254070
|
module.exports = AWS.ACM;
|
253108
254071
|
|
253109
|
-
},{"../apis/acm-2015-12-08.min.json":1,"../apis/acm-2015-12-08.paginators.json":2,"../apis/acm-2015-12-08.waiters2.json":3,"../lib/core":
|
254072
|
+
},{"../apis/acm-2015-12-08.min.json":1,"../apis/acm-2015-12-08.paginators.json":2,"../apis/acm-2015-12-08.waiters2.json":3,"../lib/core":349,"../lib/node_loader":345}],246:[function(require,module,exports){
|
254073
|
+
require('../lib/node_loader');
|
254074
|
+
var AWS = require('../lib/core');
|
254075
|
+
var Service = AWS.Service;
|
254076
|
+
var apiLoader = AWS.apiLoader;
|
254077
|
+
|
254078
|
+
apiLoader.services['amp'] = {};
|
254079
|
+
AWS.Amp = Service.defineService('amp', ['2020-08-01']);
|
254080
|
+
Object.defineProperty(apiLoader.services['amp'], '2020-08-01', {
|
254081
|
+
get: function get() {
|
254082
|
+
var model = require('../apis/amp-2020-08-01.min.json');
|
254083
|
+
model.paginators = require('../apis/amp-2020-08-01.paginators.json').pagination;
|
254084
|
+
model.waiters = require('../apis/amp-2020-08-01.waiters2.json').waiters;
|
254085
|
+
return model;
|
254086
|
+
},
|
254087
|
+
enumerable: true,
|
254088
|
+
configurable: true
|
254089
|
+
});
|
254090
|
+
|
254091
|
+
module.exports = AWS.Amp;
|
254092
|
+
|
254093
|
+
},{"../apis/amp-2020-08-01.min.json":4,"../apis/amp-2020-08-01.paginators.json":5,"../apis/amp-2020-08-01.waiters2.json":6,"../lib/core":349,"../lib/node_loader":345}],247:[function(require,module,exports){
|
253110
254094
|
require('../lib/node_loader');
|
253111
254095
|
var AWS = require('../lib/core');
|
253112
254096
|
var Service = AWS.Service;
|
@@ -253127,7 +254111,7 @@ Object.defineProperty(apiLoader.services['apigateway'], '2015-07-09', {
|
|
253127
254111
|
|
253128
254112
|
module.exports = AWS.APIGateway;
|
253129
254113
|
|
253130
|
-
},{"../apis/apigateway-2015-07-09.min.json":
|
254114
|
+
},{"../apis/apigateway-2015-07-09.min.json":7,"../apis/apigateway-2015-07-09.paginators.json":8,"../lib/core":349,"../lib/node_loader":345,"../lib/services/apigateway":402}],248:[function(require,module,exports){
|
253131
254115
|
require('../lib/node_loader');
|
253132
254116
|
var AWS = require('../lib/core');
|
253133
254117
|
var Service = AWS.Service;
|
@@ -253147,7 +254131,7 @@ Object.defineProperty(apiLoader.services['applicationautoscaling'], '2016-02-06'
|
|
253147
254131
|
|
253148
254132
|
module.exports = AWS.ApplicationAutoScaling;
|
253149
254133
|
|
253150
|
-
},{"../apis/application-autoscaling-2016-02-06.min.json":
|
254134
|
+
},{"../apis/application-autoscaling-2016-02-06.min.json":9,"../apis/application-autoscaling-2016-02-06.paginators.json":10,"../lib/core":349,"../lib/node_loader":345}],249:[function(require,module,exports){
|
253151
254135
|
require('../lib/node_loader');
|
253152
254136
|
var AWS = require('../lib/core');
|
253153
254137
|
var Service = AWS.Service;
|
@@ -253167,7 +254151,7 @@ Object.defineProperty(apiLoader.services['athena'], '2017-05-18', {
|
|
253167
254151
|
|
253168
254152
|
module.exports = AWS.Athena;
|
253169
254153
|
|
253170
|
-
},{"../apis/athena-2017-05-18.min.json":
|
254154
|
+
},{"../apis/athena-2017-05-18.min.json":11,"../apis/athena-2017-05-18.paginators.json":12,"../lib/core":349,"../lib/node_loader":345}],250:[function(require,module,exports){
|
253171
254155
|
require('../lib/node_loader');
|
253172
254156
|
var AWS = require('../lib/core');
|
253173
254157
|
var Service = AWS.Service;
|
@@ -253187,7 +254171,7 @@ Object.defineProperty(apiLoader.services['autoscaling'], '2011-01-01', {
|
|
253187
254171
|
|
253188
254172
|
module.exports = AWS.AutoScaling;
|
253189
254173
|
|
253190
|
-
},{"../apis/autoscaling-2011-01-01.min.json":
|
254174
|
+
},{"../apis/autoscaling-2011-01-01.min.json":13,"../apis/autoscaling-2011-01-01.paginators.json":14,"../lib/core":349,"../lib/node_loader":345}],251:[function(require,module,exports){
|
253191
254175
|
require('../lib/node_loader');
|
253192
254176
|
module.exports = {
|
253193
254177
|
ACM: require('./acm'),
|
@@ -253279,10 +254263,11 @@ module.exports = {
|
|
253279
254263
|
ForecastQueryService: require('./forecastqueryservice'),
|
253280
254264
|
MarketplaceCatalog: require('./marketplacecatalog'),
|
253281
254265
|
KinesisVideoSignalingChannels: require('./kinesisvideosignalingchannels'),
|
254266
|
+
Amp: require('./amp'),
|
253282
254267
|
Location: require('./location'),
|
253283
254268
|
LexRuntimeV2: require('./lexruntimev2')
|
253284
254269
|
};
|
253285
|
-
},{"../lib/node_loader":
|
254270
|
+
},{"../lib/node_loader":345,"./acm":245,"./amp":246,"./apigateway":247,"./applicationautoscaling":248,"./athena":249,"./autoscaling":250,"./cloudformation":252,"./cloudfront":253,"./cloudhsm":254,"./cloudhsmv2":255,"./cloudtrail":256,"./cloudwatch":257,"./cloudwatchevents":258,"./cloudwatchlogs":259,"./codebuild":260,"./codecommit":261,"./codedeploy":262,"./codepipeline":263,"./cognitoidentity":264,"./cognitoidentityserviceprovider":265,"./cognitosync":266,"./comprehend":267,"./comprehendmedical":268,"./configservice":269,"./connect":270,"./costexplorer":271,"./cur":272,"./devicefarm":273,"./directconnect":274,"./dynamodb":275,"./dynamodbstreams":276,"./ec2":277,"./ecr":278,"./ecs":279,"./efs":280,"./elasticache":281,"./elasticbeanstalk":282,"./elastictranscoder":283,"./elb":284,"./elbv2":285,"./emr":286,"./firehose":287,"./forecastqueryservice":288,"./forecastservice":289,"./gamelift":290,"./iam":291,"./inspector":292,"./iot":293,"./iotanalytics":294,"./iotdata":295,"./kinesis":296,"./kinesisvideo":297,"./kinesisvideoarchivedmedia":298,"./kinesisvideomedia":299,"./kinesisvideosignalingchannels":300,"./kms":301,"./lambda":302,"./lexmodelbuildingservice":303,"./lexruntime":304,"./lexruntimev2":305,"./location":306,"./machinelearning":307,"./marketplacecatalog":308,"./marketplacecommerceanalytics":309,"./mediastoredata":310,"./mobileanalytics":311,"./mturk":312,"./opsworks":313,"./personalize":314,"./personalizeevents":315,"./personalizeruntime":316,"./polly":317,"./pricing":318,"./rds":319,"./redshift":320,"./rekognition":321,"./resourcegroups":322,"./route53":323,"./route53domains":324,"./s3":325,"./secretsmanager":326,"./servicecatalog":327,"./ses":328,"./sns":329,"./sqs":330,"./ssm":331,"./storagegateway":332,"./sts":333,"./translate":334,"./waf":335,"./workdocs":336,"./xray":337}],252:[function(require,module,exports){
|
253286
254271
|
require('../lib/node_loader');
|
253287
254272
|
var AWS = require('../lib/core');
|
253288
254273
|
var Service = AWS.Service;
|
@@ -253303,7 +254288,7 @@ Object.defineProperty(apiLoader.services['cloudformation'], '2010-05-15', {
|
|
253303
254288
|
|
253304
254289
|
module.exports = AWS.CloudFormation;
|
253305
254290
|
|
253306
|
-
},{"../apis/cloudformation-2010-05-15.min.json":
|
254291
|
+
},{"../apis/cloudformation-2010-05-15.min.json":17,"../apis/cloudformation-2010-05-15.paginators.json":18,"../apis/cloudformation-2010-05-15.waiters2.json":19,"../lib/core":349,"../lib/node_loader":345}],253:[function(require,module,exports){
|
253307
254292
|
require('../lib/node_loader');
|
253308
254293
|
var AWS = require('../lib/core');
|
253309
254294
|
var Service = AWS.Service;
|
@@ -253385,7 +254370,7 @@ Object.defineProperty(apiLoader.services['cloudfront'], '2020-05-31', {
|
|
253385
254370
|
|
253386
254371
|
module.exports = AWS.CloudFront;
|
253387
254372
|
|
253388
|
-
},{"../apis/cloudfront-2016-11-25.min.json":
|
254373
|
+
},{"../apis/cloudfront-2016-11-25.min.json":20,"../apis/cloudfront-2016-11-25.paginators.json":21,"../apis/cloudfront-2016-11-25.waiters2.json":22,"../apis/cloudfront-2017-03-25.min.json":23,"../apis/cloudfront-2017-03-25.paginators.json":24,"../apis/cloudfront-2017-03-25.waiters2.json":25,"../apis/cloudfront-2017-10-30.min.json":26,"../apis/cloudfront-2017-10-30.paginators.json":27,"../apis/cloudfront-2017-10-30.waiters2.json":28,"../apis/cloudfront-2018-06-18.min.json":29,"../apis/cloudfront-2018-06-18.paginators.json":30,"../apis/cloudfront-2018-06-18.waiters2.json":31,"../apis/cloudfront-2018-11-05.min.json":32,"../apis/cloudfront-2018-11-05.paginators.json":33,"../apis/cloudfront-2018-11-05.waiters2.json":34,"../apis/cloudfront-2019-03-26.min.json":35,"../apis/cloudfront-2019-03-26.paginators.json":36,"../apis/cloudfront-2019-03-26.waiters2.json":37,"../apis/cloudfront-2020-05-31.min.json":38,"../apis/cloudfront-2020-05-31.paginators.json":39,"../apis/cloudfront-2020-05-31.waiters2.json":40,"../lib/core":349,"../lib/node_loader":345,"../lib/services/cloudfront":403}],254:[function(require,module,exports){
|
253389
254374
|
require('../lib/node_loader');
|
253390
254375
|
var AWS = require('../lib/core');
|
253391
254376
|
var Service = AWS.Service;
|
@@ -253405,7 +254390,7 @@ Object.defineProperty(apiLoader.services['cloudhsm'], '2014-05-30', {
|
|
253405
254390
|
|
253406
254391
|
module.exports = AWS.CloudHSM;
|
253407
254392
|
|
253408
|
-
},{"../apis/cloudhsm-2014-05-30.min.json":
|
254393
|
+
},{"../apis/cloudhsm-2014-05-30.min.json":41,"../apis/cloudhsm-2014-05-30.paginators.json":42,"../lib/core":349,"../lib/node_loader":345}],255:[function(require,module,exports){
|
253409
254394
|
require('../lib/node_loader');
|
253410
254395
|
var AWS = require('../lib/core');
|
253411
254396
|
var Service = AWS.Service;
|
@@ -253425,7 +254410,7 @@ Object.defineProperty(apiLoader.services['cloudhsmv2'], '2017-04-28', {
|
|
253425
254410
|
|
253426
254411
|
module.exports = AWS.CloudHSMV2;
|
253427
254412
|
|
253428
|
-
},{"../apis/cloudhsmv2-2017-04-28.min.json":
|
254413
|
+
},{"../apis/cloudhsmv2-2017-04-28.min.json":43,"../apis/cloudhsmv2-2017-04-28.paginators.json":44,"../lib/core":349,"../lib/node_loader":345}],256:[function(require,module,exports){
|
253429
254414
|
require('../lib/node_loader');
|
253430
254415
|
var AWS = require('../lib/core');
|
253431
254416
|
var Service = AWS.Service;
|
@@ -253445,7 +254430,7 @@ Object.defineProperty(apiLoader.services['cloudtrail'], '2013-11-01', {
|
|
253445
254430
|
|
253446
254431
|
module.exports = AWS.CloudTrail;
|
253447
254432
|
|
253448
|
-
},{"../apis/cloudtrail-2013-11-01.min.json":
|
254433
|
+
},{"../apis/cloudtrail-2013-11-01.min.json":45,"../apis/cloudtrail-2013-11-01.paginators.json":46,"../lib/core":349,"../lib/node_loader":345}],257:[function(require,module,exports){
|
253449
254434
|
require('../lib/node_loader');
|
253450
254435
|
var AWS = require('../lib/core');
|
253451
254436
|
var Service = AWS.Service;
|
@@ -253466,7 +254451,7 @@ Object.defineProperty(apiLoader.services['cloudwatch'], '2010-08-01', {
|
|
253466
254451
|
|
253467
254452
|
module.exports = AWS.CloudWatch;
|
253468
254453
|
|
253469
|
-
},{"../apis/monitoring-2010-08-01.min.json":
|
254454
|
+
},{"../apis/monitoring-2010-08-01.min.json":170,"../apis/monitoring-2010-08-01.paginators.json":171,"../apis/monitoring-2010-08-01.waiters2.json":172,"../lib/core":349,"../lib/node_loader":345}],258:[function(require,module,exports){
|
253470
254455
|
require('../lib/node_loader');
|
253471
254456
|
var AWS = require('../lib/core');
|
253472
254457
|
var Service = AWS.Service;
|
@@ -253486,7 +254471,7 @@ Object.defineProperty(apiLoader.services['cloudwatchevents'], '2015-10-07', {
|
|
253486
254471
|
|
253487
254472
|
module.exports = AWS.CloudWatchEvents;
|
253488
254473
|
|
253489
|
-
},{"../apis/events-2015-10-07.min.json":
|
254474
|
+
},{"../apis/events-2015-10-07.min.json":114,"../apis/events-2015-10-07.paginators.json":115,"../lib/core":349,"../lib/node_loader":345}],259:[function(require,module,exports){
|
253490
254475
|
require('../lib/node_loader');
|
253491
254476
|
var AWS = require('../lib/core');
|
253492
254477
|
var Service = AWS.Service;
|
@@ -253506,7 +254491,7 @@ Object.defineProperty(apiLoader.services['cloudwatchlogs'], '2014-03-28', {
|
|
253506
254491
|
|
253507
254492
|
module.exports = AWS.CloudWatchLogs;
|
253508
254493
|
|
253509
|
-
},{"../apis/logs-2014-03-28.min.json":
|
254494
|
+
},{"../apis/logs-2014-03-28.min.json":157,"../apis/logs-2014-03-28.paginators.json":158,"../lib/core":349,"../lib/node_loader":345}],260:[function(require,module,exports){
|
253510
254495
|
require('../lib/node_loader');
|
253511
254496
|
var AWS = require('../lib/core');
|
253512
254497
|
var Service = AWS.Service;
|
@@ -253526,7 +254511,7 @@ Object.defineProperty(apiLoader.services['codebuild'], '2016-10-06', {
|
|
253526
254511
|
|
253527
254512
|
module.exports = AWS.CodeBuild;
|
253528
254513
|
|
253529
|
-
},{"../apis/codebuild-2016-10-06.min.json":
|
254514
|
+
},{"../apis/codebuild-2016-10-06.min.json":47,"../apis/codebuild-2016-10-06.paginators.json":48,"../lib/core":349,"../lib/node_loader":345}],261:[function(require,module,exports){
|
253530
254515
|
require('../lib/node_loader');
|
253531
254516
|
var AWS = require('../lib/core');
|
253532
254517
|
var Service = AWS.Service;
|
@@ -253546,7 +254531,7 @@ Object.defineProperty(apiLoader.services['codecommit'], '2015-04-13', {
|
|
253546
254531
|
|
253547
254532
|
module.exports = AWS.CodeCommit;
|
253548
254533
|
|
253549
|
-
},{"../apis/codecommit-2015-04-13.min.json":
|
254534
|
+
},{"../apis/codecommit-2015-04-13.min.json":49,"../apis/codecommit-2015-04-13.paginators.json":50,"../lib/core":349,"../lib/node_loader":345}],262:[function(require,module,exports){
|
253550
254535
|
require('../lib/node_loader');
|
253551
254536
|
var AWS = require('../lib/core');
|
253552
254537
|
var Service = AWS.Service;
|
@@ -253567,7 +254552,7 @@ Object.defineProperty(apiLoader.services['codedeploy'], '2014-10-06', {
|
|
253567
254552
|
|
253568
254553
|
module.exports = AWS.CodeDeploy;
|
253569
254554
|
|
253570
|
-
},{"../apis/codedeploy-2014-10-06.min.json":
|
254555
|
+
},{"../apis/codedeploy-2014-10-06.min.json":51,"../apis/codedeploy-2014-10-06.paginators.json":52,"../apis/codedeploy-2014-10-06.waiters2.json":53,"../lib/core":349,"../lib/node_loader":345}],263:[function(require,module,exports){
|
253571
254556
|
require('../lib/node_loader');
|
253572
254557
|
var AWS = require('../lib/core');
|
253573
254558
|
var Service = AWS.Service;
|
@@ -253587,7 +254572,7 @@ Object.defineProperty(apiLoader.services['codepipeline'], '2015-07-09', {
|
|
253587
254572
|
|
253588
254573
|
module.exports = AWS.CodePipeline;
|
253589
254574
|
|
253590
|
-
},{"../apis/codepipeline-2015-07-09.min.json":
|
254575
|
+
},{"../apis/codepipeline-2015-07-09.min.json":54,"../apis/codepipeline-2015-07-09.paginators.json":55,"../lib/core":349,"../lib/node_loader":345}],264:[function(require,module,exports){
|
253591
254576
|
require('../lib/node_loader');
|
253592
254577
|
var AWS = require('../lib/core');
|
253593
254578
|
var Service = AWS.Service;
|
@@ -253607,7 +254592,7 @@ Object.defineProperty(apiLoader.services['cognitoidentity'], '2014-06-30', {
|
|
253607
254592
|
|
253608
254593
|
module.exports = AWS.CognitoIdentity;
|
253609
254594
|
|
253610
|
-
},{"../apis/cognito-identity-2014-06-30.min.json":
|
254595
|
+
},{"../apis/cognito-identity-2014-06-30.min.json":56,"../apis/cognito-identity-2014-06-30.paginators.json":57,"../lib/core":349,"../lib/node_loader":345}],265:[function(require,module,exports){
|
253611
254596
|
require('../lib/node_loader');
|
253612
254597
|
var AWS = require('../lib/core');
|
253613
254598
|
var Service = AWS.Service;
|
@@ -253627,7 +254612,7 @@ Object.defineProperty(apiLoader.services['cognitoidentityserviceprovider'], '201
|
|
253627
254612
|
|
253628
254613
|
module.exports = AWS.CognitoIdentityServiceProvider;
|
253629
254614
|
|
253630
|
-
},{"../apis/cognito-idp-2016-04-18.min.json":
|
254615
|
+
},{"../apis/cognito-idp-2016-04-18.min.json":58,"../apis/cognito-idp-2016-04-18.paginators.json":59,"../lib/core":349,"../lib/node_loader":345}],266:[function(require,module,exports){
|
253631
254616
|
require('../lib/node_loader');
|
253632
254617
|
var AWS = require('../lib/core');
|
253633
254618
|
var Service = AWS.Service;
|
@@ -253647,7 +254632,7 @@ Object.defineProperty(apiLoader.services['cognitosync'], '2014-06-30', {
|
|
253647
254632
|
|
253648
254633
|
module.exports = AWS.CognitoSync;
|
253649
254634
|
|
253650
|
-
},{"../apis/cognito-sync-2014-06-30.min.json":
|
254635
|
+
},{"../apis/cognito-sync-2014-06-30.min.json":60,"../apis/cognito-sync-2014-06-30.paginators.json":61,"../lib/core":349,"../lib/node_loader":345}],267:[function(require,module,exports){
|
253651
254636
|
require('../lib/node_loader');
|
253652
254637
|
var AWS = require('../lib/core');
|
253653
254638
|
var Service = AWS.Service;
|
@@ -253667,7 +254652,7 @@ Object.defineProperty(apiLoader.services['comprehend'], '2017-11-27', {
|
|
253667
254652
|
|
253668
254653
|
module.exports = AWS.Comprehend;
|
253669
254654
|
|
253670
|
-
},{"../apis/comprehend-2017-11-27.min.json":
|
254655
|
+
},{"../apis/comprehend-2017-11-27.min.json":62,"../apis/comprehend-2017-11-27.paginators.json":63,"../lib/core":349,"../lib/node_loader":345}],268:[function(require,module,exports){
|
253671
254656
|
require('../lib/node_loader');
|
253672
254657
|
var AWS = require('../lib/core');
|
253673
254658
|
var Service = AWS.Service;
|
@@ -253687,7 +254672,7 @@ Object.defineProperty(apiLoader.services['comprehendmedical'], '2018-10-30', {
|
|
253687
254672
|
|
253688
254673
|
module.exports = AWS.ComprehendMedical;
|
253689
254674
|
|
253690
|
-
},{"../apis/comprehendmedical-2018-10-30.min.json":
|
254675
|
+
},{"../apis/comprehendmedical-2018-10-30.min.json":64,"../apis/comprehendmedical-2018-10-30.paginators.json":65,"../lib/core":349,"../lib/node_loader":345}],269:[function(require,module,exports){
|
253691
254676
|
require('../lib/node_loader');
|
253692
254677
|
var AWS = require('../lib/core');
|
253693
254678
|
var Service = AWS.Service;
|
@@ -253707,7 +254692,7 @@ Object.defineProperty(apiLoader.services['configservice'], '2014-11-12', {
|
|
253707
254692
|
|
253708
254693
|
module.exports = AWS.ConfigService;
|
253709
254694
|
|
253710
|
-
},{"../apis/config-2014-11-12.min.json":
|
254695
|
+
},{"../apis/config-2014-11-12.min.json":66,"../apis/config-2014-11-12.paginators.json":67,"../lib/core":349,"../lib/node_loader":345}],270:[function(require,module,exports){
|
253711
254696
|
require('../lib/node_loader');
|
253712
254697
|
var AWS = require('../lib/core');
|
253713
254698
|
var Service = AWS.Service;
|
@@ -253727,7 +254712,7 @@ Object.defineProperty(apiLoader.services['connect'], '2017-08-08', {
|
|
253727
254712
|
|
253728
254713
|
module.exports = AWS.Connect;
|
253729
254714
|
|
253730
|
-
},{"../apis/connect-2017-08-08.min.json":
|
254715
|
+
},{"../apis/connect-2017-08-08.min.json":68,"../apis/connect-2017-08-08.paginators.json":69,"../lib/core":349,"../lib/node_loader":345}],271:[function(require,module,exports){
|
253731
254716
|
require('../lib/node_loader');
|
253732
254717
|
var AWS = require('../lib/core');
|
253733
254718
|
var Service = AWS.Service;
|
@@ -253747,7 +254732,7 @@ Object.defineProperty(apiLoader.services['costexplorer'], '2017-10-25', {
|
|
253747
254732
|
|
253748
254733
|
module.exports = AWS.CostExplorer;
|
253749
254734
|
|
253750
|
-
},{"../apis/ce-2017-10-25.min.json":
|
254735
|
+
},{"../apis/ce-2017-10-25.min.json":15,"../apis/ce-2017-10-25.paginators.json":16,"../lib/core":349,"../lib/node_loader":345}],272:[function(require,module,exports){
|
253751
254736
|
require('../lib/node_loader');
|
253752
254737
|
var AWS = require('../lib/core');
|
253753
254738
|
var Service = AWS.Service;
|
@@ -253767,7 +254752,7 @@ Object.defineProperty(apiLoader.services['cur'], '2017-01-06', {
|
|
253767
254752
|
|
253768
254753
|
module.exports = AWS.CUR;
|
253769
254754
|
|
253770
|
-
},{"../apis/cur-2017-01-06.min.json":
|
254755
|
+
},{"../apis/cur-2017-01-06.min.json":70,"../apis/cur-2017-01-06.paginators.json":71,"../lib/core":349,"../lib/node_loader":345}],273:[function(require,module,exports){
|
253771
254756
|
require('../lib/node_loader');
|
253772
254757
|
var AWS = require('../lib/core');
|
253773
254758
|
var Service = AWS.Service;
|
@@ -253787,7 +254772,7 @@ Object.defineProperty(apiLoader.services['devicefarm'], '2015-06-23', {
|
|
253787
254772
|
|
253788
254773
|
module.exports = AWS.DeviceFarm;
|
253789
254774
|
|
253790
|
-
},{"../apis/devicefarm-2015-06-23.min.json":
|
254775
|
+
},{"../apis/devicefarm-2015-06-23.min.json":72,"../apis/devicefarm-2015-06-23.paginators.json":73,"../lib/core":349,"../lib/node_loader":345}],274:[function(require,module,exports){
|
253791
254776
|
require('../lib/node_loader');
|
253792
254777
|
var AWS = require('../lib/core');
|
253793
254778
|
var Service = AWS.Service;
|
@@ -253807,7 +254792,7 @@ Object.defineProperty(apiLoader.services['directconnect'], '2012-10-25', {
|
|
253807
254792
|
|
253808
254793
|
module.exports = AWS.DirectConnect;
|
253809
254794
|
|
253810
|
-
},{"../apis/directconnect-2012-10-25.min.json":
|
254795
|
+
},{"../apis/directconnect-2012-10-25.min.json":74,"../apis/directconnect-2012-10-25.paginators.json":75,"../lib/core":349,"../lib/node_loader":345}],275:[function(require,module,exports){
|
253811
254796
|
require('../lib/node_loader');
|
253812
254797
|
var AWS = require('../lib/core');
|
253813
254798
|
var Service = AWS.Service;
|
@@ -253839,7 +254824,7 @@ Object.defineProperty(apiLoader.services['dynamodb'], '2012-08-10', {
|
|
253839
254824
|
|
253840
254825
|
module.exports = AWS.DynamoDB;
|
253841
254826
|
|
253842
|
-
},{"../apis/dynamodb-2011-12-05.min.json":
|
254827
|
+
},{"../apis/dynamodb-2011-12-05.min.json":76,"../apis/dynamodb-2011-12-05.paginators.json":77,"../apis/dynamodb-2011-12-05.waiters2.json":78,"../apis/dynamodb-2012-08-10.min.json":79,"../apis/dynamodb-2012-08-10.paginators.json":80,"../apis/dynamodb-2012-08-10.waiters2.json":81,"../lib/core":349,"../lib/node_loader":345,"../lib/services/dynamodb":404}],276:[function(require,module,exports){
|
253843
254828
|
require('../lib/node_loader');
|
253844
254829
|
var AWS = require('../lib/core');
|
253845
254830
|
var Service = AWS.Service;
|
@@ -253859,7 +254844,7 @@ Object.defineProperty(apiLoader.services['dynamodbstreams'], '2012-08-10', {
|
|
253859
254844
|
|
253860
254845
|
module.exports = AWS.DynamoDBStreams;
|
253861
254846
|
|
253862
|
-
},{"../apis/streams.dynamodb-2012-08-10.min.json":
|
254847
|
+
},{"../apis/streams.dynamodb-2012-08-10.min.json":233,"../apis/streams.dynamodb-2012-08-10.paginators.json":234,"../lib/core":349,"../lib/node_loader":345}],277:[function(require,module,exports){
|
253863
254848
|
require('../lib/node_loader');
|
253864
254849
|
var AWS = require('../lib/core');
|
253865
254850
|
var Service = AWS.Service;
|
@@ -253881,7 +254866,7 @@ Object.defineProperty(apiLoader.services['ec2'], '2016-11-15', {
|
|
253881
254866
|
|
253882
254867
|
module.exports = AWS.EC2;
|
253883
254868
|
|
253884
|
-
},{"../apis/ec2-2016-11-15.min.json":
|
254869
|
+
},{"../apis/ec2-2016-11-15.min.json":82,"../apis/ec2-2016-11-15.paginators.json":83,"../apis/ec2-2016-11-15.waiters2.json":84,"../lib/core":349,"../lib/node_loader":345,"../lib/services/ec2":405}],278:[function(require,module,exports){
|
253885
254870
|
require('../lib/node_loader');
|
253886
254871
|
var AWS = require('../lib/core');
|
253887
254872
|
var Service = AWS.Service;
|
@@ -253902,7 +254887,7 @@ Object.defineProperty(apiLoader.services['ecr'], '2015-09-21', {
|
|
253902
254887
|
|
253903
254888
|
module.exports = AWS.ECR;
|
253904
254889
|
|
253905
|
-
},{"../apis/ecr-2015-09-21.min.json":
|
254890
|
+
},{"../apis/ecr-2015-09-21.min.json":85,"../apis/ecr-2015-09-21.paginators.json":86,"../apis/ecr-2015-09-21.waiters2.json":87,"../lib/core":349,"../lib/node_loader":345}],279:[function(require,module,exports){
|
253906
254891
|
require('../lib/node_loader');
|
253907
254892
|
var AWS = require('../lib/core');
|
253908
254893
|
var Service = AWS.Service;
|
@@ -253923,7 +254908,7 @@ Object.defineProperty(apiLoader.services['ecs'], '2014-11-13', {
|
|
253923
254908
|
|
253924
254909
|
module.exports = AWS.ECS;
|
253925
254910
|
|
253926
|
-
},{"../apis/ecs-2014-11-13.min.json":
|
254911
|
+
},{"../apis/ecs-2014-11-13.min.json":88,"../apis/ecs-2014-11-13.paginators.json":89,"../apis/ecs-2014-11-13.waiters2.json":90,"../lib/core":349,"../lib/node_loader":345}],280:[function(require,module,exports){
|
253927
254912
|
require('../lib/node_loader');
|
253928
254913
|
var AWS = require('../lib/core');
|
253929
254914
|
var Service = AWS.Service;
|
@@ -253943,7 +254928,7 @@ Object.defineProperty(apiLoader.services['efs'], '2015-02-01', {
|
|
253943
254928
|
|
253944
254929
|
module.exports = AWS.EFS;
|
253945
254930
|
|
253946
|
-
},{"../apis/elasticfilesystem-2015-02-01.min.json":
|
254931
|
+
},{"../apis/elasticfilesystem-2015-02-01.min.json":97,"../apis/elasticfilesystem-2015-02-01.paginators.json":98,"../lib/core":349,"../lib/node_loader":345}],281:[function(require,module,exports){
|
253947
254932
|
require('../lib/node_loader');
|
253948
254933
|
var AWS = require('../lib/core');
|
253949
254934
|
var Service = AWS.Service;
|
@@ -253964,7 +254949,7 @@ Object.defineProperty(apiLoader.services['elasticache'], '2015-02-02', {
|
|
253964
254949
|
|
253965
254950
|
module.exports = AWS.ElastiCache;
|
253966
254951
|
|
253967
|
-
},{"../apis/elasticache-2015-02-02.min.json":
|
254952
|
+
},{"../apis/elasticache-2015-02-02.min.json":91,"../apis/elasticache-2015-02-02.paginators.json":92,"../apis/elasticache-2015-02-02.waiters2.json":93,"../lib/core":349,"../lib/node_loader":345}],282:[function(require,module,exports){
|
253968
254953
|
require('../lib/node_loader');
|
253969
254954
|
var AWS = require('../lib/core');
|
253970
254955
|
var Service = AWS.Service;
|
@@ -253985,7 +254970,7 @@ Object.defineProperty(apiLoader.services['elasticbeanstalk'], '2010-12-01', {
|
|
253985
254970
|
|
253986
254971
|
module.exports = AWS.ElasticBeanstalk;
|
253987
254972
|
|
253988
|
-
},{"../apis/elasticbeanstalk-2010-12-01.min.json":
|
254973
|
+
},{"../apis/elasticbeanstalk-2010-12-01.min.json":94,"../apis/elasticbeanstalk-2010-12-01.paginators.json":95,"../apis/elasticbeanstalk-2010-12-01.waiters2.json":96,"../lib/core":349,"../lib/node_loader":345}],283:[function(require,module,exports){
|
253989
254974
|
require('../lib/node_loader');
|
253990
254975
|
var AWS = require('../lib/core');
|
253991
254976
|
var Service = AWS.Service;
|
@@ -254006,7 +254991,7 @@ Object.defineProperty(apiLoader.services['elastictranscoder'], '2012-09-25', {
|
|
254006
254991
|
|
254007
254992
|
module.exports = AWS.ElasticTranscoder;
|
254008
254993
|
|
254009
|
-
},{"../apis/elastictranscoder-2012-09-25.min.json":
|
254994
|
+
},{"../apis/elastictranscoder-2012-09-25.min.json":108,"../apis/elastictranscoder-2012-09-25.paginators.json":109,"../apis/elastictranscoder-2012-09-25.waiters2.json":110,"../lib/core":349,"../lib/node_loader":345}],284:[function(require,module,exports){
|
254010
254995
|
require('../lib/node_loader');
|
254011
254996
|
var AWS = require('../lib/core');
|
254012
254997
|
var Service = AWS.Service;
|
@@ -254027,7 +255012,7 @@ Object.defineProperty(apiLoader.services['elb'], '2012-06-01', {
|
|
254027
255012
|
|
254028
255013
|
module.exports = AWS.ELB;
|
254029
255014
|
|
254030
|
-
},{"../apis/elasticloadbalancing-2012-06-01.min.json":
|
255015
|
+
},{"../apis/elasticloadbalancing-2012-06-01.min.json":99,"../apis/elasticloadbalancing-2012-06-01.paginators.json":100,"../apis/elasticloadbalancing-2012-06-01.waiters2.json":101,"../lib/core":349,"../lib/node_loader":345}],285:[function(require,module,exports){
|
254031
255016
|
require('../lib/node_loader');
|
254032
255017
|
var AWS = require('../lib/core');
|
254033
255018
|
var Service = AWS.Service;
|
@@ -254048,7 +255033,7 @@ Object.defineProperty(apiLoader.services['elbv2'], '2015-12-01', {
|
|
254048
255033
|
|
254049
255034
|
module.exports = AWS.ELBv2;
|
254050
255035
|
|
254051
|
-
},{"../apis/elasticloadbalancingv2-2015-12-01.min.json":
|
255036
|
+
},{"../apis/elasticloadbalancingv2-2015-12-01.min.json":102,"../apis/elasticloadbalancingv2-2015-12-01.paginators.json":103,"../apis/elasticloadbalancingv2-2015-12-01.waiters2.json":104,"../lib/core":349,"../lib/node_loader":345}],286:[function(require,module,exports){
|
254052
255037
|
require('../lib/node_loader');
|
254053
255038
|
var AWS = require('../lib/core');
|
254054
255039
|
var Service = AWS.Service;
|
@@ -254069,7 +255054,7 @@ Object.defineProperty(apiLoader.services['emr'], '2009-03-31', {
|
|
254069
255054
|
|
254070
255055
|
module.exports = AWS.EMR;
|
254071
255056
|
|
254072
|
-
},{"../apis/elasticmapreduce-2009-03-31.min.json":
|
255057
|
+
},{"../apis/elasticmapreduce-2009-03-31.min.json":105,"../apis/elasticmapreduce-2009-03-31.paginators.json":106,"../apis/elasticmapreduce-2009-03-31.waiters2.json":107,"../lib/core":349,"../lib/node_loader":345}],287:[function(require,module,exports){
|
254073
255058
|
require('../lib/node_loader');
|
254074
255059
|
var AWS = require('../lib/core');
|
254075
255060
|
var Service = AWS.Service;
|
@@ -254089,7 +255074,7 @@ Object.defineProperty(apiLoader.services['firehose'], '2015-08-04', {
|
|
254089
255074
|
|
254090
255075
|
module.exports = AWS.Firehose;
|
254091
255076
|
|
254092
|
-
},{"../apis/firehose-2015-08-04.min.json":
|
255077
|
+
},{"../apis/firehose-2015-08-04.min.json":116,"../apis/firehose-2015-08-04.paginators.json":117,"../lib/core":349,"../lib/node_loader":345}],288:[function(require,module,exports){
|
254093
255078
|
require('../lib/node_loader');
|
254094
255079
|
var AWS = require('../lib/core');
|
254095
255080
|
var Service = AWS.Service;
|
@@ -254109,7 +255094,7 @@ Object.defineProperty(apiLoader.services['forecastqueryservice'], '2018-06-26',
|
|
254109
255094
|
|
254110
255095
|
module.exports = AWS.ForecastQueryService;
|
254111
255096
|
|
254112
|
-
},{"../apis/forecastquery-2018-06-26.min.json":
|
255097
|
+
},{"../apis/forecastquery-2018-06-26.min.json":120,"../apis/forecastquery-2018-06-26.paginators.json":121,"../lib/core":349,"../lib/node_loader":345}],289:[function(require,module,exports){
|
254113
255098
|
require('../lib/node_loader');
|
254114
255099
|
var AWS = require('../lib/core');
|
254115
255100
|
var Service = AWS.Service;
|
@@ -254129,7 +255114,7 @@ Object.defineProperty(apiLoader.services['forecastservice'], '2018-06-26', {
|
|
254129
255114
|
|
254130
255115
|
module.exports = AWS.ForecastService;
|
254131
255116
|
|
254132
|
-
},{"../apis/forecast-2018-06-26.min.json":
|
255117
|
+
},{"../apis/forecast-2018-06-26.min.json":118,"../apis/forecast-2018-06-26.paginators.json":119,"../lib/core":349,"../lib/node_loader":345}],290:[function(require,module,exports){
|
254133
255118
|
require('../lib/node_loader');
|
254134
255119
|
var AWS = require('../lib/core');
|
254135
255120
|
var Service = AWS.Service;
|
@@ -254149,7 +255134,7 @@ Object.defineProperty(apiLoader.services['gamelift'], '2015-10-01', {
|
|
254149
255134
|
|
254150
255135
|
module.exports = AWS.GameLift;
|
254151
255136
|
|
254152
|
-
},{"../apis/gamelift-2015-10-01.min.json":
|
255137
|
+
},{"../apis/gamelift-2015-10-01.min.json":122,"../apis/gamelift-2015-10-01.paginators.json":123,"../lib/core":349,"../lib/node_loader":345}],291:[function(require,module,exports){
|
254153
255138
|
require('../lib/node_loader');
|
254154
255139
|
var AWS = require('../lib/core');
|
254155
255140
|
var Service = AWS.Service;
|
@@ -254170,7 +255155,7 @@ Object.defineProperty(apiLoader.services['iam'], '2010-05-08', {
|
|
254170
255155
|
|
254171
255156
|
module.exports = AWS.IAM;
|
254172
255157
|
|
254173
|
-
},{"../apis/iam-2010-05-08.min.json":
|
255158
|
+
},{"../apis/iam-2010-05-08.min.json":124,"../apis/iam-2010-05-08.paginators.json":125,"../apis/iam-2010-05-08.waiters2.json":126,"../lib/core":349,"../lib/node_loader":345}],292:[function(require,module,exports){
|
254174
255159
|
require('../lib/node_loader');
|
254175
255160
|
var AWS = require('../lib/core');
|
254176
255161
|
var Service = AWS.Service;
|
@@ -254190,7 +255175,7 @@ Object.defineProperty(apiLoader.services['inspector'], '2016-02-16', {
|
|
254190
255175
|
|
254191
255176
|
module.exports = AWS.Inspector;
|
254192
255177
|
|
254193
|
-
},{"../apis/inspector-2016-02-16.min.json":
|
255178
|
+
},{"../apis/inspector-2016-02-16.min.json":127,"../apis/inspector-2016-02-16.paginators.json":128,"../lib/core":349,"../lib/node_loader":345}],293:[function(require,module,exports){
|
254194
255179
|
require('../lib/node_loader');
|
254195
255180
|
var AWS = require('../lib/core');
|
254196
255181
|
var Service = AWS.Service;
|
@@ -254210,7 +255195,7 @@ Object.defineProperty(apiLoader.services['iot'], '2015-05-28', {
|
|
254210
255195
|
|
254211
255196
|
module.exports = AWS.Iot;
|
254212
255197
|
|
254213
|
-
},{"../apis/iot-2015-05-28.min.json":
|
255198
|
+
},{"../apis/iot-2015-05-28.min.json":129,"../apis/iot-2015-05-28.paginators.json":130,"../lib/core":349,"../lib/node_loader":345}],294:[function(require,module,exports){
|
254214
255199
|
require('../lib/node_loader');
|
254215
255200
|
var AWS = require('../lib/core');
|
254216
255201
|
var Service = AWS.Service;
|
@@ -254230,7 +255215,7 @@ Object.defineProperty(apiLoader.services['iotanalytics'], '2017-11-27', {
|
|
254230
255215
|
|
254231
255216
|
module.exports = AWS.IoTAnalytics;
|
254232
255217
|
|
254233
|
-
},{"../apis/iotanalytics-2017-11-27.min.json":
|
255218
|
+
},{"../apis/iotanalytics-2017-11-27.min.json":133,"../apis/iotanalytics-2017-11-27.paginators.json":134,"../lib/core":349,"../lib/node_loader":345}],295:[function(require,module,exports){
|
254234
255219
|
require('../lib/node_loader');
|
254235
255220
|
var AWS = require('../lib/core');
|
254236
255221
|
var Service = AWS.Service;
|
@@ -254251,7 +255236,7 @@ Object.defineProperty(apiLoader.services['iotdata'], '2015-05-28', {
|
|
254251
255236
|
|
254252
255237
|
module.exports = AWS.IotData;
|
254253
255238
|
|
254254
|
-
},{"../apis/iot-data-2015-05-28.min.json":
|
255239
|
+
},{"../apis/iot-data-2015-05-28.min.json":131,"../apis/iot-data-2015-05-28.paginators.json":132,"../lib/core":349,"../lib/node_loader":345,"../lib/services/iotdata":406}],296:[function(require,module,exports){
|
254255
255240
|
require('../lib/node_loader');
|
254256
255241
|
var AWS = require('../lib/core');
|
254257
255242
|
var Service = AWS.Service;
|
@@ -254272,7 +255257,7 @@ Object.defineProperty(apiLoader.services['kinesis'], '2013-12-02', {
|
|
254272
255257
|
|
254273
255258
|
module.exports = AWS.Kinesis;
|
254274
255259
|
|
254275
|
-
},{"../apis/kinesis-2013-12-02.min.json":
|
255260
|
+
},{"../apis/kinesis-2013-12-02.min.json":135,"../apis/kinesis-2013-12-02.paginators.json":136,"../apis/kinesis-2013-12-02.waiters2.json":137,"../lib/core":349,"../lib/node_loader":345}],297:[function(require,module,exports){
|
254276
255261
|
require('../lib/node_loader');
|
254277
255262
|
var AWS = require('../lib/core');
|
254278
255263
|
var Service = AWS.Service;
|
@@ -254292,7 +255277,7 @@ Object.defineProperty(apiLoader.services['kinesisvideo'], '2017-09-30', {
|
|
254292
255277
|
|
254293
255278
|
module.exports = AWS.KinesisVideo;
|
254294
255279
|
|
254295
|
-
},{"../apis/kinesisvideo-2017-09-30.min.json":
|
255280
|
+
},{"../apis/kinesisvideo-2017-09-30.min.json":144,"../apis/kinesisvideo-2017-09-30.paginators.json":145,"../lib/core":349,"../lib/node_loader":345}],298:[function(require,module,exports){
|
254296
255281
|
require('../lib/node_loader');
|
254297
255282
|
var AWS = require('../lib/core');
|
254298
255283
|
var Service = AWS.Service;
|
@@ -254312,7 +255297,7 @@ Object.defineProperty(apiLoader.services['kinesisvideoarchivedmedia'], '2017-09-
|
|
254312
255297
|
|
254313
255298
|
module.exports = AWS.KinesisVideoArchivedMedia;
|
254314
255299
|
|
254315
|
-
},{"../apis/kinesis-video-archived-media-2017-09-30.min.json":
|
255300
|
+
},{"../apis/kinesis-video-archived-media-2017-09-30.min.json":138,"../apis/kinesis-video-archived-media-2017-09-30.paginators.json":139,"../lib/core":349,"../lib/node_loader":345}],299:[function(require,module,exports){
|
254316
255301
|
require('../lib/node_loader');
|
254317
255302
|
var AWS = require('../lib/core');
|
254318
255303
|
var Service = AWS.Service;
|
@@ -254332,7 +255317,7 @@ Object.defineProperty(apiLoader.services['kinesisvideomedia'], '2017-09-30', {
|
|
254332
255317
|
|
254333
255318
|
module.exports = AWS.KinesisVideoMedia;
|
254334
255319
|
|
254335
|
-
},{"../apis/kinesis-video-media-2017-09-30.min.json":
|
255320
|
+
},{"../apis/kinesis-video-media-2017-09-30.min.json":140,"../apis/kinesis-video-media-2017-09-30.paginators.json":141,"../lib/core":349,"../lib/node_loader":345}],300:[function(require,module,exports){
|
254336
255321
|
require('../lib/node_loader');
|
254337
255322
|
var AWS = require('../lib/core');
|
254338
255323
|
var Service = AWS.Service;
|
@@ -254352,7 +255337,7 @@ Object.defineProperty(apiLoader.services['kinesisvideosignalingchannels'], '2019
|
|
254352
255337
|
|
254353
255338
|
module.exports = AWS.KinesisVideoSignalingChannels;
|
254354
255339
|
|
254355
|
-
},{"../apis/kinesis-video-signaling-2019-12-04.min.json":
|
255340
|
+
},{"../apis/kinesis-video-signaling-2019-12-04.min.json":142,"../apis/kinesis-video-signaling-2019-12-04.paginators.json":143,"../lib/core":349,"../lib/node_loader":345}],301:[function(require,module,exports){
|
254356
255341
|
require('../lib/node_loader');
|
254357
255342
|
var AWS = require('../lib/core');
|
254358
255343
|
var Service = AWS.Service;
|
@@ -254372,7 +255357,7 @@ Object.defineProperty(apiLoader.services['kms'], '2014-11-01', {
|
|
254372
255357
|
|
254373
255358
|
module.exports = AWS.KMS;
|
254374
255359
|
|
254375
|
-
},{"../apis/kms-2014-11-01.min.json":
|
255360
|
+
},{"../apis/kms-2014-11-01.min.json":146,"../apis/kms-2014-11-01.paginators.json":147,"../lib/core":349,"../lib/node_loader":345}],302:[function(require,module,exports){
|
254376
255361
|
require('../lib/node_loader');
|
254377
255362
|
var AWS = require('../lib/core');
|
254378
255363
|
var Service = AWS.Service;
|
@@ -254403,7 +255388,7 @@ Object.defineProperty(apiLoader.services['lambda'], '2015-03-31', {
|
|
254403
255388
|
|
254404
255389
|
module.exports = AWS.Lambda;
|
254405
255390
|
|
254406
|
-
},{"../apis/lambda-2014-11-11.min.json":
|
255391
|
+
},{"../apis/lambda-2014-11-11.min.json":148,"../apis/lambda-2014-11-11.paginators.json":149,"../apis/lambda-2015-03-31.min.json":150,"../apis/lambda-2015-03-31.paginators.json":151,"../apis/lambda-2015-03-31.waiters2.json":152,"../lib/core":349,"../lib/node_loader":345,"../lib/services/lambda":407}],303:[function(require,module,exports){
|
254407
255392
|
require('../lib/node_loader');
|
254408
255393
|
var AWS = require('../lib/core');
|
254409
255394
|
var Service = AWS.Service;
|
@@ -254423,7 +255408,7 @@ Object.defineProperty(apiLoader.services['lexmodelbuildingservice'], '2017-04-19
|
|
254423
255408
|
|
254424
255409
|
module.exports = AWS.LexModelBuildingService;
|
254425
255410
|
|
254426
|
-
},{"../apis/lex-models-2017-04-19.min.json":
|
255411
|
+
},{"../apis/lex-models-2017-04-19.min.json":153,"../apis/lex-models-2017-04-19.paginators.json":154,"../lib/core":349,"../lib/node_loader":345}],304:[function(require,module,exports){
|
254427
255412
|
require('../lib/node_loader');
|
254428
255413
|
var AWS = require('../lib/core');
|
254429
255414
|
var Service = AWS.Service;
|
@@ -254443,7 +255428,7 @@ Object.defineProperty(apiLoader.services['lexruntime'], '2016-11-28', {
|
|
254443
255428
|
|
254444
255429
|
module.exports = AWS.LexRuntime;
|
254445
255430
|
|
254446
|
-
},{"../apis/runtime.lex-2016-11-28.min.json":
|
255431
|
+
},{"../apis/runtime.lex-2016-11-28.min.json":213,"../apis/runtime.lex-2016-11-28.paginators.json":214,"../lib/core":349,"../lib/node_loader":345}],305:[function(require,module,exports){
|
254447
255432
|
require('../lib/node_loader');
|
254448
255433
|
var AWS = require('../lib/core');
|
254449
255434
|
var Service = AWS.Service;
|
@@ -254463,7 +255448,7 @@ Object.defineProperty(apiLoader.services['lexruntimev2'], '2020-08-07', {
|
|
254463
255448
|
|
254464
255449
|
module.exports = AWS.LexRuntimeV2;
|
254465
255450
|
|
254466
|
-
},{"../apis/runtime.lex.v2-2020-08-07.min.json":
|
255451
|
+
},{"../apis/runtime.lex.v2-2020-08-07.min.json":215,"../apis/runtime.lex.v2-2020-08-07.paginators.json":216,"../lib/core":349,"../lib/node_loader":345}],306:[function(require,module,exports){
|
254467
255452
|
require('../lib/node_loader');
|
254468
255453
|
var AWS = require('../lib/core');
|
254469
255454
|
var Service = AWS.Service;
|
@@ -254483,7 +255468,7 @@ Object.defineProperty(apiLoader.services['location'], '2020-11-19', {
|
|
254483
255468
|
|
254484
255469
|
module.exports = AWS.Location;
|
254485
255470
|
|
254486
|
-
},{"../apis/location-2020-11-19.min.json":
|
255471
|
+
},{"../apis/location-2020-11-19.min.json":155,"../apis/location-2020-11-19.paginators.json":156,"../lib/core":349,"../lib/node_loader":345}],307:[function(require,module,exports){
|
254487
255472
|
require('../lib/node_loader');
|
254488
255473
|
var AWS = require('../lib/core');
|
254489
255474
|
var Service = AWS.Service;
|
@@ -254505,7 +255490,7 @@ Object.defineProperty(apiLoader.services['machinelearning'], '2014-12-12', {
|
|
254505
255490
|
|
254506
255491
|
module.exports = AWS.MachineLearning;
|
254507
255492
|
|
254508
|
-
},{"../apis/machinelearning-2014-12-12.min.json":
|
255493
|
+
},{"../apis/machinelearning-2014-12-12.min.json":159,"../apis/machinelearning-2014-12-12.paginators.json":160,"../apis/machinelearning-2014-12-12.waiters2.json":161,"../lib/core":349,"../lib/node_loader":345,"../lib/services/machinelearning":408}],308:[function(require,module,exports){
|
254509
255494
|
require('../lib/node_loader');
|
254510
255495
|
var AWS = require('../lib/core');
|
254511
255496
|
var Service = AWS.Service;
|
@@ -254525,7 +255510,7 @@ Object.defineProperty(apiLoader.services['marketplacecatalog'], '2018-09-17', {
|
|
254525
255510
|
|
254526
255511
|
module.exports = AWS.MarketplaceCatalog;
|
254527
255512
|
|
254528
|
-
},{"../apis/marketplace-catalog-2018-09-17.min.json":
|
255513
|
+
},{"../apis/marketplace-catalog-2018-09-17.min.json":162,"../apis/marketplace-catalog-2018-09-17.paginators.json":163,"../lib/core":349,"../lib/node_loader":345}],309:[function(require,module,exports){
|
254529
255514
|
require('../lib/node_loader');
|
254530
255515
|
var AWS = require('../lib/core');
|
254531
255516
|
var Service = AWS.Service;
|
@@ -254545,7 +255530,7 @@ Object.defineProperty(apiLoader.services['marketplacecommerceanalytics'], '2015-
|
|
254545
255530
|
|
254546
255531
|
module.exports = AWS.MarketplaceCommerceAnalytics;
|
254547
255532
|
|
254548
|
-
},{"../apis/marketplacecommerceanalytics-2015-07-01.min.json":
|
255533
|
+
},{"../apis/marketplacecommerceanalytics-2015-07-01.min.json":164,"../apis/marketplacecommerceanalytics-2015-07-01.paginators.json":165,"../lib/core":349,"../lib/node_loader":345}],310:[function(require,module,exports){
|
254549
255534
|
require('../lib/node_loader');
|
254550
255535
|
var AWS = require('../lib/core');
|
254551
255536
|
var Service = AWS.Service;
|
@@ -254565,7 +255550,7 @@ Object.defineProperty(apiLoader.services['mediastoredata'], '2017-09-01', {
|
|
254565
255550
|
|
254566
255551
|
module.exports = AWS.MediaStoreData;
|
254567
255552
|
|
254568
|
-
},{"../apis/mediastore-data-2017-09-01.min.json":
|
255553
|
+
},{"../apis/mediastore-data-2017-09-01.min.json":166,"../apis/mediastore-data-2017-09-01.paginators.json":167,"../lib/core":349,"../lib/node_loader":345}],311:[function(require,module,exports){
|
254569
255554
|
require('../lib/node_loader');
|
254570
255555
|
var AWS = require('../lib/core');
|
254571
255556
|
var Service = AWS.Service;
|
@@ -254584,7 +255569,7 @@ Object.defineProperty(apiLoader.services['mobileanalytics'], '2014-06-05', {
|
|
254584
255569
|
|
254585
255570
|
module.exports = AWS.MobileAnalytics;
|
254586
255571
|
|
254587
|
-
},{"../apis/mobileanalytics-2014-06-05.min.json":
|
255572
|
+
},{"../apis/mobileanalytics-2014-06-05.min.json":169,"../lib/core":349,"../lib/node_loader":345}],312:[function(require,module,exports){
|
254588
255573
|
require('../lib/node_loader');
|
254589
255574
|
var AWS = require('../lib/core');
|
254590
255575
|
var Service = AWS.Service;
|
@@ -254604,7 +255589,7 @@ Object.defineProperty(apiLoader.services['mturk'], '2017-01-17', {
|
|
254604
255589
|
|
254605
255590
|
module.exports = AWS.MTurk;
|
254606
255591
|
|
254607
|
-
},{"../apis/mturk-requester-2017-01-17.min.json":
|
255592
|
+
},{"../apis/mturk-requester-2017-01-17.min.json":173,"../apis/mturk-requester-2017-01-17.paginators.json":174,"../lib/core":349,"../lib/node_loader":345}],313:[function(require,module,exports){
|
254608
255593
|
require('../lib/node_loader');
|
254609
255594
|
var AWS = require('../lib/core');
|
254610
255595
|
var Service = AWS.Service;
|
@@ -254625,7 +255610,7 @@ Object.defineProperty(apiLoader.services['opsworks'], '2013-02-18', {
|
|
254625
255610
|
|
254626
255611
|
module.exports = AWS.OpsWorks;
|
254627
255612
|
|
254628
|
-
},{"../apis/opsworks-2013-02-18.min.json":
|
255613
|
+
},{"../apis/opsworks-2013-02-18.min.json":175,"../apis/opsworks-2013-02-18.paginators.json":176,"../apis/opsworks-2013-02-18.waiters2.json":177,"../lib/core":349,"../lib/node_loader":345}],314:[function(require,module,exports){
|
254629
255614
|
require('../lib/node_loader');
|
254630
255615
|
var AWS = require('../lib/core');
|
254631
255616
|
var Service = AWS.Service;
|
@@ -254645,7 +255630,7 @@ Object.defineProperty(apiLoader.services['personalize'], '2018-05-22', {
|
|
254645
255630
|
|
254646
255631
|
module.exports = AWS.Personalize;
|
254647
255632
|
|
254648
|
-
},{"../apis/personalize-2018-05-22.min.json":
|
255633
|
+
},{"../apis/personalize-2018-05-22.min.json":178,"../apis/personalize-2018-05-22.paginators.json":179,"../lib/core":349,"../lib/node_loader":345}],315:[function(require,module,exports){
|
254649
255634
|
require('../lib/node_loader');
|
254650
255635
|
var AWS = require('../lib/core');
|
254651
255636
|
var Service = AWS.Service;
|
@@ -254665,7 +255650,7 @@ Object.defineProperty(apiLoader.services['personalizeevents'], '2018-03-22', {
|
|
254665
255650
|
|
254666
255651
|
module.exports = AWS.PersonalizeEvents;
|
254667
255652
|
|
254668
|
-
},{"../apis/personalize-events-2018-03-22.min.json":
|
255653
|
+
},{"../apis/personalize-events-2018-03-22.min.json":180,"../apis/personalize-events-2018-03-22.paginators.json":181,"../lib/core":349,"../lib/node_loader":345}],316:[function(require,module,exports){
|
254669
255654
|
require('../lib/node_loader');
|
254670
255655
|
var AWS = require('../lib/core');
|
254671
255656
|
var Service = AWS.Service;
|
@@ -254685,7 +255670,7 @@ Object.defineProperty(apiLoader.services['personalizeruntime'], '2018-05-22', {
|
|
254685
255670
|
|
254686
255671
|
module.exports = AWS.PersonalizeRuntime;
|
254687
255672
|
|
254688
|
-
},{"../apis/personalize-runtime-2018-05-22.min.json":
|
255673
|
+
},{"../apis/personalize-runtime-2018-05-22.min.json":182,"../apis/personalize-runtime-2018-05-22.paginators.json":183,"../lib/core":349,"../lib/node_loader":345}],317:[function(require,module,exports){
|
254689
255674
|
require('../lib/node_loader');
|
254690
255675
|
var AWS = require('../lib/core');
|
254691
255676
|
var Service = AWS.Service;
|
@@ -254706,7 +255691,7 @@ Object.defineProperty(apiLoader.services['polly'], '2016-06-10', {
|
|
254706
255691
|
|
254707
255692
|
module.exports = AWS.Polly;
|
254708
255693
|
|
254709
|
-
},{"../apis/polly-2016-06-10.min.json":
|
255694
|
+
},{"../apis/polly-2016-06-10.min.json":184,"../apis/polly-2016-06-10.paginators.json":185,"../lib/core":349,"../lib/node_loader":345,"../lib/services/polly":409}],318:[function(require,module,exports){
|
254710
255695
|
require('../lib/node_loader');
|
254711
255696
|
var AWS = require('../lib/core');
|
254712
255697
|
var Service = AWS.Service;
|
@@ -254726,7 +255711,7 @@ Object.defineProperty(apiLoader.services['pricing'], '2017-10-15', {
|
|
254726
255711
|
|
254727
255712
|
module.exports = AWS.Pricing;
|
254728
255713
|
|
254729
|
-
},{"../apis/pricing-2017-10-15.min.json":
|
255714
|
+
},{"../apis/pricing-2017-10-15.min.json":186,"../apis/pricing-2017-10-15.paginators.json":187,"../lib/core":349,"../lib/node_loader":345}],319:[function(require,module,exports){
|
254730
255715
|
require('../lib/node_loader');
|
254731
255716
|
var AWS = require('../lib/core');
|
254732
255717
|
var Service = AWS.Service;
|
@@ -254785,7 +255770,7 @@ Object.defineProperty(apiLoader.services['rds'], '2014-10-31', {
|
|
254785
255770
|
|
254786
255771
|
module.exports = AWS.RDS;
|
254787
255772
|
|
254788
|
-
},{"../apis/rds-2013-01-10.min.json":
|
255773
|
+
},{"../apis/rds-2013-01-10.min.json":188,"../apis/rds-2013-01-10.paginators.json":189,"../apis/rds-2013-02-12.min.json":190,"../apis/rds-2013-02-12.paginators.json":191,"../apis/rds-2013-09-09.min.json":192,"../apis/rds-2013-09-09.paginators.json":193,"../apis/rds-2013-09-09.waiters2.json":194,"../apis/rds-2014-09-01.min.json":195,"../apis/rds-2014-09-01.paginators.json":196,"../apis/rds-2014-10-31.min.json":197,"../apis/rds-2014-10-31.paginators.json":198,"../apis/rds-2014-10-31.waiters2.json":199,"../lib/core":349,"../lib/node_loader":345,"../lib/services/rds":410}],320:[function(require,module,exports){
|
254789
255774
|
require('../lib/node_loader');
|
254790
255775
|
var AWS = require('../lib/core');
|
254791
255776
|
var Service = AWS.Service;
|
@@ -254806,7 +255791,7 @@ Object.defineProperty(apiLoader.services['redshift'], '2012-12-01', {
|
|
254806
255791
|
|
254807
255792
|
module.exports = AWS.Redshift;
|
254808
255793
|
|
254809
|
-
},{"../apis/redshift-2012-12-01.min.json":
|
255794
|
+
},{"../apis/redshift-2012-12-01.min.json":200,"../apis/redshift-2012-12-01.paginators.json":201,"../apis/redshift-2012-12-01.waiters2.json":202,"../lib/core":349,"../lib/node_loader":345}],321:[function(require,module,exports){
|
254810
255795
|
require('../lib/node_loader');
|
254811
255796
|
var AWS = require('../lib/core');
|
254812
255797
|
var Service = AWS.Service;
|
@@ -254827,7 +255812,7 @@ Object.defineProperty(apiLoader.services['rekognition'], '2016-06-27', {
|
|
254827
255812
|
|
254828
255813
|
module.exports = AWS.Rekognition;
|
254829
255814
|
|
254830
|
-
},{"../apis/rekognition-2016-06-27.min.json":
|
255815
|
+
},{"../apis/rekognition-2016-06-27.min.json":203,"../apis/rekognition-2016-06-27.paginators.json":204,"../apis/rekognition-2016-06-27.waiters2.json":205,"../lib/core":349,"../lib/node_loader":345}],322:[function(require,module,exports){
|
254831
255816
|
require('../lib/node_loader');
|
254832
255817
|
var AWS = require('../lib/core');
|
254833
255818
|
var Service = AWS.Service;
|
@@ -254847,7 +255832,7 @@ Object.defineProperty(apiLoader.services['resourcegroups'], '2017-11-27', {
|
|
254847
255832
|
|
254848
255833
|
module.exports = AWS.ResourceGroups;
|
254849
255834
|
|
254850
|
-
},{"../apis/resource-groups-2017-11-27.min.json":
|
255835
|
+
},{"../apis/resource-groups-2017-11-27.min.json":206,"../apis/resource-groups-2017-11-27.paginators.json":207,"../lib/core":349,"../lib/node_loader":345}],323:[function(require,module,exports){
|
254851
255836
|
require('../lib/node_loader');
|
254852
255837
|
var AWS = require('../lib/core');
|
254853
255838
|
var Service = AWS.Service;
|
@@ -254869,7 +255854,7 @@ Object.defineProperty(apiLoader.services['route53'], '2013-04-01', {
|
|
254869
255854
|
|
254870
255855
|
module.exports = AWS.Route53;
|
254871
255856
|
|
254872
|
-
},{"../apis/route53-2013-04-01.min.json":
|
255857
|
+
},{"../apis/route53-2013-04-01.min.json":208,"../apis/route53-2013-04-01.paginators.json":209,"../apis/route53-2013-04-01.waiters2.json":210,"../lib/core":349,"../lib/node_loader":345,"../lib/services/route53":412}],324:[function(require,module,exports){
|
254873
255858
|
require('../lib/node_loader');
|
254874
255859
|
var AWS = require('../lib/core');
|
254875
255860
|
var Service = AWS.Service;
|
@@ -254889,7 +255874,7 @@ Object.defineProperty(apiLoader.services['route53domains'], '2014-05-15', {
|
|
254889
255874
|
|
254890
255875
|
module.exports = AWS.Route53Domains;
|
254891
255876
|
|
254892
|
-
},{"../apis/route53domains-2014-05-15.min.json":
|
255877
|
+
},{"../apis/route53domains-2014-05-15.min.json":211,"../apis/route53domains-2014-05-15.paginators.json":212,"../lib/core":349,"../lib/node_loader":345}],325:[function(require,module,exports){
|
254893
255878
|
require('../lib/node_loader');
|
254894
255879
|
var AWS = require('../lib/core');
|
254895
255880
|
var Service = AWS.Service;
|
@@ -254911,7 +255896,7 @@ Object.defineProperty(apiLoader.services['s3'], '2006-03-01', {
|
|
254911
255896
|
|
254912
255897
|
module.exports = AWS.S3;
|
254913
255898
|
|
254914
|
-
},{"../apis/s3-2006-03-01.min.json":
|
255899
|
+
},{"../apis/s3-2006-03-01.min.json":217,"../apis/s3-2006-03-01.paginators.json":218,"../apis/s3-2006-03-01.waiters2.json":219,"../lib/core":349,"../lib/node_loader":345,"../lib/services/s3":413}],326:[function(require,module,exports){
|
254915
255900
|
require('../lib/node_loader');
|
254916
255901
|
var AWS = require('../lib/core');
|
254917
255902
|
var Service = AWS.Service;
|
@@ -254931,7 +255916,7 @@ Object.defineProperty(apiLoader.services['secretsmanager'], '2017-10-17', {
|
|
254931
255916
|
|
254932
255917
|
module.exports = AWS.SecretsManager;
|
254933
255918
|
|
254934
|
-
},{"../apis/secretsmanager-2017-10-17.min.json":
|
255919
|
+
},{"../apis/secretsmanager-2017-10-17.min.json":220,"../apis/secretsmanager-2017-10-17.paginators.json":221,"../lib/core":349,"../lib/node_loader":345}],327:[function(require,module,exports){
|
254935
255920
|
require('../lib/node_loader');
|
254936
255921
|
var AWS = require('../lib/core');
|
254937
255922
|
var Service = AWS.Service;
|
@@ -254951,7 +255936,7 @@ Object.defineProperty(apiLoader.services['servicecatalog'], '2015-12-10', {
|
|
254951
255936
|
|
254952
255937
|
module.exports = AWS.ServiceCatalog;
|
254953
255938
|
|
254954
|
-
},{"../apis/servicecatalog-2015-12-10.min.json":
|
255939
|
+
},{"../apis/servicecatalog-2015-12-10.min.json":222,"../apis/servicecatalog-2015-12-10.paginators.json":223,"../lib/core":349,"../lib/node_loader":345}],328:[function(require,module,exports){
|
254955
255940
|
require('../lib/node_loader');
|
254956
255941
|
var AWS = require('../lib/core');
|
254957
255942
|
var Service = AWS.Service;
|
@@ -254972,7 +255957,7 @@ Object.defineProperty(apiLoader.services['ses'], '2010-12-01', {
|
|
254972
255957
|
|
254973
255958
|
module.exports = AWS.SES;
|
254974
255959
|
|
254975
|
-
},{"../apis/email-2010-12-01.min.json":
|
255960
|
+
},{"../apis/email-2010-12-01.min.json":111,"../apis/email-2010-12-01.paginators.json":112,"../apis/email-2010-12-01.waiters2.json":113,"../lib/core":349,"../lib/node_loader":345}],329:[function(require,module,exports){
|
254976
255961
|
require('../lib/node_loader');
|
254977
255962
|
var AWS = require('../lib/core');
|
254978
255963
|
var Service = AWS.Service;
|
@@ -254992,7 +255977,7 @@ Object.defineProperty(apiLoader.services['sns'], '2010-03-31', {
|
|
254992
255977
|
|
254993
255978
|
module.exports = AWS.SNS;
|
254994
255979
|
|
254995
|
-
},{"../apis/sns-2010-03-31.min.json":
|
255980
|
+
},{"../apis/sns-2010-03-31.min.json":224,"../apis/sns-2010-03-31.paginators.json":225,"../lib/core":349,"../lib/node_loader":345}],330:[function(require,module,exports){
|
254996
255981
|
require('../lib/node_loader');
|
254997
255982
|
var AWS = require('../lib/core');
|
254998
255983
|
var Service = AWS.Service;
|
@@ -255013,7 +255998,7 @@ Object.defineProperty(apiLoader.services['sqs'], '2012-11-05', {
|
|
255013
255998
|
|
255014
255999
|
module.exports = AWS.SQS;
|
255015
256000
|
|
255016
|
-
},{"../apis/sqs-2012-11-05.min.json":
|
256001
|
+
},{"../apis/sqs-2012-11-05.min.json":226,"../apis/sqs-2012-11-05.paginators.json":227,"../lib/core":349,"../lib/node_loader":345,"../lib/services/sqs":415}],331:[function(require,module,exports){
|
255017
256002
|
require('../lib/node_loader');
|
255018
256003
|
var AWS = require('../lib/core');
|
255019
256004
|
var Service = AWS.Service;
|
@@ -255034,7 +256019,7 @@ Object.defineProperty(apiLoader.services['ssm'], '2014-11-06', {
|
|
255034
256019
|
|
255035
256020
|
module.exports = AWS.SSM;
|
255036
256021
|
|
255037
|
-
},{"../apis/ssm-2014-11-06.min.json":
|
256022
|
+
},{"../apis/ssm-2014-11-06.min.json":228,"../apis/ssm-2014-11-06.paginators.json":229,"../apis/ssm-2014-11-06.waiters2.json":230,"../lib/core":349,"../lib/node_loader":345}],332:[function(require,module,exports){
|
255038
256023
|
require('../lib/node_loader');
|
255039
256024
|
var AWS = require('../lib/core');
|
255040
256025
|
var Service = AWS.Service;
|
@@ -255054,7 +256039,7 @@ Object.defineProperty(apiLoader.services['storagegateway'], '2013-06-30', {
|
|
255054
256039
|
|
255055
256040
|
module.exports = AWS.StorageGateway;
|
255056
256041
|
|
255057
|
-
},{"../apis/storagegateway-2013-06-30.min.json":
|
256042
|
+
},{"../apis/storagegateway-2013-06-30.min.json":231,"../apis/storagegateway-2013-06-30.paginators.json":232,"../lib/core":349,"../lib/node_loader":345}],333:[function(require,module,exports){
|
255058
256043
|
require('../lib/node_loader');
|
255059
256044
|
var AWS = require('../lib/core');
|
255060
256045
|
var Service = AWS.Service;
|
@@ -255075,7 +256060,7 @@ Object.defineProperty(apiLoader.services['sts'], '2011-06-15', {
|
|
255075
256060
|
|
255076
256061
|
module.exports = AWS.STS;
|
255077
256062
|
|
255078
|
-
},{"../apis/sts-2011-06-15.min.json":
|
256063
|
+
},{"../apis/sts-2011-06-15.min.json":235,"../apis/sts-2011-06-15.paginators.json":236,"../lib/core":349,"../lib/node_loader":345,"../lib/services/sts":416}],334:[function(require,module,exports){
|
255079
256064
|
require('../lib/node_loader');
|
255080
256065
|
var AWS = require('../lib/core');
|
255081
256066
|
var Service = AWS.Service;
|
@@ -255095,7 +256080,7 @@ Object.defineProperty(apiLoader.services['translate'], '2017-07-01', {
|
|
255095
256080
|
|
255096
256081
|
module.exports = AWS.Translate;
|
255097
256082
|
|
255098
|
-
},{"../apis/translate-2017-07-01.min.json":
|
256083
|
+
},{"../apis/translate-2017-07-01.min.json":237,"../apis/translate-2017-07-01.paginators.json":238,"../lib/core":349,"../lib/node_loader":345}],335:[function(require,module,exports){
|
255099
256084
|
require('../lib/node_loader');
|
255100
256085
|
var AWS = require('../lib/core');
|
255101
256086
|
var Service = AWS.Service;
|
@@ -255115,7 +256100,7 @@ Object.defineProperty(apiLoader.services['waf'], '2015-08-24', {
|
|
255115
256100
|
|
255116
256101
|
module.exports = AWS.WAF;
|
255117
256102
|
|
255118
|
-
},{"../apis/waf-2015-08-24.min.json":
|
256103
|
+
},{"../apis/waf-2015-08-24.min.json":239,"../apis/waf-2015-08-24.paginators.json":240,"../lib/core":349,"../lib/node_loader":345}],336:[function(require,module,exports){
|
255119
256104
|
require('../lib/node_loader');
|
255120
256105
|
var AWS = require('../lib/core');
|
255121
256106
|
var Service = AWS.Service;
|
@@ -255135,7 +256120,7 @@ Object.defineProperty(apiLoader.services['workdocs'], '2016-05-01', {
|
|
255135
256120
|
|
255136
256121
|
module.exports = AWS.WorkDocs;
|
255137
256122
|
|
255138
|
-
},{"../apis/workdocs-2016-05-01.min.json":
|
256123
|
+
},{"../apis/workdocs-2016-05-01.min.json":241,"../apis/workdocs-2016-05-01.paginators.json":242,"../lib/core":349,"../lib/node_loader":345}],337:[function(require,module,exports){
|
255139
256124
|
require('../lib/node_loader');
|
255140
256125
|
var AWS = require('../lib/core');
|
255141
256126
|
var Service = AWS.Service;
|
@@ -255155,7 +256140,7 @@ Object.defineProperty(apiLoader.services['xray'], '2016-04-12', {
|
|
255155
256140
|
|
255156
256141
|
module.exports = AWS.XRay;
|
255157
256142
|
|
255158
|
-
},{"../apis/xray-2016-04-12.min.json":
|
256143
|
+
},{"../apis/xray-2016-04-12.min.json":243,"../apis/xray-2016-04-12.paginators.json":244,"../lib/core":349,"../lib/node_loader":345}],338:[function(require,module,exports){
|
255159
256144
|
function apiLoader(svc, version) {
|
255160
256145
|
if (!apiLoader.services.hasOwnProperty(svc)) {
|
255161
256146
|
throw new Error('InvalidService: Failed to load api for ' + svc);
|
@@ -255176,7 +256161,7 @@ apiLoader.services = {};
|
|
255176
256161
|
*/
|
255177
256162
|
module.exports = apiLoader;
|
255178
256163
|
|
255179
|
-
},{}],
|
256164
|
+
},{}],339:[function(require,module,exports){
|
255180
256165
|
var Hmac = require('./browserHmac');
|
255181
256166
|
var Md5 = require('./browserMd5');
|
255182
256167
|
var Sha1 = require('./browserSha1');
|
@@ -255215,7 +256200,7 @@ module.exports = exports = {
|
|
255215
256200
|
}
|
255216
256201
|
};
|
255217
256202
|
|
255218
|
-
},{"./browserHmac":
|
256203
|
+
},{"./browserHmac":341,"./browserMd5":342,"./browserSha1":343,"./browserSha256":344}],340:[function(require,module,exports){
|
255219
256204
|
var Buffer = require('buffer/').Buffer;
|
255220
256205
|
|
255221
256206
|
/**
|
@@ -255282,7 +256267,7 @@ module.exports = exports = {
|
|
255282
256267
|
convertToBuffer: convertToBuffer,
|
255283
256268
|
};
|
255284
256269
|
|
255285
|
-
},{"buffer/":
|
256270
|
+
},{"buffer/":439}],341:[function(require,module,exports){
|
255286
256271
|
var hashUtils = require('./browserHashUtils');
|
255287
256272
|
|
255288
256273
|
/**
|
@@ -255349,7 +256334,7 @@ function bufferFromSecret(hashCtor, secret) {
|
|
255349
256334
|
return buffer;
|
255350
256335
|
}
|
255351
256336
|
|
255352
|
-
},{"./browserHashUtils":
|
256337
|
+
},{"./browserHashUtils":340}],342:[function(require,module,exports){
|
255353
256338
|
var hashUtils = require('./browserHashUtils');
|
255354
256339
|
var Buffer = require('buffer/').Buffer;
|
255355
256340
|
|
@@ -255533,7 +256518,7 @@ function ii(a, b, c, d, x, s, t) {
|
|
255533
256518
|
return cmn(c ^ (b | (~d)), a, b, x, s, t);
|
255534
256519
|
}
|
255535
256520
|
|
255536
|
-
},{"./browserHashUtils":
|
256521
|
+
},{"./browserHashUtils":340,"buffer/":439}],343:[function(require,module,exports){
|
255537
256522
|
var Buffer = require('buffer/').Buffer;
|
255538
256523
|
var hashUtils = require('./browserHashUtils');
|
255539
256524
|
|
@@ -255701,7 +256686,7 @@ Sha1.prototype.processBlock = function processBlock() {
|
|
255701
256686
|
}
|
255702
256687
|
};
|
255703
256688
|
|
255704
|
-
},{"./browserHashUtils":
|
256689
|
+
},{"./browserHashUtils":340,"buffer/":439}],344:[function(require,module,exports){
|
255705
256690
|
var Buffer = require('buffer/').Buffer;
|
255706
256691
|
var hashUtils = require('./browserHashUtils');
|
255707
256692
|
|
@@ -255942,7 +256927,7 @@ Sha256.prototype.hashBuffer = function () {
|
|
255942
256927
|
state[7] += state7;
|
255943
256928
|
};
|
255944
256929
|
|
255945
|
-
},{"./browserHashUtils":
|
256930
|
+
},{"./browserHashUtils":340,"buffer/":439}],345:[function(require,module,exports){
|
255946
256931
|
(function (process){(function (){
|
255947
256932
|
var util = require('./util');
|
255948
256933
|
|
@@ -255985,7 +256970,7 @@ if (typeof process === 'undefined') {
|
|
255985
256970
|
}
|
255986
256971
|
|
255987
256972
|
}).call(this)}).call(this,require('_process'))
|
255988
|
-
},{"./browserCryptoLib":
|
256973
|
+
},{"./browserCryptoLib":339,"./core":349,"./credentials":350,"./credentials/chainable_temporary_credentials":351,"./credentials/cognito_identity_credentials":352,"./credentials/credential_provider_chain":353,"./credentials/saml_credentials":354,"./credentials/temporary_credentials":355,"./credentials/web_identity_credentials":356,"./event-stream/buffered-create-event-stream":364,"./http/xhr":372,"./realclock/browserClock":392,"./util":427,"./xml/browser_parser":428,"_process":444,"buffer/":439,"querystring/":451,"url/":453}],346:[function(require,module,exports){
|
255989
256974
|
var AWS = require('../core'),
|
255990
256975
|
url = AWS.util.url,
|
255991
256976
|
crypto = AWS.util.crypto.lib,
|
@@ -256197,7 +257182,7 @@ AWS.CloudFront.Signer = inherit({
|
|
256197
257182
|
*/
|
256198
257183
|
module.exports = AWS.CloudFront.Signer;
|
256199
257184
|
|
256200
|
-
},{"../core":
|
257185
|
+
},{"../core":349}],347:[function(require,module,exports){
|
256201
257186
|
var AWS = require('./core');
|
256202
257187
|
require('./credentials');
|
256203
257188
|
require('./credentials/credential_provider_chain');
|
@@ -256906,7 +257891,7 @@ AWS.Config = AWS.util.inherit({
|
|
256906
257891
|
*/
|
256907
257892
|
AWS.config = new AWS.Config();
|
256908
257893
|
|
256909
|
-
},{"./core":
|
257894
|
+
},{"./core":349,"./credentials":350,"./credentials/credential_provider_chain":353}],348:[function(require,module,exports){
|
256910
257895
|
(function (process){(function (){
|
256911
257896
|
var AWS = require('./core');
|
256912
257897
|
/**
|
@@ -256977,7 +257962,7 @@ function resolveRegionalEndpointsFlag(originalConfig, options) {
|
|
256977
257962
|
module.exports = resolveRegionalEndpointsFlag;
|
256978
257963
|
|
256979
257964
|
}).call(this)}).call(this,require('_process'))
|
256980
|
-
},{"./core":
|
257965
|
+
},{"./core":349,"_process":444}],349:[function(require,module,exports){
|
256981
257966
|
/**
|
256982
257967
|
* The main AWS namespace
|
256983
257968
|
*/
|
@@ -257000,7 +257985,7 @@ AWS.util.update(AWS, {
|
|
257000
257985
|
/**
|
257001
257986
|
* @constant
|
257002
257987
|
*/
|
257003
|
-
VERSION: '2.
|
257988
|
+
VERSION: '2.1389.0',
|
257004
257989
|
|
257005
257990
|
/**
|
257006
257991
|
* @api private
|
@@ -257089,7 +258074,7 @@ AWS.util.memoizedProperty(AWS, 'endpointCache', function() {
|
|
257089
258074
|
return new AWS.EndpointCache(AWS.config.endpointCacheSize);
|
257090
258075
|
}, true);
|
257091
258076
|
|
257092
|
-
},{"../vendor/endpoint-cache":
|
258077
|
+
},{"../vendor/endpoint-cache":464,"./api_loader":338,"./config":347,"./event_listeners":370,"./http":371,"./json/builder":373,"./json/parser":374,"./maintenance_mode_message":375,"./model/api":376,"./model/operation":378,"./model/paginator":379,"./model/resource_waiter":380,"./model/shape":381,"./param_validator":382,"./protocol/json":385,"./protocol/query":386,"./protocol/rest":387,"./protocol/rest_json":388,"./protocol/rest_xml":389,"./request":396,"./resource_waiter":397,"./response":398,"./sequential_executor":400,"./service":401,"./signers/request_signer":419,"./util":427,"./xml/builder":429}],350:[function(require,module,exports){
|
257093
258078
|
var AWS = require('./core');
|
257094
258079
|
|
257095
258080
|
/**
|
@@ -257337,7 +258322,7 @@ AWS.Credentials.deletePromisesFromClass = function deletePromisesFromClass() {
|
|
257337
258322
|
|
257338
258323
|
AWS.util.addPromises(AWS.Credentials);
|
257339
258324
|
|
257340
|
-
},{"./core":
|
258325
|
+
},{"./core":349}],351:[function(require,module,exports){
|
257341
258326
|
var AWS = require('../core');
|
257342
258327
|
var STS = require('../../clients/sts');
|
257343
258328
|
|
@@ -257539,7 +258524,7 @@ AWS.ChainableTemporaryCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
257539
258524
|
}
|
257540
258525
|
});
|
257541
258526
|
|
257542
|
-
},{"../../clients/sts":
|
258527
|
+
},{"../../clients/sts":333,"../core":349}],352:[function(require,module,exports){
|
257543
258528
|
var AWS = require('../core');
|
257544
258529
|
var CognitoIdentity = require('../../clients/cognitoidentity');
|
257545
258530
|
var STS = require('../../clients/sts');
|
@@ -257926,7 +258911,7 @@ AWS.CognitoIdentityCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
257926
258911
|
})()
|
257927
258912
|
});
|
257928
258913
|
|
257929
|
-
},{"../../clients/cognitoidentity":
|
258914
|
+
},{"../../clients/cognitoidentity":264,"../../clients/sts":333,"../core":349}],353:[function(require,module,exports){
|
257930
258915
|
var AWS = require('../core');
|
257931
258916
|
|
257932
258917
|
/**
|
@@ -258108,7 +259093,7 @@ AWS.CredentialProviderChain.deletePromisesFromClass = function deletePromisesFro
|
|
258108
259093
|
|
258109
259094
|
AWS.util.addPromises(AWS.CredentialProviderChain);
|
258110
259095
|
|
258111
|
-
},{"../core":
|
259096
|
+
},{"../core":349}],354:[function(require,module,exports){
|
258112
259097
|
var AWS = require('../core');
|
258113
259098
|
var STS = require('../../clients/sts');
|
258114
259099
|
|
@@ -258204,7 +259189,7 @@ AWS.SAMLCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
258204
259189
|
|
258205
259190
|
});
|
258206
259191
|
|
258207
|
-
},{"../../clients/sts":
|
259192
|
+
},{"../../clients/sts":333,"../core":349}],355:[function(require,module,exports){
|
258208
259193
|
var AWS = require('../core');
|
258209
259194
|
var STS = require('../../clients/sts');
|
258210
259195
|
|
@@ -258335,7 +259320,7 @@ AWS.TemporaryCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
258335
259320
|
|
258336
259321
|
});
|
258337
259322
|
|
258338
|
-
},{"../../clients/sts":
|
259323
|
+
},{"../../clients/sts":333,"../core":349}],356:[function(require,module,exports){
|
258339
259324
|
var AWS = require('../core');
|
258340
259325
|
var STS = require('../../clients/sts');
|
258341
259326
|
|
@@ -258452,7 +259437,7 @@ AWS.WebIdentityCredentials = AWS.util.inherit(AWS.Credentials, {
|
|
258452
259437
|
|
258453
259438
|
});
|
258454
259439
|
|
258455
|
-
},{"../../clients/sts":
|
259440
|
+
},{"../../clients/sts":333,"../core":349}],357:[function(require,module,exports){
|
258456
259441
|
(function (process){(function (){
|
258457
259442
|
var AWS = require('./core');
|
258458
259443
|
var util = require('./util');
|
@@ -258833,7 +259818,7 @@ module.exports = {
|
|
258833
259818
|
};
|
258834
259819
|
|
258835
259820
|
}).call(this)}).call(this,require('_process'))
|
258836
|
-
},{"./core":
|
259821
|
+
},{"./core":349,"./util":427,"_process":444}],358:[function(require,module,exports){
|
258837
259822
|
var AWS = require('../core');
|
258838
259823
|
var util = AWS.util;
|
258839
259824
|
var typeOf = require('./types').typeOf;
|
@@ -259129,7 +260114,7 @@ function filterEmptySetValues(set) {
|
|
259129
260114
|
*/
|
259130
260115
|
module.exports = AWS.DynamoDB.Converter;
|
259131
260116
|
|
259132
|
-
},{"../core":
|
260117
|
+
},{"../core":349,"./numberValue":360,"./set":361,"./types":363}],359:[function(require,module,exports){
|
259133
260118
|
var AWS = require('../core');
|
259134
260119
|
var Translator = require('./translator');
|
259135
260120
|
var DynamoDBSet = require('./set');
|
@@ -259714,7 +260699,7 @@ AWS.DynamoDB.DocumentClient = AWS.util.inherit({
|
|
259714
260699
|
*/
|
259715
260700
|
module.exports = AWS.DynamoDB.DocumentClient;
|
259716
260701
|
|
259717
|
-
},{"../core":
|
260702
|
+
},{"../core":349,"./set":361,"./translator":362}],360:[function(require,module,exports){
|
259718
260703
|
var util = require('../core').util;
|
259719
260704
|
|
259720
260705
|
/**
|
@@ -259759,7 +260744,7 @@ var DynamoDBNumberValue = util.inherit({
|
|
259759
260744
|
*/
|
259760
260745
|
module.exports = DynamoDBNumberValue;
|
259761
260746
|
|
259762
|
-
},{"../core":
|
260747
|
+
},{"../core":349}],361:[function(require,module,exports){
|
259763
260748
|
var util = require('../core').util;
|
259764
260749
|
var typeOf = require('./types').typeOf;
|
259765
260750
|
|
@@ -259832,7 +260817,7 @@ var DynamoDBSet = util.inherit({
|
|
259832
260817
|
*/
|
259833
260818
|
module.exports = DynamoDBSet;
|
259834
260819
|
|
259835
|
-
},{"../core":
|
260820
|
+
},{"../core":349,"./types":363}],362:[function(require,module,exports){
|
259836
260821
|
var util = require('../core').util;
|
259837
260822
|
var convert = require('./converter');
|
259838
260823
|
|
@@ -259921,7 +260906,7 @@ Translator.prototype.translateScalar = function(value, shape) {
|
|
259921
260906
|
*/
|
259922
260907
|
module.exports = Translator;
|
259923
260908
|
|
259924
|
-
},{"../core":
|
260909
|
+
},{"../core":349,"./converter":358}],363:[function(require,module,exports){
|
259925
260910
|
var util = require('../core').util;
|
259926
260911
|
|
259927
260912
|
function typeOf(data) {
|
@@ -259972,7 +260957,7 @@ module.exports = {
|
|
259972
260957
|
isBinary: isBinary
|
259973
260958
|
};
|
259974
260959
|
|
259975
|
-
},{"../core":
|
260960
|
+
},{"../core":349}],364:[function(require,module,exports){
|
259976
260961
|
var eventMessageChunker = require('../event-stream/event-message-chunker').eventMessageChunker;
|
259977
260962
|
var parseEvent = require('./parse-event').parseEvent;
|
259978
260963
|
|
@@ -259995,7 +260980,7 @@ module.exports = {
|
|
259995
260980
|
createEventStream: createEventStream
|
259996
260981
|
};
|
259997
260982
|
|
259998
|
-
},{"../event-stream/event-message-chunker":
|
260983
|
+
},{"../event-stream/event-message-chunker":365,"./parse-event":367}],365:[function(require,module,exports){
|
259999
260984
|
/**
|
260000
260985
|
* Takes in a buffer of event messages and splits them into individual messages.
|
260001
260986
|
* @param {Buffer} buffer
|
@@ -260027,7 +261012,7 @@ module.exports = {
|
|
260027
261012
|
eventMessageChunker: eventMessageChunker
|
260028
261013
|
};
|
260029
261014
|
|
260030
|
-
},{}],
|
261015
|
+
},{}],366:[function(require,module,exports){
|
260031
261016
|
var util = require('../core').util;
|
260032
261017
|
var toBuffer = util.buffer.toBuffer;
|
260033
261018
|
|
@@ -260122,7 +261107,7 @@ module.exports = {
|
|
260122
261107
|
Int64: Int64
|
260123
261108
|
};
|
260124
261109
|
|
260125
|
-
},{"../core":
|
261110
|
+
},{"../core":349}],367:[function(require,module,exports){
|
260126
261111
|
var parseMessage = require('./parse-message').parseMessage;
|
260127
261112
|
|
260128
261113
|
/**
|
@@ -260197,7 +261182,7 @@ module.exports = {
|
|
260197
261182
|
parseEvent: parseEvent
|
260198
261183
|
};
|
260199
261184
|
|
260200
|
-
},{"./parse-message":
|
261185
|
+
},{"./parse-message":368}],368:[function(require,module,exports){
|
260201
261186
|
var Int64 = require('./int64').Int64;
|
260202
261187
|
|
260203
261188
|
var splitMessage = require('./split-message').splitMessage;
|
@@ -260327,7 +261312,7 @@ module.exports = {
|
|
260327
261312
|
parseMessage: parseMessage
|
260328
261313
|
};
|
260329
261314
|
|
260330
|
-
},{"./int64":
|
261315
|
+
},{"./int64":366,"./split-message":369}],369:[function(require,module,exports){
|
260331
261316
|
var util = require('../core').util;
|
260332
261317
|
var toBuffer = util.buffer.toBuffer;
|
260333
261318
|
|
@@ -260399,7 +261384,7 @@ module.exports = {
|
|
260399
261384
|
splitMessage: splitMessage
|
260400
261385
|
};
|
260401
261386
|
|
260402
|
-
},{"../core":
|
261387
|
+
},{"../core":349}],370:[function(require,module,exports){
|
260403
261388
|
(function (process){(function (){
|
260404
261389
|
var AWS = require('./core');
|
260405
261390
|
var SequentialExecutor = require('./sequential_executor');
|
@@ -261135,7 +262120,7 @@ AWS.EventListeners = {
|
|
261135
262120
|
};
|
261136
262121
|
|
261137
262122
|
}).call(this)}).call(this,require('_process'))
|
261138
|
-
},{"./core":
|
262123
|
+
},{"./core":349,"./discover_endpoint":357,"./protocol/json":385,"./protocol/query":386,"./protocol/rest":387,"./protocol/rest_json":388,"./protocol/rest_xml":389,"./sequential_executor":400,"_process":444,"util":438}],371:[function(require,module,exports){
|
261139
262124
|
var AWS = require('./core');
|
261140
262125
|
var inherit = AWS.util.inherit;
|
261141
262126
|
|
@@ -261375,7 +262360,7 @@ AWS.HttpClient.getInstance = function getInstance() {
|
|
261375
262360
|
return this.singleton;
|
261376
262361
|
};
|
261377
262362
|
|
261378
|
-
},{"./core":
|
262363
|
+
},{"./core":349}],372:[function(require,module,exports){
|
261379
262364
|
var AWS = require('../core');
|
261380
262365
|
var EventEmitter = require('events').EventEmitter;
|
261381
262366
|
require('../http');
|
@@ -261513,7 +262498,7 @@ AWS.HttpClient.prototype = AWS.XHRClient.prototype;
|
|
261513
262498
|
*/
|
261514
262499
|
AWS.HttpClient.streamsApiVersion = 1;
|
261515
262500
|
|
261516
|
-
},{"../core":
|
262501
|
+
},{"../core":349,"../http":371,"events":440}],373:[function(require,module,exports){
|
261517
262502
|
var util = require('../util');
|
261518
262503
|
|
261519
262504
|
function JsonBuilder() { }
|
@@ -261577,7 +262562,7 @@ function translateScalar(value, shape) {
|
|
261577
262562
|
*/
|
261578
262563
|
module.exports = JsonBuilder;
|
261579
262564
|
|
261580
|
-
},{"../util":
|
262565
|
+
},{"../util":427}],374:[function(require,module,exports){
|
261581
262566
|
var util = require('../util');
|
261582
262567
|
|
261583
262568
|
function JsonParser() { }
|
@@ -261647,7 +262632,7 @@ function translateScalar(value, shape) {
|
|
261647
262632
|
*/
|
261648
262633
|
module.exports = JsonParser;
|
261649
262634
|
|
261650
|
-
},{"../util":
|
262635
|
+
},{"../util":427}],375:[function(require,module,exports){
|
261651
262636
|
(function (process){(function (){
|
261652
262637
|
var warning = [
|
261653
262638
|
'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
|
@@ -261698,7 +262683,7 @@ setTimeout(function () {
|
|
261698
262683
|
}, 0);
|
261699
262684
|
|
261700
262685
|
}).call(this)}).call(this,require('_process'))
|
261701
|
-
},{"_process":
|
262686
|
+
},{"_process":444}],376:[function(require,module,exports){
|
261702
262687
|
var Collection = require('./collection');
|
261703
262688
|
var Operation = require('./operation');
|
261704
262689
|
var Shape = require('./shape');
|
@@ -261789,7 +262774,7 @@ function Api(api, options) {
|
|
261789
262774
|
*/
|
261790
262775
|
module.exports = Api;
|
261791
262776
|
|
261792
|
-
},{"../../apis/metadata.json":
|
262777
|
+
},{"../../apis/metadata.json":168,"../util":427,"./collection":377,"./operation":378,"./paginator":379,"./resource_waiter":380,"./shape":381}],377:[function(require,module,exports){
|
261793
262778
|
var memoizedProperty = require('../util').memoizedProperty;
|
261794
262779
|
|
261795
262780
|
function memoize(name, value, factory, nameTr) {
|
@@ -261815,7 +262800,7 @@ function Collection(iterable, options, factory, nameTr, callback) {
|
|
261815
262800
|
*/
|
261816
262801
|
module.exports = Collection;
|
261817
262802
|
|
261818
|
-
},{"../util":
|
262803
|
+
},{"../util":427}],378:[function(require,module,exports){
|
261819
262804
|
var Shape = require('./shape');
|
261820
262805
|
|
261821
262806
|
var util = require('../util');
|
@@ -261936,7 +262921,7 @@ function hasEventStream(topLevelShape) {
|
|
261936
262921
|
*/
|
261937
262922
|
module.exports = Operation;
|
261938
262923
|
|
261939
|
-
},{"../util":
|
262924
|
+
},{"../util":427,"./shape":381}],379:[function(require,module,exports){
|
261940
262925
|
var property = require('../util').property;
|
261941
262926
|
|
261942
262927
|
function Paginator(name, paginator) {
|
@@ -261952,7 +262937,7 @@ function Paginator(name, paginator) {
|
|
261952
262937
|
*/
|
261953
262938
|
module.exports = Paginator;
|
261954
262939
|
|
261955
|
-
},{"../util":
|
262940
|
+
},{"../util":427}],380:[function(require,module,exports){
|
261956
262941
|
var util = require('../util');
|
261957
262942
|
var property = util.property;
|
261958
262943
|
|
@@ -261987,7 +262972,7 @@ function ResourceWaiter(name, waiter, options) {
|
|
261987
262972
|
*/
|
261988
262973
|
module.exports = ResourceWaiter;
|
261989
262974
|
|
261990
|
-
},{"../util":
|
262975
|
+
},{"../util":427}],381:[function(require,module,exports){
|
261991
262976
|
var Collection = require('./collection');
|
261992
262977
|
|
261993
262978
|
var util = require('../util');
|
@@ -262396,7 +263381,7 @@ Shape.shapes = {
|
|
262396
263381
|
*/
|
262397
263382
|
module.exports = Shape;
|
262398
263383
|
|
262399
|
-
},{"../util":
|
263384
|
+
},{"../util":427,"./collection":377}],382:[function(require,module,exports){
|
262400
263385
|
var AWS = require('./core');
|
262401
263386
|
|
262402
263387
|
/**
|
@@ -262669,7 +263654,7 @@ AWS.ParamValidator = AWS.util.inherit({
|
|
262669
263654
|
}
|
262670
263655
|
});
|
262671
263656
|
|
262672
|
-
},{"./core":
|
263657
|
+
},{"./core":349}],383:[function(require,module,exports){
|
262673
263658
|
var AWS = require('../core');
|
262674
263659
|
var rest = AWS.Protocol.Rest;
|
262675
263660
|
|
@@ -262786,7 +263771,7 @@ AWS.Polly.Presigner = AWS.util.inherit({
|
|
262786
263771
|
}
|
262787
263772
|
});
|
262788
263773
|
|
262789
|
-
},{"../core":
|
263774
|
+
},{"../core":349}],384:[function(require,module,exports){
|
262790
263775
|
var util = require('../util');
|
262791
263776
|
var AWS = require('../core');
|
262792
263777
|
|
@@ -262877,7 +263862,7 @@ module.exports = {
|
|
262877
263862
|
populateHostPrefix: populateHostPrefix
|
262878
263863
|
};
|
262879
263864
|
|
262880
|
-
},{"../core":
|
263865
|
+
},{"../core":349,"../util":427}],385:[function(require,module,exports){
|
262881
263866
|
var util = require('../util');
|
262882
263867
|
var JsonBuilder = require('../json/builder');
|
262883
263868
|
var JsonParser = require('../json/parser');
|
@@ -262981,7 +263966,7 @@ module.exports = {
|
|
262981
263966
|
extractData: extractData
|
262982
263967
|
};
|
262983
263968
|
|
262984
|
-
},{"../json/builder":
|
263969
|
+
},{"../json/builder":373,"../json/parser":374,"../util":427,"./helpers":384}],386:[function(require,module,exports){
|
262985
263970
|
var AWS = require('../core');
|
262986
263971
|
var util = require('../util');
|
262987
263972
|
var QueryParamSerializer = require('../query/query_param_serializer');
|
@@ -263093,7 +264078,7 @@ module.exports = {
|
|
263093
264078
|
extractData: extractData
|
263094
264079
|
};
|
263095
264080
|
|
263096
|
-
},{"../core":
|
264081
|
+
},{"../core":349,"../model/shape":381,"../query/query_param_serializer":390,"../util":427,"./helpers":384}],387:[function(require,module,exports){
|
263097
264082
|
var util = require('../util');
|
263098
264083
|
var populateHostPrefix = require('./helpers').populateHostPrefix;
|
263099
264084
|
|
@@ -263243,7 +264228,7 @@ module.exports = {
|
|
263243
264228
|
generateURI: generateURI
|
263244
264229
|
};
|
263245
264230
|
|
263246
|
-
},{"../util":
|
264231
|
+
},{"../util":427,"./helpers":384}],388:[function(require,module,exports){
|
263247
264232
|
var util = require('../util');
|
263248
264233
|
var Rest = require('./rest');
|
263249
264234
|
var Json = require('./json');
|
@@ -263351,7 +264336,7 @@ module.exports = {
|
|
263351
264336
|
unsetContentLength: unsetContentLength
|
263352
264337
|
};
|
263353
264338
|
|
263354
|
-
},{"../json/builder":
|
264339
|
+
},{"../json/builder":373,"../json/parser":374,"../util":427,"./json":385,"./rest":387}],389:[function(require,module,exports){
|
263355
264340
|
var AWS = require('../core');
|
263356
264341
|
var util = require('../util');
|
263357
264342
|
var Rest = require('./rest');
|
@@ -263461,7 +264446,7 @@ module.exports = {
|
|
263461
264446
|
extractData: extractData
|
263462
264447
|
};
|
263463
264448
|
|
263464
|
-
},{"../core":
|
264449
|
+
},{"../core":349,"../util":427,"./rest":387}],390:[function(require,module,exports){
|
263465
264450
|
var util = require('../util');
|
263466
264451
|
|
263467
264452
|
function QueryParamSerializer() {
|
@@ -263547,7 +264532,7 @@ function serializeMember(name, value, rules, fn) {
|
|
263547
264532
|
*/
|
263548
264533
|
module.exports = QueryParamSerializer;
|
263549
264534
|
|
263550
|
-
},{"../util":
|
264535
|
+
},{"../util":427}],391:[function(require,module,exports){
|
263551
264536
|
var AWS = require('../core');
|
263552
264537
|
|
263553
264538
|
/**
|
@@ -263767,7 +264752,7 @@ AWS.RDS.Signer = AWS.util.inherit({
|
|
263767
264752
|
}
|
263768
264753
|
});
|
263769
264754
|
|
263770
|
-
},{"../core":
|
264755
|
+
},{"../core":349}],392:[function(require,module,exports){
|
263771
264756
|
module.exports = {
|
263772
264757
|
//provide realtime clock for performance measurement
|
263773
264758
|
now: function now() {
|
@@ -263778,7 +264763,7 @@ module.exports = {
|
|
263778
264763
|
}
|
263779
264764
|
};
|
263780
264765
|
|
263781
|
-
},{}],
|
264766
|
+
},{}],393:[function(require,module,exports){
|
263782
264767
|
function isFipsRegion(region) {
|
263783
264768
|
return typeof region === 'string' && (region.startsWith('fips-') || region.endsWith('-fips'));
|
263784
264769
|
}
|
@@ -263801,7 +264786,7 @@ module.exports = {
|
|
263801
264786
|
getRealRegion: getRealRegion
|
263802
264787
|
};
|
263803
264788
|
|
263804
|
-
},{}],
|
264789
|
+
},{}],394:[function(require,module,exports){
|
263805
264790
|
var util = require('./util');
|
263806
264791
|
var regionConfig = require('./region_config_data.json');
|
263807
264792
|
|
@@ -263914,7 +264899,7 @@ module.exports = {
|
|
263914
264899
|
getEndpointSuffix: getEndpointSuffix,
|
263915
264900
|
};
|
263916
264901
|
|
263917
|
-
},{"./region_config_data.json":
|
264902
|
+
},{"./region_config_data.json":395,"./util":427}],395:[function(require,module,exports){
|
263918
264903
|
module.exports={
|
263919
264904
|
"rules": {
|
263920
264905
|
"*/*": {
|
@@ -264170,7 +265155,7 @@ module.exports={
|
|
264170
265155
|
}
|
264171
265156
|
}
|
264172
265157
|
|
264173
|
-
},{}],
|
265158
|
+
},{}],396:[function(require,module,exports){
|
264174
265159
|
(function (process){(function (){
|
264175
265160
|
var AWS = require('./core');
|
264176
265161
|
var AcceptorStateMachine = require('./state_machine');
|
@@ -264983,7 +265968,7 @@ AWS.util.addPromises(AWS.Request);
|
|
264983
265968
|
AWS.util.mixin(AWS.Request, AWS.SequentialExecutor);
|
264984
265969
|
|
264985
265970
|
}).call(this)}).call(this,require('_process'))
|
264986
|
-
},{"./core":
|
265971
|
+
},{"./core":349,"./state_machine":426,"_process":444,"jmespath":443}],397:[function(require,module,exports){
|
264987
265972
|
/**
|
264988
265973
|
* Copyright 2012-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
264989
265974
|
*
|
@@ -265189,7 +266174,7 @@ AWS.ResourceWaiter = inherit({
|
|
265189
266174
|
}
|
265190
266175
|
});
|
265191
266176
|
|
265192
|
-
},{"./core":
|
266177
|
+
},{"./core":349,"jmespath":443}],398:[function(require,module,exports){
|
265193
266178
|
var AWS = require('./core');
|
265194
266179
|
var inherit = AWS.util.inherit;
|
265195
266180
|
var jmespath = require('jmespath');
|
@@ -265392,7 +266377,7 @@ AWS.Response = inherit({
|
|
265392
266377
|
|
265393
266378
|
});
|
265394
266379
|
|
265395
|
-
},{"./core":
|
266380
|
+
},{"./core":349,"jmespath":443}],399:[function(require,module,exports){
|
265396
266381
|
var AWS = require('../core');
|
265397
266382
|
var byteLength = AWS.util.string.byteLength;
|
265398
266383
|
var Buffer = AWS.util.Buffer;
|
@@ -266126,7 +267111,7 @@ AWS.util.addPromises(AWS.S3.ManagedUpload);
|
|
266126
267111
|
*/
|
266127
267112
|
module.exports = AWS.S3.ManagedUpload;
|
266128
267113
|
|
266129
|
-
},{"../core":
|
267114
|
+
},{"../core":349}],400:[function(require,module,exports){
|
266130
267115
|
var AWS = require('./core');
|
266131
267116
|
|
266132
267117
|
/**
|
@@ -266363,7 +267348,7 @@ AWS.SequentialExecutor.prototype.addListener = AWS.SequentialExecutor.prototype.
|
|
266363
267348
|
*/
|
266364
267349
|
module.exports = AWS.SequentialExecutor;
|
266365
267350
|
|
266366
|
-
},{"./core":
|
267351
|
+
},{"./core":349}],401:[function(require,module,exports){
|
266367
267352
|
(function (process){(function (){
|
266368
267353
|
var AWS = require('./core');
|
266369
267354
|
var Api = require('./model/api');
|
@@ -267221,7 +268206,7 @@ AWS.util.mixin(AWS.Service, AWS.SequentialExecutor);
|
|
267221
268206
|
module.exports = AWS.Service;
|
267222
268207
|
|
267223
268208
|
}).call(this)}).call(this,require('_process'))
|
267224
|
-
},{"./core":
|
268209
|
+
},{"./core":349,"./model/api":376,"./region/utils":393,"./region_config":394,"_process":444}],402:[function(require,module,exports){
|
267225
268210
|
var AWS = require('../core');
|
267226
268211
|
|
267227
268212
|
AWS.util.update(AWS.APIGateway.prototype, {
|
@@ -267252,7 +268237,7 @@ AWS.util.update(AWS.APIGateway.prototype, {
|
|
267252
268237
|
});
|
267253
268238
|
|
267254
268239
|
|
267255
|
-
},{"../core":
|
268240
|
+
},{"../core":349}],403:[function(require,module,exports){
|
267256
268241
|
var AWS = require('../core');
|
267257
268242
|
|
267258
268243
|
// pull in CloudFront signer
|
@@ -267266,7 +268251,7 @@ AWS.util.update(AWS.CloudFront.prototype, {
|
|
267266
268251
|
|
267267
268252
|
});
|
267268
268253
|
|
267269
|
-
},{"../cloudfront/signer":
|
268254
|
+
},{"../cloudfront/signer":346,"../core":349}],404:[function(require,module,exports){
|
267270
268255
|
var AWS = require('../core');
|
267271
268256
|
require('../dynamodb/document_client');
|
267272
268257
|
|
@@ -267326,7 +268311,7 @@ AWS.util.update(AWS.DynamoDB.prototype, {
|
|
267326
268311
|
}
|
267327
268312
|
});
|
267328
268313
|
|
267329
|
-
},{"../core":
|
268314
|
+
},{"../core":349,"../dynamodb/document_client":359}],405:[function(require,module,exports){
|
267330
268315
|
var AWS = require('../core');
|
267331
268316
|
|
267332
268317
|
AWS.util.update(AWS.EC2.prototype, {
|
@@ -267390,7 +268375,7 @@ AWS.util.update(AWS.EC2.prototype, {
|
|
267390
268375
|
}
|
267391
268376
|
});
|
267392
268377
|
|
267393
|
-
},{"../core":
|
268378
|
+
},{"../core":349}],406:[function(require,module,exports){
|
267394
268379
|
var AWS = require('../core');
|
267395
268380
|
|
267396
268381
|
/**
|
@@ -267492,7 +268477,7 @@ AWS.util.update(AWS.IotData.prototype, {
|
|
267492
268477
|
|
267493
268478
|
});
|
267494
268479
|
|
267495
|
-
},{"../core":
|
268480
|
+
},{"../core":349}],407:[function(require,module,exports){
|
267496
268481
|
var AWS = require('../core');
|
267497
268482
|
|
267498
268483
|
AWS.util.update(AWS.Lambda.prototype, {
|
@@ -267507,7 +268492,7 @@ AWS.util.update(AWS.Lambda.prototype, {
|
|
267507
268492
|
});
|
267508
268493
|
|
267509
268494
|
|
267510
|
-
},{"../core":
|
268495
|
+
},{"../core":349}],408:[function(require,module,exports){
|
267511
268496
|
var AWS = require('../core');
|
267512
268497
|
|
267513
268498
|
AWS.util.update(AWS.MachineLearning.prototype, {
|
@@ -267533,10 +268518,10 @@ AWS.util.update(AWS.MachineLearning.prototype, {
|
|
267533
268518
|
|
267534
268519
|
});
|
267535
268520
|
|
267536
|
-
},{"../core":
|
268521
|
+
},{"../core":349}],409:[function(require,module,exports){
|
267537
268522
|
require('../polly/presigner');
|
267538
268523
|
|
267539
|
-
},{"../polly/presigner":
|
268524
|
+
},{"../polly/presigner":383}],410:[function(require,module,exports){
|
267540
268525
|
var AWS = require('../core');
|
267541
268526
|
var rdsutil = require('./rdsutil');
|
267542
268527
|
require('../rds/signer');
|
@@ -267554,7 +268539,7 @@ require('../rds/signer');
|
|
267554
268539
|
},
|
267555
268540
|
});
|
267556
268541
|
|
267557
|
-
},{"../core":
|
268542
|
+
},{"../core":349,"../rds/signer":391,"./rdsutil":411}],411:[function(require,module,exports){
|
267558
268543
|
var AWS = require('../core');
|
267559
268544
|
|
267560
268545
|
var rdsutil = {
|
@@ -267617,7 +268602,7 @@ var rdsutil = {
|
|
267617
268602
|
*/
|
267618
268603
|
module.exports = rdsutil;
|
267619
268604
|
|
267620
|
-
},{"../core":
|
268605
|
+
},{"../core":349}],412:[function(require,module,exports){
|
267621
268606
|
var AWS = require('../core');
|
267622
268607
|
|
267623
268608
|
AWS.util.update(AWS.Route53.prototype, {
|
@@ -267651,7 +268636,7 @@ AWS.util.update(AWS.Route53.prototype, {
|
|
267651
268636
|
}
|
267652
268637
|
});
|
267653
268638
|
|
267654
|
-
},{"../core":
|
268639
|
+
},{"../core":349}],413:[function(require,module,exports){
|
267655
268640
|
var AWS = require('../core');
|
267656
268641
|
var v4Credentials = require('../signers/v4_credentials');
|
267657
268642
|
var resolveRegionalEndpointsFlag = require('../config_regional_endpoint');
|
@@ -268957,7 +269942,7 @@ AWS.S3.deletePromisesFromClass = function deletePromisesFromClass() {
|
|
268957
269942
|
|
268958
269943
|
AWS.util.addPromises(AWS.S3);
|
268959
269944
|
|
268960
|
-
},{"../config_regional_endpoint":
|
269945
|
+
},{"../config_regional_endpoint":348,"../core":349,"../region_config":394,"../s3/managed_upload":399,"../signers/v4_credentials":425,"./s3util":414}],414:[function(require,module,exports){
|
268961
269946
|
(function (process){(function (){
|
268962
269947
|
var AWS = require('../core');
|
268963
269948
|
var regionUtil = require('../region_config');
|
@@ -269244,7 +270229,7 @@ var s3util = {
|
|
269244
270229
|
module.exports = s3util;
|
269245
270230
|
|
269246
270231
|
}).call(this)}).call(this,require('_process'))
|
269247
|
-
},{"../core":
|
270232
|
+
},{"../core":349,"../region_config":394,"_process":444}],415:[function(require,module,exports){
|
269248
270233
|
var AWS = require('../core');
|
269249
270234
|
|
269250
270235
|
AWS.util.update(AWS.SQS.prototype, {
|
@@ -269377,7 +270362,7 @@ AWS.util.update(AWS.SQS.prototype, {
|
|
269377
270362
|
}
|
269378
270363
|
});
|
269379
270364
|
|
269380
|
-
},{"../core":
|
270365
|
+
},{"../core":349}],416:[function(require,module,exports){
|
269381
270366
|
var AWS = require('../core');
|
269382
270367
|
var resolveRegionalEndpointsFlag = require('../config_regional_endpoint');
|
269383
270368
|
var ENV_REGIONAL_ENDPOINT_ENABLED = 'AWS_STS_REGIONAL_ENDPOINTS';
|
@@ -269465,7 +270450,7 @@ AWS.util.update(AWS.STS.prototype, {
|
|
269465
270450
|
|
269466
270451
|
});
|
269467
270452
|
|
269468
|
-
},{"../config_regional_endpoint":
|
270453
|
+
},{"../config_regional_endpoint":348,"../core":349}],417:[function(require,module,exports){
|
269469
270454
|
var AWS = require('../core');
|
269470
270455
|
|
269471
270456
|
/**
|
@@ -269481,7 +270466,7 @@ AWS.Signers.Bearer = AWS.util.inherit(AWS.Signers.RequestSigner, {
|
|
269481
270466
|
}
|
269482
270467
|
});
|
269483
270468
|
|
269484
|
-
},{"../core":
|
270469
|
+
},{"../core":349}],418:[function(require,module,exports){
|
269485
270470
|
var AWS = require('../core');
|
269486
270471
|
var inherit = AWS.util.inherit;
|
269487
270472
|
|
@@ -269602,7 +270587,7 @@ AWS.Signers.Presign = inherit({
|
|
269602
270587
|
*/
|
269603
270588
|
module.exports = AWS.Signers.Presign;
|
269604
270589
|
|
269605
|
-
},{"../core":
|
270590
|
+
},{"../core":349}],419:[function(require,module,exports){
|
269606
270591
|
var AWS = require('../core');
|
269607
270592
|
|
269608
270593
|
var inherit = AWS.util.inherit;
|
@@ -269645,7 +270630,7 @@ require('./s3');
|
|
269645
270630
|
require('./presign');
|
269646
270631
|
require('./bearer');
|
269647
270632
|
|
269648
|
-
},{"../core":
|
270633
|
+
},{"../core":349,"./bearer":417,"./presign":418,"./s3":420,"./v2":421,"./v3":422,"./v3https":423,"./v4":424}],420:[function(require,module,exports){
|
269649
270634
|
var AWS = require('../core');
|
269650
270635
|
var inherit = AWS.util.inherit;
|
269651
270636
|
|
@@ -269822,7 +270807,7 @@ AWS.Signers.S3 = inherit(AWS.Signers.RequestSigner, {
|
|
269822
270807
|
*/
|
269823
270808
|
module.exports = AWS.Signers.S3;
|
269824
270809
|
|
269825
|
-
},{"../core":
|
270810
|
+
},{"../core":349}],421:[function(require,module,exports){
|
269826
270811
|
var AWS = require('../core');
|
269827
270812
|
var inherit = AWS.util.inherit;
|
269828
270813
|
|
@@ -269872,7 +270857,7 @@ AWS.Signers.V2 = inherit(AWS.Signers.RequestSigner, {
|
|
269872
270857
|
*/
|
269873
270858
|
module.exports = AWS.Signers.V2;
|
269874
270859
|
|
269875
|
-
},{"../core":
|
270860
|
+
},{"../core":349}],422:[function(require,module,exports){
|
269876
270861
|
var AWS = require('../core');
|
269877
270862
|
var inherit = AWS.util.inherit;
|
269878
270863
|
|
@@ -269951,7 +270936,7 @@ AWS.Signers.V3 = inherit(AWS.Signers.RequestSigner, {
|
|
269951
270936
|
*/
|
269952
270937
|
module.exports = AWS.Signers.V3;
|
269953
270938
|
|
269954
|
-
},{"../core":
|
270939
|
+
},{"../core":349}],423:[function(require,module,exports){
|
269955
270940
|
var AWS = require('../core');
|
269956
270941
|
var inherit = AWS.util.inherit;
|
269957
270942
|
|
@@ -269978,7 +270963,7 @@ AWS.Signers.V3Https = inherit(AWS.Signers.V3, {
|
|
269978
270963
|
*/
|
269979
270964
|
module.exports = AWS.Signers.V3Https;
|
269980
270965
|
|
269981
|
-
},{"../core":
|
270966
|
+
},{"../core":349,"./v3":422}],424:[function(require,module,exports){
|
269982
270967
|
var AWS = require('../core');
|
269983
270968
|
var v4Credentials = require('./v4_credentials');
|
269984
270969
|
var inherit = AWS.util.inherit;
|
@@ -270195,7 +271180,7 @@ AWS.Signers.V4 = inherit(AWS.Signers.RequestSigner, {
|
|
270195
271180
|
*/
|
270196
271181
|
module.exports = AWS.Signers.V4;
|
270197
271182
|
|
270198
|
-
},{"../core":
|
271183
|
+
},{"../core":349,"./v4_credentials":425}],425:[function(require,module,exports){
|
270199
271184
|
var AWS = require('../core');
|
270200
271185
|
|
270201
271186
|
/**
|
@@ -270297,7 +271282,7 @@ module.exports = {
|
|
270297
271282
|
}
|
270298
271283
|
};
|
270299
271284
|
|
270300
|
-
},{"../core":
|
271285
|
+
},{"../core":349}],426:[function(require,module,exports){
|
270301
271286
|
function AcceptorStateMachine(states, state) {
|
270302
271287
|
this.currentState = state || null;
|
270303
271288
|
this.states = states || {};
|
@@ -270344,7 +271329,7 @@ AcceptorStateMachine.prototype.addState = function addState(name, acceptState, f
|
|
270344
271329
|
*/
|
270345
271330
|
module.exports = AcceptorStateMachine;
|
270346
271331
|
|
270347
|
-
},{}],
|
271332
|
+
},{}],427:[function(require,module,exports){
|
270348
271333
|
(function (process,setImmediate){(function (){
|
270349
271334
|
/* eslint guard-for-in:0 */
|
270350
271335
|
var AWS;
|
@@ -271435,7 +272420,7 @@ var util = {
|
|
271435
272420
|
module.exports = util;
|
271436
272421
|
|
271437
272422
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
271438
|
-
},{"../apis/metadata.json":
|
272423
|
+
},{"../apis/metadata.json":168,"./core":349,"_process":444,"fs":435,"timers":452,"uuid":455}],428:[function(require,module,exports){
|
271439
272424
|
var util = require('../util');
|
271440
272425
|
var Shape = require('../model/shape');
|
271441
272426
|
|
@@ -271638,7 +272623,7 @@ function parseUnknown(xml) {
|
|
271638
272623
|
*/
|
271639
272624
|
module.exports = DomXmlParser;
|
271640
272625
|
|
271641
|
-
},{"../model/shape":
|
272626
|
+
},{"../model/shape":381,"../util":427}],429:[function(require,module,exports){
|
271642
272627
|
var util = require('../util');
|
271643
272628
|
var XmlNode = require('./xml-node').XmlNode;
|
271644
272629
|
var XmlText = require('./xml-text').XmlText;
|
@@ -271742,7 +272727,7 @@ function applyNamespaces(xml, shape, isRoot) {
|
|
271742
272727
|
*/
|
271743
272728
|
module.exports = XmlBuilder;
|
271744
272729
|
|
271745
|
-
},{"../util":
|
272730
|
+
},{"../util":427,"./xml-node":432,"./xml-text":433}],430:[function(require,module,exports){
|
271746
272731
|
/**
|
271747
272732
|
* Escapes characters that can not be in an XML attribute.
|
271748
272733
|
*/
|
@@ -271757,7 +272742,7 @@ module.exports = {
|
|
271757
272742
|
escapeAttribute: escapeAttribute
|
271758
272743
|
};
|
271759
272744
|
|
271760
|
-
},{}],
|
272745
|
+
},{}],431:[function(require,module,exports){
|
271761
272746
|
/**
|
271762
272747
|
* Escapes characters that can not be in an XML element.
|
271763
272748
|
*/
|
@@ -271778,7 +272763,7 @@ module.exports = {
|
|
271778
272763
|
escapeElement: escapeElement
|
271779
272764
|
};
|
271780
272765
|
|
271781
|
-
},{}],
|
272766
|
+
},{}],432:[function(require,module,exports){
|
271782
272767
|
var escapeAttribute = require('./escape-attribute').escapeAttribute;
|
271783
272768
|
|
271784
272769
|
/**
|
@@ -271825,7 +272810,7 @@ module.exports = {
|
|
271825
272810
|
XmlNode: XmlNode
|
271826
272811
|
};
|
271827
272812
|
|
271828
|
-
},{"./escape-attribute":
|
272813
|
+
},{"./escape-attribute":430}],433:[function(require,module,exports){
|
271829
272814
|
var escapeElement = require('./escape-element').escapeElement;
|
271830
272815
|
|
271831
272816
|
/**
|
@@ -271847,7 +272832,7 @@ module.exports = {
|
|
271847
272832
|
XmlText: XmlText
|
271848
272833
|
};
|
271849
272834
|
|
271850
|
-
},{"./escape-element":
|
272835
|
+
},{"./escape-element":431}],434:[function(require,module,exports){
|
271851
272836
|
'use strict'
|
271852
272837
|
|
271853
272838
|
exports.byteLength = byteLength
|
@@ -271999,9 +272984,9 @@ function fromByteArray (uint8) {
|
|
271999
272984
|
return parts.join('')
|
272000
272985
|
}
|
272001
272986
|
|
272002
|
-
},{}],
|
272987
|
+
},{}],435:[function(require,module,exports){
|
272003
272988
|
|
272004
|
-
},{}],
|
272989
|
+
},{}],436:[function(require,module,exports){
|
272005
272990
|
if (typeof Object.create === 'function') {
|
272006
272991
|
// implementation from standard node.js 'util' module
|
272007
272992
|
module.exports = function inherits(ctor, superCtor) {
|
@@ -272026,14 +273011,14 @@ if (typeof Object.create === 'function') {
|
|
272026
273011
|
}
|
272027
273012
|
}
|
272028
273013
|
|
272029
|
-
},{}],
|
273014
|
+
},{}],437:[function(require,module,exports){
|
272030
273015
|
module.exports = function isBuffer(arg) {
|
272031
273016
|
return arg && typeof arg === 'object'
|
272032
273017
|
&& typeof arg.copy === 'function'
|
272033
273018
|
&& typeof arg.fill === 'function'
|
272034
273019
|
&& typeof arg.readUInt8 === 'function';
|
272035
273020
|
}
|
272036
|
-
},{}],
|
273021
|
+
},{}],438:[function(require,module,exports){
|
272037
273022
|
(function (process,global){(function (){
|
272038
273023
|
// Copyright Joyent, Inc. and other Node contributors.
|
272039
273024
|
//
|
@@ -272623,7 +273608,7 @@ function hasOwnProperty(obj, prop) {
|
|
272623
273608
|
}
|
272624
273609
|
|
272625
273610
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
272626
|
-
},{"./support/isBuffer":
|
273611
|
+
},{"./support/isBuffer":437,"_process":444,"inherits":436}],439:[function(require,module,exports){
|
272627
273612
|
(function (global,Buffer){(function (){
|
272628
273613
|
/*!
|
272629
273614
|
* The buffer module from node.js, for the browser.
|
@@ -274416,7 +275401,7 @@ function isnan (val) {
|
|
274416
275401
|
}
|
274417
275402
|
|
274418
275403
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
274419
|
-
},{"base64-js":
|
275404
|
+
},{"base64-js":434,"buffer":439,"ieee754":441,"isarray":442}],440:[function(require,module,exports){
|
274420
275405
|
// Copyright Joyent, Inc. and other Node contributors.
|
274421
275406
|
//
|
274422
275407
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -274720,7 +275705,7 @@ function isUndefined(arg) {
|
|
274720
275705
|
return arg === void 0;
|
274721
275706
|
}
|
274722
275707
|
|
274723
|
-
},{}],
|
275708
|
+
},{}],441:[function(require,module,exports){
|
274724
275709
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
274725
275710
|
var e, m
|
274726
275711
|
var eLen = (nBytes * 8) - mLen - 1
|
@@ -274806,14 +275791,14 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
274806
275791
|
buffer[offset + i - d] |= s * 128
|
274807
275792
|
}
|
274808
275793
|
|
274809
|
-
},{}],
|
275794
|
+
},{}],442:[function(require,module,exports){
|
274810
275795
|
var toString = {}.toString;
|
274811
275796
|
|
274812
275797
|
module.exports = Array.isArray || function (arr) {
|
274813
275798
|
return toString.call(arr) == '[object Array]';
|
274814
275799
|
};
|
274815
275800
|
|
274816
|
-
},{}],
|
275801
|
+
},{}],443:[function(require,module,exports){
|
274817
275802
|
(function(exports) {
|
274818
275803
|
"use strict";
|
274819
275804
|
|
@@ -276487,7 +277472,7 @@ module.exports = Array.isArray || function (arr) {
|
|
276487
277472
|
exports.strictDeepEqual = strictDeepEqual;
|
276488
277473
|
})(typeof exports === "undefined" ? this.jmespath = {} : exports);
|
276489
277474
|
|
276490
|
-
},{}],
|
277475
|
+
},{}],444:[function(require,module,exports){
|
276491
277476
|
// shim for using process in browser
|
276492
277477
|
var process = module.exports = {};
|
276493
277478
|
|
@@ -276673,7 +277658,7 @@ process.chdir = function (dir) {
|
|
276673
277658
|
};
|
276674
277659
|
process.umask = function() { return 0; };
|
276675
277660
|
|
276676
|
-
},{}],
|
277661
|
+
},{}],445:[function(require,module,exports){
|
276677
277662
|
(function (global){(function (){
|
276678
277663
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
276679
277664
|
;(function(root) {
|
@@ -277207,7 +278192,7 @@ process.umask = function() { return 0; };
|
|
277207
278192
|
}(this));
|
277208
278193
|
|
277209
278194
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
277210
|
-
},{}],
|
278195
|
+
},{}],446:[function(require,module,exports){
|
277211
278196
|
// Copyright Joyent, Inc. and other Node contributors.
|
277212
278197
|
//
|
277213
278198
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -277293,7 +278278,7 @@ var isArray = Array.isArray || function (xs) {
|
|
277293
278278
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
277294
278279
|
};
|
277295
278280
|
|
277296
|
-
},{}],
|
278281
|
+
},{}],447:[function(require,module,exports){
|
277297
278282
|
// Copyright Joyent, Inc. and other Node contributors.
|
277298
278283
|
//
|
277299
278284
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -277380,13 +278365,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
277380
278365
|
return res;
|
277381
278366
|
};
|
277382
278367
|
|
277383
|
-
},{}],
|
278368
|
+
},{}],448:[function(require,module,exports){
|
277384
278369
|
'use strict';
|
277385
278370
|
|
277386
278371
|
exports.decode = exports.parse = require('./decode');
|
277387
278372
|
exports.encode = exports.stringify = require('./encode');
|
277388
278373
|
|
277389
|
-
},{"./decode":
|
278374
|
+
},{"./decode":446,"./encode":447}],449:[function(require,module,exports){
|
277390
278375
|
// Copyright Joyent, Inc. and other Node contributors.
|
277391
278376
|
//
|
277392
278377
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -277468,7 +278453,7 @@ module.exports = function(qs, sep, eq, options) {
|
|
277468
278453
|
return obj;
|
277469
278454
|
};
|
277470
278455
|
|
277471
|
-
},{}],
|
278456
|
+
},{}],450:[function(require,module,exports){
|
277472
278457
|
// Copyright Joyent, Inc. and other Node contributors.
|
277473
278458
|
//
|
277474
278459
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -277534,9 +278519,9 @@ module.exports = function(obj, sep, eq, name) {
|
|
277534
278519
|
encodeURIComponent(stringifyPrimitive(obj));
|
277535
278520
|
};
|
277536
278521
|
|
277537
|
-
},{}],
|
277538
|
-
arguments[4][
|
277539
|
-
},{"./decode":
|
278522
|
+
},{}],451:[function(require,module,exports){
|
278523
|
+
arguments[4][448][0].apply(exports,arguments)
|
278524
|
+
},{"./decode":449,"./encode":450,"dup":448}],452:[function(require,module,exports){
|
277540
278525
|
(function (setImmediate,clearImmediate){(function (){
|
277541
278526
|
var nextTick = require('process/browser.js').nextTick;
|
277542
278527
|
var apply = Function.prototype.apply;
|
@@ -277615,7 +278600,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
277615
278600
|
delete immediateIds[id];
|
277616
278601
|
};
|
277617
278602
|
}).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
277618
|
-
},{"process/browser.js":
|
278603
|
+
},{"process/browser.js":444,"timers":452}],453:[function(require,module,exports){
|
277619
278604
|
// Copyright Joyent, Inc. and other Node contributors.
|
277620
278605
|
//
|
277621
278606
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
@@ -278324,7 +279309,7 @@ function isNullOrUndefined(arg) {
|
|
278324
279309
|
return arg == null;
|
278325
279310
|
}
|
278326
279311
|
|
278327
|
-
},{"punycode":
|
279312
|
+
},{"punycode":445,"querystring":448}],454:[function(require,module,exports){
|
278328
279313
|
"use strict";
|
278329
279314
|
|
278330
279315
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278351,7 +279336,7 @@ function bytesToUuid(buf, offset) {
|
|
278351
279336
|
|
278352
279337
|
var _default = bytesToUuid;
|
278353
279338
|
exports.default = _default;
|
278354
|
-
},{}],
|
279339
|
+
},{}],455:[function(require,module,exports){
|
278355
279340
|
"use strict";
|
278356
279341
|
|
278357
279342
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278391,7 +279376,7 @@ var _v3 = _interopRequireDefault(require("./v4.js"));
|
|
278391
279376
|
var _v4 = _interopRequireDefault(require("./v5.js"));
|
278392
279377
|
|
278393
279378
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
278394
|
-
},{"./v1.js":
|
279379
|
+
},{"./v1.js":459,"./v3.js":460,"./v4.js":462,"./v5.js":463}],456:[function(require,module,exports){
|
278395
279380
|
"use strict";
|
278396
279381
|
|
278397
279382
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278616,7 +279601,7 @@ function md5ii(a, b, c, d, x, s, t) {
|
|
278616
279601
|
|
278617
279602
|
var _default = md5;
|
278618
279603
|
exports.default = _default;
|
278619
|
-
},{}],
|
279604
|
+
},{}],457:[function(require,module,exports){
|
278620
279605
|
"use strict";
|
278621
279606
|
|
278622
279607
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278638,7 +279623,7 @@ function rng() {
|
|
278638
279623
|
|
278639
279624
|
return getRandomValues(rnds8);
|
278640
279625
|
}
|
278641
|
-
},{}],
|
279626
|
+
},{}],458:[function(require,module,exports){
|
278642
279627
|
"use strict";
|
278643
279628
|
|
278644
279629
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278734,7 +279719,7 @@ function sha1(bytes) {
|
|
278734
279719
|
|
278735
279720
|
var _default = sha1;
|
278736
279721
|
exports.default = _default;
|
278737
|
-
},{}],
|
279722
|
+
},{}],459:[function(require,module,exports){
|
278738
279723
|
"use strict";
|
278739
279724
|
|
278740
279725
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278842,7 +279827,7 @@ function v1(options, buf, offset) {
|
|
278842
279827
|
|
278843
279828
|
var _default = v1;
|
278844
279829
|
exports.default = _default;
|
278845
|
-
},{"./bytesToUuid.js":
|
279830
|
+
},{"./bytesToUuid.js":454,"./rng.js":457}],460:[function(require,module,exports){
|
278846
279831
|
"use strict";
|
278847
279832
|
|
278848
279833
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278859,7 +279844,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
278859
279844
|
const v3 = (0, _v.default)('v3', 0x30, _md.default);
|
278860
279845
|
var _default = v3;
|
278861
279846
|
exports.default = _default;
|
278862
|
-
},{"./md5.js":
|
279847
|
+
},{"./md5.js":456,"./v35.js":461}],461:[function(require,module,exports){
|
278863
279848
|
"use strict";
|
278864
279849
|
|
278865
279850
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278929,7 +279914,7 @@ function _default(name, version, hashfunc) {
|
|
278929
279914
|
generateUUID.URL = URL;
|
278930
279915
|
return generateUUID;
|
278931
279916
|
}
|
278932
|
-
},{"./bytesToUuid.js":
|
279917
|
+
},{"./bytesToUuid.js":454}],462:[function(require,module,exports){
|
278933
279918
|
"use strict";
|
278934
279919
|
|
278935
279920
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278970,7 +279955,7 @@ function v4(options, buf, offset) {
|
|
278970
279955
|
|
278971
279956
|
var _default = v4;
|
278972
279957
|
exports.default = _default;
|
278973
|
-
},{"./bytesToUuid.js":
|
279958
|
+
},{"./bytesToUuid.js":454,"./rng.js":457}],463:[function(require,module,exports){
|
278974
279959
|
"use strict";
|
278975
279960
|
|
278976
279961
|
Object.defineProperty(exports, "__esModule", {
|
@@ -278987,7 +279972,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
278987
279972
|
const v5 = (0, _v.default)('v5', 0x50, _sha.default);
|
278988
279973
|
var _default = v5;
|
278989
279974
|
exports.default = _default;
|
278990
|
-
},{"./sha1.js":
|
279975
|
+
},{"./sha1.js":458,"./v35.js":461}],464:[function(require,module,exports){
|
278991
279976
|
"use strict";
|
278992
279977
|
Object.defineProperty(exports, "__esModule", { value: true });
|
278993
279978
|
var LRU_1 = require("./utils/LRU");
|
@@ -279060,7 +280045,7 @@ var EndpointCache = /** @class */ (function () {
|
|
279060
280045
|
return EndpointCache;
|
279061
280046
|
}());
|
279062
280047
|
exports.EndpointCache = EndpointCache;
|
279063
|
-
},{"./utils/LRU":
|
280048
|
+
},{"./utils/LRU":465}],465:[function(require,module,exports){
|
279064
280049
|
"use strict";
|
279065
280050
|
Object.defineProperty(exports, "__esModule", { value: true });
|
279066
280051
|
var LinkedListNode = /** @class */ (function () {
|
@@ -279168,8 +280153,8 @@ var LRUCache = /** @class */ (function () {
|
|
279168
280153
|
return LRUCache;
|
279169
280154
|
}());
|
279170
280155
|
exports.LRUCache = LRUCache;
|
279171
|
-
},{}],
|
279172
|
-
// AWS SDK for JavaScript v2.
|
280156
|
+
},{}],466:[function(require,module,exports){
|
280157
|
+
// AWS SDK for JavaScript v2.1389.0
|
279173
280158
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
279174
280159
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
279175
280160
|
require('./browser_loader');
|
@@ -279192,5 +280177,5 @@ if (typeof self !== 'undefined') self.AWS = AWS;
|
|
279192
280177
|
*/
|
279193
280178
|
require('../clients/browser_default');
|
279194
280179
|
|
279195
|
-
},{"../clients/browser_default":
|
280180
|
+
},{"../clients/browser_default":251,"./browser_loader":345,"./core":349}]},{},[466]);
|
279196
280181
|
|