aws-sdk 2.1427.0 → 2.1429.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.
@@ -15,6 +15,11 @@
15
15
  "output_token": "Marker",
16
16
  "limit_key": "MaxRecords"
17
17
  },
18
+ "DescribeDataProviders": {
19
+ "input_token": "Marker",
20
+ "output_token": "Marker",
21
+ "limit_key": "MaxRecords"
22
+ },
18
23
  "DescribeEndpointSettings": {
19
24
  "input_token": "Marker",
20
25
  "output_token": "Marker",
@@ -45,6 +50,11 @@
45
50
  "output_token": "Marker",
46
51
  "limit_key": "MaxRecords"
47
52
  },
53
+ "DescribeExtensionPackAssociations": {
54
+ "input_token": "Marker",
55
+ "output_token": "Marker",
56
+ "limit_key": "MaxRecords"
57
+ },
48
58
  "DescribeFleetAdvisorCollectors": {
49
59
  "input_token": "NextToken",
50
60
  "output_token": "NextToken",
@@ -70,6 +80,41 @@
70
80
  "output_token": "NextToken",
71
81
  "limit_key": "MaxRecords"
72
82
  },
83
+ "DescribeInstanceProfiles": {
84
+ "input_token": "Marker",
85
+ "output_token": "Marker",
86
+ "limit_key": "MaxRecords"
87
+ },
88
+ "DescribeMetadataModelAssessments": {
89
+ "input_token": "Marker",
90
+ "output_token": "Marker",
91
+ "limit_key": "MaxRecords"
92
+ },
93
+ "DescribeMetadataModelConversions": {
94
+ "input_token": "Marker",
95
+ "output_token": "Marker",
96
+ "limit_key": "MaxRecords"
97
+ },
98
+ "DescribeMetadataModelExportsAsScript": {
99
+ "input_token": "Marker",
100
+ "output_token": "Marker",
101
+ "limit_key": "MaxRecords"
102
+ },
103
+ "DescribeMetadataModelExportsToTarget": {
104
+ "input_token": "Marker",
105
+ "output_token": "Marker",
106
+ "limit_key": "MaxRecords"
107
+ },
108
+ "DescribeMetadataModelImports": {
109
+ "input_token": "Marker",
110
+ "output_token": "Marker",
111
+ "limit_key": "MaxRecords"
112
+ },
113
+ "DescribeMigrationProjects": {
114
+ "input_token": "Marker",
115
+ "output_token": "Marker",
116
+ "limit_key": "MaxRecords"
117
+ },
73
118
  "DescribeOrderableReplicationInstances": {
74
119
  "input_token": "Marker",
75
120
  "output_token": "Marker",
@@ -3449,6 +3449,9 @@
3449
3449
  },
3450
3450
  "ClientToken": {
3451
3451
  "idempotencyToken": true
3452
+ },
3453
+ "EnablePrimaryIpv6": {
3454
+ "type": "boolean"
3452
3455
  }
3453
3456
  }
3454
3457
  },
@@ -20746,6 +20749,9 @@
20746
20749
  },
20747
20750
  "EnaSrdSpecification": {
20748
20751
  "shape": "S5t"
20752
+ },
20753
+ "EnablePrimaryIpv6": {
20754
+ "type": "boolean"
20749
20755
  }
20750
20756
  }
20751
20757
  }
@@ -23863,6 +23869,9 @@
23863
23869
  },
23864
23870
  "DisableApiStop": {
23865
23871
  "type": "boolean"
23872
+ },
23873
+ "EnablePrimaryIpv6": {
23874
+ "type": "boolean"
23866
23875
  }
23867
23876
  }
23868
23877
  },
@@ -27630,6 +27639,9 @@
27630
27639
  },
27631
27640
  "Ipv6PrefixCount": {
27632
27641
  "type": "integer"
27642
+ },
27643
+ "PrimaryIpv6": {
27644
+ "type": "boolean"
27633
27645
  }
27634
27646
  }
27635
27647
  }
@@ -28154,6 +28166,10 @@
28154
28166
  "Ipv6PrefixCount": {
28155
28167
  "locationName": "ipv6PrefixCount",
28156
28168
  "type": "integer"
28169
+ },
28170
+ "PrimaryIpv6": {
28171
+ "locationName": "primaryIpv6",
28172
+ "type": "boolean"
28157
28173
  }
28158
28174
  }
28159
28175
  }
@@ -28453,6 +28469,10 @@
28453
28469
  "members": {
28454
28470
  "Ipv6Address": {
28455
28471
  "locationName": "ipv6Address"
28472
+ },
28473
+ "IsPrimaryIpv6": {
28474
+ "locationName": "isPrimaryIpv6",
28475
+ "type": "boolean"
28456
28476
  }
28457
28477
  }
28458
28478
  }
@@ -29187,6 +29207,10 @@
29187
29207
  "members": {
29188
29208
  "Ipv6Address": {
29189
29209
  "locationName": "ipv6Address"
29210
+ },
29211
+ "IsPrimaryIpv6": {
29212
+ "locationName": "isPrimaryIpv6",
29213
+ "type": "boolean"
29190
29214
  }
29191
29215
  }
29192
29216
  }
@@ -33670,6 +33694,9 @@
33670
33694
  },
33671
33695
  "Ipv6PrefixCount": {
33672
33696
  "type": "integer"
33697
+ },
33698
+ "PrimaryIpv6": {
33699
+ "type": "boolean"
33673
33700
  }
33674
33701
  }
33675
33702
  }