aws-sdk 2.1424.0 → 2.1426.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 +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/apis/application-insights-2018-11-25.min.json +228 -43
- package/apis/application-insights-2018-11-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/apis/autoscaling-2011-01-01.min.json +61 -52
- package/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/apis/cloudformation-2010-05-15.min.json +95 -80
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/inspector2-2020-06-08.min.json +291 -192
- package/apis/kafka-2018-11-14.min.json +237 -52
- package/apis/kafka-2018-11-14.paginators.json +6 -0
- package/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/omics-2022-11-28.min.json +32 -29
- package/apis/pinpoint-2016-12-01.examples.json +6 -12
- package/apis/pinpoint-2016-12-01.min.json +286 -243
- package/apis/rds-2014-10-31.min.json +175 -162
- package/apis/scheduler-2021-06-30.min.json +15 -12
- package/clients/amplifyuibuilder.d.ts +48 -4
- package/clients/applicationinsights.d.ts +342 -2
- package/clients/autoscaling.d.ts +13 -2
- package/clients/cleanrooms.d.ts +516 -9
- package/clients/cloudformation.d.ts +21 -0
- package/clients/cloudfront.d.ts +14 -10
- package/clients/codestarconnections.d.ts +10 -10
- package/clients/connect.d.ts +1 -1
- package/clients/drs.d.ts +1 -1
- package/clients/inspector2.d.ts +101 -2
- package/clients/kafka.d.ts +204 -0
- package/clients/lookoutequipment.d.ts +522 -15
- package/clients/omics.d.ts +13 -0
- package/clients/pinpoint.d.ts +69 -5
- package/clients/rds.d.ts +21 -0
- package/clients/route53.d.ts +9 -9
- package/clients/scheduler.d.ts +16 -3
- package/clients/sqs.d.ts +9 -9
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +338 -298
- package/dist/aws-sdk.min.js +95 -95
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -549,6 +549,111 @@
|
|
549
549
|
}
|
550
550
|
}
|
551
551
|
},
|
552
|
+
"DescribeClusterOperationV2": {
|
553
|
+
"http": {
|
554
|
+
"method": "GET",
|
555
|
+
"requestUri": "/api/v2/operations/{clusterOperationArn}",
|
556
|
+
"responseCode": 200
|
557
|
+
},
|
558
|
+
"input": {
|
559
|
+
"type": "structure",
|
560
|
+
"members": {
|
561
|
+
"ClusterOperationArn": {
|
562
|
+
"location": "uri",
|
563
|
+
"locationName": "clusterOperationArn"
|
564
|
+
}
|
565
|
+
},
|
566
|
+
"required": [
|
567
|
+
"ClusterOperationArn"
|
568
|
+
]
|
569
|
+
},
|
570
|
+
"output": {
|
571
|
+
"type": "structure",
|
572
|
+
"members": {
|
573
|
+
"ClusterOperationInfo": {
|
574
|
+
"locationName": "clusterOperationInfo",
|
575
|
+
"type": "structure",
|
576
|
+
"members": {
|
577
|
+
"ClusterArn": {
|
578
|
+
"locationName": "clusterArn"
|
579
|
+
},
|
580
|
+
"ClusterType": {
|
581
|
+
"locationName": "clusterType"
|
582
|
+
},
|
583
|
+
"StartTime": {
|
584
|
+
"shape": "S1u",
|
585
|
+
"locationName": "startTime"
|
586
|
+
},
|
587
|
+
"EndTime": {
|
588
|
+
"shape": "S1u",
|
589
|
+
"locationName": "endTime"
|
590
|
+
},
|
591
|
+
"ErrorInfo": {
|
592
|
+
"shape": "S2p",
|
593
|
+
"locationName": "errorInfo"
|
594
|
+
},
|
595
|
+
"OperationArn": {
|
596
|
+
"locationName": "operationArn"
|
597
|
+
},
|
598
|
+
"OperationState": {
|
599
|
+
"locationName": "operationState"
|
600
|
+
},
|
601
|
+
"OperationType": {
|
602
|
+
"locationName": "operationType"
|
603
|
+
},
|
604
|
+
"Provisioned": {
|
605
|
+
"locationName": "provisioned",
|
606
|
+
"type": "structure",
|
607
|
+
"members": {
|
608
|
+
"OperationSteps": {
|
609
|
+
"shape": "S2q",
|
610
|
+
"locationName": "operationSteps"
|
611
|
+
},
|
612
|
+
"SourceClusterInfo": {
|
613
|
+
"shape": "S2t",
|
614
|
+
"locationName": "sourceClusterInfo"
|
615
|
+
},
|
616
|
+
"TargetClusterInfo": {
|
617
|
+
"shape": "S2t",
|
618
|
+
"locationName": "targetClusterInfo"
|
619
|
+
},
|
620
|
+
"VpcConnectionInfo": {
|
621
|
+
"shape": "S2w",
|
622
|
+
"locationName": "vpcConnectionInfo"
|
623
|
+
}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"Serverless": {
|
627
|
+
"locationName": "serverless",
|
628
|
+
"type": "structure",
|
629
|
+
"members": {
|
630
|
+
"VpcConnectionInfo": {
|
631
|
+
"locationName": "vpcConnectionInfo",
|
632
|
+
"type": "structure",
|
633
|
+
"members": {
|
634
|
+
"CreationTime": {
|
635
|
+
"shape": "S1u",
|
636
|
+
"locationName": "creationTime"
|
637
|
+
},
|
638
|
+
"Owner": {
|
639
|
+
"locationName": "owner"
|
640
|
+
},
|
641
|
+
"UserIdentity": {
|
642
|
+
"shape": "S2x",
|
643
|
+
"locationName": "userIdentity"
|
644
|
+
},
|
645
|
+
"VpcConnectionArn": {
|
646
|
+
"locationName": "vpcConnectionArn"
|
647
|
+
}
|
648
|
+
}
|
649
|
+
}
|
650
|
+
}
|
651
|
+
}
|
652
|
+
}
|
653
|
+
}
|
654
|
+
}
|
655
|
+
}
|
656
|
+
},
|
552
657
|
"DescribeConfiguration": {
|
553
658
|
"http": {
|
554
659
|
"method": "GET",
|
@@ -900,6 +1005,74 @@
|
|
900
1005
|
}
|
901
1006
|
}
|
902
1007
|
},
|
1008
|
+
"ListClusterOperationsV2": {
|
1009
|
+
"http": {
|
1010
|
+
"method": "GET",
|
1011
|
+
"requestUri": "/api/v2/clusters/{clusterArn}/operations",
|
1012
|
+
"responseCode": 200
|
1013
|
+
},
|
1014
|
+
"input": {
|
1015
|
+
"type": "structure",
|
1016
|
+
"members": {
|
1017
|
+
"ClusterArn": {
|
1018
|
+
"location": "uri",
|
1019
|
+
"locationName": "clusterArn"
|
1020
|
+
},
|
1021
|
+
"MaxResults": {
|
1022
|
+
"location": "querystring",
|
1023
|
+
"locationName": "maxResults",
|
1024
|
+
"type": "integer"
|
1025
|
+
},
|
1026
|
+
"NextToken": {
|
1027
|
+
"location": "querystring",
|
1028
|
+
"locationName": "nextToken"
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"required": [
|
1032
|
+
"ClusterArn"
|
1033
|
+
]
|
1034
|
+
},
|
1035
|
+
"output": {
|
1036
|
+
"type": "structure",
|
1037
|
+
"members": {
|
1038
|
+
"ClusterOperationInfoList": {
|
1039
|
+
"locationName": "clusterOperationInfoList",
|
1040
|
+
"type": "list",
|
1041
|
+
"member": {
|
1042
|
+
"type": "structure",
|
1043
|
+
"members": {
|
1044
|
+
"ClusterArn": {
|
1045
|
+
"locationName": "clusterArn"
|
1046
|
+
},
|
1047
|
+
"ClusterType": {
|
1048
|
+
"locationName": "clusterType"
|
1049
|
+
},
|
1050
|
+
"StartTime": {
|
1051
|
+
"shape": "S1u",
|
1052
|
+
"locationName": "startTime"
|
1053
|
+
},
|
1054
|
+
"EndTime": {
|
1055
|
+
"shape": "S1u",
|
1056
|
+
"locationName": "endTime"
|
1057
|
+
},
|
1058
|
+
"OperationArn": {
|
1059
|
+
"locationName": "operationArn"
|
1060
|
+
},
|
1061
|
+
"OperationState": {
|
1062
|
+
"locationName": "operationState"
|
1063
|
+
},
|
1064
|
+
"OperationType": {
|
1065
|
+
"locationName": "operationType"
|
1066
|
+
}
|
1067
|
+
}
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
"NextToken": {
|
1071
|
+
"locationName": "nextToken"
|
1072
|
+
}
|
1073
|
+
}
|
1074
|
+
}
|
1075
|
+
},
|
903
1076
|
"ListClusters": {
|
904
1077
|
"http": {
|
905
1078
|
"method": "GET",
|
@@ -2672,16 +2845,8 @@
|
|
2672
2845
|
"locationName": "endTime"
|
2673
2846
|
},
|
2674
2847
|
"ErrorInfo": {
|
2675
|
-
"
|
2676
|
-
"
|
2677
|
-
"members": {
|
2678
|
-
"ErrorCode": {
|
2679
|
-
"locationName": "errorCode"
|
2680
|
-
},
|
2681
|
-
"ErrorString": {
|
2682
|
-
"locationName": "errorString"
|
2683
|
-
}
|
2684
|
-
}
|
2848
|
+
"shape": "S2p",
|
2849
|
+
"locationName": "errorInfo"
|
2685
2850
|
},
|
2686
2851
|
"OperationArn": {
|
2687
2852
|
"locationName": "operationArn"
|
@@ -2690,25 +2855,8 @@
|
|
2690
2855
|
"locationName": "operationState"
|
2691
2856
|
},
|
2692
2857
|
"OperationSteps": {
|
2693
|
-
"
|
2694
|
-
"
|
2695
|
-
"member": {
|
2696
|
-
"type": "structure",
|
2697
|
-
"members": {
|
2698
|
-
"StepInfo": {
|
2699
|
-
"locationName": "stepInfo",
|
2700
|
-
"type": "structure",
|
2701
|
-
"members": {
|
2702
|
-
"StepStatus": {
|
2703
|
-
"locationName": "stepStatus"
|
2704
|
-
}
|
2705
|
-
}
|
2706
|
-
},
|
2707
|
-
"StepName": {
|
2708
|
-
"locationName": "stepName"
|
2709
|
-
}
|
2710
|
-
}
|
2711
|
-
}
|
2858
|
+
"shape": "S2q",
|
2859
|
+
"locationName": "operationSteps"
|
2712
2860
|
},
|
2713
2861
|
"OperationType": {
|
2714
2862
|
"locationName": "operationType"
|
@@ -2722,31 +2870,38 @@
|
|
2722
2870
|
"locationName": "targetClusterInfo"
|
2723
2871
|
},
|
2724
2872
|
"VpcConnectionInfo": {
|
2725
|
-
"
|
2726
|
-
"
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2733
|
-
|
2734
|
-
|
2735
|
-
|
2736
|
-
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2873
|
+
"shape": "S2w",
|
2874
|
+
"locationName": "vpcConnectionInfo"
|
2875
|
+
}
|
2876
|
+
}
|
2877
|
+
},
|
2878
|
+
"S2p": {
|
2879
|
+
"type": "structure",
|
2880
|
+
"members": {
|
2881
|
+
"ErrorCode": {
|
2882
|
+
"locationName": "errorCode"
|
2883
|
+
},
|
2884
|
+
"ErrorString": {
|
2885
|
+
"locationName": "errorString"
|
2886
|
+
}
|
2887
|
+
}
|
2888
|
+
},
|
2889
|
+
"S2q": {
|
2890
|
+
"type": "list",
|
2891
|
+
"member": {
|
2892
|
+
"type": "structure",
|
2893
|
+
"members": {
|
2894
|
+
"StepInfo": {
|
2895
|
+
"locationName": "stepInfo",
|
2896
|
+
"type": "structure",
|
2897
|
+
"members": {
|
2898
|
+
"StepStatus": {
|
2899
|
+
"locationName": "stepStatus"
|
2744
2900
|
}
|
2745
|
-
},
|
2746
|
-
"CreationTime": {
|
2747
|
-
"shape": "S1u",
|
2748
|
-
"locationName": "creationTime"
|
2749
2901
|
}
|
2902
|
+
},
|
2903
|
+
"StepName": {
|
2904
|
+
"locationName": "stepName"
|
2750
2905
|
}
|
2751
2906
|
}
|
2752
2907
|
}
|
@@ -2821,6 +2976,36 @@
|
|
2821
2976
|
"KafkaBrokerNodeId"
|
2822
2977
|
]
|
2823
2978
|
}
|
2979
|
+
},
|
2980
|
+
"S2w": {
|
2981
|
+
"type": "structure",
|
2982
|
+
"members": {
|
2983
|
+
"VpcConnectionArn": {
|
2984
|
+
"locationName": "vpcConnectionArn"
|
2985
|
+
},
|
2986
|
+
"Owner": {
|
2987
|
+
"locationName": "owner"
|
2988
|
+
},
|
2989
|
+
"UserIdentity": {
|
2990
|
+
"shape": "S2x",
|
2991
|
+
"locationName": "userIdentity"
|
2992
|
+
},
|
2993
|
+
"CreationTime": {
|
2994
|
+
"shape": "S1u",
|
2995
|
+
"locationName": "creationTime"
|
2996
|
+
}
|
2997
|
+
}
|
2998
|
+
},
|
2999
|
+
"S2x": {
|
3000
|
+
"type": "structure",
|
3001
|
+
"members": {
|
3002
|
+
"Type": {
|
3003
|
+
"locationName": "type"
|
3004
|
+
},
|
3005
|
+
"PrincipalId": {
|
3006
|
+
"locationName": "principalId"
|
3007
|
+
}
|
3008
|
+
}
|
2824
3009
|
}
|
2825
3010
|
}
|
2826
3011
|
}
|
@@ -36,6 +36,12 @@
|
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "ClusterOperationInfoList"
|
38
38
|
},
|
39
|
+
"ListClusterOperationsV2": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "ClusterOperationInfoList"
|
44
|
+
},
|
39
45
|
"ListConfigurationRevisions": {
|
40
46
|
"input_token": "NextToken",
|
41
47
|
"output_token": "NextToken",
|