aws-sdk-core 2.11.630 → 2.11.631

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,6 +60,12 @@
60
60
  "limit_key": "MaxResults",
61
61
  "output_token": "NextToken"
62
62
  },
63
+ "GetResourcePolicies": {
64
+ "input_token": "NextToken",
65
+ "limit_key": "MaxResults",
66
+ "output_token": "NextToken",
67
+ "result_key": "GetResourcePoliciesResponseList"
68
+ },
63
69
  "GetSecurityConfigurations": {
64
70
  "input_token": "NextToken",
65
71
  "limit_key": "MaxResults",
@@ -111,6 +117,24 @@
111
117
  "limit_key": "MaxResults",
112
118
  "output_token": "NextToken"
113
119
  },
120
+ "ListRegistries": {
121
+ "input_token": "NextToken",
122
+ "limit_key": "MaxResults",
123
+ "output_token": "NextToken",
124
+ "result_key": "Registries"
125
+ },
126
+ "ListSchemaVersions": {
127
+ "input_token": "NextToken",
128
+ "limit_key": "MaxResults",
129
+ "output_token": "NextToken",
130
+ "result_key": "Schemas"
131
+ },
132
+ "ListSchemas": {
133
+ "input_token": "NextToken",
134
+ "limit_key": "MaxResults",
135
+ "output_token": "NextToken",
136
+ "result_key": "Schemas"
137
+ },
114
138
  "ListTriggers": {
115
139
  "input_token": "NextToken",
116
140
  "limit_key": "MaxResults",
@@ -130,6 +130,20 @@
130
130
  {"shape":"ConcurrentModificationException"}
131
131
  ]
132
132
  },
133
+ "CreateApplicationPresignedUrl":{
134
+ "name":"CreateApplicationPresignedUrl",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/"
138
+ },
139
+ "input":{"shape":"CreateApplicationPresignedUrlRequest"},
140
+ "output":{"shape":"CreateApplicationPresignedUrlResponse"},
141
+ "errors":[
142
+ {"shape":"ResourceNotFoundException"},
143
+ {"shape":"ResourceInUseException"},
144
+ {"shape":"InvalidArgumentException"}
145
+ ]
146
+ },
133
147
  "CreateApplicationSnapshot":{
134
148
  "name":"CreateApplicationSnapshot",
135
149
  "http":{
@@ -727,6 +741,11 @@
727
741
  "max":999999999,
728
742
  "min":1
729
743
  },
744
+ "AuthorizedUrl":{
745
+ "type":"string",
746
+ "max":2048,
747
+ "min":1
748
+ },
730
749
  "BooleanObject":{"type":"boolean"},
731
750
  "BucketARN":{
732
751
  "type":"string",
@@ -876,6 +895,24 @@
876
895
  "CUSTOM"
877
896
  ]
878
897
  },
898
+ "CreateApplicationPresignedUrlRequest":{
899
+ "type":"structure",
900
+ "required":[
901
+ "ApplicationName",
902
+ "UrlType"
903
+ ],
904
+ "members":{
905
+ "ApplicationName":{"shape":"ApplicationName"},
906
+ "UrlType":{"shape":"UrlType"},
907
+ "SessionExpirationDurationInSeconds":{"shape":"SessionExpirationDurationInSeconds"}
908
+ }
909
+ },
910
+ "CreateApplicationPresignedUrlResponse":{
911
+ "type":"structure",
912
+ "members":{
913
+ "AuthorizedUrl":{"shape":"AuthorizedUrl"}
914
+ }
915
+ },
879
916
  "CreateApplicationRequest":{
880
917
  "type":"structure",
881
918
  "required":[
@@ -1918,7 +1955,8 @@
1918
1955
  "enum":[
1919
1956
  "SQL-1_0",
1920
1957
  "FLINK-1_6",
1921
- "FLINK-1_8"
1958
+ "FLINK-1_8",
1959
+ "FLINK-1_11"
1922
1960
  ]
1923
1961
  },
1924
1962
  "S3ApplicationCodeLocationDescription":{
@@ -2005,6 +2043,11 @@
2005
2043
  "exception":true,
2006
2044
  "fault":true
2007
2045
  },
2046
+ "SessionExpirationDurationInSeconds":{
2047
+ "type":"long",
2048
+ "max":43200,
2049
+ "min":1800
2050
+ },
2008
2051
  "SnapshotDetails":{
2009
2052
  "type":"structure",
2010
2053
  "required":[
@@ -2238,6 +2281,10 @@
2238
2281
  "ApplicationDetail":{"shape":"ApplicationDetail"}
2239
2282
  }
2240
2283
  },
2284
+ "UrlType":{
2285
+ "type":"string",
2286
+ "enum":["FLINK_DASHBOARD_URL"]
2287
+ },
2241
2288
  "VpcConfiguration":{
2242
2289
  "type":"structure",
2243
2290
  "required":[
@@ -1327,6 +1327,8 @@
1327
1327
  "type":"structure",
1328
1328
  "members":{
1329
1329
  "UUID":{"shape":"String"},
1330
+ "StartingPosition":{"shape":"EventSourcePosition"},
1331
+ "StartingPositionTimestamp":{"shape":"Date"},
1330
1332
  "BatchSize":{"shape":"BatchSize"},
1331
1333
  "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
1332
1334
  "ParallelizationFactor":{"shape":"ParallelizationFactor"},
@@ -841,6 +841,16 @@
841
841
  "CustomPayload"
842
842
  ]
843
843
  },
844
+ "ContextTimeToLiveInSeconds":{
845
+ "type":"integer",
846
+ "max":86400,
847
+ "min":5
848
+ },
849
+ "ContextTurnsToLive":{
850
+ "type":"integer",
851
+ "max":20,
852
+ "min":1
853
+ },
844
854
  "ConversationLogsRequest":{
845
855
  "type":"structure",
846
856
  "required":[
@@ -924,7 +934,9 @@
924
934
  "createdDate":{"shape":"Timestamp"},
925
935
  "version":{"shape":"Version"},
926
936
  "checksum":{"shape":"String"},
927
- "kendraConfiguration":{"shape":"KendraConfiguration"}
937
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
938
+ "inputContexts":{"shape":"InputContextList"},
939
+ "outputContexts":{"shape":"OutputContextList"}
928
940
  }
929
941
  },
930
942
  "CreateSlotTypeVersionRequest":{
@@ -1608,7 +1620,9 @@
1608
1620
  "createdDate":{"shape":"Timestamp"},
1609
1621
  "version":{"shape":"Version"},
1610
1622
  "checksum":{"shape":"String"},
1611
- "kendraConfiguration":{"shape":"KendraConfiguration"}
1623
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
1624
+ "inputContexts":{"shape":"InputContextList"},
1625
+ "outputContexts":{"shape":"OutputContextList"}
1612
1626
  }
1613
1627
  },
1614
1628
  "GetIntentVersionsRequest":{
@@ -1807,6 +1821,25 @@
1807
1821
  "FAILED"
1808
1822
  ]
1809
1823
  },
1824
+ "InputContext":{
1825
+ "type":"structure",
1826
+ "required":["name"],
1827
+ "members":{
1828
+ "name":{"shape":"InputContextName"}
1829
+ }
1830
+ },
1831
+ "InputContextList":{
1832
+ "type":"list",
1833
+ "member":{"shape":"InputContext"},
1834
+ "max":5,
1835
+ "min":0
1836
+ },
1837
+ "InputContextName":{
1838
+ "type":"string",
1839
+ "max":100,
1840
+ "min":1,
1841
+ "pattern":"^([A-Za-z]_?)+$"
1842
+ },
1810
1843
  "Intent":{
1811
1844
  "type":"structure",
1812
1845
  "required":[
@@ -2046,6 +2079,31 @@
2046
2079
  "DEFAULT_OBFUSCATION"
2047
2080
  ]
2048
2081
  },
2082
+ "OutputContext":{
2083
+ "type":"structure",
2084
+ "required":[
2085
+ "name",
2086
+ "timeToLiveInSeconds",
2087
+ "turnsToLive"
2088
+ ],
2089
+ "members":{
2090
+ "name":{"shape":"OutputContextName"},
2091
+ "timeToLiveInSeconds":{"shape":"ContextTimeToLiveInSeconds"},
2092
+ "turnsToLive":{"shape":"ContextTurnsToLive"}
2093
+ }
2094
+ },
2095
+ "OutputContextList":{
2096
+ "type":"list",
2097
+ "member":{"shape":"OutputContext"},
2098
+ "max":10,
2099
+ "min":0
2100
+ },
2101
+ "OutputContextName":{
2102
+ "type":"string",
2103
+ "max":100,
2104
+ "min":1,
2105
+ "pattern":"^([A-Za-z]_?)+$"
2106
+ },
2049
2107
  "PreconditionFailedException":{
2050
2108
  "type":"structure",
2051
2109
  "members":{
@@ -2198,7 +2256,9 @@
2198
2256
  "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
2199
2257
  "checksum":{"shape":"String"},
2200
2258
  "createVersion":{"shape":"Boolean"},
2201
- "kendraConfiguration":{"shape":"KendraConfiguration"}
2259
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
2260
+ "inputContexts":{"shape":"InputContextList"},
2261
+ "outputContexts":{"shape":"OutputContextList"}
2202
2262
  }
2203
2263
  },
2204
2264
  "PutIntentResponse":{
@@ -2220,7 +2280,9 @@
2220
2280
  "version":{"shape":"Version"},
2221
2281
  "checksum":{"shape":"String"},
2222
2282
  "createVersion":{"shape":"Boolean"},
2223
- "kendraConfiguration":{"shape":"KendraConfiguration"}
2283
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
2284
+ "inputContexts":{"shape":"InputContextList"},
2285
+ "outputContexts":{"shape":"OutputContextList"}
2224
2286
  }
2225
2287
  },
2226
2288
  "PutSlotTypeRequest":{
@@ -2335,7 +2397,8 @@
2335
2397
  "priority":{"shape":"Priority"},
2336
2398
  "sampleUtterances":{"shape":"SlotUtteranceList"},
2337
2399
  "responseCard":{"shape":"ResponseCard"},
2338
- "obfuscationSetting":{"shape":"ObfuscationSetting"}
2400
+ "obfuscationSetting":{"shape":"ObfuscationSetting"},
2401
+ "defaultValueSpec":{"shape":"SlotDefaultValueSpec"}
2339
2402
  }
2340
2403
  },
2341
2404
  "SlotConstraint":{
@@ -2345,6 +2408,31 @@
2345
2408
  "Optional"
2346
2409
  ]
2347
2410
  },
2411
+ "SlotDefaultValue":{
2412
+ "type":"structure",
2413
+ "required":["defaultValue"],
2414
+ "members":{
2415
+ "defaultValue":{"shape":"SlotDefaultValueString"}
2416
+ }
2417
+ },
2418
+ "SlotDefaultValueList":{
2419
+ "type":"list",
2420
+ "member":{"shape":"SlotDefaultValue"},
2421
+ "max":10,
2422
+ "min":0
2423
+ },
2424
+ "SlotDefaultValueSpec":{
2425
+ "type":"structure",
2426
+ "required":["defaultValueList"],
2427
+ "members":{
2428
+ "defaultValueList":{"shape":"SlotDefaultValueList"}
2429
+ }
2430
+ },
2431
+ "SlotDefaultValueString":{
2432
+ "type":"string",
2433
+ "max":202,
2434
+ "min":1
2435
+ },
2348
2436
  "SlotList":{
2349
2437
  "type":"list",
2350
2438
  "member":{"shape":"Slot"},
@@ -4496,6 +4496,10 @@
4496
4496
  "shape": "DeviceSettingsSyncState",
4497
4497
  "locationName": "deviceSettingsSyncState"
4498
4498
  },
4499
+ "DeviceUpdateStatus": {
4500
+ "shape": "DeviceUpdateStatus",
4501
+ "locationName": "deviceUpdateStatus"
4502
+ },
4499
4503
  "HdDeviceSettings": {
4500
4504
  "shape": "InputDeviceHdSettings",
4501
4505
  "locationName": "hdDeviceSettings"
@@ -4992,6 +4996,13 @@
4992
4996
  "SYNCING"
4993
4997
  ]
4994
4998
  },
4999
+ "DeviceUpdateStatus": {
5000
+ "type": "string",
5001
+ "enum": [
5002
+ "UP_TO_DATE",
5003
+ "NOT_UP_TO_DATE"
5004
+ ]
5005
+ },
4995
5006
  "DvbNitSettings": {
4996
5007
  "type": "structure",
4997
5008
  "members": {
@@ -7222,6 +7233,10 @@
7222
7233
  "shape": "DeviceSettingsSyncState",
7223
7234
  "locationName": "deviceSettingsSyncState"
7224
7235
  },
7236
+ "DeviceUpdateStatus": {
7237
+ "shape": "DeviceUpdateStatus",
7238
+ "locationName": "deviceUpdateStatus"
7239
+ },
7225
7240
  "HdDeviceSettings": {
7226
7241
  "shape": "InputDeviceHdSettings",
7227
7242
  "locationName": "hdDeviceSettings"
@@ -7416,6 +7431,10 @@
7416
7431
  "shape": "DeviceSettingsSyncState",
7417
7432
  "locationName": "deviceSettingsSyncState"
7418
7433
  },
7434
+ "DeviceUpdateStatus": {
7435
+ "shape": "DeviceUpdateStatus",
7436
+ "locationName": "deviceUpdateStatus"
7437
+ },
7419
7438
  "HdDeviceSettings": {
7420
7439
  "shape": "InputDeviceHdSettings",
7421
7440
  "locationName": "hdDeviceSettings"
@@ -11653,6 +11672,10 @@
11653
11672
  "shape": "DeviceSettingsSyncState",
11654
11673
  "locationName": "deviceSettingsSyncState"
11655
11674
  },
11675
+ "DeviceUpdateStatus": {
11676
+ "shape": "DeviceUpdateStatus",
11677
+ "locationName": "deviceUpdateStatus"
11678
+ },
11656
11679
  "HdDeviceSettings": {
11657
11680
  "shape": "InputDeviceHdSettings",
11658
11681
  "locationName": "hdDeviceSettings"
@@ -1896,7 +1896,8 @@
1896
1896
  "ExpectedNextSnapshotScheduleTime":{"shape":"TStamp"},
1897
1897
  "ExpectedNextSnapshotScheduleTimeStatus":{"shape":"String"},
1898
1898
  "NextMaintenanceWindowStartTime":{"shape":"TStamp"},
1899
- "ResizeInfo":{"shape":"ResizeInfo"}
1899
+ "ResizeInfo":{"shape":"ResizeInfo"},
1900
+ "ClusterNamespaceArn":{"shape":"String"}
1900
1901
  },
1901
1902
  "wrapper":true
1902
1903
  },
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeClusterDbRevisions": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxRecords",
6
+ "output_token": "Marker",
7
+ "result_key": "ClusterDbRevisions"
8
+ },
3
9
  "DescribeClusterParameterGroups": {
4
10
  "input_token": "Marker",
5
11
  "limit_key": "MaxRecords",
@@ -30,6 +36,12 @@
30
36
  "output_token": "Marker",
31
37
  "result_key": "ClusterSubnetGroups"
32
38
  },
39
+ "DescribeClusterTracks": {
40
+ "input_token": "Marker",
41
+ "limit_key": "MaxRecords",
42
+ "output_token": "Marker",
43
+ "result_key": "MaintenanceTracks"
44
+ },
33
45
  "DescribeClusterVersions": {
34
46
  "input_token": "Marker",
35
47
  "limit_key": "MaxRecords",
@@ -102,11 +114,41 @@
102
114
  "output_token": "Marker",
103
115
  "result_key": "ScheduledActions"
104
116
  },
117
+ "DescribeSnapshotCopyGrants": {
118
+ "input_token": "Marker",
119
+ "limit_key": "MaxRecords",
120
+ "output_token": "Marker",
121
+ "result_key": "SnapshotCopyGrants"
122
+ },
123
+ "DescribeSnapshotSchedules": {
124
+ "input_token": "Marker",
125
+ "limit_key": "MaxRecords",
126
+ "output_token": "Marker",
127
+ "result_key": "SnapshotSchedules"
128
+ },
129
+ "DescribeTableRestoreStatus": {
130
+ "input_token": "Marker",
131
+ "limit_key": "MaxRecords",
132
+ "output_token": "Marker",
133
+ "result_key": "TableRestoreStatusDetails"
134
+ },
135
+ "DescribeTags": {
136
+ "input_token": "Marker",
137
+ "limit_key": "MaxRecords",
138
+ "output_token": "Marker",
139
+ "result_key": "TaggedResources"
140
+ },
105
141
  "DescribeUsageLimits": {
106
142
  "input_token": "Marker",
107
143
  "limit_key": "MaxRecords",
108
144
  "output_token": "Marker",
109
145
  "result_key": "UsageLimits"
146
+ },
147
+ "GetReservedNodeExchangeOfferings": {
148
+ "input_token": "Marker",
149
+ "limit_key": "MaxRecords",
150
+ "output_token": "Marker",
151
+ "result_key": "ReservedNodeOfferings"
110
152
  }
111
153
  }
112
154
  }
@@ -107,6 +107,60 @@
107
107
  },
108
108
  "shapes":{
109
109
  "Accept":{"type":"string"},
110
+ "ActiveContext":{
111
+ "type":"structure",
112
+ "required":[
113
+ "name",
114
+ "timeToLive",
115
+ "parameters"
116
+ ],
117
+ "members":{
118
+ "name":{"shape":"ActiveContextName"},
119
+ "timeToLive":{"shape":"ActiveContextTimeToLive"},
120
+ "parameters":{"shape":"ActiveContextParametersMap"}
121
+ }
122
+ },
123
+ "ActiveContextName":{
124
+ "type":"string",
125
+ "max":100,
126
+ "min":1,
127
+ "pattern":"^([A-Za-z]_?)+$"
128
+ },
129
+ "ActiveContextParametersMap":{
130
+ "type":"map",
131
+ "key":{"shape":"ParameterName"},
132
+ "value":{"shape":"Text"},
133
+ "max":10,
134
+ "min":0
135
+ },
136
+ "ActiveContextTimeToLive":{
137
+ "type":"structure",
138
+ "members":{
139
+ "timeToLiveInSeconds":{"shape":"ActiveContextTimeToLiveInSeconds"},
140
+ "turnsToLive":{"shape":"ActiveContextTurnsToLive"}
141
+ }
142
+ },
143
+ "ActiveContextTimeToLiveInSeconds":{
144
+ "type":"integer",
145
+ "max":86400,
146
+ "min":5
147
+ },
148
+ "ActiveContextTurnsToLive":{
149
+ "type":"integer",
150
+ "max":20,
151
+ "min":1
152
+ },
153
+ "ActiveContextsList":{
154
+ "type":"list",
155
+ "member":{"shape":"ActiveContext"},
156
+ "max":20,
157
+ "min":0,
158
+ "sensitive":true
159
+ },
160
+ "ActiveContextsString":{
161
+ "type":"string",
162
+ "sensitive":true
163
+ },
110
164
  "AttributesString":{
111
165
  "type":"string",
112
166
  "sensitive":true
@@ -312,7 +366,8 @@
312
366
  "recentIntentSummaryView":{"shape":"IntentSummaryList"},
313
367
  "sessionAttributes":{"shape":"StringMap"},
314
368
  "sessionId":{"shape":"String"},
315
- "dialogAction":{"shape":"DialogAction"}
369
+ "dialogAction":{"shape":"DialogAction"},
370
+ "activeContexts":{"shape":"ActiveContextsList"}
316
371
  }
317
372
  },
318
373
  "HttpContentType":{"type":"string"},
@@ -408,6 +463,11 @@
408
463
  "error":{"httpStatusCode":404},
409
464
  "exception":true
410
465
  },
466
+ "ParameterName":{
467
+ "type":"string",
468
+ "max":100,
469
+ "min":1
470
+ },
411
471
  "PostContentRequest":{
412
472
  "type":"structure",
413
473
  "required":[
@@ -455,7 +515,13 @@
455
515
  "location":"header",
456
516
  "locationName":"Accept"
457
517
  },
458
- "inputStream":{"shape":"BlobStream"}
518
+ "inputStream":{"shape":"BlobStream"},
519
+ "activeContexts":{
520
+ "shape":"ActiveContextsString",
521
+ "jsonvalue":true,
522
+ "location":"header",
523
+ "locationName":"x-amz-lex-active-contexts"
524
+ }
459
525
  },
460
526
  "payload":"inputStream"
461
527
  },
@@ -536,6 +602,12 @@
536
602
  "shape":"String",
537
603
  "location":"header",
538
604
  "locationName":"x-amz-lex-session-id"
605
+ },
606
+ "activeContexts":{
607
+ "shape":"ActiveContextsString",
608
+ "jsonvalue":true,
609
+ "location":"header",
610
+ "locationName":"x-amz-lex-active-contexts"
539
611
  }
540
612
  },
541
613
  "payload":"audioStream"
@@ -566,7 +638,8 @@
566
638
  },
567
639
  "sessionAttributes":{"shape":"StringMap"},
568
640
  "requestAttributes":{"shape":"StringMap"},
569
- "inputText":{"shape":"Text"}
641
+ "inputText":{"shape":"Text"},
642
+ "activeContexts":{"shape":"ActiveContextsList"}
570
643
  }
571
644
  },
572
645
  "PostTextResponse":{
@@ -584,7 +657,8 @@
584
657
  "slotToElicit":{"shape":"String"},
585
658
  "responseCard":{"shape":"ResponseCard"},
586
659
  "sessionId":{"shape":"String"},
587
- "botVersion":{"shape":"BotVersion"}
660
+ "botVersion":{"shape":"BotVersion"},
661
+ "activeContexts":{"shape":"ActiveContextsList"}
588
662
  }
589
663
  },
590
664
  "PredictedIntent":{
@@ -625,7 +699,8 @@
625
699
  "shape":"Accept",
626
700
  "location":"header",
627
701
  "locationName":"Accept"
628
- }
702
+ },
703
+ "activeContexts":{"shape":"ActiveContextsList"}
629
704
  }
630
705
  },
631
706
  "PutSessionResponse":{
@@ -678,6 +753,12 @@
678
753
  "shape":"String",
679
754
  "location":"header",
680
755
  "locationName":"x-amz-lex-session-id"
756
+ },
757
+ "activeContexts":{
758
+ "shape":"ActiveContextsString",
759
+ "jsonvalue":true,
760
+ "location":"header",
761
+ "locationName":"x-amz-lex-active-contexts"
681
762
  }
682
763
  },
683
764
  "payload":"audioStream"