aws-sdk 2.1424.0 → 2.1425.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.
@@ -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
- "locationName": "errorInfo",
2676
- "type": "structure",
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
- "locationName": "operationSteps",
2694
- "type": "list",
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
- "locationName": "vpcConnectionInfo",
2726
- "type": "structure",
2727
- "members": {
2728
- "VpcConnectionArn": {
2729
- "locationName": "vpcConnectionArn"
2730
- },
2731
- "Owner": {
2732
- "locationName": "owner"
2733
- },
2734
- "UserIdentity": {
2735
- "locationName": "userIdentity",
2736
- "type": "structure",
2737
- "members": {
2738
- "Type": {
2739
- "locationName": "type"
2740
- },
2741
- "PrincipalId": {
2742
- "locationName": "principalId"
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",
@@ -26,10 +26,8 @@
26
26
  }
27
27
  },
28
28
  "comments": {
29
- "input": {
30
- },
31
- "output": {
32
- }
29
+ "input": {},
30
+ "output": {}
33
31
  },
34
32
  "description": "The following example gets the runs of a journey.",
35
33
  "id": "to-get-the-runs-of-a-journey",
@@ -57,10 +55,8 @@
57
55
  }
58
56
  },
59
57
  "comments": {
60
- "input": {
61
- },
62
- "output": {
63
- }
58
+ "input": {},
59
+ "output": {}
64
60
  },
65
61
  "description": "The following example gets execution metrics for a single run of a journey.",
66
62
  "id": "to-get-the-execution-metrics-for-a-journey-run",
@@ -89,10 +85,8 @@
89
85
  }
90
86
  },
91
87
  "comments": {
92
- "input": {
93
- },
94
- "output": {
95
- }
88
+ "input": {},
89
+ "output": {}
96
90
  },
97
91
  "description": "The following example gets activity execution metrics for a single run of a journey.",
98
92
  "id": "to-get-the-activity-execution-metrics-for-a-journey-run",