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