aws-sdk 2.1641.0 → 2.1642.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.
@@ -12,6 +12,12 @@
12
12
  "limit_key": "maxResults",
13
13
  "result_key": "records"
14
14
  },
15
+ "ListAutomatedDiscoveryAccounts": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "items"
20
+ },
15
21
  "ListClassificationJobs": {
16
22
  "input_token": "nextToken",
17
23
  "output_token": "nextToken",
@@ -642,11 +642,8 @@
642
642
  "type": "structure",
643
643
  "members": {
644
644
  "Jobs": {
645
- "locationName": "jobs",
646
- "type": "list",
647
- "member": {
648
- "shape": "Sld"
649
- }
645
+ "shape": "Sng",
646
+ "locationName": "jobs"
650
647
  },
651
648
  "NextToken": {
652
649
  "locationName": "nextToken"
@@ -811,6 +808,55 @@
811
808
  }
812
809
  }
813
810
  },
811
+ "SearchJobs": {
812
+ "http": {
813
+ "method": "GET",
814
+ "requestUri": "/2017-08-29/search",
815
+ "responseCode": 200
816
+ },
817
+ "input": {
818
+ "type": "structure",
819
+ "members": {
820
+ "InputFile": {
821
+ "locationName": "inputFile",
822
+ "location": "querystring"
823
+ },
824
+ "MaxResults": {
825
+ "locationName": "maxResults",
826
+ "location": "querystring",
827
+ "type": "integer"
828
+ },
829
+ "NextToken": {
830
+ "locationName": "nextToken",
831
+ "location": "querystring"
832
+ },
833
+ "Order": {
834
+ "locationName": "order",
835
+ "location": "querystring"
836
+ },
837
+ "Queue": {
838
+ "locationName": "queue",
839
+ "location": "querystring"
840
+ },
841
+ "Status": {
842
+ "locationName": "status",
843
+ "location": "querystring"
844
+ }
845
+ }
846
+ },
847
+ "output": {
848
+ "type": "structure",
849
+ "members": {
850
+ "Jobs": {
851
+ "shape": "Sng",
852
+ "locationName": "jobs"
853
+ },
854
+ "NextToken": {
855
+ "locationName": "nextToken"
856
+ }
857
+ }
858
+ }
859
+ },
814
860
  "TagResource": {
815
861
  "http": {
816
862
  "requestUri": "/2017-08-29/tags",
@@ -5839,6 +5885,12 @@
5839
5885
  "locationName": "s3Inputs"
5840
5886
  }
5841
5887
  }
5888
+ },
5889
+ "Sng": {
5890
+ "type": "list",
5891
+ "member": {
5892
+ "shape": "Sld"
5893
+ }
5842
5894
  }
5843
5895
  }
5844
5896
  }
@@ -12,6 +12,12 @@
12
12
  "limit_key": "MaxResults",
13
13
  "result_key": "Jobs"
14
14
  },
15
+ "SearchJobs": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Jobs"
20
+ },
15
21
  "ListPresets": {
16
22
  "input_token": "NextToken",
17
23
  "output_token": "NextToken",
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "route53domains",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon Route 53 Domains",
9
12
  "serviceId": "Route 53 Domains",
10
13
  "signatureVersion": "v4",
11
14
  "targetPrefix": "Route53Domains_v20140515",
12
- "uid": "route53domains-2014-05-15"
15
+ "uid": "route53domains-2014-05-15",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "AcceptDomainTransferFromAnotherAwsAccount": {