aws-sdk 2.1635.0 → 2.1636.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/README.md +1 -1
- package/apis/account-2021-02-01.min.json +101 -19
- package/apis/firehose-2015-08-04.min.json +205 -159
- package/apis/fsx-2018-03-01.min.json +199 -163
- package/apis/glue-2017-03-31.min.json +176 -143
- package/apis/iotwireless-2020-11-22.min.json +3 -0
- package/apis/location-2020-11-19.min.json +1036 -754
- package/apis/location-2020-11-19.paginators.json +6 -0
- package/apis/sns-2010-03-31.min.json +7 -1
- package/apis/sqs-2012-11-05.min.json +3 -0
- package/apis/storagegateway-2013-06-30.min.json +30 -14
- package/clients/account.d.ts +84 -9
- package/clients/firehose.d.ts +73 -10
- package/clients/fsx.d.ts +62 -18
- package/clients/glue.d.ts +58 -0
- package/clients/iotwireless.d.ts +1 -1
- package/clients/location.d.ts +981 -677
- package/clients/sns.d.ts +7 -7
- package/clients/sqs.d.ts +5 -5
- package/clients/storagegateway.d.ts +31 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +1274 -915
- package/dist/aws-sdk.min.js +56 -56
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1636.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -148774,6 +148774,9 @@ module.exports={
|
|
148774
148774
|
"endpointPrefix": "firehose",
|
148775
148775
|
"jsonVersion": "1.1",
|
148776
148776
|
"protocol": "json",
|
148777
|
+
"protocols": [
|
148778
|
+
"json"
|
148779
|
+
],
|
148777
148780
|
"serviceAbbreviation": "Firehose",
|
148778
148781
|
"serviceFullName": "Amazon Kinesis Firehose",
|
148779
148782
|
"serviceId": "Firehose",
|
@@ -148853,8 +148856,6 @@ module.exports={
|
|
148853
148856
|
"RoleARN",
|
148854
148857
|
"ClusterJDBCURL",
|
148855
148858
|
"CopyCommand",
|
148856
|
-
"Username",
|
148857
|
-
"Password",
|
148858
148859
|
"S3Configuration"
|
148859
148860
|
],
|
148860
148861
|
"members": {
|
@@ -148884,6 +148885,9 @@ module.exports={
|
|
148884
148885
|
},
|
148885
148886
|
"CloudWatchLoggingOptions": {
|
148886
148887
|
"shape": "Sl"
|
148888
|
+
},
|
148889
|
+
"SecretsManagerConfiguration": {
|
148890
|
+
"shape": "S24"
|
148887
148891
|
}
|
148888
148892
|
}
|
148889
148893
|
},
|
@@ -148902,10 +148906,10 @@ module.exports={
|
|
148902
148906
|
"TypeName": {},
|
148903
148907
|
"IndexRotationPeriod": {},
|
148904
148908
|
"BufferingHints": {
|
148905
|
-
"shape": "
|
148909
|
+
"shape": "S2c"
|
148906
148910
|
},
|
148907
148911
|
"RetryOptions": {
|
148908
|
-
"shape": "
|
148912
|
+
"shape": "S2f"
|
148909
148913
|
},
|
148910
148914
|
"S3BackupMode": {},
|
148911
148915
|
"S3Configuration": {
|
@@ -148918,10 +148922,10 @@ module.exports={
|
|
148918
148922
|
"shape": "Sl"
|
148919
148923
|
},
|
148920
148924
|
"VpcConfiguration": {
|
148921
|
-
"shape": "
|
148925
|
+
"shape": "S2i"
|
148922
148926
|
},
|
148923
148927
|
"DocumentIdOptions": {
|
148924
|
-
"shape": "
|
148928
|
+
"shape": "S2l"
|
148925
148929
|
}
|
148926
148930
|
}
|
148927
148931
|
},
|
@@ -148940,10 +148944,10 @@ module.exports={
|
|
148940
148944
|
"TypeName": {},
|
148941
148945
|
"IndexRotationPeriod": {},
|
148942
148946
|
"BufferingHints": {
|
148943
|
-
"shape": "
|
148947
|
+
"shape": "S2t"
|
148944
148948
|
},
|
148945
148949
|
"RetryOptions": {
|
148946
|
-
"shape": "
|
148950
|
+
"shape": "S2w"
|
148947
148951
|
},
|
148948
148952
|
"S3BackupMode": {},
|
148949
148953
|
"S3Configuration": {
|
@@ -148956,10 +148960,10 @@ module.exports={
|
|
148956
148960
|
"shape": "Sl"
|
148957
148961
|
},
|
148958
148962
|
"VpcConfiguration": {
|
148959
|
-
"shape": "
|
148963
|
+
"shape": "S2i"
|
148960
148964
|
},
|
148961
148965
|
"DocumentIdOptions": {
|
148962
|
-
"shape": "
|
148966
|
+
"shape": "S2l"
|
148963
148967
|
}
|
148964
148968
|
}
|
148965
148969
|
},
|
@@ -148968,7 +148972,6 @@ module.exports={
|
|
148968
148972
|
"required": [
|
148969
148973
|
"HECEndpoint",
|
148970
148974
|
"HECEndpointType",
|
148971
|
-
"HECToken",
|
148972
148975
|
"S3Configuration"
|
148973
148976
|
],
|
148974
148977
|
"members": {
|
@@ -148979,7 +148982,7 @@ module.exports={
|
|
148979
148982
|
"type": "integer"
|
148980
148983
|
},
|
148981
148984
|
"RetryOptions": {
|
148982
|
-
"shape": "
|
148985
|
+
"shape": "S34"
|
148983
148986
|
},
|
148984
148987
|
"S3BackupMode": {},
|
148985
148988
|
"S3Configuration": {
|
@@ -148992,7 +148995,10 @@ module.exports={
|
|
148992
148995
|
"shape": "Sl"
|
148993
148996
|
},
|
148994
148997
|
"BufferingHints": {
|
148995
|
-
"shape": "
|
148998
|
+
"shape": "S37"
|
148999
|
+
},
|
149000
|
+
"SecretsManagerConfiguration": {
|
149001
|
+
"shape": "S24"
|
148996
149002
|
}
|
148997
149003
|
}
|
148998
149004
|
},
|
@@ -149004,32 +149010,35 @@ module.exports={
|
|
149004
149010
|
],
|
149005
149011
|
"members": {
|
149006
149012
|
"EndpointConfiguration": {
|
149007
|
-
"shape": "
|
149013
|
+
"shape": "S3b"
|
149008
149014
|
},
|
149009
149015
|
"BufferingHints": {
|
149010
|
-
"shape": "
|
149016
|
+
"shape": "S3f"
|
149011
149017
|
},
|
149012
149018
|
"CloudWatchLoggingOptions": {
|
149013
149019
|
"shape": "Sl"
|
149014
149020
|
},
|
149015
149021
|
"RequestConfiguration": {
|
149016
|
-
"shape": "
|
149022
|
+
"shape": "S3i"
|
149017
149023
|
},
|
149018
149024
|
"ProcessingConfiguration": {
|
149019
149025
|
"shape": "Sq"
|
149020
149026
|
},
|
149021
149027
|
"RoleARN": {},
|
149022
149028
|
"RetryOptions": {
|
149023
|
-
"shape": "
|
149029
|
+
"shape": "S3o"
|
149024
149030
|
},
|
149025
149031
|
"S3BackupMode": {},
|
149026
149032
|
"S3Configuration": {
|
149027
149033
|
"shape": "Sa"
|
149034
|
+
},
|
149035
|
+
"SecretsManagerConfiguration": {
|
149036
|
+
"shape": "S24"
|
149028
149037
|
}
|
149029
149038
|
}
|
149030
149039
|
},
|
149031
149040
|
"Tags": {
|
149032
|
-
"shape": "
|
149041
|
+
"shape": "S3r"
|
149033
149042
|
},
|
149034
149043
|
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
149035
149044
|
"type": "structure",
|
@@ -149043,10 +149052,10 @@ module.exports={
|
|
149043
149052
|
"CollectionEndpoint": {},
|
149044
149053
|
"IndexName": {},
|
149045
149054
|
"BufferingHints": {
|
149046
|
-
"shape": "
|
149055
|
+
"shape": "S3y"
|
149047
149056
|
},
|
149048
149057
|
"RetryOptions": {
|
149049
|
-
"shape": "
|
149058
|
+
"shape": "S41"
|
149050
149059
|
},
|
149051
149060
|
"S3BackupMode": {},
|
149052
149061
|
"S3Configuration": {
|
@@ -149059,7 +149068,7 @@ module.exports={
|
|
149059
149068
|
"shape": "Sl"
|
149060
149069
|
},
|
149061
149070
|
"VpcConfiguration": {
|
149062
|
-
"shape": "
|
149071
|
+
"shape": "S2i"
|
149063
149072
|
}
|
149064
149073
|
}
|
149065
149074
|
},
|
@@ -149074,7 +149083,7 @@ module.exports={
|
|
149074
149083
|
"MSKClusterARN": {},
|
149075
149084
|
"TopicName": {},
|
149076
149085
|
"AuthenticationConfiguration": {
|
149077
|
-
"shape": "
|
149086
|
+
"shape": "S47"
|
149078
149087
|
}
|
149079
149088
|
}
|
149080
149089
|
},
|
@@ -149082,8 +149091,6 @@ module.exports={
|
|
149082
149091
|
"type": "structure",
|
149083
149092
|
"required": [
|
149084
149093
|
"AccountUrl",
|
149085
|
-
"PrivateKey",
|
149086
|
-
"User",
|
149087
149094
|
"Database",
|
149088
149095
|
"Schema",
|
149089
149096
|
"Table",
|
@@ -149092,38 +149099,38 @@ module.exports={
|
|
149092
149099
|
],
|
149093
149100
|
"members": {
|
149094
149101
|
"AccountUrl": {
|
149095
|
-
"shape": "
|
149102
|
+
"shape": "S4a"
|
149096
149103
|
},
|
149097
149104
|
"PrivateKey": {
|
149098
|
-
"shape": "
|
149105
|
+
"shape": "S4b"
|
149099
149106
|
},
|
149100
149107
|
"KeyPassphrase": {
|
149101
|
-
"shape": "
|
149108
|
+
"shape": "S4c"
|
149102
149109
|
},
|
149103
149110
|
"User": {
|
149104
|
-
"shape": "
|
149111
|
+
"shape": "S4d"
|
149105
149112
|
},
|
149106
149113
|
"Database": {
|
149107
|
-
"shape": "
|
149114
|
+
"shape": "S4e"
|
149108
149115
|
},
|
149109
149116
|
"Schema": {
|
149110
|
-
"shape": "
|
149117
|
+
"shape": "S4f"
|
149111
149118
|
},
|
149112
149119
|
"Table": {
|
149113
|
-
"shape": "
|
149120
|
+
"shape": "S4g"
|
149114
149121
|
},
|
149115
149122
|
"SnowflakeRoleConfiguration": {
|
149116
|
-
"shape": "
|
149123
|
+
"shape": "S4h"
|
149117
149124
|
},
|
149118
149125
|
"DataLoadingOption": {},
|
149119
149126
|
"MetaDataColumnName": {
|
149120
|
-
"shape": "
|
149127
|
+
"shape": "S4k"
|
149121
149128
|
},
|
149122
149129
|
"ContentColumnName": {
|
149123
|
-
"shape": "
|
149130
|
+
"shape": "S4l"
|
149124
149131
|
},
|
149125
149132
|
"SnowflakeVpcConfiguration": {
|
149126
|
-
"shape": "
|
149133
|
+
"shape": "S4m"
|
149127
149134
|
},
|
149128
149135
|
"CloudWatchLoggingOptions": {
|
149129
149136
|
"shape": "Sl"
|
@@ -149133,11 +149140,14 @@ module.exports={
|
|
149133
149140
|
},
|
149134
149141
|
"RoleARN": {},
|
149135
149142
|
"RetryOptions": {
|
149136
|
-
"shape": "
|
149143
|
+
"shape": "S4o"
|
149137
149144
|
},
|
149138
149145
|
"S3BackupMode": {},
|
149139
149146
|
"S3Configuration": {
|
149140
149147
|
"shape": "Sa"
|
149148
|
+
},
|
149149
|
+
"SecretsManagerConfiguration": {
|
149150
|
+
"shape": "S24"
|
149141
149151
|
}
|
149142
149152
|
}
|
149143
149153
|
}
|
@@ -149204,7 +149214,7 @@ module.exports={
|
|
149204
149214
|
"DeliveryStreamARN": {},
|
149205
149215
|
"DeliveryStreamStatus": {},
|
149206
149216
|
"FailureDescription": {
|
149207
|
-
"shape": "
|
149217
|
+
"shape": "S51"
|
149208
149218
|
},
|
149209
149219
|
"DeliveryStreamEncryptionConfiguration": {
|
149210
149220
|
"type": "structure",
|
@@ -149213,7 +149223,7 @@ module.exports={
|
|
149213
149223
|
"KeyType": {},
|
149214
149224
|
"Status": {},
|
149215
149225
|
"FailureDescription": {
|
149216
|
-
"shape": "
|
149226
|
+
"shape": "S51"
|
149217
149227
|
}
|
149218
149228
|
}
|
149219
149229
|
},
|
@@ -149244,7 +149254,7 @@ module.exports={
|
|
149244
149254
|
"MSKClusterARN": {},
|
149245
149255
|
"TopicName": {},
|
149246
149256
|
"AuthenticationConfiguration": {
|
149247
|
-
"shape": "
|
149257
|
+
"shape": "S47"
|
149248
149258
|
},
|
149249
149259
|
"DeliveryStartTimestamp": {
|
149250
149260
|
"type": "timestamp"
|
@@ -149263,7 +149273,7 @@ module.exports={
|
|
149263
149273
|
"members": {
|
149264
149274
|
"DestinationId": {},
|
149265
149275
|
"S3DestinationDescription": {
|
149266
|
-
"shape": "
|
149276
|
+
"shape": "S5d"
|
149267
149277
|
},
|
149268
149278
|
"ExtendedS3DestinationDescription": {
|
149269
149279
|
"type": "structure",
|
@@ -149294,7 +149304,7 @@ module.exports={
|
|
149294
149304
|
},
|
149295
149305
|
"S3BackupMode": {},
|
149296
149306
|
"S3BackupDescription": {
|
149297
|
-
"shape": "
|
149307
|
+
"shape": "S5d"
|
149298
149308
|
},
|
149299
149309
|
"DataFormatConversionConfiguration": {
|
149300
149310
|
"shape": "Sz"
|
@@ -149312,7 +149322,6 @@ module.exports={
|
|
149312
149322
|
"RoleARN",
|
149313
149323
|
"ClusterJDBCURL",
|
149314
149324
|
"CopyCommand",
|
149315
|
-
"Username",
|
149316
149325
|
"S3DestinationDescription"
|
149317
149326
|
],
|
149318
149327
|
"members": {
|
@@ -149328,17 +149337,20 @@ module.exports={
|
|
149328
149337
|
"shape": "S21"
|
149329
149338
|
},
|
149330
149339
|
"S3DestinationDescription": {
|
149331
|
-
"shape": "
|
149340
|
+
"shape": "S5d"
|
149332
149341
|
},
|
149333
149342
|
"ProcessingConfiguration": {
|
149334
149343
|
"shape": "Sq"
|
149335
149344
|
},
|
149336
149345
|
"S3BackupMode": {},
|
149337
149346
|
"S3BackupDescription": {
|
149338
|
-
"shape": "
|
149347
|
+
"shape": "S5d"
|
149339
149348
|
},
|
149340
149349
|
"CloudWatchLoggingOptions": {
|
149341
149350
|
"shape": "Sl"
|
149351
|
+
},
|
149352
|
+
"SecretsManagerConfiguration": {
|
149353
|
+
"shape": "S24"
|
149342
149354
|
}
|
149343
149355
|
}
|
149344
149356
|
},
|
@@ -149352,14 +149364,14 @@ module.exports={
|
|
149352
149364
|
"TypeName": {},
|
149353
149365
|
"IndexRotationPeriod": {},
|
149354
149366
|
"BufferingHints": {
|
149355
|
-
"shape": "
|
149367
|
+
"shape": "S2c"
|
149356
149368
|
},
|
149357
149369
|
"RetryOptions": {
|
149358
|
-
"shape": "
|
149370
|
+
"shape": "S2f"
|
149359
149371
|
},
|
149360
149372
|
"S3BackupMode": {},
|
149361
149373
|
"S3DestinationDescription": {
|
149362
|
-
"shape": "
|
149374
|
+
"shape": "S5d"
|
149363
149375
|
},
|
149364
149376
|
"ProcessingConfiguration": {
|
149365
149377
|
"shape": "Sq"
|
@@ -149368,10 +149380,10 @@ module.exports={
|
|
149368
149380
|
"shape": "Sl"
|
149369
149381
|
},
|
149370
149382
|
"VpcConfigurationDescription": {
|
149371
|
-
"shape": "
|
149383
|
+
"shape": "S5h"
|
149372
149384
|
},
|
149373
149385
|
"DocumentIdOptions": {
|
149374
|
-
"shape": "
|
149386
|
+
"shape": "S2l"
|
149375
149387
|
}
|
149376
149388
|
}
|
149377
149389
|
},
|
@@ -149385,14 +149397,14 @@ module.exports={
|
|
149385
149397
|
"TypeName": {},
|
149386
149398
|
"IndexRotationPeriod": {},
|
149387
149399
|
"BufferingHints": {
|
149388
|
-
"shape": "
|
149400
|
+
"shape": "S2t"
|
149389
149401
|
},
|
149390
149402
|
"RetryOptions": {
|
149391
|
-
"shape": "
|
149403
|
+
"shape": "S2w"
|
149392
149404
|
},
|
149393
149405
|
"S3BackupMode": {},
|
149394
149406
|
"S3DestinationDescription": {
|
149395
|
-
"shape": "
|
149407
|
+
"shape": "S5d"
|
149396
149408
|
},
|
149397
149409
|
"ProcessingConfiguration": {
|
149398
149410
|
"shape": "Sq"
|
@@ -149401,10 +149413,10 @@ module.exports={
|
|
149401
149413
|
"shape": "Sl"
|
149402
149414
|
},
|
149403
149415
|
"VpcConfigurationDescription": {
|
149404
|
-
"shape": "
|
149416
|
+
"shape": "S5h"
|
149405
149417
|
},
|
149406
149418
|
"DocumentIdOptions": {
|
149407
|
-
"shape": "
|
149419
|
+
"shape": "S2l"
|
149408
149420
|
}
|
149409
149421
|
}
|
149410
149422
|
},
|
@@ -149418,11 +149430,11 @@ module.exports={
|
|
149418
149430
|
"type": "integer"
|
149419
149431
|
},
|
149420
149432
|
"RetryOptions": {
|
149421
|
-
"shape": "
|
149433
|
+
"shape": "S34"
|
149422
149434
|
},
|
149423
149435
|
"S3BackupMode": {},
|
149424
149436
|
"S3DestinationDescription": {
|
149425
|
-
"shape": "
|
149437
|
+
"shape": "S5d"
|
149426
149438
|
},
|
149427
149439
|
"ProcessingConfiguration": {
|
149428
149440
|
"shape": "Sq"
|
@@ -149431,7 +149443,10 @@ module.exports={
|
|
149431
149443
|
"shape": "Sl"
|
149432
149444
|
},
|
149433
149445
|
"BufferingHints": {
|
149434
|
-
"shape": "
|
149446
|
+
"shape": "S37"
|
149447
|
+
},
|
149448
|
+
"SecretsManagerConfiguration": {
|
149449
|
+
"shape": "S24"
|
149435
149450
|
}
|
149436
149451
|
}
|
149437
149452
|
},
|
@@ -149442,30 +149457,33 @@ module.exports={
|
|
149442
149457
|
"type": "structure",
|
149443
149458
|
"members": {
|
149444
149459
|
"Url": {
|
149445
|
-
"shape": "
|
149460
|
+
"shape": "S3c"
|
149446
149461
|
},
|
149447
149462
|
"Name": {}
|
149448
149463
|
}
|
149449
149464
|
},
|
149450
149465
|
"BufferingHints": {
|
149451
|
-
"shape": "
|
149466
|
+
"shape": "S3f"
|
149452
149467
|
},
|
149453
149468
|
"CloudWatchLoggingOptions": {
|
149454
149469
|
"shape": "Sl"
|
149455
149470
|
},
|
149456
149471
|
"RequestConfiguration": {
|
149457
|
-
"shape": "
|
149472
|
+
"shape": "S3i"
|
149458
149473
|
},
|
149459
149474
|
"ProcessingConfiguration": {
|
149460
149475
|
"shape": "Sq"
|
149461
149476
|
},
|
149462
149477
|
"RoleARN": {},
|
149463
149478
|
"RetryOptions": {
|
149464
|
-
"shape": "
|
149479
|
+
"shape": "S3o"
|
149465
149480
|
},
|
149466
149481
|
"S3BackupMode": {},
|
149467
149482
|
"S3DestinationDescription": {
|
149468
|
-
"shape": "
|
149483
|
+
"shape": "S5d"
|
149484
|
+
},
|
149485
|
+
"SecretsManagerConfiguration": {
|
149486
|
+
"shape": "S24"
|
149469
149487
|
}
|
149470
149488
|
}
|
149471
149489
|
},
|
@@ -149473,32 +149491,32 @@ module.exports={
|
|
149473
149491
|
"type": "structure",
|
149474
149492
|
"members": {
|
149475
149493
|
"AccountUrl": {
|
149476
|
-
"shape": "
|
149494
|
+
"shape": "S4a"
|
149477
149495
|
},
|
149478
149496
|
"User": {
|
149479
|
-
"shape": "
|
149497
|
+
"shape": "S4d"
|
149480
149498
|
},
|
149481
149499
|
"Database": {
|
149482
|
-
"shape": "
|
149500
|
+
"shape": "S4e"
|
149483
149501
|
},
|
149484
149502
|
"Schema": {
|
149485
|
-
"shape": "
|
149503
|
+
"shape": "S4f"
|
149486
149504
|
},
|
149487
149505
|
"Table": {
|
149488
|
-
"shape": "
|
149506
|
+
"shape": "S4g"
|
149489
149507
|
},
|
149490
149508
|
"SnowflakeRoleConfiguration": {
|
149491
|
-
"shape": "
|
149509
|
+
"shape": "S4h"
|
149492
149510
|
},
|
149493
149511
|
"DataLoadingOption": {},
|
149494
149512
|
"MetaDataColumnName": {
|
149495
|
-
"shape": "
|
149513
|
+
"shape": "S4k"
|
149496
149514
|
},
|
149497
149515
|
"ContentColumnName": {
|
149498
|
-
"shape": "
|
149516
|
+
"shape": "S4l"
|
149499
149517
|
},
|
149500
149518
|
"SnowflakeVpcConfiguration": {
|
149501
|
-
"shape": "
|
149519
|
+
"shape": "S4m"
|
149502
149520
|
},
|
149503
149521
|
"CloudWatchLoggingOptions": {
|
149504
149522
|
"shape": "Sl"
|
@@ -149508,11 +149526,14 @@ module.exports={
|
|
149508
149526
|
},
|
149509
149527
|
"RoleARN": {},
|
149510
149528
|
"RetryOptions": {
|
149511
|
-
"shape": "
|
149529
|
+
"shape": "S4o"
|
149512
149530
|
},
|
149513
149531
|
"S3BackupMode": {},
|
149514
149532
|
"S3DestinationDescription": {
|
149515
|
-
"shape": "
|
149533
|
+
"shape": "S5d"
|
149534
|
+
},
|
149535
|
+
"SecretsManagerConfiguration": {
|
149536
|
+
"shape": "S24"
|
149516
149537
|
}
|
149517
149538
|
}
|
149518
149539
|
},
|
@@ -149523,14 +149544,14 @@ module.exports={
|
|
149523
149544
|
"CollectionEndpoint": {},
|
149524
149545
|
"IndexName": {},
|
149525
149546
|
"BufferingHints": {
|
149526
|
-
"shape": "
|
149547
|
+
"shape": "S3y"
|
149527
149548
|
},
|
149528
149549
|
"RetryOptions": {
|
149529
|
-
"shape": "
|
149550
|
+
"shape": "S41"
|
149530
149551
|
},
|
149531
149552
|
"S3BackupMode": {},
|
149532
149553
|
"S3DestinationDescription": {
|
149533
|
-
"shape": "
|
149554
|
+
"shape": "S5d"
|
149534
149555
|
},
|
149535
149556
|
"ProcessingConfiguration": {
|
149536
149557
|
"shape": "Sq"
|
@@ -149539,7 +149560,7 @@ module.exports={
|
|
149539
149560
|
"shape": "Sl"
|
149540
149561
|
},
|
149541
149562
|
"VpcConfigurationDescription": {
|
149542
|
-
"shape": "
|
149563
|
+
"shape": "S5h"
|
149543
149564
|
}
|
149544
149565
|
}
|
149545
149566
|
}
|
@@ -149606,7 +149627,7 @@ module.exports={
|
|
149606
149627
|
"Tags": {
|
149607
149628
|
"type": "list",
|
149608
149629
|
"member": {
|
149609
|
-
"shape": "
|
149630
|
+
"shape": "S3s"
|
149610
149631
|
}
|
149611
149632
|
},
|
149612
149633
|
"HasMoreTags": {
|
@@ -149625,7 +149646,7 @@ module.exports={
|
|
149625
149646
|
"members": {
|
149626
149647
|
"DeliveryStreamName": {},
|
149627
149648
|
"Record": {
|
149628
|
-
"shape": "
|
149649
|
+
"shape": "S5x"
|
149629
149650
|
}
|
149630
149651
|
}
|
149631
149652
|
},
|
@@ -149654,7 +149675,7 @@ module.exports={
|
|
149654
149675
|
"Records": {
|
149655
149676
|
"type": "list",
|
149656
149677
|
"member": {
|
149657
|
-
"shape": "
|
149678
|
+
"shape": "S5x"
|
149658
149679
|
}
|
149659
149680
|
}
|
149660
149681
|
}
|
@@ -149729,7 +149750,7 @@ module.exports={
|
|
149729
149750
|
"members": {
|
149730
149751
|
"DeliveryStreamName": {},
|
149731
149752
|
"Tags": {
|
149732
|
-
"shape": "
|
149753
|
+
"shape": "S3r"
|
149733
149754
|
}
|
149734
149755
|
}
|
149735
149756
|
},
|
@@ -149771,7 +149792,7 @@ module.exports={
|
|
149771
149792
|
"CurrentDeliveryStreamVersionId": {},
|
149772
149793
|
"DestinationId": {},
|
149773
149794
|
"S3DestinationUpdate": {
|
149774
|
-
"shape": "
|
149795
|
+
"shape": "S6i",
|
149775
149796
|
"deprecated": true
|
149776
149797
|
},
|
149777
149798
|
"ExtendedS3DestinationUpdate": {
|
@@ -149796,7 +149817,7 @@ module.exports={
|
|
149796
149817
|
},
|
149797
149818
|
"S3BackupMode": {},
|
149798
149819
|
"S3BackupUpdate": {
|
149799
|
-
"shape": "
|
149820
|
+
"shape": "S6i"
|
149800
149821
|
},
|
149801
149822
|
"DataFormatConversionConfiguration": {
|
149802
149823
|
"shape": "Sz"
|
@@ -149826,17 +149847,20 @@ module.exports={
|
|
149826
149847
|
"shape": "S21"
|
149827
149848
|
},
|
149828
149849
|
"S3Update": {
|
149829
|
-
"shape": "
|
149850
|
+
"shape": "S6i"
|
149830
149851
|
},
|
149831
149852
|
"ProcessingConfiguration": {
|
149832
149853
|
"shape": "Sq"
|
149833
149854
|
},
|
149834
149855
|
"S3BackupMode": {},
|
149835
149856
|
"S3BackupUpdate": {
|
149836
|
-
"shape": "
|
149857
|
+
"shape": "S6i"
|
149837
149858
|
},
|
149838
149859
|
"CloudWatchLoggingOptions": {
|
149839
149860
|
"shape": "Sl"
|
149861
|
+
},
|
149862
|
+
"SecretsManagerConfiguration": {
|
149863
|
+
"shape": "S24"
|
149840
149864
|
}
|
149841
149865
|
}
|
149842
149866
|
},
|
@@ -149850,13 +149874,13 @@ module.exports={
|
|
149850
149874
|
"TypeName": {},
|
149851
149875
|
"IndexRotationPeriod": {},
|
149852
149876
|
"BufferingHints": {
|
149853
|
-
"shape": "
|
149877
|
+
"shape": "S2c"
|
149854
149878
|
},
|
149855
149879
|
"RetryOptions": {
|
149856
|
-
"shape": "
|
149880
|
+
"shape": "S2f"
|
149857
149881
|
},
|
149858
149882
|
"S3Update": {
|
149859
|
-
"shape": "
|
149883
|
+
"shape": "S6i"
|
149860
149884
|
},
|
149861
149885
|
"ProcessingConfiguration": {
|
149862
149886
|
"shape": "Sq"
|
@@ -149865,7 +149889,7 @@ module.exports={
|
|
149865
149889
|
"shape": "Sl"
|
149866
149890
|
},
|
149867
149891
|
"DocumentIdOptions": {
|
149868
|
-
"shape": "
|
149892
|
+
"shape": "S2l"
|
149869
149893
|
}
|
149870
149894
|
}
|
149871
149895
|
},
|
@@ -149879,13 +149903,13 @@ module.exports={
|
|
149879
149903
|
"TypeName": {},
|
149880
149904
|
"IndexRotationPeriod": {},
|
149881
149905
|
"BufferingHints": {
|
149882
|
-
"shape": "
|
149906
|
+
"shape": "S2t"
|
149883
149907
|
},
|
149884
149908
|
"RetryOptions": {
|
149885
|
-
"shape": "
|
149909
|
+
"shape": "S2w"
|
149886
149910
|
},
|
149887
149911
|
"S3Update": {
|
149888
|
-
"shape": "
|
149912
|
+
"shape": "S6i"
|
149889
149913
|
},
|
149890
149914
|
"ProcessingConfiguration": {
|
149891
149915
|
"shape": "Sq"
|
@@ -149894,7 +149918,7 @@ module.exports={
|
|
149894
149918
|
"shape": "Sl"
|
149895
149919
|
},
|
149896
149920
|
"DocumentIdOptions": {
|
149897
|
-
"shape": "
|
149921
|
+
"shape": "S2l"
|
149898
149922
|
}
|
149899
149923
|
}
|
149900
149924
|
},
|
@@ -149908,11 +149932,11 @@ module.exports={
|
|
149908
149932
|
"type": "integer"
|
149909
149933
|
},
|
149910
149934
|
"RetryOptions": {
|
149911
|
-
"shape": "
|
149935
|
+
"shape": "S34"
|
149912
149936
|
},
|
149913
149937
|
"S3BackupMode": {},
|
149914
149938
|
"S3Update": {
|
149915
|
-
"shape": "
|
149939
|
+
"shape": "S6i"
|
149916
149940
|
},
|
149917
149941
|
"ProcessingConfiguration": {
|
149918
149942
|
"shape": "Sq"
|
@@ -149921,7 +149945,10 @@ module.exports={
|
|
149921
149945
|
"shape": "Sl"
|
149922
149946
|
},
|
149923
149947
|
"BufferingHints": {
|
149924
|
-
"shape": "
|
149948
|
+
"shape": "S37"
|
149949
|
+
},
|
149950
|
+
"SecretsManagerConfiguration": {
|
149951
|
+
"shape": "S24"
|
149925
149952
|
}
|
149926
149953
|
}
|
149927
149954
|
},
|
@@ -149929,27 +149956,30 @@ module.exports={
|
|
149929
149956
|
"type": "structure",
|
149930
149957
|
"members": {
|
149931
149958
|
"EndpointConfiguration": {
|
149932
|
-
"shape": "
|
149959
|
+
"shape": "S3b"
|
149933
149960
|
},
|
149934
149961
|
"BufferingHints": {
|
149935
|
-
"shape": "
|
149962
|
+
"shape": "S3f"
|
149936
149963
|
},
|
149937
149964
|
"CloudWatchLoggingOptions": {
|
149938
149965
|
"shape": "Sl"
|
149939
149966
|
},
|
149940
149967
|
"RequestConfiguration": {
|
149941
|
-
"shape": "
|
149968
|
+
"shape": "S3i"
|
149942
149969
|
},
|
149943
149970
|
"ProcessingConfiguration": {
|
149944
149971
|
"shape": "Sq"
|
149945
149972
|
},
|
149946
149973
|
"RoleARN": {},
|
149947
149974
|
"RetryOptions": {
|
149948
|
-
"shape": "
|
149975
|
+
"shape": "S3o"
|
149949
149976
|
},
|
149950
149977
|
"S3BackupMode": {},
|
149951
149978
|
"S3Update": {
|
149952
|
-
"shape": "
|
149979
|
+
"shape": "S6i"
|
149980
|
+
},
|
149981
|
+
"SecretsManagerConfiguration": {
|
149982
|
+
"shape": "S24"
|
149953
149983
|
}
|
149954
149984
|
}
|
149955
149985
|
},
|
@@ -149960,13 +149990,13 @@ module.exports={
|
|
149960
149990
|
"CollectionEndpoint": {},
|
149961
149991
|
"IndexName": {},
|
149962
149992
|
"BufferingHints": {
|
149963
|
-
"shape": "
|
149993
|
+
"shape": "S3y"
|
149964
149994
|
},
|
149965
149995
|
"RetryOptions": {
|
149966
|
-
"shape": "
|
149996
|
+
"shape": "S41"
|
149967
149997
|
},
|
149968
149998
|
"S3Update": {
|
149969
|
-
"shape": "
|
149999
|
+
"shape": "S6i"
|
149970
150000
|
},
|
149971
150001
|
"ProcessingConfiguration": {
|
149972
150002
|
"shape": "Sq"
|
@@ -149980,35 +150010,35 @@ module.exports={
|
|
149980
150010
|
"type": "structure",
|
149981
150011
|
"members": {
|
149982
150012
|
"AccountUrl": {
|
149983
|
-
"shape": "
|
150013
|
+
"shape": "S4a"
|
149984
150014
|
},
|
149985
150015
|
"PrivateKey": {
|
149986
|
-
"shape": "
|
150016
|
+
"shape": "S4b"
|
149987
150017
|
},
|
149988
150018
|
"KeyPassphrase": {
|
149989
|
-
"shape": "
|
150019
|
+
"shape": "S4c"
|
149990
150020
|
},
|
149991
150021
|
"User": {
|
149992
|
-
"shape": "
|
150022
|
+
"shape": "S4d"
|
149993
150023
|
},
|
149994
150024
|
"Database": {
|
149995
|
-
"shape": "
|
150025
|
+
"shape": "S4e"
|
149996
150026
|
},
|
149997
150027
|
"Schema": {
|
149998
|
-
"shape": "
|
150028
|
+
"shape": "S4f"
|
149999
150029
|
},
|
150000
150030
|
"Table": {
|
150001
|
-
"shape": "
|
150031
|
+
"shape": "S4g"
|
150002
150032
|
},
|
150003
150033
|
"SnowflakeRoleConfiguration": {
|
150004
|
-
"shape": "
|
150034
|
+
"shape": "S4h"
|
150005
150035
|
},
|
150006
150036
|
"DataLoadingOption": {},
|
150007
150037
|
"MetaDataColumnName": {
|
150008
|
-
"shape": "
|
150038
|
+
"shape": "S4k"
|
150009
150039
|
},
|
150010
150040
|
"ContentColumnName": {
|
150011
|
-
"shape": "
|
150041
|
+
"shape": "S4l"
|
150012
150042
|
},
|
150013
150043
|
"CloudWatchLoggingOptions": {
|
150014
150044
|
"shape": "Sl"
|
@@ -150018,11 +150048,14 @@ module.exports={
|
|
150018
150048
|
},
|
150019
150049
|
"RoleARN": {},
|
150020
150050
|
"RetryOptions": {
|
150021
|
-
"shape": "
|
150051
|
+
"shape": "S4o"
|
150022
150052
|
},
|
150023
150053
|
"S3BackupMode": {},
|
150024
150054
|
"S3Update": {
|
150025
|
-
"shape": "
|
150055
|
+
"shape": "S6i"
|
150056
|
+
},
|
150057
|
+
"SecretsManagerConfiguration": {
|
150058
|
+
"shape": "S24"
|
150026
150059
|
}
|
150027
150060
|
}
|
150028
150061
|
}
|
@@ -150296,7 +150329,20 @@ module.exports={
|
|
150296
150329
|
}
|
150297
150330
|
}
|
150298
150331
|
},
|
150299
|
-
"
|
150332
|
+
"S24": {
|
150333
|
+
"type": "structure",
|
150334
|
+
"required": [
|
150335
|
+
"Enabled"
|
150336
|
+
],
|
150337
|
+
"members": {
|
150338
|
+
"SecretARN": {},
|
150339
|
+
"RoleARN": {},
|
150340
|
+
"Enabled": {
|
150341
|
+
"type": "boolean"
|
150342
|
+
}
|
150343
|
+
}
|
150344
|
+
},
|
150345
|
+
"S2c": {
|
150300
150346
|
"type": "structure",
|
150301
150347
|
"members": {
|
150302
150348
|
"IntervalInSeconds": {
|
@@ -150307,7 +150353,7 @@ module.exports={
|
|
150307
150353
|
}
|
150308
150354
|
}
|
150309
150355
|
},
|
150310
|
-
"
|
150356
|
+
"S2f": {
|
150311
150357
|
"type": "structure",
|
150312
150358
|
"members": {
|
150313
150359
|
"DurationInSeconds": {
|
@@ -150315,7 +150361,7 @@ module.exports={
|
|
150315
150361
|
}
|
150316
150362
|
}
|
150317
150363
|
},
|
150318
|
-
"
|
150364
|
+
"S2i": {
|
150319
150365
|
"type": "structure",
|
150320
150366
|
"required": [
|
150321
150367
|
"SubnetIds",
|
@@ -150324,23 +150370,23 @@ module.exports={
|
|
150324
150370
|
],
|
150325
150371
|
"members": {
|
150326
150372
|
"SubnetIds": {
|
150327
|
-
"shape": "
|
150373
|
+
"shape": "S2j"
|
150328
150374
|
},
|
150329
150375
|
"RoleARN": {},
|
150330
150376
|
"SecurityGroupIds": {
|
150331
|
-
"shape": "
|
150377
|
+
"shape": "S2k"
|
150332
150378
|
}
|
150333
150379
|
}
|
150334
150380
|
},
|
150335
|
-
"
|
150381
|
+
"S2j": {
|
150336
150382
|
"type": "list",
|
150337
150383
|
"member": {}
|
150338
150384
|
},
|
150339
|
-
"
|
150385
|
+
"S2k": {
|
150340
150386
|
"type": "list",
|
150341
150387
|
"member": {}
|
150342
150388
|
},
|
150343
|
-
"
|
150389
|
+
"S2l": {
|
150344
150390
|
"type": "structure",
|
150345
150391
|
"required": [
|
150346
150392
|
"DefaultDocumentIdFormat"
|
@@ -150349,7 +150395,7 @@ module.exports={
|
|
150349
150395
|
"DefaultDocumentIdFormat": {}
|
150350
150396
|
}
|
150351
150397
|
},
|
150352
|
-
"
|
150398
|
+
"S2t": {
|
150353
150399
|
"type": "structure",
|
150354
150400
|
"members": {
|
150355
150401
|
"IntervalInSeconds": {
|
@@ -150360,7 +150406,7 @@ module.exports={
|
|
150360
150406
|
}
|
150361
150407
|
}
|
150362
150408
|
},
|
150363
|
-
"
|
150409
|
+
"S2w": {
|
150364
150410
|
"type": "structure",
|
150365
150411
|
"members": {
|
150366
150412
|
"DurationInSeconds": {
|
@@ -150368,7 +150414,7 @@ module.exports={
|
|
150368
150414
|
}
|
150369
150415
|
}
|
150370
150416
|
},
|
150371
|
-
"
|
150417
|
+
"S34": {
|
150372
150418
|
"type": "structure",
|
150373
150419
|
"members": {
|
150374
150420
|
"DurationInSeconds": {
|
@@ -150376,7 +150422,7 @@ module.exports={
|
|
150376
150422
|
}
|
150377
150423
|
}
|
150378
150424
|
},
|
150379
|
-
"
|
150425
|
+
"S37": {
|
150380
150426
|
"type": "structure",
|
150381
150427
|
"members": {
|
150382
150428
|
"IntervalInSeconds": {
|
@@ -150387,14 +150433,14 @@ module.exports={
|
|
150387
150433
|
}
|
150388
150434
|
}
|
150389
150435
|
},
|
150390
|
-
"
|
150436
|
+
"S3b": {
|
150391
150437
|
"type": "structure",
|
150392
150438
|
"required": [
|
150393
150439
|
"Url"
|
150394
150440
|
],
|
150395
150441
|
"members": {
|
150396
150442
|
"Url": {
|
150397
|
-
"shape": "
|
150443
|
+
"shape": "S3c"
|
150398
150444
|
},
|
150399
150445
|
"Name": {},
|
150400
150446
|
"AccessKey": {
|
@@ -150403,11 +150449,11 @@ module.exports={
|
|
150403
150449
|
}
|
150404
150450
|
}
|
150405
150451
|
},
|
150406
|
-
"
|
150452
|
+
"S3c": {
|
150407
150453
|
"type": "string",
|
150408
150454
|
"sensitive": true
|
150409
150455
|
},
|
150410
|
-
"
|
150456
|
+
"S3f": {
|
150411
150457
|
"type": "structure",
|
150412
150458
|
"members": {
|
150413
150459
|
"SizeInMBs": {
|
@@ -150418,7 +150464,7 @@ module.exports={
|
|
150418
150464
|
}
|
150419
150465
|
}
|
150420
150466
|
},
|
150421
|
-
"
|
150467
|
+
"S3i": {
|
150422
150468
|
"type": "structure",
|
150423
150469
|
"members": {
|
150424
150470
|
"ContentEncoding": {},
|
@@ -150444,7 +150490,7 @@ module.exports={
|
|
150444
150490
|
}
|
150445
150491
|
}
|
150446
150492
|
},
|
150447
|
-
"
|
150493
|
+
"S3o": {
|
150448
150494
|
"type": "structure",
|
150449
150495
|
"members": {
|
150450
150496
|
"DurationInSeconds": {
|
@@ -150452,13 +150498,13 @@ module.exports={
|
|
150452
150498
|
}
|
150453
150499
|
}
|
150454
150500
|
},
|
150455
|
-
"
|
150501
|
+
"S3r": {
|
150456
150502
|
"type": "list",
|
150457
150503
|
"member": {
|
150458
|
-
"shape": "
|
150504
|
+
"shape": "S3s"
|
150459
150505
|
}
|
150460
150506
|
},
|
150461
|
-
"
|
150507
|
+
"S3s": {
|
150462
150508
|
"type": "structure",
|
150463
150509
|
"required": [
|
150464
150510
|
"Key"
|
@@ -150468,7 +150514,7 @@ module.exports={
|
|
150468
150514
|
"Value": {}
|
150469
150515
|
}
|
150470
150516
|
},
|
150471
|
-
"
|
150517
|
+
"S3y": {
|
150472
150518
|
"type": "structure",
|
150473
150519
|
"members": {
|
150474
150520
|
"IntervalInSeconds": {
|
@@ -150479,7 +150525,7 @@ module.exports={
|
|
150479
150525
|
}
|
150480
150526
|
}
|
150481
150527
|
},
|
150482
|
-
"
|
150528
|
+
"S41": {
|
150483
150529
|
"type": "structure",
|
150484
150530
|
"members": {
|
150485
150531
|
"DurationInSeconds": {
|
@@ -150487,7 +150533,7 @@ module.exports={
|
|
150487
150533
|
}
|
150488
150534
|
}
|
150489
150535
|
},
|
150490
|
-
"
|
150536
|
+
"S47": {
|
150491
150537
|
"type": "structure",
|
150492
150538
|
"required": [
|
150493
150539
|
"RoleARN",
|
@@ -150498,14 +150544,6 @@ module.exports={
|
|
150498
150544
|
"Connectivity": {}
|
150499
150545
|
}
|
150500
150546
|
},
|
150501
|
-
"S48": {
|
150502
|
-
"type": "string",
|
150503
|
-
"sensitive": true
|
150504
|
-
},
|
150505
|
-
"S49": {
|
150506
|
-
"type": "string",
|
150507
|
-
"sensitive": true
|
150508
|
-
},
|
150509
150547
|
"S4a": {
|
150510
150548
|
"type": "string",
|
150511
150549
|
"sensitive": true
|
@@ -150527,6 +150565,14 @@ module.exports={
|
|
150527
150565
|
"sensitive": true
|
150528
150566
|
},
|
150529
150567
|
"S4f": {
|
150568
|
+
"type": "string",
|
150569
|
+
"sensitive": true
|
150570
|
+
},
|
150571
|
+
"S4g": {
|
150572
|
+
"type": "string",
|
150573
|
+
"sensitive": true
|
150574
|
+
},
|
150575
|
+
"S4h": {
|
150530
150576
|
"type": "structure",
|
150531
150577
|
"members": {
|
150532
150578
|
"Enabled": {
|
@@ -150538,15 +150584,15 @@ module.exports={
|
|
150538
150584
|
}
|
150539
150585
|
}
|
150540
150586
|
},
|
150541
|
-
"
|
150587
|
+
"S4k": {
|
150542
150588
|
"type": "string",
|
150543
150589
|
"sensitive": true
|
150544
150590
|
},
|
150545
|
-
"
|
150591
|
+
"S4l": {
|
150546
150592
|
"type": "string",
|
150547
150593
|
"sensitive": true
|
150548
150594
|
},
|
150549
|
-
"
|
150595
|
+
"S4m": {
|
150550
150596
|
"type": "structure",
|
150551
150597
|
"required": [
|
150552
150598
|
"PrivateLinkVpceId"
|
@@ -150558,7 +150604,7 @@ module.exports={
|
|
150558
150604
|
}
|
150559
150605
|
}
|
150560
150606
|
},
|
150561
|
-
"
|
150607
|
+
"S4o": {
|
150562
150608
|
"type": "structure",
|
150563
150609
|
"members": {
|
150564
150610
|
"DurationInSeconds": {
|
@@ -150566,7 +150612,7 @@ module.exports={
|
|
150566
150612
|
}
|
150567
150613
|
}
|
150568
150614
|
},
|
150569
|
-
"
|
150615
|
+
"S51": {
|
150570
150616
|
"type": "structure",
|
150571
150617
|
"required": [
|
150572
150618
|
"Type",
|
@@ -150577,7 +150623,7 @@ module.exports={
|
|
150577
150623
|
"Details": {}
|
150578
150624
|
}
|
150579
150625
|
},
|
150580
|
-
"
|
150626
|
+
"S5d": {
|
150581
150627
|
"type": "structure",
|
150582
150628
|
"required": [
|
150583
150629
|
"RoleARN",
|
@@ -150603,7 +150649,7 @@ module.exports={
|
|
150603
150649
|
}
|
150604
150650
|
}
|
150605
150651
|
},
|
150606
|
-
"
|
150652
|
+
"S5h": {
|
150607
150653
|
"type": "structure",
|
150608
150654
|
"required": [
|
150609
150655
|
"SubnetIds",
|
@@ -150613,16 +150659,16 @@ module.exports={
|
|
150613
150659
|
],
|
150614
150660
|
"members": {
|
150615
150661
|
"SubnetIds": {
|
150616
|
-
"shape": "
|
150662
|
+
"shape": "S2j"
|
150617
150663
|
},
|
150618
150664
|
"RoleARN": {},
|
150619
150665
|
"SecurityGroupIds": {
|
150620
|
-
"shape": "
|
150666
|
+
"shape": "S2k"
|
150621
150667
|
},
|
150622
150668
|
"VpcId": {}
|
150623
150669
|
}
|
150624
150670
|
},
|
150625
|
-
"
|
150671
|
+
"S5x": {
|
150626
150672
|
"type": "structure",
|
150627
150673
|
"required": [
|
150628
150674
|
"Data"
|
@@ -150633,7 +150679,7 @@ module.exports={
|
|
150633
150679
|
}
|
150634
150680
|
}
|
150635
150681
|
},
|
150636
|
-
"
|
150682
|
+
"S6i": {
|
150637
150683
|
"type": "structure",
|
150638
150684
|
"members": {
|
150639
150685
|
"RoleARN": {},
|
@@ -187504,8 +187550,10 @@ module.exports={
|
|
187504
187550
|
"metadata": {
|
187505
187551
|
"apiVersion": "2020-11-19",
|
187506
187552
|
"endpointPrefix": "geo",
|
187507
|
-
"jsonVersion": "1.1",
|
187508
187553
|
"protocol": "rest-json",
|
187554
|
+
"protocols": [
|
187555
|
+
"rest-json"
|
187556
|
+
],
|
187509
187557
|
"serviceFullName": "Amazon Location Service",
|
187510
187558
|
"serviceId": "Location",
|
187511
187559
|
"signatureVersion": "v4",
|
@@ -187521,15 +187569,15 @@ module.exports={
|
|
187521
187569
|
"input": {
|
187522
187570
|
"type": "structure",
|
187523
187571
|
"required": [
|
187524
|
-
"
|
187525
|
-
"
|
187572
|
+
"TrackerName",
|
187573
|
+
"ConsumerArn"
|
187526
187574
|
],
|
187527
187575
|
"members": {
|
187528
|
-
"ConsumerArn": {},
|
187529
187576
|
"TrackerName": {
|
187530
187577
|
"location": "uri",
|
187531
187578
|
"locationName": "TrackerName"
|
187532
|
-
}
|
187579
|
+
},
|
187580
|
+
"ConsumerArn": {}
|
187533
187581
|
}
|
187534
187582
|
},
|
187535
187583
|
"output": {
|
@@ -187548,17 +187596,17 @@ module.exports={
|
|
187548
187596
|
"input": {
|
187549
187597
|
"type": "structure",
|
187550
187598
|
"required": [
|
187551
|
-
"
|
187552
|
-
"
|
187599
|
+
"TrackerName",
|
187600
|
+
"DeviceIds"
|
187553
187601
|
],
|
187554
187602
|
"members": {
|
187555
|
-
"DeviceIds": {
|
187556
|
-
"type": "list",
|
187557
|
-
"member": {}
|
187558
|
-
},
|
187559
187603
|
"TrackerName": {
|
187560
187604
|
"location": "uri",
|
187561
187605
|
"locationName": "TrackerName"
|
187606
|
+
},
|
187607
|
+
"DeviceIds": {
|
187608
|
+
"type": "list",
|
187609
|
+
"member": {}
|
187562
187610
|
}
|
187563
187611
|
}
|
187564
187612
|
},
|
@@ -187623,14 +187671,14 @@ module.exports={
|
|
187623
187671
|
"member": {
|
187624
187672
|
"type": "structure",
|
187625
187673
|
"required": [
|
187626
|
-
"
|
187627
|
-
"
|
187674
|
+
"GeofenceId",
|
187675
|
+
"Error"
|
187628
187676
|
],
|
187629
187677
|
"members": {
|
187678
|
+
"GeofenceId": {},
|
187630
187679
|
"Error": {
|
187631
187680
|
"shape": "Sb"
|
187632
|
-
}
|
187633
|
-
"GeofenceId": {}
|
187681
|
+
}
|
187634
187682
|
}
|
187635
187683
|
}
|
187636
187684
|
}
|
@@ -187676,16 +187724,16 @@ module.exports={
|
|
187676
187724
|
"type": "structure",
|
187677
187725
|
"required": [
|
187678
187726
|
"DeviceId",
|
187679
|
-
"
|
187680
|
-
"
|
187727
|
+
"SampleTime",
|
187728
|
+
"Error"
|
187681
187729
|
],
|
187682
187730
|
"members": {
|
187683
187731
|
"DeviceId": {},
|
187732
|
+
"SampleTime": {
|
187733
|
+
"shape": "Sm"
|
187734
|
+
},
|
187684
187735
|
"Error": {
|
187685
187736
|
"shape": "Sb"
|
187686
|
-
},
|
187687
|
-
"SampleTime": {
|
187688
|
-
"shape": "St"
|
187689
187737
|
}
|
187690
187738
|
}
|
187691
187739
|
}
|
@@ -187704,30 +187752,27 @@ module.exports={
|
|
187704
187752
|
"input": {
|
187705
187753
|
"type": "structure",
|
187706
187754
|
"required": [
|
187707
|
-
"
|
187708
|
-
"
|
187755
|
+
"TrackerName",
|
187756
|
+
"DeviceIds"
|
187709
187757
|
],
|
187710
187758
|
"members": {
|
187711
|
-
"DeviceIds": {
|
187712
|
-
"type": "list",
|
187713
|
-
"member": {}
|
187714
|
-
},
|
187715
187759
|
"TrackerName": {
|
187716
187760
|
"location": "uri",
|
187717
187761
|
"locationName": "TrackerName"
|
187762
|
+
},
|
187763
|
+
"DeviceIds": {
|
187764
|
+
"type": "list",
|
187765
|
+
"member": {}
|
187718
187766
|
}
|
187719
187767
|
}
|
187720
187768
|
},
|
187721
187769
|
"output": {
|
187722
187770
|
"type": "structure",
|
187723
187771
|
"required": [
|
187724
|
-
"
|
187725
|
-
"
|
187772
|
+
"Errors",
|
187773
|
+
"DevicePositions"
|
187726
187774
|
],
|
187727
187775
|
"members": {
|
187728
|
-
"DevicePositions": {
|
187729
|
-
"shape": "S11"
|
187730
|
-
},
|
187731
187776
|
"Errors": {
|
187732
187777
|
"type": "list",
|
187733
187778
|
"member": {
|
@@ -187743,6 +187788,9 @@ module.exports={
|
|
187743
187788
|
}
|
187744
187789
|
}
|
187745
187790
|
}
|
187791
|
+
},
|
187792
|
+
"DevicePositions": {
|
187793
|
+
"shape": "S13"
|
187746
187794
|
}
|
187747
187795
|
}
|
187748
187796
|
},
|
@@ -187776,11 +187824,11 @@ module.exports={
|
|
187776
187824
|
],
|
187777
187825
|
"members": {
|
187778
187826
|
"GeofenceId": {},
|
187779
|
-
"GeofenceProperties": {
|
187780
|
-
"shape": "Sq"
|
187781
|
-
},
|
187782
187827
|
"Geometry": {
|
187783
187828
|
"shape": "S18"
|
187829
|
+
},
|
187830
|
+
"GeofenceProperties": {
|
187831
|
+
"shape": "Sr"
|
187784
187832
|
}
|
187785
187833
|
}
|
187786
187834
|
}
|
@@ -187790,42 +187838,42 @@ module.exports={
|
|
187790
187838
|
"output": {
|
187791
187839
|
"type": "structure",
|
187792
187840
|
"required": [
|
187793
|
-
"
|
187794
|
-
"
|
187841
|
+
"Successes",
|
187842
|
+
"Errors"
|
187795
187843
|
],
|
187796
187844
|
"members": {
|
187797
|
-
"
|
187845
|
+
"Successes": {
|
187798
187846
|
"type": "list",
|
187799
187847
|
"member": {
|
187800
187848
|
"type": "structure",
|
187801
187849
|
"required": [
|
187802
|
-
"
|
187803
|
-
"
|
187850
|
+
"GeofenceId",
|
187851
|
+
"CreateTime",
|
187852
|
+
"UpdateTime"
|
187804
187853
|
],
|
187805
187854
|
"members": {
|
187806
|
-
"
|
187807
|
-
|
187855
|
+
"GeofenceId": {},
|
187856
|
+
"CreateTime": {
|
187857
|
+
"shape": "Sm"
|
187808
187858
|
},
|
187809
|
-
"
|
187859
|
+
"UpdateTime": {
|
187860
|
+
"shape": "Sm"
|
187861
|
+
}
|
187810
187862
|
}
|
187811
187863
|
}
|
187812
187864
|
},
|
187813
|
-
"
|
187865
|
+
"Errors": {
|
187814
187866
|
"type": "list",
|
187815
187867
|
"member": {
|
187816
187868
|
"type": "structure",
|
187817
187869
|
"required": [
|
187818
|
-
"CreateTime",
|
187819
187870
|
"GeofenceId",
|
187820
|
-
"
|
187871
|
+
"Error"
|
187821
187872
|
],
|
187822
187873
|
"members": {
|
187823
|
-
"CreateTime": {
|
187824
|
-
"shape": "St"
|
187825
|
-
},
|
187826
187874
|
"GeofenceId": {},
|
187827
|
-
"
|
187828
|
-
"shape": "
|
187875
|
+
"Error": {
|
187876
|
+
"shape": "Sb"
|
187829
187877
|
}
|
187830
187878
|
}
|
187831
187879
|
}
|
@@ -187872,16 +187920,16 @@ module.exports={
|
|
187872
187920
|
"type": "structure",
|
187873
187921
|
"required": [
|
187874
187922
|
"DeviceId",
|
187875
|
-
"
|
187876
|
-
"
|
187923
|
+
"SampleTime",
|
187924
|
+
"Error"
|
187877
187925
|
],
|
187878
187926
|
"members": {
|
187879
187927
|
"DeviceId": {},
|
187928
|
+
"SampleTime": {
|
187929
|
+
"shape": "Sm"
|
187930
|
+
},
|
187880
187931
|
"Error": {
|
187881
187932
|
"shape": "Sb"
|
187882
|
-
},
|
187883
|
-
"SampleTime": {
|
187884
|
-
"shape": "St"
|
187885
187933
|
}
|
187886
187934
|
}
|
187887
187935
|
}
|
@@ -187905,47 +187953,47 @@ module.exports={
|
|
187905
187953
|
"DestinationPosition"
|
187906
187954
|
],
|
187907
187955
|
"members": {
|
187908
|
-
"ArrivalTime": {
|
187909
|
-
"shape": "St"
|
187910
|
-
},
|
187911
187956
|
"CalculatorName": {
|
187912
187957
|
"location": "uri",
|
187913
187958
|
"locationName": "CalculatorName"
|
187914
187959
|
},
|
187915
|
-
"
|
187916
|
-
"shape": "
|
187960
|
+
"DeparturePosition": {
|
187961
|
+
"shape": "Sn"
|
187917
187962
|
},
|
187918
|
-
"
|
187919
|
-
"
|
187963
|
+
"DestinationPosition": {
|
187964
|
+
"shape": "Sn"
|
187920
187965
|
},
|
187921
|
-
"
|
187922
|
-
"
|
187966
|
+
"WaypointPositions": {
|
187967
|
+
"type": "list",
|
187968
|
+
"member": {
|
187969
|
+
"shape": "Sn"
|
187970
|
+
}
|
187923
187971
|
},
|
187972
|
+
"TravelMode": {},
|
187924
187973
|
"DepartureTime": {
|
187925
|
-
"shape": "
|
187974
|
+
"shape": "Sm"
|
187926
187975
|
},
|
187927
|
-
"
|
187928
|
-
"
|
187976
|
+
"DepartNow": {
|
187977
|
+
"type": "boolean"
|
187929
187978
|
},
|
187930
187979
|
"DistanceUnit": {},
|
187931
187980
|
"IncludeLegGeometry": {
|
187932
187981
|
"type": "boolean"
|
187933
187982
|
},
|
187934
|
-
"
|
187935
|
-
"shape": "
|
187936
|
-
"location": "querystring",
|
187937
|
-
"locationName": "key"
|
187983
|
+
"CarModeOptions": {
|
187984
|
+
"shape": "S1s"
|
187938
187985
|
},
|
187939
|
-
"OptimizeFor": {},
|
187940
|
-
"TravelMode": {},
|
187941
187986
|
"TruckModeOptions": {
|
187942
187987
|
"shape": "S1t"
|
187943
187988
|
},
|
187944
|
-
"
|
187945
|
-
"
|
187946
|
-
|
187947
|
-
|
187948
|
-
|
187989
|
+
"ArrivalTime": {
|
187990
|
+
"shape": "Sm"
|
187991
|
+
},
|
187992
|
+
"OptimizeFor": {},
|
187993
|
+
"Key": {
|
187994
|
+
"shape": "S23",
|
187995
|
+
"location": "querystring",
|
187996
|
+
"locationName": "key"
|
187949
187997
|
}
|
187950
187998
|
}
|
187951
187999
|
},
|
@@ -187961,61 +188009,61 @@ module.exports={
|
|
187961
188009
|
"member": {
|
187962
188010
|
"type": "structure",
|
187963
188011
|
"required": [
|
188012
|
+
"StartPosition",
|
188013
|
+
"EndPosition",
|
187964
188014
|
"Distance",
|
187965
188015
|
"DurationSeconds",
|
187966
|
-
"EndPosition",
|
187967
|
-
"StartPosition",
|
187968
188016
|
"Steps"
|
187969
188017
|
],
|
187970
188018
|
"members": {
|
188019
|
+
"StartPosition": {
|
188020
|
+
"shape": "Sn"
|
188021
|
+
},
|
188022
|
+
"EndPosition": {
|
188023
|
+
"shape": "Sn"
|
188024
|
+
},
|
187971
188025
|
"Distance": {
|
187972
188026
|
"type": "double"
|
187973
188027
|
},
|
187974
188028
|
"DurationSeconds": {
|
187975
188029
|
"type": "double"
|
187976
188030
|
},
|
187977
|
-
"EndPosition": {
|
187978
|
-
"shape": "So"
|
187979
|
-
},
|
187980
188031
|
"Geometry": {
|
187981
188032
|
"type": "structure",
|
187982
188033
|
"members": {
|
187983
188034
|
"LineString": {
|
187984
188035
|
"type": "list",
|
187985
188036
|
"member": {
|
187986
|
-
"shape": "
|
188037
|
+
"shape": "Sn"
|
187987
188038
|
}
|
187988
188039
|
}
|
187989
188040
|
}
|
187990
188041
|
},
|
187991
|
-
"StartPosition": {
|
187992
|
-
"shape": "So"
|
187993
|
-
},
|
187994
188042
|
"Steps": {
|
187995
188043
|
"type": "list",
|
187996
188044
|
"member": {
|
187997
188045
|
"type": "structure",
|
187998
188046
|
"required": [
|
187999
|
-
"
|
188000
|
-
"DurationSeconds",
|
188047
|
+
"StartPosition",
|
188001
188048
|
"EndPosition",
|
188002
|
-
"
|
188049
|
+
"Distance",
|
188050
|
+
"DurationSeconds"
|
188003
188051
|
],
|
188004
188052
|
"members": {
|
188053
|
+
"StartPosition": {
|
188054
|
+
"shape": "Sn"
|
188055
|
+
},
|
188056
|
+
"EndPosition": {
|
188057
|
+
"shape": "Sn"
|
188058
|
+
},
|
188005
188059
|
"Distance": {
|
188006
188060
|
"type": "double"
|
188007
188061
|
},
|
188008
188062
|
"DurationSeconds": {
|
188009
188063
|
"type": "double"
|
188010
188064
|
},
|
188011
|
-
"EndPosition": {
|
188012
|
-
"shape": "So"
|
188013
|
-
},
|
188014
188065
|
"GeometryOffset": {
|
188015
188066
|
"type": "integer"
|
188016
|
-
},
|
188017
|
-
"StartPosition": {
|
188018
|
-
"shape": "So"
|
188019
188067
|
}
|
188020
188068
|
}
|
188021
188069
|
}
|
@@ -188026,24 +188074,24 @@ module.exports={
|
|
188026
188074
|
"Summary": {
|
188027
188075
|
"type": "structure",
|
188028
188076
|
"required": [
|
188077
|
+
"RouteBBox",
|
188029
188078
|
"DataSource",
|
188030
188079
|
"Distance",
|
188031
|
-
"DistanceUnit",
|
188032
188080
|
"DurationSeconds",
|
188033
|
-
"
|
188081
|
+
"DistanceUnit"
|
188034
188082
|
],
|
188035
188083
|
"members": {
|
188084
|
+
"RouteBBox": {
|
188085
|
+
"shape": "S2h"
|
188086
|
+
},
|
188036
188087
|
"DataSource": {},
|
188037
188088
|
"Distance": {
|
188038
188089
|
"type": "double"
|
188039
188090
|
},
|
188040
|
-
"DistanceUnit": {},
|
188041
188091
|
"DurationSeconds": {
|
188042
188092
|
"type": "double"
|
188043
188093
|
},
|
188044
|
-
"
|
188045
|
-
"shape": "S2i"
|
188046
|
-
}
|
188094
|
+
"DistanceUnit": {}
|
188047
188095
|
}
|
188048
188096
|
}
|
188049
188097
|
}
|
@@ -188069,36 +188117,36 @@ module.exports={
|
|
188069
188117
|
"location": "uri",
|
188070
188118
|
"locationName": "CalculatorName"
|
188071
188119
|
},
|
188072
|
-
"CarModeOptions": {
|
188073
|
-
"shape": "S1n"
|
188074
|
-
},
|
188075
|
-
"DepartNow": {
|
188076
|
-
"type": "boolean"
|
188077
|
-
},
|
188078
188120
|
"DeparturePositions": {
|
188079
188121
|
"type": "list",
|
188080
188122
|
"member": {
|
188081
|
-
"shape": "
|
188123
|
+
"shape": "Sn"
|
188082
188124
|
}
|
188083
188125
|
},
|
188084
|
-
"DepartureTime": {
|
188085
|
-
"shape": "St"
|
188086
|
-
},
|
188087
188126
|
"DestinationPositions": {
|
188088
188127
|
"type": "list",
|
188089
188128
|
"member": {
|
188090
|
-
"shape": "
|
188129
|
+
"shape": "Sn"
|
188091
188130
|
}
|
188092
188131
|
},
|
188132
|
+
"TravelMode": {},
|
188133
|
+
"DepartureTime": {
|
188134
|
+
"shape": "Sm"
|
188135
|
+
},
|
188136
|
+
"DepartNow": {
|
188137
|
+
"type": "boolean"
|
188138
|
+
},
|
188093
188139
|
"DistanceUnit": {},
|
188094
|
-
"
|
188095
|
-
"shape": "
|
188096
|
-
"location": "querystring",
|
188097
|
-
"locationName": "key"
|
188140
|
+
"CarModeOptions": {
|
188141
|
+
"shape": "S1s"
|
188098
188142
|
},
|
188099
|
-
"TravelMode": {},
|
188100
188143
|
"TruckModeOptions": {
|
188101
188144
|
"shape": "S1t"
|
188145
|
+
},
|
188146
|
+
"Key": {
|
188147
|
+
"shape": "S23",
|
188148
|
+
"location": "querystring",
|
188149
|
+
"locationName": "key"
|
188102
188150
|
}
|
188103
188151
|
}
|
188104
188152
|
},
|
@@ -188139,32 +188187,32 @@ module.exports={
|
|
188139
188187
|
"SnappedDeparturePositions": {
|
188140
188188
|
"type": "list",
|
188141
188189
|
"member": {
|
188142
|
-
"shape": "
|
188190
|
+
"shape": "Sn"
|
188143
188191
|
}
|
188144
188192
|
},
|
188145
188193
|
"SnappedDestinationPositions": {
|
188146
188194
|
"type": "list",
|
188147
188195
|
"member": {
|
188148
|
-
"shape": "
|
188196
|
+
"shape": "Sn"
|
188149
188197
|
}
|
188150
188198
|
},
|
188151
188199
|
"Summary": {
|
188152
188200
|
"type": "structure",
|
188153
188201
|
"required": [
|
188154
188202
|
"DataSource",
|
188155
|
-
"
|
188203
|
+
"RouteCount",
|
188156
188204
|
"ErrorCount",
|
188157
|
-
"
|
188205
|
+
"DistanceUnit"
|
188158
188206
|
],
|
188159
188207
|
"members": {
|
188160
188208
|
"DataSource": {},
|
188161
|
-
"
|
188162
|
-
"ErrorCount": {
|
188209
|
+
"RouteCount": {
|
188163
188210
|
"type": "integer"
|
188164
188211
|
},
|
188165
|
-
"
|
188212
|
+
"ErrorCount": {
|
188166
188213
|
"type": "integer"
|
188167
|
-
}
|
188214
|
+
},
|
188215
|
+
"DistanceUnit": {}
|
188168
188216
|
}
|
188169
188217
|
}
|
188170
188218
|
}
|
@@ -188185,8 +188233,6 @@ module.exports={
|
|
188185
188233
|
],
|
188186
188234
|
"members": {
|
188187
188235
|
"CollectionName": {},
|
188188
|
-
"Description": {},
|
188189
|
-
"KmsKeyId": {},
|
188190
188236
|
"PricingPlan": {
|
188191
188237
|
"deprecated": true,
|
188192
188238
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
@@ -188195,23 +188241,25 @@ module.exports={
|
|
188195
188241
|
"deprecated": true,
|
188196
188242
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
188197
188243
|
},
|
188244
|
+
"Description": {},
|
188198
188245
|
"Tags": {
|
188199
188246
|
"shape": "S33"
|
188200
|
-
}
|
188247
|
+
},
|
188248
|
+
"KmsKeyId": {}
|
188201
188249
|
}
|
188202
188250
|
},
|
188203
188251
|
"output": {
|
188204
188252
|
"type": "structure",
|
188205
188253
|
"required": [
|
188206
|
-
"CollectionArn",
|
188207
188254
|
"CollectionName",
|
188255
|
+
"CollectionArn",
|
188208
188256
|
"CreateTime"
|
188209
188257
|
],
|
188210
188258
|
"members": {
|
188211
|
-
"CollectionArn": {},
|
188212
188259
|
"CollectionName": {},
|
188260
|
+
"CollectionArn": {},
|
188213
188261
|
"CreateTime": {
|
188214
|
-
"shape": "
|
188262
|
+
"shape": "Sm"
|
188215
188263
|
}
|
188216
188264
|
}
|
188217
188265
|
},
|
@@ -188232,17 +188280,17 @@ module.exports={
|
|
188232
188280
|
"Restrictions"
|
188233
188281
|
],
|
188234
188282
|
"members": {
|
188283
|
+
"KeyName": {},
|
188284
|
+
"Restrictions": {
|
188285
|
+
"shape": "S39"
|
188286
|
+
},
|
188235
188287
|
"Description": {},
|
188236
188288
|
"ExpireTime": {
|
188237
|
-
"shape": "
|
188289
|
+
"shape": "Sm"
|
188238
188290
|
},
|
188239
|
-
"KeyName": {},
|
188240
188291
|
"NoExpiry": {
|
188241
188292
|
"type": "boolean"
|
188242
188293
|
},
|
188243
|
-
"Restrictions": {
|
188244
|
-
"shape": "S38"
|
188245
|
-
},
|
188246
188294
|
"Tags": {
|
188247
188295
|
"shape": "S33"
|
188248
188296
|
}
|
@@ -188251,20 +188299,20 @@ module.exports={
|
|
188251
188299
|
"output": {
|
188252
188300
|
"type": "structure",
|
188253
188301
|
"required": [
|
188254
|
-
"CreateTime",
|
188255
188302
|
"Key",
|
188256
188303
|
"KeyArn",
|
188257
|
-
"KeyName"
|
188304
|
+
"KeyName",
|
188305
|
+
"CreateTime"
|
188258
188306
|
],
|
188259
188307
|
"members": {
|
188260
|
-
"CreateTime": {
|
188261
|
-
"shape": "St"
|
188262
|
-
},
|
188263
188308
|
"Key": {
|
188264
|
-
"shape": "
|
188309
|
+
"shape": "S23"
|
188265
188310
|
},
|
188266
188311
|
"KeyArn": {},
|
188267
|
-
"KeyName": {}
|
188312
|
+
"KeyName": {},
|
188313
|
+
"CreateTime": {
|
188314
|
+
"shape": "Sm"
|
188315
|
+
}
|
188268
188316
|
}
|
188269
188317
|
},
|
188270
188318
|
"endpoint": {
|
@@ -188280,19 +188328,19 @@ module.exports={
|
|
188280
188328
|
"input": {
|
188281
188329
|
"type": "structure",
|
188282
188330
|
"required": [
|
188283
|
-
"
|
188284
|
-
"
|
188331
|
+
"MapName",
|
188332
|
+
"Configuration"
|
188285
188333
|
],
|
188286
188334
|
"members": {
|
188335
|
+
"MapName": {},
|
188287
188336
|
"Configuration": {
|
188288
|
-
"shape": "
|
188337
|
+
"shape": "S3i"
|
188289
188338
|
},
|
188290
|
-
"Description": {},
|
188291
|
-
"MapName": {},
|
188292
188339
|
"PricingPlan": {
|
188293
188340
|
"deprecated": true,
|
188294
188341
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
188295
188342
|
},
|
188343
|
+
"Description": {},
|
188296
188344
|
"Tags": {
|
188297
188345
|
"shape": "S33"
|
188298
188346
|
}
|
@@ -188301,16 +188349,16 @@ module.exports={
|
|
188301
188349
|
"output": {
|
188302
188350
|
"type": "structure",
|
188303
188351
|
"required": [
|
188304
|
-
"
|
188352
|
+
"MapName",
|
188305
188353
|
"MapArn",
|
188306
|
-
"
|
188354
|
+
"CreateTime"
|
188307
188355
|
],
|
188308
188356
|
"members": {
|
188309
|
-
"
|
188310
|
-
"shape": "St"
|
188311
|
-
},
|
188357
|
+
"MapName": {},
|
188312
188358
|
"MapArn": {},
|
188313
|
-
"
|
188359
|
+
"CreateTime": {
|
188360
|
+
"shape": "Sm"
|
188361
|
+
}
|
188314
188362
|
}
|
188315
188363
|
},
|
188316
188364
|
"endpoint": {
|
@@ -188326,20 +188374,20 @@ module.exports={
|
|
188326
188374
|
"input": {
|
188327
188375
|
"type": "structure",
|
188328
188376
|
"required": [
|
188329
|
-
"
|
188330
|
-
"
|
188377
|
+
"IndexName",
|
188378
|
+
"DataSource"
|
188331
188379
|
],
|
188332
188380
|
"members": {
|
188333
|
-
"DataSource": {},
|
188334
|
-
"DataSourceConfiguration": {
|
188335
|
-
"shape": "S3o"
|
188336
|
-
},
|
188337
|
-
"Description": {},
|
188338
188381
|
"IndexName": {},
|
188382
|
+
"DataSource": {},
|
188339
188383
|
"PricingPlan": {
|
188340
188384
|
"deprecated": true,
|
188341
188385
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
188342
188386
|
},
|
188387
|
+
"Description": {},
|
188388
|
+
"DataSourceConfiguration": {
|
188389
|
+
"shape": "S3q"
|
188390
|
+
},
|
188343
188391
|
"Tags": {
|
188344
188392
|
"shape": "S33"
|
188345
188393
|
}
|
@@ -188348,16 +188396,16 @@ module.exports={
|
|
188348
188396
|
"output": {
|
188349
188397
|
"type": "structure",
|
188350
188398
|
"required": [
|
188351
|
-
"
|
188399
|
+
"IndexName",
|
188352
188400
|
"IndexArn",
|
188353
|
-
"
|
188401
|
+
"CreateTime"
|
188354
188402
|
],
|
188355
188403
|
"members": {
|
188356
|
-
"
|
188357
|
-
"shape": "St"
|
188358
|
-
},
|
188404
|
+
"IndexName": {},
|
188359
188405
|
"IndexArn": {},
|
188360
|
-
"
|
188406
|
+
"CreateTime": {
|
188407
|
+
"shape": "Sm"
|
188408
|
+
}
|
188361
188409
|
}
|
188362
188410
|
},
|
188363
188411
|
"endpoint": {
|
@@ -188379,11 +188427,11 @@ module.exports={
|
|
188379
188427
|
"members": {
|
188380
188428
|
"CalculatorName": {},
|
188381
188429
|
"DataSource": {},
|
188382
|
-
"Description": {},
|
188383
188430
|
"PricingPlan": {
|
188384
188431
|
"deprecated": true,
|
188385
188432
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
188386
188433
|
},
|
188434
|
+
"Description": {},
|
188387
188435
|
"Tags": {
|
188388
188436
|
"shape": "S33"
|
188389
188437
|
}
|
@@ -188392,15 +188440,15 @@ module.exports={
|
|
188392
188440
|
"output": {
|
188393
188441
|
"type": "structure",
|
188394
188442
|
"required": [
|
188395
|
-
"CalculatorArn",
|
188396
188443
|
"CalculatorName",
|
188444
|
+
"CalculatorArn",
|
188397
188445
|
"CreateTime"
|
188398
188446
|
],
|
188399
188447
|
"members": {
|
188400
|
-
"CalculatorArn": {},
|
188401
188448
|
"CalculatorName": {},
|
188449
|
+
"CalculatorArn": {},
|
188402
188450
|
"CreateTime": {
|
188403
|
-
"shape": "
|
188451
|
+
"shape": "Sm"
|
188404
188452
|
}
|
188405
188453
|
}
|
188406
188454
|
},
|
@@ -188420,42 +188468,42 @@ module.exports={
|
|
188420
188468
|
"TrackerName"
|
188421
188469
|
],
|
188422
188470
|
"members": {
|
188423
|
-
"
|
188424
|
-
"EventBridgeEnabled": {
|
188425
|
-
"type": "boolean"
|
188426
|
-
},
|
188427
|
-
"KmsKeyEnableGeospatialQueries": {
|
188428
|
-
"type": "boolean"
|
188429
|
-
},
|
188430
|
-
"KmsKeyId": {},
|
188431
|
-
"PositionFiltering": {},
|
188471
|
+
"TrackerName": {},
|
188432
188472
|
"PricingPlan": {
|
188433
188473
|
"deprecated": true,
|
188434
188474
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
188435
188475
|
},
|
188476
|
+
"KmsKeyId": {},
|
188436
188477
|
"PricingPlanDataSource": {
|
188437
188478
|
"deprecated": true,
|
188438
188479
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
188439
188480
|
},
|
188481
|
+
"Description": {},
|
188440
188482
|
"Tags": {
|
188441
188483
|
"shape": "S33"
|
188442
188484
|
},
|
188443
|
-
"
|
188485
|
+
"PositionFiltering": {},
|
188486
|
+
"EventBridgeEnabled": {
|
188487
|
+
"type": "boolean"
|
188488
|
+
},
|
188489
|
+
"KmsKeyEnableGeospatialQueries": {
|
188490
|
+
"type": "boolean"
|
188491
|
+
}
|
188444
188492
|
}
|
188445
188493
|
},
|
188446
188494
|
"output": {
|
188447
188495
|
"type": "structure",
|
188448
188496
|
"required": [
|
188449
|
-
"
|
188497
|
+
"TrackerName",
|
188450
188498
|
"TrackerArn",
|
188451
|
-
"
|
188499
|
+
"CreateTime"
|
188452
188500
|
],
|
188453
188501
|
"members": {
|
188454
|
-
"
|
188455
|
-
"shape": "St"
|
188456
|
-
},
|
188502
|
+
"TrackerName": {},
|
188457
188503
|
"TrackerArn": {},
|
188458
|
-
"
|
188504
|
+
"CreateTime": {
|
188505
|
+
"shape": "Sm"
|
188506
|
+
}
|
188459
188507
|
}
|
188460
188508
|
},
|
188461
188509
|
"endpoint": {
|
@@ -188502,14 +188550,14 @@ module.exports={
|
|
188502
188550
|
"KeyName"
|
188503
188551
|
],
|
188504
188552
|
"members": {
|
188553
|
+
"KeyName": {
|
188554
|
+
"location": "uri",
|
188555
|
+
"locationName": "KeyName"
|
188556
|
+
},
|
188505
188557
|
"ForceDelete": {
|
188506
188558
|
"location": "querystring",
|
188507
188559
|
"locationName": "forceDelete",
|
188508
188560
|
"type": "boolean"
|
188509
|
-
},
|
188510
|
-
"KeyName": {
|
188511
|
-
"location": "uri",
|
188512
|
-
"locationName": "KeyName"
|
188513
188561
|
}
|
188514
188562
|
}
|
188515
188563
|
},
|
@@ -188651,23 +188699,16 @@ module.exports={
|
|
188651
188699
|
"output": {
|
188652
188700
|
"type": "structure",
|
188653
188701
|
"required": [
|
188654
|
-
"CollectionArn",
|
188655
188702
|
"CollectionName",
|
188656
|
-
"
|
188703
|
+
"CollectionArn",
|
188657
188704
|
"Description",
|
188705
|
+
"CreateTime",
|
188658
188706
|
"UpdateTime"
|
188659
188707
|
],
|
188660
188708
|
"members": {
|
188661
|
-
"CollectionArn": {},
|
188662
188709
|
"CollectionName": {},
|
188663
|
-
"
|
188664
|
-
"shape": "St"
|
188665
|
-
},
|
188710
|
+
"CollectionArn": {},
|
188666
188711
|
"Description": {},
|
188667
|
-
"GeofenceCount": {
|
188668
|
-
"type": "integer"
|
188669
|
-
},
|
188670
|
-
"KmsKeyId": {},
|
188671
188712
|
"PricingPlan": {
|
188672
188713
|
"deprecated": true,
|
188673
188714
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
@@ -188676,11 +188717,18 @@ module.exports={
|
|
188676
188717
|
"deprecated": true,
|
188677
188718
|
"deprecatedMessage": "Deprecated. Unused."
|
188678
188719
|
},
|
188720
|
+
"KmsKeyId": {},
|
188679
188721
|
"Tags": {
|
188680
188722
|
"shape": "S33"
|
188681
188723
|
},
|
188724
|
+
"CreateTime": {
|
188725
|
+
"shape": "Sm"
|
188726
|
+
},
|
188682
188727
|
"UpdateTime": {
|
188683
|
-
"shape": "
|
188728
|
+
"shape": "Sm"
|
188729
|
+
},
|
188730
|
+
"GeofenceCount": {
|
188731
|
+
"type": "integer"
|
188684
188732
|
}
|
188685
188733
|
}
|
188686
188734
|
},
|
@@ -188709,35 +188757,35 @@ module.exports={
|
|
188709
188757
|
"output": {
|
188710
188758
|
"type": "structure",
|
188711
188759
|
"required": [
|
188712
|
-
"CreateTime",
|
188713
|
-
"ExpireTime",
|
188714
188760
|
"Key",
|
188715
188761
|
"KeyArn",
|
188716
188762
|
"KeyName",
|
188717
188763
|
"Restrictions",
|
188764
|
+
"CreateTime",
|
188765
|
+
"ExpireTime",
|
188718
188766
|
"UpdateTime"
|
188719
188767
|
],
|
188720
188768
|
"members": {
|
188721
|
-
"CreateTime": {
|
188722
|
-
"shape": "St"
|
188723
|
-
},
|
188724
|
-
"Description": {},
|
188725
|
-
"ExpireTime": {
|
188726
|
-
"shape": "St"
|
188727
|
-
},
|
188728
188769
|
"Key": {
|
188729
|
-
"shape": "
|
188770
|
+
"shape": "S23"
|
188730
188771
|
},
|
188731
188772
|
"KeyArn": {},
|
188732
188773
|
"KeyName": {},
|
188733
188774
|
"Restrictions": {
|
188734
|
-
"shape": "
|
188775
|
+
"shape": "S39"
|
188735
188776
|
},
|
188736
|
-
"
|
188737
|
-
"shape": "
|
188777
|
+
"CreateTime": {
|
188778
|
+
"shape": "Sm"
|
188779
|
+
},
|
188780
|
+
"ExpireTime": {
|
188781
|
+
"shape": "Sm"
|
188738
188782
|
},
|
188739
188783
|
"UpdateTime": {
|
188740
|
-
"shape": "
|
188784
|
+
"shape": "Sm"
|
188785
|
+
},
|
188786
|
+
"Description": {},
|
188787
|
+
"Tags": {
|
188788
|
+
"shape": "S33"
|
188741
188789
|
}
|
188742
188790
|
}
|
188743
188791
|
},
|
@@ -188766,34 +188814,34 @@ module.exports={
|
|
188766
188814
|
"output": {
|
188767
188815
|
"type": "structure",
|
188768
188816
|
"required": [
|
188769
|
-
"
|
188770
|
-
"
|
188817
|
+
"MapName",
|
188818
|
+
"MapArn",
|
188771
188819
|
"DataSource",
|
188820
|
+
"Configuration",
|
188772
188821
|
"Description",
|
188773
|
-
"
|
188774
|
-
"MapName",
|
188822
|
+
"CreateTime",
|
188775
188823
|
"UpdateTime"
|
188776
188824
|
],
|
188777
188825
|
"members": {
|
188778
|
-
"Configuration": {
|
188779
|
-
"shape": "S3h"
|
188780
|
-
},
|
188781
|
-
"CreateTime": {
|
188782
|
-
"shape": "St"
|
188783
|
-
},
|
188784
|
-
"DataSource": {},
|
188785
|
-
"Description": {},
|
188786
|
-
"MapArn": {},
|
188787
188826
|
"MapName": {},
|
188827
|
+
"MapArn": {},
|
188788
188828
|
"PricingPlan": {
|
188789
188829
|
"deprecated": true,
|
188790
188830
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
188791
188831
|
},
|
188832
|
+
"DataSource": {},
|
188833
|
+
"Configuration": {
|
188834
|
+
"shape": "S3i"
|
188835
|
+
},
|
188836
|
+
"Description": {},
|
188792
188837
|
"Tags": {
|
188793
188838
|
"shape": "S33"
|
188794
188839
|
},
|
188840
|
+
"CreateTime": {
|
188841
|
+
"shape": "Sm"
|
188842
|
+
},
|
188795
188843
|
"UpdateTime": {
|
188796
|
-
"shape": "
|
188844
|
+
"shape": "Sm"
|
188797
188845
|
}
|
188798
188846
|
}
|
188799
188847
|
},
|
@@ -188822,34 +188870,34 @@ module.exports={
|
|
188822
188870
|
"output": {
|
188823
188871
|
"type": "structure",
|
188824
188872
|
"required": [
|
188873
|
+
"IndexName",
|
188874
|
+
"IndexArn",
|
188875
|
+
"Description",
|
188825
188876
|
"CreateTime",
|
188877
|
+
"UpdateTime",
|
188826
188878
|
"DataSource",
|
188827
|
-
"DataSourceConfiguration"
|
188828
|
-
"Description",
|
188829
|
-
"IndexArn",
|
188830
|
-
"IndexName",
|
188831
|
-
"UpdateTime"
|
188879
|
+
"DataSourceConfiguration"
|
188832
188880
|
],
|
188833
188881
|
"members": {
|
188834
|
-
"CreateTime": {
|
188835
|
-
"shape": "St"
|
188836
|
-
},
|
188837
|
-
"DataSource": {},
|
188838
|
-
"DataSourceConfiguration": {
|
188839
|
-
"shape": "S3o"
|
188840
|
-
},
|
188841
|
-
"Description": {},
|
188842
|
-
"IndexArn": {},
|
188843
188882
|
"IndexName": {},
|
188883
|
+
"IndexArn": {},
|
188844
188884
|
"PricingPlan": {
|
188845
188885
|
"deprecated": true,
|
188846
188886
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
188847
188887
|
},
|
188848
|
-
"
|
188849
|
-
|
188888
|
+
"Description": {},
|
188889
|
+
"CreateTime": {
|
188890
|
+
"shape": "Sm"
|
188850
188891
|
},
|
188851
188892
|
"UpdateTime": {
|
188852
|
-
"shape": "
|
188893
|
+
"shape": "Sm"
|
188894
|
+
},
|
188895
|
+
"DataSource": {},
|
188896
|
+
"DataSourceConfiguration": {
|
188897
|
+
"shape": "S3q"
|
188898
|
+
},
|
188899
|
+
"Tags": {
|
188900
|
+
"shape": "S33"
|
188853
188901
|
}
|
188854
188902
|
}
|
188855
188903
|
},
|
@@ -188878,30 +188926,30 @@ module.exports={
|
|
188878
188926
|
"output": {
|
188879
188927
|
"type": "structure",
|
188880
188928
|
"required": [
|
188881
|
-
"CalculatorArn",
|
188882
188929
|
"CalculatorName",
|
188883
|
-
"
|
188884
|
-
"DataSource",
|
188930
|
+
"CalculatorArn",
|
188885
188931
|
"Description",
|
188886
|
-
"
|
188932
|
+
"CreateTime",
|
188933
|
+
"UpdateTime",
|
188934
|
+
"DataSource"
|
188887
188935
|
],
|
188888
188936
|
"members": {
|
188889
|
-
"CalculatorArn": {},
|
188890
188937
|
"CalculatorName": {},
|
188891
|
-
"
|
188892
|
-
"shape": "St"
|
188893
|
-
},
|
188894
|
-
"DataSource": {},
|
188895
|
-
"Description": {},
|
188938
|
+
"CalculatorArn": {},
|
188896
188939
|
"PricingPlan": {
|
188897
188940
|
"deprecated": true,
|
188898
188941
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
188899
188942
|
},
|
188900
|
-
"
|
188901
|
-
|
188943
|
+
"Description": {},
|
188944
|
+
"CreateTime": {
|
188945
|
+
"shape": "Sm"
|
188902
188946
|
},
|
188903
188947
|
"UpdateTime": {
|
188904
|
-
"shape": "
|
188948
|
+
"shape": "Sm"
|
188949
|
+
},
|
188950
|
+
"DataSource": {},
|
188951
|
+
"Tags": {
|
188952
|
+
"shape": "S33"
|
188905
188953
|
}
|
188906
188954
|
}
|
188907
188955
|
},
|
@@ -188930,25 +188978,16 @@ module.exports={
|
|
188930
188978
|
"output": {
|
188931
188979
|
"type": "structure",
|
188932
188980
|
"required": [
|
188933
|
-
"CreateTime",
|
188934
|
-
"Description",
|
188935
|
-
"TrackerArn",
|
188936
188981
|
"TrackerName",
|
188982
|
+
"TrackerArn",
|
188983
|
+
"Description",
|
188984
|
+
"CreateTime",
|
188937
188985
|
"UpdateTime"
|
188938
188986
|
],
|
188939
188987
|
"members": {
|
188940
|
-
"
|
188941
|
-
|
188942
|
-
},
|
188988
|
+
"TrackerName": {},
|
188989
|
+
"TrackerArn": {},
|
188943
188990
|
"Description": {},
|
188944
|
-
"EventBridgeEnabled": {
|
188945
|
-
"type": "boolean"
|
188946
|
-
},
|
188947
|
-
"KmsKeyEnableGeospatialQueries": {
|
188948
|
-
"type": "boolean"
|
188949
|
-
},
|
188950
|
-
"KmsKeyId": {},
|
188951
|
-
"PositionFiltering": {},
|
188952
188991
|
"PricingPlan": {
|
188953
188992
|
"deprecated": true,
|
188954
188993
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
@@ -188960,10 +188999,19 @@ module.exports={
|
|
188960
188999
|
"Tags": {
|
188961
189000
|
"shape": "S33"
|
188962
189001
|
},
|
188963
|
-
"
|
188964
|
-
|
189002
|
+
"CreateTime": {
|
189003
|
+
"shape": "Sm"
|
189004
|
+
},
|
188965
189005
|
"UpdateTime": {
|
188966
|
-
"shape": "
|
189006
|
+
"shape": "Sm"
|
189007
|
+
},
|
189008
|
+
"KmsKeyId": {},
|
189009
|
+
"PositionFiltering": {},
|
189010
|
+
"EventBridgeEnabled": {
|
189011
|
+
"type": "boolean"
|
189012
|
+
},
|
189013
|
+
"KmsKeyEnableGeospatialQueries": {
|
189014
|
+
"type": "boolean"
|
188967
189015
|
}
|
188968
189016
|
}
|
188969
189017
|
},
|
@@ -188980,17 +189028,17 @@ module.exports={
|
|
188980
189028
|
"input": {
|
188981
189029
|
"type": "structure",
|
188982
189030
|
"required": [
|
188983
|
-
"
|
188984
|
-
"
|
189031
|
+
"TrackerName",
|
189032
|
+
"ConsumerArn"
|
188985
189033
|
],
|
188986
189034
|
"members": {
|
188987
|
-
"ConsumerArn": {
|
188988
|
-
"location": "uri",
|
188989
|
-
"locationName": "ConsumerArn"
|
188990
|
-
},
|
188991
189035
|
"TrackerName": {
|
188992
189036
|
"location": "uri",
|
188993
189037
|
"locationName": "TrackerName"
|
189038
|
+
},
|
189039
|
+
"ConsumerArn": {
|
189040
|
+
"location": "uri",
|
189041
|
+
"locationName": "ConsumerArn"
|
188994
189042
|
}
|
188995
189043
|
}
|
188996
189044
|
},
|
@@ -189002,6 +189050,94 @@ module.exports={
|
|
189002
189050
|
"hostPrefix": "cp.tracking."
|
189003
189051
|
}
|
189004
189052
|
},
|
189053
|
+
"ForecastGeofenceEvents": {
|
189054
|
+
"http": {
|
189055
|
+
"requestUri": "/geofencing/v0/collections/{CollectionName}/forecast-geofence-events",
|
189056
|
+
"responseCode": 200
|
189057
|
+
},
|
189058
|
+
"input": {
|
189059
|
+
"type": "structure",
|
189060
|
+
"required": [
|
189061
|
+
"CollectionName",
|
189062
|
+
"DeviceState"
|
189063
|
+
],
|
189064
|
+
"members": {
|
189065
|
+
"CollectionName": {
|
189066
|
+
"location": "uri",
|
189067
|
+
"locationName": "CollectionName"
|
189068
|
+
},
|
189069
|
+
"DeviceState": {
|
189070
|
+
"type": "structure",
|
189071
|
+
"required": [
|
189072
|
+
"Position"
|
189073
|
+
],
|
189074
|
+
"members": {
|
189075
|
+
"Position": {
|
189076
|
+
"shape": "Sn"
|
189077
|
+
},
|
189078
|
+
"Speed": {
|
189079
|
+
"type": "double"
|
189080
|
+
}
|
189081
|
+
}
|
189082
|
+
},
|
189083
|
+
"TimeHorizonMinutes": {
|
189084
|
+
"type": "double"
|
189085
|
+
},
|
189086
|
+
"DistanceUnit": {},
|
189087
|
+
"SpeedUnit": {},
|
189088
|
+
"NextToken": {},
|
189089
|
+
"MaxResults": {
|
189090
|
+
"type": "integer"
|
189091
|
+
}
|
189092
|
+
}
|
189093
|
+
},
|
189094
|
+
"output": {
|
189095
|
+
"type": "structure",
|
189096
|
+
"required": [
|
189097
|
+
"ForecastedEvents",
|
189098
|
+
"DistanceUnit",
|
189099
|
+
"SpeedUnit"
|
189100
|
+
],
|
189101
|
+
"members": {
|
189102
|
+
"ForecastedEvents": {
|
189103
|
+
"type": "list",
|
189104
|
+
"member": {
|
189105
|
+
"type": "structure",
|
189106
|
+
"required": [
|
189107
|
+
"EventId",
|
189108
|
+
"GeofenceId",
|
189109
|
+
"IsDeviceInGeofence",
|
189110
|
+
"NearestDistance",
|
189111
|
+
"EventType"
|
189112
|
+
],
|
189113
|
+
"members": {
|
189114
|
+
"EventId": {},
|
189115
|
+
"GeofenceId": {},
|
189116
|
+
"IsDeviceInGeofence": {
|
189117
|
+
"type": "boolean"
|
189118
|
+
},
|
189119
|
+
"NearestDistance": {
|
189120
|
+
"type": "double"
|
189121
|
+
},
|
189122
|
+
"EventType": {},
|
189123
|
+
"ForecastedBreachTime": {
|
189124
|
+
"shape": "Sm"
|
189125
|
+
},
|
189126
|
+
"GeofenceProperties": {
|
189127
|
+
"shape": "Sr"
|
189128
|
+
}
|
189129
|
+
}
|
189130
|
+
}
|
189131
|
+
},
|
189132
|
+
"NextToken": {},
|
189133
|
+
"DistanceUnit": {},
|
189134
|
+
"SpeedUnit": {}
|
189135
|
+
}
|
189136
|
+
},
|
189137
|
+
"endpoint": {
|
189138
|
+
"hostPrefix": "geofencing."
|
189139
|
+
}
|
189140
|
+
},
|
189005
189141
|
"GetDevicePosition": {
|
189006
189142
|
"http": {
|
189007
189143
|
"method": "GET",
|
@@ -189011,43 +189147,43 @@ module.exports={
|
|
189011
189147
|
"input": {
|
189012
189148
|
"type": "structure",
|
189013
189149
|
"required": [
|
189014
|
-
"
|
189015
|
-
"
|
189150
|
+
"TrackerName",
|
189151
|
+
"DeviceId"
|
189016
189152
|
],
|
189017
189153
|
"members": {
|
189018
|
-
"DeviceId": {
|
189019
|
-
"location": "uri",
|
189020
|
-
"locationName": "DeviceId"
|
189021
|
-
},
|
189022
189154
|
"TrackerName": {
|
189023
189155
|
"location": "uri",
|
189024
189156
|
"locationName": "TrackerName"
|
189157
|
+
},
|
189158
|
+
"DeviceId": {
|
189159
|
+
"location": "uri",
|
189160
|
+
"locationName": "DeviceId"
|
189025
189161
|
}
|
189026
189162
|
}
|
189027
189163
|
},
|
189028
189164
|
"output": {
|
189029
189165
|
"type": "structure",
|
189030
189166
|
"required": [
|
189031
|
-
"
|
189167
|
+
"SampleTime",
|
189032
189168
|
"ReceivedTime",
|
189033
|
-
"
|
189169
|
+
"Position"
|
189034
189170
|
],
|
189035
189171
|
"members": {
|
189036
|
-
"
|
189172
|
+
"DeviceId": {},
|
189173
|
+
"SampleTime": {
|
189037
189174
|
"shape": "Sm"
|
189038
189175
|
},
|
189039
|
-
"
|
189040
|
-
|
189041
|
-
"shape": "So"
|
189176
|
+
"ReceivedTime": {
|
189177
|
+
"shape": "Sm"
|
189042
189178
|
},
|
189043
|
-
"
|
189044
|
-
"shape": "
|
189179
|
+
"Position": {
|
189180
|
+
"shape": "Sn"
|
189045
189181
|
},
|
189046
|
-
"
|
189047
|
-
"shape": "
|
189182
|
+
"Accuracy": {
|
189183
|
+
"shape": "Sp"
|
189048
189184
|
},
|
189049
|
-
"
|
189050
|
-
"shape": "
|
189185
|
+
"PositionProperties": {
|
189186
|
+
"shape": "Sr"
|
189051
189187
|
}
|
189052
189188
|
}
|
189053
189189
|
},
|
@@ -189063,27 +189199,27 @@ module.exports={
|
|
189063
189199
|
"input": {
|
189064
189200
|
"type": "structure",
|
189065
189201
|
"required": [
|
189066
|
-
"
|
189067
|
-
"
|
189202
|
+
"TrackerName",
|
189203
|
+
"DeviceId"
|
189068
189204
|
],
|
189069
189205
|
"members": {
|
189206
|
+
"TrackerName": {
|
189207
|
+
"location": "uri",
|
189208
|
+
"locationName": "TrackerName"
|
189209
|
+
},
|
189070
189210
|
"DeviceId": {
|
189071
189211
|
"location": "uri",
|
189072
189212
|
"locationName": "DeviceId"
|
189073
189213
|
},
|
189214
|
+
"NextToken": {},
|
189215
|
+
"StartTimeInclusive": {
|
189216
|
+
"shape": "Sm"
|
189217
|
+
},
|
189074
189218
|
"EndTimeExclusive": {
|
189075
|
-
"shape": "
|
189219
|
+
"shape": "Sm"
|
189076
189220
|
},
|
189077
189221
|
"MaxResults": {
|
189078
189222
|
"type": "integer"
|
189079
|
-
},
|
189080
|
-
"NextToken": {},
|
189081
|
-
"StartTimeInclusive": {
|
189082
|
-
"shape": "St"
|
189083
|
-
},
|
189084
|
-
"TrackerName": {
|
189085
|
-
"location": "uri",
|
189086
|
-
"locationName": "TrackerName"
|
189087
189223
|
}
|
189088
189224
|
}
|
189089
189225
|
},
|
@@ -189094,7 +189230,7 @@ module.exports={
|
|
189094
189230
|
],
|
189095
189231
|
"members": {
|
189096
189232
|
"DevicePositions": {
|
189097
|
-
"shape": "
|
189233
|
+
"shape": "S13"
|
189098
189234
|
},
|
189099
189235
|
"NextToken": {}
|
189100
189236
|
}
|
@@ -189129,26 +189265,26 @@ module.exports={
|
|
189129
189265
|
"output": {
|
189130
189266
|
"type": "structure",
|
189131
189267
|
"required": [
|
189132
|
-
"CreateTime",
|
189133
189268
|
"GeofenceId",
|
189134
189269
|
"Geometry",
|
189135
189270
|
"Status",
|
189271
|
+
"CreateTime",
|
189136
189272
|
"UpdateTime"
|
189137
189273
|
],
|
189138
189274
|
"members": {
|
189139
|
-
"CreateTime": {
|
189140
|
-
"shape": "St"
|
189141
|
-
},
|
189142
189275
|
"GeofenceId": {},
|
189143
|
-
"GeofenceProperties": {
|
189144
|
-
"shape": "Sq"
|
189145
|
-
},
|
189146
189276
|
"Geometry": {
|
189147
189277
|
"shape": "S18"
|
189148
189278
|
},
|
189149
189279
|
"Status": {},
|
189280
|
+
"CreateTime": {
|
189281
|
+
"shape": "Sm"
|
189282
|
+
},
|
189150
189283
|
"UpdateTime": {
|
189151
|
-
"shape": "
|
189284
|
+
"shape": "Sm"
|
189285
|
+
},
|
189286
|
+
"GeofenceProperties": {
|
189287
|
+
"shape": "Sr"
|
189152
189288
|
}
|
189153
189289
|
}
|
189154
189290
|
},
|
@@ -189165,11 +189301,15 @@ module.exports={
|
|
189165
189301
|
"input": {
|
189166
189302
|
"type": "structure",
|
189167
189303
|
"required": [
|
189304
|
+
"MapName",
|
189168
189305
|
"FontStack",
|
189169
|
-
"FontUnicodeRange"
|
189170
|
-
"MapName"
|
189306
|
+
"FontUnicodeRange"
|
189171
189307
|
],
|
189172
189308
|
"members": {
|
189309
|
+
"MapName": {
|
189310
|
+
"location": "uri",
|
189311
|
+
"locationName": "MapName"
|
189312
|
+
},
|
189173
189313
|
"FontStack": {
|
189174
189314
|
"location": "uri",
|
189175
189315
|
"locationName": "FontStack"
|
@@ -189179,13 +189319,9 @@ module.exports={
|
|
189179
189319
|
"locationName": "FontUnicodeRange"
|
189180
189320
|
},
|
189181
189321
|
"Key": {
|
189182
|
-
"shape": "
|
189322
|
+
"shape": "S23",
|
189183
189323
|
"location": "querystring",
|
189184
189324
|
"locationName": "key"
|
189185
|
-
},
|
189186
|
-
"MapName": {
|
189187
|
-
"location": "uri",
|
189188
|
-
"locationName": "MapName"
|
189189
189325
|
}
|
189190
189326
|
}
|
189191
189327
|
},
|
@@ -189195,13 +189331,13 @@ module.exports={
|
|
189195
189331
|
"Blob": {
|
189196
189332
|
"type": "blob"
|
189197
189333
|
},
|
189198
|
-
"CacheControl": {
|
189199
|
-
"location": "header",
|
189200
|
-
"locationName": "Cache-Control"
|
189201
|
-
},
|
189202
189334
|
"ContentType": {
|
189203
189335
|
"location": "header",
|
189204
189336
|
"locationName": "Content-Type"
|
189337
|
+
},
|
189338
|
+
"CacheControl": {
|
189339
|
+
"location": "header",
|
189340
|
+
"locationName": "Cache-Control"
|
189205
189341
|
}
|
189206
189342
|
},
|
189207
189343
|
"payload": "Blob"
|
@@ -189219,22 +189355,22 @@ module.exports={
|
|
189219
189355
|
"input": {
|
189220
189356
|
"type": "structure",
|
189221
189357
|
"required": [
|
189222
|
-
"
|
189223
|
-
"
|
189358
|
+
"MapName",
|
189359
|
+
"FileName"
|
189224
189360
|
],
|
189225
189361
|
"members": {
|
189362
|
+
"MapName": {
|
189363
|
+
"location": "uri",
|
189364
|
+
"locationName": "MapName"
|
189365
|
+
},
|
189226
189366
|
"FileName": {
|
189227
189367
|
"location": "uri",
|
189228
189368
|
"locationName": "FileName"
|
189229
189369
|
},
|
189230
189370
|
"Key": {
|
189231
|
-
"shape": "
|
189371
|
+
"shape": "S23",
|
189232
189372
|
"location": "querystring",
|
189233
189373
|
"locationName": "key"
|
189234
|
-
},
|
189235
|
-
"MapName": {
|
189236
|
-
"location": "uri",
|
189237
|
-
"locationName": "MapName"
|
189238
189374
|
}
|
189239
189375
|
}
|
189240
189376
|
},
|
@@ -189244,13 +189380,13 @@ module.exports={
|
|
189244
189380
|
"Blob": {
|
189245
189381
|
"type": "blob"
|
189246
189382
|
},
|
189247
|
-
"CacheControl": {
|
189248
|
-
"location": "header",
|
189249
|
-
"locationName": "Cache-Control"
|
189250
|
-
},
|
189251
189383
|
"ContentType": {
|
189252
189384
|
"location": "header",
|
189253
189385
|
"locationName": "Content-Type"
|
189386
|
+
},
|
189387
|
+
"CacheControl": {
|
189388
|
+
"location": "header",
|
189389
|
+
"locationName": "Cache-Control"
|
189254
189390
|
}
|
189255
189391
|
},
|
189256
189392
|
"payload": "Blob"
|
@@ -189271,14 +189407,14 @@ module.exports={
|
|
189271
189407
|
"MapName"
|
189272
189408
|
],
|
189273
189409
|
"members": {
|
189274
|
-
"Key": {
|
189275
|
-
"shape": "S1q",
|
189276
|
-
"location": "querystring",
|
189277
|
-
"locationName": "key"
|
189278
|
-
},
|
189279
189410
|
"MapName": {
|
189280
189411
|
"location": "uri",
|
189281
189412
|
"locationName": "MapName"
|
189413
|
+
},
|
189414
|
+
"Key": {
|
189415
|
+
"shape": "S23",
|
189416
|
+
"location": "querystring",
|
189417
|
+
"locationName": "key"
|
189282
189418
|
}
|
189283
189419
|
}
|
189284
189420
|
},
|
@@ -189288,13 +189424,13 @@ module.exports={
|
|
189288
189424
|
"Blob": {
|
189289
189425
|
"type": "blob"
|
189290
189426
|
},
|
189291
|
-
"CacheControl": {
|
189292
|
-
"location": "header",
|
189293
|
-
"locationName": "Cache-Control"
|
189294
|
-
},
|
189295
189427
|
"ContentType": {
|
189296
189428
|
"location": "header",
|
189297
189429
|
"locationName": "Content-Type"
|
189430
|
+
},
|
189431
|
+
"CacheControl": {
|
189432
|
+
"location": "header",
|
189433
|
+
"locationName": "Cache-Control"
|
189298
189434
|
}
|
189299
189435
|
},
|
189300
189436
|
"payload": "Blob"
|
@@ -189313,20 +189449,19 @@ module.exports={
|
|
189313
189449
|
"type": "structure",
|
189314
189450
|
"required": [
|
189315
189451
|
"MapName",
|
189452
|
+
"Z",
|
189316
189453
|
"X",
|
189317
|
-
"Y"
|
189318
|
-
"Z"
|
189454
|
+
"Y"
|
189319
189455
|
],
|
189320
189456
|
"members": {
|
189321
|
-
"Key": {
|
189322
|
-
"shape": "S1q",
|
189323
|
-
"location": "querystring",
|
189324
|
-
"locationName": "key"
|
189325
|
-
},
|
189326
189457
|
"MapName": {
|
189327
189458
|
"location": "uri",
|
189328
189459
|
"locationName": "MapName"
|
189329
189460
|
},
|
189461
|
+
"Z": {
|
189462
|
+
"location": "uri",
|
189463
|
+
"locationName": "Z"
|
189464
|
+
},
|
189330
189465
|
"X": {
|
189331
189466
|
"location": "uri",
|
189332
189467
|
"locationName": "X"
|
@@ -189335,9 +189470,10 @@ module.exports={
|
|
189335
189470
|
"location": "uri",
|
189336
189471
|
"locationName": "Y"
|
189337
189472
|
},
|
189338
|
-
"
|
189339
|
-
"
|
189340
|
-
"
|
189473
|
+
"Key": {
|
189474
|
+
"shape": "S23",
|
189475
|
+
"location": "querystring",
|
189476
|
+
"locationName": "key"
|
189341
189477
|
}
|
189342
189478
|
}
|
189343
189479
|
},
|
@@ -189347,13 +189483,13 @@ module.exports={
|
|
189347
189483
|
"Blob": {
|
189348
189484
|
"type": "blob"
|
189349
189485
|
},
|
189350
|
-
"CacheControl": {
|
189351
|
-
"location": "header",
|
189352
|
-
"locationName": "Cache-Control"
|
189353
|
-
},
|
189354
189486
|
"ContentType": {
|
189355
189487
|
"location": "header",
|
189356
189488
|
"locationName": "Content-Type"
|
189489
|
+
},
|
189490
|
+
"CacheControl": {
|
189491
|
+
"location": "header",
|
189492
|
+
"locationName": "Cache-Control"
|
189357
189493
|
}
|
189358
189494
|
},
|
189359
189495
|
"payload": "Blob"
|
@@ -189379,18 +189515,18 @@ module.exports={
|
|
189379
189515
|
"location": "uri",
|
189380
189516
|
"locationName": "IndexName"
|
189381
189517
|
},
|
189382
|
-
"
|
189383
|
-
"
|
189384
|
-
"
|
189385
|
-
"locationName": "key"
|
189518
|
+
"PlaceId": {
|
189519
|
+
"location": "uri",
|
189520
|
+
"locationName": "PlaceId"
|
189386
189521
|
},
|
189387
189522
|
"Language": {
|
189388
189523
|
"location": "querystring",
|
189389
189524
|
"locationName": "language"
|
189390
189525
|
},
|
189391
|
-
"
|
189392
|
-
"
|
189393
|
-
"
|
189526
|
+
"Key": {
|
189527
|
+
"shape": "S23",
|
189528
|
+
"location": "querystring",
|
189529
|
+
"locationName": "key"
|
189394
189530
|
}
|
189395
189531
|
}
|
189396
189532
|
},
|
@@ -189401,7 +189537,7 @@ module.exports={
|
|
189401
189537
|
],
|
189402
189538
|
"members": {
|
189403
189539
|
"Place": {
|
189404
|
-
"shape": "
|
189540
|
+
"shape": "S5s"
|
189405
189541
|
}
|
189406
189542
|
}
|
189407
189543
|
},
|
@@ -189420,21 +189556,21 @@ module.exports={
|
|
189420
189556
|
"TrackerName"
|
189421
189557
|
],
|
189422
189558
|
"members": {
|
189559
|
+
"TrackerName": {
|
189560
|
+
"location": "uri",
|
189561
|
+
"locationName": "TrackerName"
|
189562
|
+
},
|
189563
|
+
"MaxResults": {
|
189564
|
+
"type": "integer"
|
189565
|
+
},
|
189566
|
+
"NextToken": {},
|
189423
189567
|
"FilterGeometry": {
|
189424
189568
|
"type": "structure",
|
189425
189569
|
"members": {
|
189426
189570
|
"Polygon": {
|
189427
|
-
"shape": "
|
189571
|
+
"shape": "S19"
|
189428
189572
|
}
|
189429
189573
|
}
|
189430
|
-
},
|
189431
|
-
"MaxResults": {
|
189432
|
-
"type": "integer"
|
189433
|
-
},
|
189434
|
-
"NextToken": {},
|
189435
|
-
"TrackerName": {
|
189436
|
-
"location": "uri",
|
189437
|
-
"locationName": "TrackerName"
|
189438
189574
|
}
|
189439
189575
|
}
|
189440
189576
|
},
|
@@ -189450,22 +189586,22 @@ module.exports={
|
|
189450
189586
|
"type": "structure",
|
189451
189587
|
"required": [
|
189452
189588
|
"DeviceId",
|
189453
|
-
"
|
189454
|
-
"
|
189589
|
+
"SampleTime",
|
189590
|
+
"Position"
|
189455
189591
|
],
|
189456
189592
|
"members": {
|
189457
|
-
"
|
189593
|
+
"DeviceId": {},
|
189594
|
+
"SampleTime": {
|
189458
189595
|
"shape": "Sm"
|
189459
189596
|
},
|
189460
|
-
"DeviceId": {},
|
189461
189597
|
"Position": {
|
189462
|
-
"shape": "
|
189598
|
+
"shape": "Sn"
|
189463
189599
|
},
|
189464
|
-
"
|
189465
|
-
"shape": "
|
189600
|
+
"Accuracy": {
|
189601
|
+
"shape": "Sp"
|
189466
189602
|
},
|
189467
|
-
"
|
189468
|
-
"shape": "
|
189603
|
+
"PositionProperties": {
|
189604
|
+
"shape": "Sr"
|
189469
189605
|
}
|
189470
189606
|
}
|
189471
189607
|
}
|
@@ -189503,15 +189639,12 @@ module.exports={
|
|
189503
189639
|
"type": "structure",
|
189504
189640
|
"required": [
|
189505
189641
|
"CollectionName",
|
189506
|
-
"CreateTime",
|
189507
189642
|
"Description",
|
189643
|
+
"CreateTime",
|
189508
189644
|
"UpdateTime"
|
189509
189645
|
],
|
189510
189646
|
"members": {
|
189511
189647
|
"CollectionName": {},
|
189512
|
-
"CreateTime": {
|
189513
|
-
"shape": "St"
|
189514
|
-
},
|
189515
189648
|
"Description": {},
|
189516
189649
|
"PricingPlan": {
|
189517
189650
|
"deprecated": true,
|
@@ -189521,8 +189654,11 @@ module.exports={
|
|
189521
189654
|
"deprecated": true,
|
189522
189655
|
"deprecatedMessage": "Deprecated. Unused."
|
189523
189656
|
},
|
189657
|
+
"CreateTime": {
|
189658
|
+
"shape": "Sm"
|
189659
|
+
},
|
189524
189660
|
"UpdateTime": {
|
189525
|
-
"shape": "
|
189661
|
+
"shape": "Sm"
|
189526
189662
|
}
|
189527
189663
|
}
|
189528
189664
|
}
|
@@ -189549,10 +189685,10 @@ module.exports={
|
|
189549
189685
|
"location": "uri",
|
189550
189686
|
"locationName": "CollectionName"
|
189551
189687
|
},
|
189688
|
+
"NextToken": {},
|
189552
189689
|
"MaxResults": {
|
189553
189690
|
"type": "integer"
|
189554
|
-
}
|
189555
|
-
"NextToken": {}
|
189691
|
+
}
|
189556
189692
|
}
|
189557
189693
|
},
|
189558
189694
|
"output": {
|
@@ -189566,26 +189702,26 @@ module.exports={
|
|
189566
189702
|
"member": {
|
189567
189703
|
"type": "structure",
|
189568
189704
|
"required": [
|
189569
|
-
"CreateTime",
|
189570
189705
|
"GeofenceId",
|
189571
189706
|
"Geometry",
|
189572
189707
|
"Status",
|
189708
|
+
"CreateTime",
|
189573
189709
|
"UpdateTime"
|
189574
189710
|
],
|
189575
189711
|
"members": {
|
189576
|
-
"CreateTime": {
|
189577
|
-
"shape": "St"
|
189578
|
-
},
|
189579
189712
|
"GeofenceId": {},
|
189580
|
-
"GeofenceProperties": {
|
189581
|
-
"shape": "Sq"
|
189582
|
-
},
|
189583
189713
|
"Geometry": {
|
189584
189714
|
"shape": "S18"
|
189585
189715
|
},
|
189586
189716
|
"Status": {},
|
189717
|
+
"CreateTime": {
|
189718
|
+
"shape": "Sm"
|
189719
|
+
},
|
189587
189720
|
"UpdateTime": {
|
189588
|
-
"shape": "
|
189721
|
+
"shape": "Sm"
|
189722
|
+
},
|
189723
|
+
"GeofenceProperties": {
|
189724
|
+
"shape": "Sr"
|
189589
189725
|
}
|
189590
189726
|
}
|
189591
189727
|
}
|
@@ -189605,16 +189741,16 @@ module.exports={
|
|
189605
189741
|
"input": {
|
189606
189742
|
"type": "structure",
|
189607
189743
|
"members": {
|
189744
|
+
"MaxResults": {
|
189745
|
+
"type": "integer"
|
189746
|
+
},
|
189747
|
+
"NextToken": {},
|
189608
189748
|
"Filter": {
|
189609
189749
|
"type": "structure",
|
189610
189750
|
"members": {
|
189611
189751
|
"KeyStatus": {}
|
189612
189752
|
}
|
189613
|
-
}
|
189614
|
-
"MaxResults": {
|
189615
|
-
"type": "integer"
|
189616
|
-
},
|
189617
|
-
"NextToken": {}
|
189753
|
+
}
|
189618
189754
|
}
|
189619
189755
|
},
|
189620
189756
|
"output": {
|
@@ -189628,26 +189764,26 @@ module.exports={
|
|
189628
189764
|
"member": {
|
189629
189765
|
"type": "structure",
|
189630
189766
|
"required": [
|
189631
|
-
"CreateTime",
|
189632
|
-
"ExpireTime",
|
189633
189767
|
"KeyName",
|
189768
|
+
"ExpireTime",
|
189634
189769
|
"Restrictions",
|
189770
|
+
"CreateTime",
|
189635
189771
|
"UpdateTime"
|
189636
189772
|
],
|
189637
189773
|
"members": {
|
189638
|
-
"
|
189639
|
-
"shape": "St"
|
189640
|
-
},
|
189641
|
-
"Description": {},
|
189774
|
+
"KeyName": {},
|
189642
189775
|
"ExpireTime": {
|
189643
|
-
"shape": "
|
189776
|
+
"shape": "Sm"
|
189644
189777
|
},
|
189645
|
-
"
|
189778
|
+
"Description": {},
|
189646
189779
|
"Restrictions": {
|
189647
|
-
"shape": "
|
189780
|
+
"shape": "S39"
|
189781
|
+
},
|
189782
|
+
"CreateTime": {
|
189783
|
+
"shape": "Sm"
|
189648
189784
|
},
|
189649
189785
|
"UpdateTime": {
|
189650
|
-
"shape": "
|
189786
|
+
"shape": "Sm"
|
189651
189787
|
}
|
189652
189788
|
}
|
189653
189789
|
}
|
@@ -189684,25 +189820,25 @@ module.exports={
|
|
189684
189820
|
"member": {
|
189685
189821
|
"type": "structure",
|
189686
189822
|
"required": [
|
189687
|
-
"CreateTime",
|
189688
|
-
"DataSource",
|
189689
|
-
"Description",
|
189690
189823
|
"MapName",
|
189824
|
+
"Description",
|
189825
|
+
"DataSource",
|
189826
|
+
"CreateTime",
|
189691
189827
|
"UpdateTime"
|
189692
189828
|
],
|
189693
189829
|
"members": {
|
189694
|
-
"CreateTime": {
|
189695
|
-
"shape": "St"
|
189696
|
-
},
|
189697
|
-
"DataSource": {},
|
189698
|
-
"Description": {},
|
189699
189830
|
"MapName": {},
|
189831
|
+
"Description": {},
|
189832
|
+
"DataSource": {},
|
189700
189833
|
"PricingPlan": {
|
189701
189834
|
"deprecated": true,
|
189702
189835
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
189703
189836
|
},
|
189837
|
+
"CreateTime": {
|
189838
|
+
"shape": "Sm"
|
189839
|
+
},
|
189704
189840
|
"UpdateTime": {
|
189705
|
-
"shape": "
|
189841
|
+
"shape": "Sm"
|
189706
189842
|
}
|
189707
189843
|
}
|
189708
189844
|
}
|
@@ -189739,25 +189875,25 @@ module.exports={
|
|
189739
189875
|
"member": {
|
189740
189876
|
"type": "structure",
|
189741
189877
|
"required": [
|
189742
|
-
"CreateTime",
|
189743
|
-
"DataSource",
|
189744
|
-
"Description",
|
189745
189878
|
"IndexName",
|
189879
|
+
"Description",
|
189880
|
+
"DataSource",
|
189881
|
+
"CreateTime",
|
189746
189882
|
"UpdateTime"
|
189747
189883
|
],
|
189748
189884
|
"members": {
|
189749
|
-
"CreateTime": {
|
189750
|
-
"shape": "St"
|
189751
|
-
},
|
189752
|
-
"DataSource": {},
|
189753
|
-
"Description": {},
|
189754
189885
|
"IndexName": {},
|
189886
|
+
"Description": {},
|
189887
|
+
"DataSource": {},
|
189755
189888
|
"PricingPlan": {
|
189756
189889
|
"deprecated": true,
|
189757
189890
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
189758
189891
|
},
|
189892
|
+
"CreateTime": {
|
189893
|
+
"shape": "Sm"
|
189894
|
+
},
|
189759
189895
|
"UpdateTime": {
|
189760
|
-
"shape": "
|
189896
|
+
"shape": "Sm"
|
189761
189897
|
}
|
189762
189898
|
}
|
189763
189899
|
}
|
@@ -189795,24 +189931,24 @@ module.exports={
|
|
189795
189931
|
"type": "structure",
|
189796
189932
|
"required": [
|
189797
189933
|
"CalculatorName",
|
189798
|
-
"CreateTime",
|
189799
|
-
"DataSource",
|
189800
189934
|
"Description",
|
189935
|
+
"DataSource",
|
189936
|
+
"CreateTime",
|
189801
189937
|
"UpdateTime"
|
189802
189938
|
],
|
189803
189939
|
"members": {
|
189804
189940
|
"CalculatorName": {},
|
189805
|
-
"CreateTime": {
|
189806
|
-
"shape": "St"
|
189807
|
-
},
|
189808
|
-
"DataSource": {},
|
189809
189941
|
"Description": {},
|
189942
|
+
"DataSource": {},
|
189810
189943
|
"PricingPlan": {
|
189811
189944
|
"deprecated": true,
|
189812
189945
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
189813
189946
|
},
|
189947
|
+
"CreateTime": {
|
189948
|
+
"shape": "Sm"
|
189949
|
+
},
|
189814
189950
|
"UpdateTime": {
|
189815
|
-
"shape": "
|
189951
|
+
"shape": "Sm"
|
189816
189952
|
}
|
189817
189953
|
}
|
189818
189954
|
}
|
@@ -189865,14 +190001,14 @@ module.exports={
|
|
189865
190001
|
"TrackerName"
|
189866
190002
|
],
|
189867
190003
|
"members": {
|
189868
|
-
"MaxResults": {
|
189869
|
-
"type": "integer"
|
189870
|
-
},
|
189871
|
-
"NextToken": {},
|
189872
190004
|
"TrackerName": {
|
189873
190005
|
"location": "uri",
|
189874
190006
|
"locationName": "TrackerName"
|
189875
|
-
}
|
190007
|
+
},
|
190008
|
+
"MaxResults": {
|
190009
|
+
"type": "integer"
|
190010
|
+
},
|
190011
|
+
"NextToken": {}
|
189876
190012
|
}
|
189877
190013
|
},
|
189878
190014
|
"output": {
|
@@ -189917,15 +190053,13 @@ module.exports={
|
|
189917
190053
|
"member": {
|
189918
190054
|
"type": "structure",
|
189919
190055
|
"required": [
|
189920
|
-
"CreateTime",
|
189921
|
-
"Description",
|
189922
190056
|
"TrackerName",
|
190057
|
+
"Description",
|
190058
|
+
"CreateTime",
|
189923
190059
|
"UpdateTime"
|
189924
190060
|
],
|
189925
190061
|
"members": {
|
189926
|
-
"
|
189927
|
-
"shape": "St"
|
189928
|
-
},
|
190062
|
+
"TrackerName": {},
|
189929
190063
|
"Description": {},
|
189930
190064
|
"PricingPlan": {
|
189931
190065
|
"deprecated": true,
|
@@ -189935,9 +190069,11 @@ module.exports={
|
|
189935
190069
|
"deprecated": true,
|
189936
190070
|
"deprecatedMessage": "Deprecated. Unused."
|
189937
190071
|
},
|
189938
|
-
"
|
190072
|
+
"CreateTime": {
|
190073
|
+
"shape": "Sm"
|
190074
|
+
},
|
189939
190075
|
"UpdateTime": {
|
189940
|
-
"shape": "
|
190076
|
+
"shape": "Sm"
|
189941
190077
|
}
|
189942
190078
|
}
|
189943
190079
|
}
|
@@ -189971,28 +190107,28 @@ module.exports={
|
|
189971
190107
|
"location": "uri",
|
189972
190108
|
"locationName": "GeofenceId"
|
189973
190109
|
},
|
189974
|
-
"GeofenceProperties": {
|
189975
|
-
"shape": "Sq"
|
189976
|
-
},
|
189977
190110
|
"Geometry": {
|
189978
190111
|
"shape": "S18"
|
190112
|
+
},
|
190113
|
+
"GeofenceProperties": {
|
190114
|
+
"shape": "Sr"
|
189979
190115
|
}
|
189980
190116
|
}
|
189981
190117
|
},
|
189982
190118
|
"output": {
|
189983
190119
|
"type": "structure",
|
189984
190120
|
"required": [
|
189985
|
-
"CreateTime",
|
189986
190121
|
"GeofenceId",
|
190122
|
+
"CreateTime",
|
189987
190123
|
"UpdateTime"
|
189988
190124
|
],
|
189989
190125
|
"members": {
|
190126
|
+
"GeofenceId": {},
|
189990
190127
|
"CreateTime": {
|
189991
|
-
"shape": "
|
190128
|
+
"shape": "Sm"
|
189992
190129
|
},
|
189993
|
-
"GeofenceId": {},
|
189994
190130
|
"UpdateTime": {
|
189995
|
-
"shape": "
|
190131
|
+
"shape": "Sm"
|
189996
190132
|
}
|
189997
190133
|
}
|
189998
190134
|
},
|
@@ -190016,62 +190152,62 @@ module.exports={
|
|
190016
190152
|
"location": "uri",
|
190017
190153
|
"locationName": "IndexName"
|
190018
190154
|
},
|
190019
|
-
"
|
190020
|
-
"shape": "
|
190021
|
-
"location": "querystring",
|
190022
|
-
"locationName": "key"
|
190155
|
+
"Position": {
|
190156
|
+
"shape": "Sn"
|
190023
190157
|
},
|
190024
|
-
"Language": {},
|
190025
190158
|
"MaxResults": {
|
190026
190159
|
"type": "integer"
|
190027
190160
|
},
|
190028
|
-
"
|
190029
|
-
|
190161
|
+
"Language": {},
|
190162
|
+
"Key": {
|
190163
|
+
"shape": "S23",
|
190164
|
+
"location": "querystring",
|
190165
|
+
"locationName": "key"
|
190030
190166
|
}
|
190031
190167
|
}
|
190032
190168
|
},
|
190033
190169
|
"output": {
|
190034
190170
|
"type": "structure",
|
190035
190171
|
"required": [
|
190036
|
-
"
|
190037
|
-
"
|
190172
|
+
"Summary",
|
190173
|
+
"Results"
|
190038
190174
|
],
|
190039
190175
|
"members": {
|
190176
|
+
"Summary": {
|
190177
|
+
"type": "structure",
|
190178
|
+
"required": [
|
190179
|
+
"Position",
|
190180
|
+
"DataSource"
|
190181
|
+
],
|
190182
|
+
"members": {
|
190183
|
+
"Position": {
|
190184
|
+
"shape": "Sn"
|
190185
|
+
},
|
190186
|
+
"MaxResults": {
|
190187
|
+
"type": "integer"
|
190188
|
+
},
|
190189
|
+
"DataSource": {},
|
190190
|
+
"Language": {}
|
190191
|
+
}
|
190192
|
+
},
|
190040
190193
|
"Results": {
|
190041
190194
|
"type": "list",
|
190042
190195
|
"member": {
|
190043
190196
|
"type": "structure",
|
190044
190197
|
"required": [
|
190045
|
-
"
|
190046
|
-
"
|
190198
|
+
"Place",
|
190199
|
+
"Distance"
|
190047
190200
|
],
|
190048
190201
|
"members": {
|
190202
|
+
"Place": {
|
190203
|
+
"shape": "S5s"
|
190204
|
+
},
|
190049
190205
|
"Distance": {
|
190050
190206
|
"type": "double"
|
190051
190207
|
},
|
190052
|
-
"Place": {
|
190053
|
-
"shape": "S5d"
|
190054
|
-
},
|
190055
190208
|
"PlaceId": {}
|
190056
190209
|
}
|
190057
190210
|
}
|
190058
|
-
},
|
190059
|
-
"Summary": {
|
190060
|
-
"type": "structure",
|
190061
|
-
"required": [
|
190062
|
-
"DataSource",
|
190063
|
-
"Position"
|
190064
|
-
],
|
190065
|
-
"members": {
|
190066
|
-
"DataSource": {},
|
190067
|
-
"Language": {},
|
190068
|
-
"MaxResults": {
|
190069
|
-
"type": "integer"
|
190070
|
-
},
|
190071
|
-
"Position": {
|
190072
|
-
"shape": "So"
|
190073
|
-
}
|
190074
|
-
}
|
190075
190211
|
}
|
190076
190212
|
}
|
190077
190213
|
},
|
@@ -190091,89 +190227,89 @@ module.exports={
|
|
190091
190227
|
"Text"
|
190092
190228
|
],
|
190093
190229
|
"members": {
|
190230
|
+
"IndexName": {
|
190231
|
+
"location": "uri",
|
190232
|
+
"locationName": "IndexName"
|
190233
|
+
},
|
190234
|
+
"Text": {
|
190235
|
+
"type": "string",
|
190236
|
+
"sensitive": true
|
190237
|
+
},
|
190094
190238
|
"BiasPosition": {
|
190095
|
-
"shape": "
|
190239
|
+
"shape": "Sn"
|
190096
190240
|
},
|
190097
190241
|
"FilterBBox": {
|
190098
|
-
"shape": "
|
190099
|
-
},
|
190100
|
-
"FilterCategories": {
|
190101
|
-
"shape": "S78"
|
190242
|
+
"shape": "S2h"
|
190102
190243
|
},
|
190103
190244
|
"FilterCountries": {
|
190104
|
-
"shape": "
|
190245
|
+
"shape": "S7o"
|
190105
190246
|
},
|
190106
|
-
"
|
190107
|
-
"
|
190108
|
-
|
190247
|
+
"MaxResults": {
|
190248
|
+
"type": "integer"
|
190249
|
+
},
|
190250
|
+
"Language": {},
|
190251
|
+
"FilterCategories": {
|
190252
|
+
"shape": "S7q"
|
190109
190253
|
},
|
190110
190254
|
"Key": {
|
190111
|
-
"shape": "
|
190255
|
+
"shape": "S23",
|
190112
190256
|
"location": "querystring",
|
190113
190257
|
"locationName": "key"
|
190114
|
-
},
|
190115
|
-
"Language": {},
|
190116
|
-
"MaxResults": {
|
190117
|
-
"type": "integer"
|
190118
|
-
},
|
190119
|
-
"Text": {
|
190120
|
-
"type": "string",
|
190121
|
-
"sensitive": true
|
190122
190258
|
}
|
190123
190259
|
}
|
190124
190260
|
},
|
190125
190261
|
"output": {
|
190126
190262
|
"type": "structure",
|
190127
190263
|
"required": [
|
190128
|
-
"
|
190129
|
-
"
|
190264
|
+
"Summary",
|
190265
|
+
"Results"
|
190130
190266
|
],
|
190131
190267
|
"members": {
|
190132
|
-
"Results": {
|
190133
|
-
"type": "list",
|
190134
|
-
"member": {
|
190135
|
-
"type": "structure",
|
190136
|
-
"required": [
|
190137
|
-
"Text"
|
190138
|
-
],
|
190139
|
-
"members": {
|
190140
|
-
"Categories": {
|
190141
|
-
"shape": "S5e"
|
190142
|
-
},
|
190143
|
-
"PlaceId": {},
|
190144
|
-
"SupplementalCategories": {
|
190145
|
-
"shape": "S5h"
|
190146
|
-
},
|
190147
|
-
"Text": {}
|
190148
|
-
}
|
190149
|
-
}
|
190150
|
-
},
|
190151
190268
|
"Summary": {
|
190152
190269
|
"type": "structure",
|
190153
190270
|
"required": [
|
190154
|
-
"
|
190155
|
-
"
|
190271
|
+
"Text",
|
190272
|
+
"DataSource"
|
190156
190273
|
],
|
190157
190274
|
"members": {
|
190275
|
+
"Text": {
|
190276
|
+
"shape": "S7t"
|
190277
|
+
},
|
190158
190278
|
"BiasPosition": {
|
190159
|
-
"shape": "
|
190279
|
+
"shape": "Sn"
|
190160
190280
|
},
|
190161
|
-
"DataSource": {},
|
190162
190281
|
"FilterBBox": {
|
190163
|
-
"shape": "
|
190164
|
-
},
|
190165
|
-
"FilterCategories": {
|
190166
|
-
"shape": "S78"
|
190282
|
+
"shape": "S2h"
|
190167
190283
|
},
|
190168
190284
|
"FilterCountries": {
|
190169
|
-
"shape": "
|
190285
|
+
"shape": "S7o"
|
190170
190286
|
},
|
190171
|
-
"Language": {},
|
190172
190287
|
"MaxResults": {
|
190173
190288
|
"type": "integer"
|
190174
190289
|
},
|
190175
|
-
"
|
190176
|
-
|
190290
|
+
"DataSource": {},
|
190291
|
+
"Language": {},
|
190292
|
+
"FilterCategories": {
|
190293
|
+
"shape": "S7q"
|
190294
|
+
}
|
190295
|
+
}
|
190296
|
+
},
|
190297
|
+
"Results": {
|
190298
|
+
"type": "list",
|
190299
|
+
"member": {
|
190300
|
+
"type": "structure",
|
190301
|
+
"required": [
|
190302
|
+
"Text"
|
190303
|
+
],
|
190304
|
+
"members": {
|
190305
|
+
"Text": {},
|
190306
|
+
"PlaceId": {},
|
190307
|
+
"Categories": {
|
190308
|
+
"shape": "S5w"
|
190309
|
+
},
|
190310
|
+
"SupplementalCategories": {
|
190311
|
+
"shape": "S5y"
|
190312
|
+
}
|
190177
190313
|
}
|
190178
190314
|
}
|
190179
190315
|
}
|
@@ -190195,94 +190331,94 @@ module.exports={
|
|
190195
190331
|
"Text"
|
190196
190332
|
],
|
190197
190333
|
"members": {
|
190334
|
+
"IndexName": {
|
190335
|
+
"location": "uri",
|
190336
|
+
"locationName": "IndexName"
|
190337
|
+
},
|
190338
|
+
"Text": {
|
190339
|
+
"type": "string",
|
190340
|
+
"sensitive": true
|
190341
|
+
},
|
190198
190342
|
"BiasPosition": {
|
190199
|
-
"shape": "
|
190343
|
+
"shape": "Sn"
|
190200
190344
|
},
|
190201
190345
|
"FilterBBox": {
|
190202
|
-
"shape": "
|
190203
|
-
},
|
190204
|
-
"FilterCategories": {
|
190205
|
-
"shape": "S78"
|
190346
|
+
"shape": "S2h"
|
190206
190347
|
},
|
190207
190348
|
"FilterCountries": {
|
190208
|
-
"shape": "
|
190349
|
+
"shape": "S7o"
|
190209
190350
|
},
|
190210
|
-
"
|
190211
|
-
"
|
190212
|
-
|
190351
|
+
"MaxResults": {
|
190352
|
+
"type": "integer"
|
190353
|
+
},
|
190354
|
+
"Language": {},
|
190355
|
+
"FilterCategories": {
|
190356
|
+
"shape": "S7q"
|
190213
190357
|
},
|
190214
190358
|
"Key": {
|
190215
|
-
"shape": "
|
190359
|
+
"shape": "S23",
|
190216
190360
|
"location": "querystring",
|
190217
190361
|
"locationName": "key"
|
190218
|
-
},
|
190219
|
-
"Language": {},
|
190220
|
-
"MaxResults": {
|
190221
|
-
"type": "integer"
|
190222
|
-
},
|
190223
|
-
"Text": {
|
190224
|
-
"type": "string",
|
190225
|
-
"sensitive": true
|
190226
190362
|
}
|
190227
190363
|
}
|
190228
190364
|
},
|
190229
190365
|
"output": {
|
190230
190366
|
"type": "structure",
|
190231
190367
|
"required": [
|
190232
|
-
"
|
190233
|
-
"
|
190368
|
+
"Summary",
|
190369
|
+
"Results"
|
190234
190370
|
],
|
190235
190371
|
"members": {
|
190236
|
-
"Results": {
|
190237
|
-
"type": "list",
|
190238
|
-
"member": {
|
190239
|
-
"type": "structure",
|
190240
|
-
"required": [
|
190241
|
-
"Place"
|
190242
|
-
],
|
190243
|
-
"members": {
|
190244
|
-
"Distance": {
|
190245
|
-
"type": "double"
|
190246
|
-
},
|
190247
|
-
"Place": {
|
190248
|
-
"shape": "S5d"
|
190249
|
-
},
|
190250
|
-
"PlaceId": {},
|
190251
|
-
"Relevance": {
|
190252
|
-
"type": "double"
|
190253
|
-
}
|
190254
|
-
}
|
190255
|
-
}
|
190256
|
-
},
|
190257
190372
|
"Summary": {
|
190258
190373
|
"type": "structure",
|
190259
190374
|
"required": [
|
190260
|
-
"
|
190261
|
-
"
|
190375
|
+
"Text",
|
190376
|
+
"DataSource"
|
190262
190377
|
],
|
190263
190378
|
"members": {
|
190379
|
+
"Text": {
|
190380
|
+
"shape": "S7t"
|
190381
|
+
},
|
190264
190382
|
"BiasPosition": {
|
190265
|
-
"shape": "
|
190383
|
+
"shape": "Sn"
|
190266
190384
|
},
|
190267
|
-
"DataSource": {},
|
190268
190385
|
"FilterBBox": {
|
190269
|
-
"shape": "
|
190270
|
-
},
|
190271
|
-
"FilterCategories": {
|
190272
|
-
"shape": "S78"
|
190386
|
+
"shape": "S2h"
|
190273
190387
|
},
|
190274
190388
|
"FilterCountries": {
|
190275
|
-
"shape": "
|
190389
|
+
"shape": "S7o"
|
190276
190390
|
},
|
190277
|
-
"Language": {},
|
190278
190391
|
"MaxResults": {
|
190279
190392
|
"type": "integer"
|
190280
190393
|
},
|
190281
190394
|
"ResultBBox": {
|
190282
|
-
"shape": "
|
190395
|
+
"shape": "S2h"
|
190283
190396
|
},
|
190284
|
-
"
|
190285
|
-
|
190397
|
+
"DataSource": {},
|
190398
|
+
"Language": {},
|
190399
|
+
"FilterCategories": {
|
190400
|
+
"shape": "S7q"
|
190401
|
+
}
|
190402
|
+
}
|
190403
|
+
},
|
190404
|
+
"Results": {
|
190405
|
+
"type": "list",
|
190406
|
+
"member": {
|
190407
|
+
"type": "structure",
|
190408
|
+
"required": [
|
190409
|
+
"Place"
|
190410
|
+
],
|
190411
|
+
"members": {
|
190412
|
+
"Place": {
|
190413
|
+
"shape": "S5s"
|
190414
|
+
},
|
190415
|
+
"Distance": {
|
190416
|
+
"type": "double"
|
190417
|
+
},
|
190418
|
+
"Relevance": {
|
190419
|
+
"type": "double"
|
190420
|
+
},
|
190421
|
+
"PlaceId": {}
|
190286
190422
|
}
|
190287
190423
|
}
|
190288
190424
|
}
|
@@ -190371,7 +190507,6 @@ module.exports={
|
|
190371
190507
|
"location": "uri",
|
190372
190508
|
"locationName": "CollectionName"
|
190373
190509
|
},
|
190374
|
-
"Description": {},
|
190375
190510
|
"PricingPlan": {
|
190376
190511
|
"deprecated": true,
|
190377
190512
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
@@ -190379,21 +190514,22 @@ module.exports={
|
|
190379
190514
|
"PricingPlanDataSource": {
|
190380
190515
|
"deprecated": true,
|
190381
190516
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
190382
|
-
}
|
190517
|
+
},
|
190518
|
+
"Description": {}
|
190383
190519
|
}
|
190384
190520
|
},
|
190385
190521
|
"output": {
|
190386
190522
|
"type": "structure",
|
190387
190523
|
"required": [
|
190388
|
-
"CollectionArn",
|
190389
190524
|
"CollectionName",
|
190525
|
+
"CollectionArn",
|
190390
190526
|
"UpdateTime"
|
190391
190527
|
],
|
190392
190528
|
"members": {
|
190393
|
-
"CollectionArn": {},
|
190394
190529
|
"CollectionName": {},
|
190530
|
+
"CollectionArn": {},
|
190395
190531
|
"UpdateTime": {
|
190396
|
-
"shape": "
|
190532
|
+
"shape": "Sm"
|
190397
190533
|
}
|
190398
190534
|
}
|
190399
190535
|
},
|
@@ -190414,22 +190550,22 @@ module.exports={
|
|
190414
190550
|
"KeyName"
|
190415
190551
|
],
|
190416
190552
|
"members": {
|
190417
|
-
"Description": {},
|
190418
|
-
"ExpireTime": {
|
190419
|
-
"shape": "St"
|
190420
|
-
},
|
190421
|
-
"ForceUpdate": {
|
190422
|
-
"type": "boolean"
|
190423
|
-
},
|
190424
190553
|
"KeyName": {
|
190425
190554
|
"location": "uri",
|
190426
190555
|
"locationName": "KeyName"
|
190427
190556
|
},
|
190557
|
+
"Description": {},
|
190558
|
+
"ExpireTime": {
|
190559
|
+
"shape": "Sm"
|
190560
|
+
},
|
190428
190561
|
"NoExpiry": {
|
190429
190562
|
"type": "boolean"
|
190430
190563
|
},
|
190564
|
+
"ForceUpdate": {
|
190565
|
+
"type": "boolean"
|
190566
|
+
},
|
190431
190567
|
"Restrictions": {
|
190432
|
-
"shape": "
|
190568
|
+
"shape": "S39"
|
190433
190569
|
}
|
190434
190570
|
}
|
190435
190571
|
},
|
@@ -190444,7 +190580,7 @@ module.exports={
|
|
190444
190580
|
"KeyArn": {},
|
190445
190581
|
"KeyName": {},
|
190446
190582
|
"UpdateTime": {
|
190447
|
-
"shape": "
|
190583
|
+
"shape": "Sm"
|
190448
190584
|
}
|
190449
190585
|
}
|
190450
190586
|
},
|
@@ -190465,16 +190601,6 @@ module.exports={
|
|
190465
190601
|
"MapName"
|
190466
190602
|
],
|
190467
190603
|
"members": {
|
190468
|
-
"ConfigurationUpdate": {
|
190469
|
-
"type": "structure",
|
190470
|
-
"members": {
|
190471
|
-
"CustomLayers": {
|
190472
|
-
"shape": "S3i"
|
190473
|
-
},
|
190474
|
-
"PoliticalView": {}
|
190475
|
-
}
|
190476
|
-
},
|
190477
|
-
"Description": {},
|
190478
190604
|
"MapName": {
|
190479
190605
|
"location": "uri",
|
190480
190606
|
"locationName": "MapName"
|
@@ -190482,21 +190608,31 @@ module.exports={
|
|
190482
190608
|
"PricingPlan": {
|
190483
190609
|
"deprecated": true,
|
190484
190610
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
190611
|
+
},
|
190612
|
+
"Description": {},
|
190613
|
+
"ConfigurationUpdate": {
|
190614
|
+
"type": "structure",
|
190615
|
+
"members": {
|
190616
|
+
"PoliticalView": {},
|
190617
|
+
"CustomLayers": {
|
190618
|
+
"shape": "S3l"
|
190619
|
+
}
|
190620
|
+
}
|
190485
190621
|
}
|
190486
190622
|
}
|
190487
190623
|
},
|
190488
190624
|
"output": {
|
190489
190625
|
"type": "structure",
|
190490
190626
|
"required": [
|
190491
|
-
"MapArn",
|
190492
190627
|
"MapName",
|
190628
|
+
"MapArn",
|
190493
190629
|
"UpdateTime"
|
190494
190630
|
],
|
190495
190631
|
"members": {
|
190496
|
-
"MapArn": {},
|
190497
190632
|
"MapName": {},
|
190633
|
+
"MapArn": {},
|
190498
190634
|
"UpdateTime": {
|
190499
|
-
"shape": "
|
190635
|
+
"shape": "Sm"
|
190500
190636
|
}
|
190501
190637
|
}
|
190502
190638
|
},
|
@@ -190517,10 +190653,6 @@ module.exports={
|
|
190517
190653
|
"IndexName"
|
190518
190654
|
],
|
190519
190655
|
"members": {
|
190520
|
-
"DataSourceConfiguration": {
|
190521
|
-
"shape": "S3o"
|
190522
|
-
},
|
190523
|
-
"Description": {},
|
190524
190656
|
"IndexName": {
|
190525
190657
|
"location": "uri",
|
190526
190658
|
"locationName": "IndexName"
|
@@ -190528,21 +190660,25 @@ module.exports={
|
|
190528
190660
|
"PricingPlan": {
|
190529
190661
|
"deprecated": true,
|
190530
190662
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
190663
|
+
},
|
190664
|
+
"Description": {},
|
190665
|
+
"DataSourceConfiguration": {
|
190666
|
+
"shape": "S3q"
|
190531
190667
|
}
|
190532
190668
|
}
|
190533
190669
|
},
|
190534
190670
|
"output": {
|
190535
190671
|
"type": "structure",
|
190536
190672
|
"required": [
|
190537
|
-
"IndexArn",
|
190538
190673
|
"IndexName",
|
190674
|
+
"IndexArn",
|
190539
190675
|
"UpdateTime"
|
190540
190676
|
],
|
190541
190677
|
"members": {
|
190542
|
-
"IndexArn": {},
|
190543
190678
|
"IndexName": {},
|
190679
|
+
"IndexArn": {},
|
190544
190680
|
"UpdateTime": {
|
190545
|
-
"shape": "
|
190681
|
+
"shape": "Sm"
|
190546
190682
|
}
|
190547
190683
|
}
|
190548
190684
|
},
|
@@ -190567,25 +190703,25 @@ module.exports={
|
|
190567
190703
|
"location": "uri",
|
190568
190704
|
"locationName": "CalculatorName"
|
190569
190705
|
},
|
190570
|
-
"Description": {},
|
190571
190706
|
"PricingPlan": {
|
190572
190707
|
"deprecated": true,
|
190573
190708
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
190574
|
-
}
|
190709
|
+
},
|
190710
|
+
"Description": {}
|
190575
190711
|
}
|
190576
190712
|
},
|
190577
190713
|
"output": {
|
190578
190714
|
"type": "structure",
|
190579
190715
|
"required": [
|
190580
|
-
"CalculatorArn",
|
190581
190716
|
"CalculatorName",
|
190717
|
+
"CalculatorArn",
|
190582
190718
|
"UpdateTime"
|
190583
190719
|
],
|
190584
190720
|
"members": {
|
190585
|
-
"CalculatorArn": {},
|
190586
190721
|
"CalculatorName": {},
|
190722
|
+
"CalculatorArn": {},
|
190587
190723
|
"UpdateTime": {
|
190588
|
-
"shape": "
|
190724
|
+
"shape": "Sm"
|
190589
190725
|
}
|
190590
190726
|
}
|
190591
190727
|
},
|
@@ -190606,14 +190742,10 @@ module.exports={
|
|
190606
190742
|
"TrackerName"
|
190607
190743
|
],
|
190608
190744
|
"members": {
|
190609
|
-
"
|
190610
|
-
|
190611
|
-
"
|
190612
|
-
},
|
190613
|
-
"KmsKeyEnableGeospatialQueries": {
|
190614
|
-
"type": "boolean"
|
190745
|
+
"TrackerName": {
|
190746
|
+
"location": "uri",
|
190747
|
+
"locationName": "TrackerName"
|
190615
190748
|
},
|
190616
|
-
"PositionFiltering": {},
|
190617
190749
|
"PricingPlan": {
|
190618
190750
|
"deprecated": true,
|
190619
190751
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
@@ -190622,24 +190754,28 @@ module.exports={
|
|
190622
190754
|
"deprecated": true,
|
190623
190755
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
190624
190756
|
},
|
190625
|
-
"
|
190626
|
-
|
190627
|
-
|
190757
|
+
"Description": {},
|
190758
|
+
"PositionFiltering": {},
|
190759
|
+
"EventBridgeEnabled": {
|
190760
|
+
"type": "boolean"
|
190761
|
+
},
|
190762
|
+
"KmsKeyEnableGeospatialQueries": {
|
190763
|
+
"type": "boolean"
|
190628
190764
|
}
|
190629
190765
|
}
|
190630
190766
|
},
|
190631
190767
|
"output": {
|
190632
190768
|
"type": "structure",
|
190633
190769
|
"required": [
|
190634
|
-
"TrackerArn",
|
190635
190770
|
"TrackerName",
|
190771
|
+
"TrackerArn",
|
190636
190772
|
"UpdateTime"
|
190637
190773
|
],
|
190638
190774
|
"members": {
|
190639
|
-
"TrackerArn": {},
|
190640
190775
|
"TrackerName": {},
|
190776
|
+
"TrackerArn": {},
|
190641
190777
|
"UpdateTime": {
|
190642
|
-
"shape": "
|
190778
|
+
"shape": "Sm"
|
190643
190779
|
}
|
190644
190780
|
}
|
190645
190781
|
},
|
@@ -190647,6 +190783,194 @@ module.exports={
|
|
190647
190783
|
"hostPrefix": "cp.tracking."
|
190648
190784
|
},
|
190649
190785
|
"idempotent": true
|
190786
|
+
},
|
190787
|
+
"VerifyDevicePosition": {
|
190788
|
+
"http": {
|
190789
|
+
"requestUri": "/tracking/v0/trackers/{TrackerName}/positions/verify",
|
190790
|
+
"responseCode": 200
|
190791
|
+
},
|
190792
|
+
"input": {
|
190793
|
+
"type": "structure",
|
190794
|
+
"required": [
|
190795
|
+
"TrackerName",
|
190796
|
+
"DeviceState"
|
190797
|
+
],
|
190798
|
+
"members": {
|
190799
|
+
"TrackerName": {
|
190800
|
+
"location": "uri",
|
190801
|
+
"locationName": "TrackerName"
|
190802
|
+
},
|
190803
|
+
"DeviceState": {
|
190804
|
+
"type": "structure",
|
190805
|
+
"required": [
|
190806
|
+
"DeviceId",
|
190807
|
+
"SampleTime",
|
190808
|
+
"Position"
|
190809
|
+
],
|
190810
|
+
"members": {
|
190811
|
+
"DeviceId": {},
|
190812
|
+
"SampleTime": {
|
190813
|
+
"shape": "Sm"
|
190814
|
+
},
|
190815
|
+
"Position": {
|
190816
|
+
"shape": "Sn"
|
190817
|
+
},
|
190818
|
+
"Accuracy": {
|
190819
|
+
"shape": "Sp"
|
190820
|
+
},
|
190821
|
+
"Ipv4Address": {},
|
190822
|
+
"WiFiAccessPoints": {
|
190823
|
+
"type": "list",
|
190824
|
+
"member": {
|
190825
|
+
"type": "structure",
|
190826
|
+
"required": [
|
190827
|
+
"MacAddress",
|
190828
|
+
"Rss"
|
190829
|
+
],
|
190830
|
+
"members": {
|
190831
|
+
"MacAddress": {},
|
190832
|
+
"Rss": {
|
190833
|
+
"type": "integer"
|
190834
|
+
}
|
190835
|
+
}
|
190836
|
+
}
|
190837
|
+
},
|
190838
|
+
"CellSignals": {
|
190839
|
+
"type": "structure",
|
190840
|
+
"required": [
|
190841
|
+
"LteCellDetails"
|
190842
|
+
],
|
190843
|
+
"members": {
|
190844
|
+
"LteCellDetails": {
|
190845
|
+
"type": "list",
|
190846
|
+
"member": {
|
190847
|
+
"type": "structure",
|
190848
|
+
"required": [
|
190849
|
+
"CellId",
|
190850
|
+
"Mcc",
|
190851
|
+
"Mnc"
|
190852
|
+
],
|
190853
|
+
"members": {
|
190854
|
+
"CellId": {
|
190855
|
+
"type": "integer"
|
190856
|
+
},
|
190857
|
+
"Mcc": {
|
190858
|
+
"type": "integer"
|
190859
|
+
},
|
190860
|
+
"Mnc": {
|
190861
|
+
"type": "integer"
|
190862
|
+
},
|
190863
|
+
"LocalId": {
|
190864
|
+
"type": "structure",
|
190865
|
+
"required": [
|
190866
|
+
"Earfcn",
|
190867
|
+
"Pci"
|
190868
|
+
],
|
190869
|
+
"members": {
|
190870
|
+
"Earfcn": {
|
190871
|
+
"type": "integer"
|
190872
|
+
},
|
190873
|
+
"Pci": {
|
190874
|
+
"type": "integer"
|
190875
|
+
}
|
190876
|
+
}
|
190877
|
+
},
|
190878
|
+
"NetworkMeasurements": {
|
190879
|
+
"type": "list",
|
190880
|
+
"member": {
|
190881
|
+
"type": "structure",
|
190882
|
+
"required": [
|
190883
|
+
"Earfcn",
|
190884
|
+
"CellId",
|
190885
|
+
"Pci"
|
190886
|
+
],
|
190887
|
+
"members": {
|
190888
|
+
"Earfcn": {
|
190889
|
+
"type": "integer"
|
190890
|
+
},
|
190891
|
+
"CellId": {
|
190892
|
+
"type": "integer"
|
190893
|
+
},
|
190894
|
+
"Pci": {
|
190895
|
+
"type": "integer"
|
190896
|
+
},
|
190897
|
+
"Rsrp": {
|
190898
|
+
"type": "integer"
|
190899
|
+
},
|
190900
|
+
"Rsrq": {
|
190901
|
+
"type": "float"
|
190902
|
+
}
|
190903
|
+
}
|
190904
|
+
}
|
190905
|
+
},
|
190906
|
+
"TimingAdvance": {
|
190907
|
+
"type": "integer"
|
190908
|
+
},
|
190909
|
+
"NrCapable": {
|
190910
|
+
"type": "boolean"
|
190911
|
+
},
|
190912
|
+
"Rsrp": {
|
190913
|
+
"type": "integer"
|
190914
|
+
},
|
190915
|
+
"Rsrq": {
|
190916
|
+
"type": "float"
|
190917
|
+
},
|
190918
|
+
"Tac": {
|
190919
|
+
"type": "integer"
|
190920
|
+
}
|
190921
|
+
}
|
190922
|
+
}
|
190923
|
+
}
|
190924
|
+
}
|
190925
|
+
}
|
190926
|
+
}
|
190927
|
+
},
|
190928
|
+
"DistanceUnit": {}
|
190929
|
+
}
|
190930
|
+
},
|
190931
|
+
"output": {
|
190932
|
+
"type": "structure",
|
190933
|
+
"required": [
|
190934
|
+
"InferredState",
|
190935
|
+
"DeviceId",
|
190936
|
+
"SampleTime",
|
190937
|
+
"ReceivedTime",
|
190938
|
+
"DistanceUnit"
|
190939
|
+
],
|
190940
|
+
"members": {
|
190941
|
+
"InferredState": {
|
190942
|
+
"type": "structure",
|
190943
|
+
"required": [
|
190944
|
+
"ProxyDetected"
|
190945
|
+
],
|
190946
|
+
"members": {
|
190947
|
+
"Position": {
|
190948
|
+
"shape": "Sn"
|
190949
|
+
},
|
190950
|
+
"Accuracy": {
|
190951
|
+
"shape": "Sp"
|
190952
|
+
},
|
190953
|
+
"DeviationDistance": {
|
190954
|
+
"type": "double"
|
190955
|
+
},
|
190956
|
+
"ProxyDetected": {
|
190957
|
+
"type": "boolean"
|
190958
|
+
}
|
190959
|
+
}
|
190960
|
+
},
|
190961
|
+
"DeviceId": {},
|
190962
|
+
"SampleTime": {
|
190963
|
+
"shape": "Sm"
|
190964
|
+
},
|
190965
|
+
"ReceivedTime": {
|
190966
|
+
"shape": "Sm"
|
190967
|
+
},
|
190968
|
+
"DistanceUnit": {}
|
190969
|
+
}
|
190970
|
+
},
|
190971
|
+
"endpoint": {
|
190972
|
+
"hostPrefix": "tracking."
|
190973
|
+
}
|
190650
190974
|
}
|
190651
190975
|
},
|
190652
190976
|
"shapes": {
|
@@ -190661,26 +190985,37 @@ module.exports={
|
|
190661
190985
|
"type": "structure",
|
190662
190986
|
"required": [
|
190663
190987
|
"DeviceId",
|
190664
|
-
"
|
190665
|
-
"
|
190988
|
+
"SampleTime",
|
190989
|
+
"Position"
|
190666
190990
|
],
|
190667
190991
|
"members": {
|
190668
|
-
"
|
190992
|
+
"DeviceId": {},
|
190993
|
+
"SampleTime": {
|
190669
190994
|
"shape": "Sm"
|
190670
190995
|
},
|
190671
|
-
"DeviceId": {},
|
190672
190996
|
"Position": {
|
190673
|
-
"shape": "
|
190997
|
+
"shape": "Sn"
|
190674
190998
|
},
|
190675
|
-
"
|
190676
|
-
"shape": "
|
190999
|
+
"Accuracy": {
|
191000
|
+
"shape": "Sp"
|
190677
191001
|
},
|
190678
|
-
"
|
190679
|
-
"shape": "
|
191002
|
+
"PositionProperties": {
|
191003
|
+
"shape": "Sr"
|
190680
191004
|
}
|
190681
191005
|
}
|
190682
191006
|
},
|
190683
191007
|
"Sm": {
|
191008
|
+
"type": "timestamp",
|
191009
|
+
"timestampFormat": "iso8601"
|
191010
|
+
},
|
191011
|
+
"Sn": {
|
191012
|
+
"type": "list",
|
191013
|
+
"member": {
|
191014
|
+
"type": "double"
|
191015
|
+
},
|
191016
|
+
"sensitive": true
|
191017
|
+
},
|
191018
|
+
"Sp": {
|
190684
191019
|
"type": "structure",
|
190685
191020
|
"required": [
|
190686
191021
|
"Horizontal"
|
@@ -190691,48 +191026,37 @@ module.exports={
|
|
190691
191026
|
}
|
190692
191027
|
}
|
190693
191028
|
},
|
190694
|
-
"
|
190695
|
-
"type": "list",
|
190696
|
-
"member": {
|
190697
|
-
"type": "double"
|
190698
|
-
},
|
190699
|
-
"sensitive": true
|
190700
|
-
},
|
190701
|
-
"Sq": {
|
191029
|
+
"Sr": {
|
190702
191030
|
"type": "map",
|
190703
191031
|
"key": {},
|
190704
191032
|
"value": {},
|
190705
191033
|
"sensitive": true
|
190706
191034
|
},
|
190707
|
-
"
|
190708
|
-
"type": "timestamp",
|
190709
|
-
"timestampFormat": "iso8601"
|
190710
|
-
},
|
190711
|
-
"S11": {
|
191035
|
+
"S13": {
|
190712
191036
|
"type": "list",
|
190713
191037
|
"member": {
|
190714
191038
|
"type": "structure",
|
190715
191039
|
"required": [
|
190716
|
-
"
|
191040
|
+
"SampleTime",
|
190717
191041
|
"ReceivedTime",
|
190718
|
-
"
|
191042
|
+
"Position"
|
190719
191043
|
],
|
190720
191044
|
"members": {
|
190721
|
-
"
|
191045
|
+
"DeviceId": {},
|
191046
|
+
"SampleTime": {
|
190722
191047
|
"shape": "Sm"
|
190723
191048
|
},
|
190724
|
-
"
|
190725
|
-
|
190726
|
-
"shape": "So"
|
191049
|
+
"ReceivedTime": {
|
191050
|
+
"shape": "Sm"
|
190727
191051
|
},
|
190728
|
-
"
|
190729
|
-
"shape": "
|
191052
|
+
"Position": {
|
191053
|
+
"shape": "Sn"
|
190730
191054
|
},
|
190731
|
-
"
|
190732
|
-
"shape": "
|
191055
|
+
"Accuracy": {
|
191056
|
+
"shape": "Sp"
|
190733
191057
|
},
|
190734
|
-
"
|
190735
|
-
"shape": "
|
191058
|
+
"PositionProperties": {
|
191059
|
+
"shape": "Sr"
|
190736
191060
|
}
|
190737
191061
|
}
|
190738
191062
|
}
|
@@ -190740,6 +191064,9 @@ module.exports={
|
|
190740
191064
|
"S18": {
|
190741
191065
|
"type": "structure",
|
190742
191066
|
"members": {
|
191067
|
+
"Polygon": {
|
191068
|
+
"shape": "S19"
|
191069
|
+
},
|
190743
191070
|
"Circle": {
|
190744
191071
|
"type": "structure",
|
190745
191072
|
"required": [
|
@@ -190748,7 +191075,7 @@ module.exports={
|
|
190748
191075
|
],
|
190749
191076
|
"members": {
|
190750
191077
|
"Center": {
|
190751
|
-
"shape": "
|
191078
|
+
"shape": "Sn"
|
190752
191079
|
},
|
190753
191080
|
"Radius": {
|
190754
191081
|
"type": "double"
|
@@ -190756,21 +191083,22 @@ module.exports={
|
|
190756
191083
|
},
|
190757
191084
|
"sensitive": true
|
190758
191085
|
},
|
190759
|
-
"
|
190760
|
-
"
|
191086
|
+
"Geobuf": {
|
191087
|
+
"type": "blob",
|
191088
|
+
"sensitive": true
|
190761
191089
|
}
|
190762
191090
|
}
|
190763
191091
|
},
|
190764
|
-
"
|
191092
|
+
"S19": {
|
190765
191093
|
"type": "list",
|
190766
191094
|
"member": {
|
190767
191095
|
"type": "list",
|
190768
191096
|
"member": {
|
190769
|
-
"shape": "
|
191097
|
+
"shape": "Sn"
|
190770
191098
|
}
|
190771
191099
|
}
|
190772
191100
|
},
|
190773
|
-
"
|
191101
|
+
"S1s": {
|
190774
191102
|
"type": "structure",
|
190775
191103
|
"members": {
|
190776
191104
|
"AvoidFerries": {
|
@@ -190781,10 +191109,6 @@ module.exports={
|
|
190781
191109
|
}
|
190782
191110
|
}
|
190783
191111
|
},
|
190784
|
-
"S1q": {
|
190785
|
-
"type": "string",
|
190786
|
-
"sensitive": true
|
190787
|
-
},
|
190788
191112
|
"S1t": {
|
190789
191113
|
"type": "structure",
|
190790
191114
|
"members": {
|
@@ -190797,16 +191121,16 @@ module.exports={
|
|
190797
191121
|
"Dimensions": {
|
190798
191122
|
"type": "structure",
|
190799
191123
|
"members": {
|
190800
|
-
"
|
191124
|
+
"Length": {
|
190801
191125
|
"type": "double"
|
190802
191126
|
},
|
190803
|
-
"
|
191127
|
+
"Height": {
|
190804
191128
|
"type": "double"
|
190805
191129
|
},
|
190806
|
-
"Unit": {},
|
190807
191130
|
"Width": {
|
190808
191131
|
"type": "double"
|
190809
|
-
}
|
191132
|
+
},
|
191133
|
+
"Unit": {}
|
190810
191134
|
}
|
190811
191135
|
},
|
190812
191136
|
"Weight": {
|
@@ -190820,7 +191144,11 @@ module.exports={
|
|
190820
191144
|
}
|
190821
191145
|
}
|
190822
191146
|
},
|
190823
|
-
"
|
191147
|
+
"S23": {
|
191148
|
+
"type": "string",
|
191149
|
+
"sensitive": true
|
191150
|
+
},
|
191151
|
+
"S2h": {
|
190824
191152
|
"type": "list",
|
190825
191153
|
"member": {
|
190826
191154
|
"type": "double"
|
@@ -190832,7 +191160,7 @@ module.exports={
|
|
190832
191160
|
"key": {},
|
190833
191161
|
"value": {}
|
190834
191162
|
},
|
190835
|
-
"
|
191163
|
+
"S39": {
|
190836
191164
|
"type": "structure",
|
190837
191165
|
"required": [
|
190838
191166
|
"AllowActions",
|
@@ -190843,71 +191171,64 @@ module.exports={
|
|
190843
191171
|
"type": "list",
|
190844
191172
|
"member": {}
|
190845
191173
|
},
|
190846
|
-
"
|
191174
|
+
"AllowResources": {
|
190847
191175
|
"type": "list",
|
190848
191176
|
"member": {}
|
190849
191177
|
},
|
190850
|
-
"
|
191178
|
+
"AllowReferers": {
|
190851
191179
|
"type": "list",
|
190852
191180
|
"member": {}
|
190853
191181
|
}
|
190854
191182
|
}
|
190855
191183
|
},
|
190856
|
-
"
|
191184
|
+
"S3i": {
|
190857
191185
|
"type": "structure",
|
190858
191186
|
"required": [
|
190859
191187
|
"Style"
|
190860
191188
|
],
|
190861
191189
|
"members": {
|
190862
|
-
"
|
190863
|
-
"shape": "S3i"
|
190864
|
-
},
|
191190
|
+
"Style": {},
|
190865
191191
|
"PoliticalView": {},
|
190866
|
-
"
|
191192
|
+
"CustomLayers": {
|
191193
|
+
"shape": "S3l"
|
191194
|
+
}
|
190867
191195
|
}
|
190868
191196
|
},
|
190869
|
-
"
|
191197
|
+
"S3l": {
|
190870
191198
|
"type": "list",
|
190871
191199
|
"member": {}
|
190872
191200
|
},
|
190873
|
-
"
|
191201
|
+
"S3q": {
|
190874
191202
|
"type": "structure",
|
190875
191203
|
"members": {
|
190876
191204
|
"IntendedUse": {}
|
190877
191205
|
}
|
190878
191206
|
},
|
190879
|
-
"
|
191207
|
+
"S5s": {
|
190880
191208
|
"type": "structure",
|
190881
191209
|
"required": [
|
190882
191210
|
"Geometry"
|
190883
191211
|
],
|
190884
191212
|
"members": {
|
190885
|
-
"
|
190886
|
-
"Categories": {
|
190887
|
-
"shape": "S5e"
|
190888
|
-
},
|
190889
|
-
"Country": {},
|
191213
|
+
"Label": {},
|
190890
191214
|
"Geometry": {
|
190891
191215
|
"type": "structure",
|
190892
191216
|
"members": {
|
190893
191217
|
"Point": {
|
190894
|
-
"shape": "
|
191218
|
+
"shape": "Sn"
|
190895
191219
|
}
|
190896
191220
|
}
|
190897
191221
|
},
|
190898
|
-
"
|
190899
|
-
"type": "boolean"
|
190900
|
-
},
|
190901
|
-
"Label": {},
|
190902
|
-
"Municipality": {},
|
190903
|
-
"Neighborhood": {},
|
190904
|
-
"PostalCode": {},
|
190905
|
-
"Region": {},
|
191222
|
+
"AddressNumber": {},
|
190906
191223
|
"Street": {},
|
190907
|
-
"
|
191224
|
+
"Neighborhood": {},
|
191225
|
+
"Municipality": {},
|
190908
191226
|
"SubRegion": {},
|
190909
|
-
"
|
190910
|
-
|
191227
|
+
"Region": {},
|
191228
|
+
"Country": {},
|
191229
|
+
"PostalCode": {},
|
191230
|
+
"Interpolated": {
|
191231
|
+
"type": "boolean"
|
190911
191232
|
},
|
190912
191233
|
"TimeZone": {
|
190913
191234
|
"type": "structure",
|
@@ -190921,27 +191242,34 @@ module.exports={
|
|
190921
191242
|
}
|
190922
191243
|
}
|
190923
191244
|
},
|
191245
|
+
"UnitType": {},
|
190924
191246
|
"UnitNumber": {},
|
190925
|
-
"
|
191247
|
+
"Categories": {
|
191248
|
+
"shape": "S5w"
|
191249
|
+
},
|
191250
|
+
"SupplementalCategories": {
|
191251
|
+
"shape": "S5y"
|
191252
|
+
},
|
191253
|
+
"SubMunicipality": {}
|
190926
191254
|
}
|
190927
191255
|
},
|
190928
|
-
"
|
191256
|
+
"S5w": {
|
190929
191257
|
"type": "list",
|
190930
191258
|
"member": {}
|
190931
191259
|
},
|
190932
|
-
"
|
191260
|
+
"S5y": {
|
190933
191261
|
"type": "list",
|
190934
191262
|
"member": {}
|
190935
191263
|
},
|
190936
|
-
"
|
191264
|
+
"S7o": {
|
190937
191265
|
"type": "list",
|
190938
191266
|
"member": {}
|
190939
191267
|
},
|
190940
|
-
"
|
191268
|
+
"S7q": {
|
190941
191269
|
"type": "list",
|
190942
191270
|
"member": {}
|
190943
191271
|
},
|
190944
|
-
"
|
191272
|
+
"S7t": {
|
190945
191273
|
"type": "string",
|
190946
191274
|
"sensitive": true
|
190947
191275
|
}
|
@@ -190950,6 +191278,12 @@ module.exports={
|
|
190950
191278
|
},{}],156:[function(require,module,exports){
|
190951
191279
|
module.exports={
|
190952
191280
|
"pagination": {
|
191281
|
+
"ForecastGeofenceEvents": {
|
191282
|
+
"input_token": "NextToken",
|
191283
|
+
"output_token": "NextToken",
|
191284
|
+
"limit_key": "MaxResults",
|
191285
|
+
"result_key": "ForecastedEvents"
|
191286
|
+
},
|
190953
191287
|
"GetDevicePositionHistory": {
|
190954
191288
|
"input_token": "NextToken",
|
190955
191289
|
"output_token": "NextToken",
|
@@ -251475,12 +251809,18 @@ module.exports={
|
|
251475
251809
|
"apiVersion": "2010-03-31",
|
251476
251810
|
"endpointPrefix": "sns",
|
251477
251811
|
"protocol": "query",
|
251812
|
+
"protocols": [
|
251813
|
+
"query"
|
251814
|
+
],
|
251478
251815
|
"serviceAbbreviation": "Amazon SNS",
|
251479
251816
|
"serviceFullName": "Amazon Simple Notification Service",
|
251480
251817
|
"serviceId": "SNS",
|
251481
251818
|
"signatureVersion": "v4",
|
251482
251819
|
"uid": "sns-2010-03-31",
|
251483
|
-
"xmlNamespace": "http://sns.amazonaws.com/doc/2010-03-31/"
|
251820
|
+
"xmlNamespace": "http://sns.amazonaws.com/doc/2010-03-31/",
|
251821
|
+
"auth": [
|
251822
|
+
"aws.auth#sigv4"
|
251823
|
+
]
|
251484
251824
|
},
|
251485
251825
|
"operations": {
|
251486
251826
|
"AddPermission": {
|
@@ -252512,6 +252852,9 @@ module.exports={
|
|
252512
252852
|
"endpointPrefix": "sqs",
|
252513
252853
|
"jsonVersion": "1.0",
|
252514
252854
|
"protocol": "json",
|
252855
|
+
"protocols": [
|
252856
|
+
"json"
|
252857
|
+
],
|
252515
252858
|
"serviceAbbreviation": "Amazon SQS",
|
252516
252859
|
"serviceFullName": "Amazon Simple Queue Service",
|
252517
252860
|
"serviceId": "SQS",
|
@@ -260454,11 +260797,17 @@ module.exports={
|
|
260454
260797
|
"endpointPrefix": "storagegateway",
|
260455
260798
|
"jsonVersion": "1.1",
|
260456
260799
|
"protocol": "json",
|
260800
|
+
"protocols": [
|
260801
|
+
"json"
|
260802
|
+
],
|
260457
260803
|
"serviceFullName": "AWS Storage Gateway",
|
260458
260804
|
"serviceId": "Storage Gateway",
|
260459
260805
|
"signatureVersion": "v4",
|
260460
260806
|
"targetPrefix": "StorageGateway_20130630",
|
260461
|
-
"uid": "storagegateway-2013-06-30"
|
260807
|
+
"uid": "storagegateway-2013-06-30",
|
260808
|
+
"auth": [
|
260809
|
+
"aws.auth#sigv4"
|
260810
|
+
]
|
260462
260811
|
},
|
260463
260812
|
"operations": {
|
260464
260813
|
"ActivateGateway": {
|
@@ -261541,7 +261890,10 @@ module.exports={
|
|
261541
261890
|
"DayOfMonth": {
|
261542
261891
|
"type": "integer"
|
261543
261892
|
},
|
261544
|
-
"Timezone": {}
|
261893
|
+
"Timezone": {},
|
261894
|
+
"SoftwareUpdatePreferences": {
|
261895
|
+
"shape": "S5i"
|
261896
|
+
}
|
261545
261897
|
}
|
261546
261898
|
}
|
261547
261899
|
},
|
@@ -261553,7 +261905,7 @@ module.exports={
|
|
261553
261905
|
],
|
261554
261906
|
"members": {
|
261555
261907
|
"FileShareARNList": {
|
261556
|
-
"shape": "
|
261908
|
+
"shape": "S5l"
|
261557
261909
|
}
|
261558
261910
|
}
|
261559
261911
|
},
|
@@ -261619,7 +261971,7 @@ module.exports={
|
|
261619
261971
|
],
|
261620
261972
|
"members": {
|
261621
261973
|
"FileShareARNList": {
|
261622
|
-
"shape": "
|
261974
|
+
"shape": "S5l"
|
261623
261975
|
}
|
261624
261976
|
}
|
261625
261977
|
},
|
@@ -261714,7 +262066,7 @@ module.exports={
|
|
261714
262066
|
"type": "boolean"
|
261715
262067
|
},
|
261716
262068
|
"SMBLocalGroups": {
|
261717
|
-
"shape": "
|
262069
|
+
"shape": "S61"
|
261718
262070
|
}
|
261719
262071
|
}
|
261720
262072
|
}
|
@@ -262162,7 +262514,7 @@ module.exports={
|
|
262162
262514
|
"type": "structure",
|
262163
262515
|
"members": {
|
262164
262516
|
"AutomaticTapeCreationRules": {
|
262165
|
-
"shape": "
|
262517
|
+
"shape": "S7l"
|
262166
262518
|
},
|
262167
262519
|
"GatewayARN": {}
|
262168
262520
|
}
|
@@ -262725,7 +263077,7 @@ module.exports={
|
|
262725
263077
|
],
|
262726
263078
|
"members": {
|
262727
263079
|
"AutomaticTapeCreationRules": {
|
262728
|
-
"shape": "
|
263080
|
+
"shape": "S7l"
|
262729
263081
|
},
|
262730
263082
|
"GatewayARN": {}
|
262731
263083
|
}
|
@@ -262876,9 +263228,7 @@ module.exports={
|
|
262876
263228
|
"input": {
|
262877
263229
|
"type": "structure",
|
262878
263230
|
"required": [
|
262879
|
-
"GatewayARN"
|
262880
|
-
"HourOfDay",
|
262881
|
-
"MinuteOfHour"
|
263231
|
+
"GatewayARN"
|
262882
263232
|
],
|
262883
263233
|
"members": {
|
262884
263234
|
"GatewayARN": {},
|
@@ -262893,6 +263243,9 @@ module.exports={
|
|
262893
263243
|
},
|
262894
263244
|
"DayOfMonth": {
|
262895
263245
|
"type": "integer"
|
263246
|
+
},
|
263247
|
+
"SoftwareUpdatePreferences": {
|
263248
|
+
"shape": "S5i"
|
262896
263249
|
}
|
262897
263250
|
}
|
262898
263251
|
},
|
@@ -263036,7 +263389,7 @@ module.exports={
|
|
263036
263389
|
"members": {
|
263037
263390
|
"GatewayARN": {},
|
263038
263391
|
"SMBLocalGroups": {
|
263039
|
-
"shape": "
|
263392
|
+
"shape": "S61"
|
263040
263393
|
}
|
263041
263394
|
}
|
263042
263395
|
},
|
@@ -263243,11 +263596,17 @@ module.exports={
|
|
263243
263596
|
"type": "string",
|
263244
263597
|
"sensitive": true
|
263245
263598
|
},
|
263246
|
-
"
|
263599
|
+
"S5i": {
|
263600
|
+
"type": "structure",
|
263601
|
+
"members": {
|
263602
|
+
"AutomaticUpdatePolicy": {}
|
263603
|
+
}
|
263604
|
+
},
|
263605
|
+
"S5l": {
|
263247
263606
|
"type": "list",
|
263248
263607
|
"member": {}
|
263249
263608
|
},
|
263250
|
-
"
|
263609
|
+
"S61": {
|
263251
263610
|
"type": "structure",
|
263252
263611
|
"members": {
|
263253
263612
|
"GatewayAdmins": {
|
@@ -263255,7 +263614,7 @@ module.exports={
|
|
263255
263614
|
}
|
263256
263615
|
}
|
263257
263616
|
},
|
263258
|
-
"
|
263617
|
+
"S7l": {
|
263259
263618
|
"type": "list",
|
263260
263619
|
"member": {
|
263261
263620
|
"type": "structure",
|
@@ -275204,7 +275563,7 @@ AWS.util.update(AWS, {
|
|
275204
275563
|
/**
|
275205
275564
|
* @constant
|
275206
275565
|
*/
|
275207
|
-
VERSION: '2.
|
275566
|
+
VERSION: '2.1636.0',
|
275208
275567
|
|
275209
275568
|
/**
|
275210
275569
|
* @api private
|
@@ -297466,7 +297825,7 @@ var LRUCache = /** @class */ (function () {
|
|
297466
297825
|
}());
|
297467
297826
|
exports.LRUCache = LRUCache;
|
297468
297827
|
},{}],467:[function(require,module,exports){
|
297469
|
-
// AWS SDK for JavaScript v2.
|
297828
|
+
// AWS SDK for JavaScript v2.1636.0
|
297470
297829
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297471
297830
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297472
297831
|
require('./browser_loader');
|