@aws-sdk/client-greengrassv2 3.297.0 → 3.298.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/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +2 -3
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -3
- package/dist-cjs/commands/CancelDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateComponentVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -3
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -3
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -3
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
- package/dist-cjs/commands/GetComponentCommand.js +2 -3
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js +2 -3
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +2 -3
- package/dist-cjs/commands/GetCoreDeviceCommand.js +2 -3
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +2 -3
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -3
- package/dist-cjs/commands/ListComponentVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListCoreDevicesCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListInstalledComponentsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -387
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -3
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +2 -3
- package/dist-es/commands/CancelDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateComponentVersionCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/DeleteComponentCommand.js +2 -3
- package/dist-es/commands/DeleteCoreDeviceCommand.js +2 -3
- package/dist-es/commands/DeleteDeploymentCommand.js +2 -3
- package/dist-es/commands/DescribeComponentCommand.js +2 -3
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -3
- package/dist-es/commands/GetComponentCommand.js +2 -3
- package/dist-es/commands/GetComponentVersionArtifactCommand.js +2 -3
- package/dist-es/commands/GetConnectivityInfoCommand.js +2 -3
- package/dist-es/commands/GetCoreDeviceCommand.js +2 -3
- package/dist-es/commands/GetDeploymentCommand.js +2 -3
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -3
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +2 -3
- package/dist-es/commands/ListComponentVersionsCommand.js +2 -3
- package/dist-es/commands/ListComponentsCommand.js +2 -3
- package/dist-es/commands/ListCoreDevicesCommand.js +2 -3
- package/dist-es/commands/ListDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListInstalledComponentsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -288
- package/dist-types/models/models_0.d.ts +0 -384
- package/dist-types/ts3.4/models/models_0.d.ts +0 -282
- package/package.json +4 -3
|
@@ -2354,387 +2354,3 @@ export interface UpdateConnectivityInfoResponse {
|
|
|
2354
2354
|
*/
|
|
2355
2355
|
message?: string;
|
|
2356
2356
|
}
|
|
2357
|
-
/**
|
|
2358
|
-
* @internal
|
|
2359
|
-
*/
|
|
2360
|
-
export declare const AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceEntry) => any;
|
|
2361
|
-
/**
|
|
2362
|
-
* @internal
|
|
2363
|
-
*/
|
|
2364
|
-
export declare const AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog: (obj: AssociateClientDeviceWithCoreDeviceErrorEntry) => any;
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
export declare const AssociatedClientDeviceFilterSensitiveLog: (obj: AssociatedClientDevice) => any;
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
|
|
2373
|
-
/**
|
|
2374
|
-
* @internal
|
|
2375
|
-
*/
|
|
2376
|
-
export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
|
|
2377
|
-
/**
|
|
2378
|
-
* @internal
|
|
2379
|
-
*/
|
|
2380
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
export declare const BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceRequest) => any;
|
|
2385
|
-
/**
|
|
2386
|
-
* @internal
|
|
2387
|
-
*/
|
|
2388
|
-
export declare const BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog: (obj: BatchAssociateClientDeviceWithCoreDeviceResponse) => any;
|
|
2389
|
-
/**
|
|
2390
|
-
* @internal
|
|
2391
|
-
*/
|
|
2392
|
-
export declare const DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceEntry) => any;
|
|
2393
|
-
/**
|
|
2394
|
-
* @internal
|
|
2395
|
-
*/
|
|
2396
|
-
export declare const BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceRequest) => any;
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
export declare const DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog: (obj: DisassociateClientDeviceFromCoreDeviceErrorEntry) => any;
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
export declare const BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog: (obj: BatchDisassociateClientDeviceFromCoreDeviceResponse) => any;
|
|
2405
|
-
/**
|
|
2406
|
-
* @internal
|
|
2407
|
-
*/
|
|
2408
|
-
export declare const CancelDeploymentRequestFilterSensitiveLog: (obj: CancelDeploymentRequest) => any;
|
|
2409
|
-
/**
|
|
2410
|
-
* @internal
|
|
2411
|
-
*/
|
|
2412
|
-
export declare const CancelDeploymentResponseFilterSensitiveLog: (obj: CancelDeploymentResponse) => any;
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
export declare const CloudComponentStatusFilterSensitiveLog: (obj: CloudComponentStatus) => any;
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
export declare const ComponentPlatformFilterSensitiveLog: (obj: ComponentPlatform) => any;
|
|
2421
|
-
/**
|
|
2422
|
-
* @internal
|
|
2423
|
-
*/
|
|
2424
|
-
export declare const ComponentLatestVersionFilterSensitiveLog: (obj: ComponentLatestVersion) => any;
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
export declare const ComponentCandidateFilterSensitiveLog: (obj: ComponentCandidate) => any;
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
export declare const ComponentConfigurationUpdateFilterSensitiveLog: (obj: ComponentConfigurationUpdate) => any;
|
|
2437
|
-
/**
|
|
2438
|
-
* @internal
|
|
2439
|
-
*/
|
|
2440
|
-
export declare const ComponentDependencyRequirementFilterSensitiveLog: (obj: ComponentDependencyRequirement) => any;
|
|
2441
|
-
/**
|
|
2442
|
-
* @internal
|
|
2443
|
-
*/
|
|
2444
|
-
export declare const SystemResourceLimitsFilterSensitiveLog: (obj: SystemResourceLimits) => any;
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
export declare const ComponentRunWithFilterSensitiveLog: (obj: ComponentRunWith) => any;
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
export declare const ComponentDeploymentSpecificationFilterSensitiveLog: (obj: ComponentDeploymentSpecification) => any;
|
|
2453
|
-
/**
|
|
2454
|
-
* @internal
|
|
2455
|
-
*/
|
|
2456
|
-
export declare const ComponentVersionListItemFilterSensitiveLog: (obj: ComponentVersionListItem) => any;
|
|
2457
|
-
/**
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
2460
|
-
export declare const ConnectivityInfoFilterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
2461
|
-
/**
|
|
2462
|
-
* @internal
|
|
2463
|
-
*/
|
|
2464
|
-
export declare const CoreDeviceFilterSensitiveLog: (obj: CoreDevice) => any;
|
|
2465
|
-
/**
|
|
2466
|
-
* @internal
|
|
2467
|
-
*/
|
|
2468
|
-
export declare const LambdaEventSourceFilterSensitiveLog: (obj: LambdaEventSource) => any;
|
|
2469
|
-
/**
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
2472
|
-
export declare const LambdaDeviceMountFilterSensitiveLog: (obj: LambdaDeviceMount) => any;
|
|
2473
|
-
/**
|
|
2474
|
-
* @internal
|
|
2475
|
-
*/
|
|
2476
|
-
export declare const LambdaVolumeMountFilterSensitiveLog: (obj: LambdaVolumeMount) => any;
|
|
2477
|
-
/**
|
|
2478
|
-
* @internal
|
|
2479
|
-
*/
|
|
2480
|
-
export declare const LambdaContainerParamsFilterSensitiveLog: (obj: LambdaContainerParams) => any;
|
|
2481
|
-
/**
|
|
2482
|
-
* @internal
|
|
2483
|
-
*/
|
|
2484
|
-
export declare const LambdaLinuxProcessParamsFilterSensitiveLog: (obj: LambdaLinuxProcessParams) => any;
|
|
2485
|
-
/**
|
|
2486
|
-
* @internal
|
|
2487
|
-
*/
|
|
2488
|
-
export declare const LambdaExecutionParametersFilterSensitiveLog: (obj: LambdaExecutionParameters) => any;
|
|
2489
|
-
/**
|
|
2490
|
-
* @internal
|
|
2491
|
-
*/
|
|
2492
|
-
export declare const LambdaFunctionRecipeSourceFilterSensitiveLog: (obj: LambdaFunctionRecipeSource) => any;
|
|
2493
|
-
/**
|
|
2494
|
-
* @internal
|
|
2495
|
-
*/
|
|
2496
|
-
export declare const CreateComponentVersionRequestFilterSensitiveLog: (obj: CreateComponentVersionRequest) => any;
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
export declare const CreateComponentVersionResponseFilterSensitiveLog: (obj: CreateComponentVersionResponse) => any;
|
|
2501
|
-
/**
|
|
2502
|
-
* @internal
|
|
2503
|
-
*/
|
|
2504
|
-
export declare const DeploymentComponentUpdatePolicyFilterSensitiveLog: (obj: DeploymentComponentUpdatePolicy) => any;
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
export declare const DeploymentConfigurationValidationPolicyFilterSensitiveLog: (obj: DeploymentConfigurationValidationPolicy) => any;
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
export declare const DeploymentPoliciesFilterSensitiveLog: (obj: DeploymentPolicies) => any;
|
|
2513
|
-
/**
|
|
2514
|
-
* @internal
|
|
2515
|
-
*/
|
|
2516
|
-
export declare const IoTJobAbortCriteriaFilterSensitiveLog: (obj: IoTJobAbortCriteria) => any;
|
|
2517
|
-
/**
|
|
2518
|
-
* @internal
|
|
2519
|
-
*/
|
|
2520
|
-
export declare const IoTJobAbortConfigFilterSensitiveLog: (obj: IoTJobAbortConfig) => any;
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
export declare const IoTJobRateIncreaseCriteriaFilterSensitiveLog: (obj: IoTJobRateIncreaseCriteria) => any;
|
|
2525
|
-
/**
|
|
2526
|
-
* @internal
|
|
2527
|
-
*/
|
|
2528
|
-
export declare const IoTJobExponentialRolloutRateFilterSensitiveLog: (obj: IoTJobExponentialRolloutRate) => any;
|
|
2529
|
-
/**
|
|
2530
|
-
* @internal
|
|
2531
|
-
*/
|
|
2532
|
-
export declare const IoTJobExecutionsRolloutConfigFilterSensitiveLog: (obj: IoTJobExecutionsRolloutConfig) => any;
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
export declare const IoTJobTimeoutConfigFilterSensitiveLog: (obj: IoTJobTimeoutConfig) => any;
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
export declare const DeploymentIoTJobConfigurationFilterSensitiveLog: (obj: DeploymentIoTJobConfiguration) => any;
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
2545
|
-
/**
|
|
2546
|
-
* @internal
|
|
2547
|
-
*/
|
|
2548
|
-
export declare const CreateDeploymentResponseFilterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
export declare const DeleteComponentRequestFilterSensitiveLog: (obj: DeleteComponentRequest) => any;
|
|
2553
|
-
/**
|
|
2554
|
-
* @internal
|
|
2555
|
-
*/
|
|
2556
|
-
export declare const DeleteCoreDeviceRequestFilterSensitiveLog: (obj: DeleteCoreDeviceRequest) => any;
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
export declare const DeleteDeploymentRequestFilterSensitiveLog: (obj: DeleteDeploymentRequest) => any;
|
|
2561
|
-
/**
|
|
2562
|
-
* @internal
|
|
2563
|
-
*/
|
|
2564
|
-
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
2565
|
-
/**
|
|
2566
|
-
* @internal
|
|
2567
|
-
*/
|
|
2568
|
-
export declare const DescribeComponentRequestFilterSensitiveLog: (obj: DescribeComponentRequest) => any;
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
export declare const DescribeComponentResponseFilterSensitiveLog: (obj: DescribeComponentResponse) => any;
|
|
2573
|
-
/**
|
|
2574
|
-
* @internal
|
|
2575
|
-
*/
|
|
2576
|
-
export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
|
|
2577
|
-
/**
|
|
2578
|
-
* @internal
|
|
2579
|
-
*/
|
|
2580
|
-
export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
|
|
2581
|
-
/**
|
|
2582
|
-
* @internal
|
|
2583
|
-
*/
|
|
2584
|
-
export declare const EffectiveDeploymentStatusDetailsFilterSensitiveLog: (obj: EffectiveDeploymentStatusDetails) => any;
|
|
2585
|
-
/**
|
|
2586
|
-
* @internal
|
|
2587
|
-
*/
|
|
2588
|
-
export declare const EffectiveDeploymentFilterSensitiveLog: (obj: EffectiveDeployment) => any;
|
|
2589
|
-
/**
|
|
2590
|
-
* @internal
|
|
2591
|
-
*/
|
|
2592
|
-
export declare const GetComponentRequestFilterSensitiveLog: (obj: GetComponentRequest) => any;
|
|
2593
|
-
/**
|
|
2594
|
-
* @internal
|
|
2595
|
-
*/
|
|
2596
|
-
export declare const GetComponentResponseFilterSensitiveLog: (obj: GetComponentResponse) => any;
|
|
2597
|
-
/**
|
|
2598
|
-
* @internal
|
|
2599
|
-
*/
|
|
2600
|
-
export declare const GetComponentVersionArtifactRequestFilterSensitiveLog: (obj: GetComponentVersionArtifactRequest) => any;
|
|
2601
|
-
/**
|
|
2602
|
-
* @internal
|
|
2603
|
-
*/
|
|
2604
|
-
export declare const GetComponentVersionArtifactResponseFilterSensitiveLog: (obj: GetComponentVersionArtifactResponse) => any;
|
|
2605
|
-
/**
|
|
2606
|
-
* @internal
|
|
2607
|
-
*/
|
|
2608
|
-
export declare const GetConnectivityInfoRequestFilterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
|
|
2609
|
-
/**
|
|
2610
|
-
* @internal
|
|
2611
|
-
*/
|
|
2612
|
-
export declare const GetConnectivityInfoResponseFilterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
|
|
2613
|
-
/**
|
|
2614
|
-
* @internal
|
|
2615
|
-
*/
|
|
2616
|
-
export declare const GetCoreDeviceRequestFilterSensitiveLog: (obj: GetCoreDeviceRequest) => any;
|
|
2617
|
-
/**
|
|
2618
|
-
* @internal
|
|
2619
|
-
*/
|
|
2620
|
-
export declare const GetCoreDeviceResponseFilterSensitiveLog: (obj: GetCoreDeviceResponse) => any;
|
|
2621
|
-
/**
|
|
2622
|
-
* @internal
|
|
2623
|
-
*/
|
|
2624
|
-
export declare const GetDeploymentRequestFilterSensitiveLog: (obj: GetDeploymentRequest) => any;
|
|
2625
|
-
/**
|
|
2626
|
-
* @internal
|
|
2627
|
-
*/
|
|
2628
|
-
export declare const GetDeploymentResponseFilterSensitiveLog: (obj: GetDeploymentResponse) => any;
|
|
2629
|
-
/**
|
|
2630
|
-
* @internal
|
|
2631
|
-
*/
|
|
2632
|
-
export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
|
|
2633
|
-
/**
|
|
2634
|
-
* @internal
|
|
2635
|
-
*/
|
|
2636
|
-
export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
|
|
2637
|
-
/**
|
|
2638
|
-
* @internal
|
|
2639
|
-
*/
|
|
2640
|
-
export declare const ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceRequest) => any;
|
|
2641
|
-
/**
|
|
2642
|
-
* @internal
|
|
2643
|
-
*/
|
|
2644
|
-
export declare const ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog: (obj: ListClientDevicesAssociatedWithCoreDeviceResponse) => any;
|
|
2645
|
-
/**
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
2648
|
-
export declare const ListComponentsRequestFilterSensitiveLog: (obj: ListComponentsRequest) => any;
|
|
2649
|
-
/**
|
|
2650
|
-
* @internal
|
|
2651
|
-
*/
|
|
2652
|
-
export declare const ListComponentsResponseFilterSensitiveLog: (obj: ListComponentsResponse) => any;
|
|
2653
|
-
/**
|
|
2654
|
-
* @internal
|
|
2655
|
-
*/
|
|
2656
|
-
export declare const ListComponentVersionsRequestFilterSensitiveLog: (obj: ListComponentVersionsRequest) => any;
|
|
2657
|
-
/**
|
|
2658
|
-
* @internal
|
|
2659
|
-
*/
|
|
2660
|
-
export declare const ListComponentVersionsResponseFilterSensitiveLog: (obj: ListComponentVersionsResponse) => any;
|
|
2661
|
-
/**
|
|
2662
|
-
* @internal
|
|
2663
|
-
*/
|
|
2664
|
-
export declare const ListCoreDevicesRequestFilterSensitiveLog: (obj: ListCoreDevicesRequest) => any;
|
|
2665
|
-
/**
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
2668
|
-
export declare const ListCoreDevicesResponseFilterSensitiveLog: (obj: ListCoreDevicesResponse) => any;
|
|
2669
|
-
/**
|
|
2670
|
-
* @internal
|
|
2671
|
-
*/
|
|
2672
|
-
export declare const ListDeploymentsRequestFilterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
2673
|
-
/**
|
|
2674
|
-
* @internal
|
|
2675
|
-
*/
|
|
2676
|
-
export declare const ListDeploymentsResponseFilterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
export declare const ListEffectiveDeploymentsRequestFilterSensitiveLog: (obj: ListEffectiveDeploymentsRequest) => any;
|
|
2681
|
-
/**
|
|
2682
|
-
* @internal
|
|
2683
|
-
*/
|
|
2684
|
-
export declare const ListEffectiveDeploymentsResponseFilterSensitiveLog: (obj: ListEffectiveDeploymentsResponse) => any;
|
|
2685
|
-
/**
|
|
2686
|
-
* @internal
|
|
2687
|
-
*/
|
|
2688
|
-
export declare const ListInstalledComponentsRequestFilterSensitiveLog: (obj: ListInstalledComponentsRequest) => any;
|
|
2689
|
-
/**
|
|
2690
|
-
* @internal
|
|
2691
|
-
*/
|
|
2692
|
-
export declare const InstalledComponentFilterSensitiveLog: (obj: InstalledComponent) => any;
|
|
2693
|
-
/**
|
|
2694
|
-
* @internal
|
|
2695
|
-
*/
|
|
2696
|
-
export declare const ListInstalledComponentsResponseFilterSensitiveLog: (obj: ListInstalledComponentsResponse) => any;
|
|
2697
|
-
/**
|
|
2698
|
-
* @internal
|
|
2699
|
-
*/
|
|
2700
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2701
|
-
/**
|
|
2702
|
-
* @internal
|
|
2703
|
-
*/
|
|
2704
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2705
|
-
/**
|
|
2706
|
-
* @internal
|
|
2707
|
-
*/
|
|
2708
|
-
export declare const ResolveComponentCandidatesRequestFilterSensitiveLog: (obj: ResolveComponentCandidatesRequest) => any;
|
|
2709
|
-
/**
|
|
2710
|
-
* @internal
|
|
2711
|
-
*/
|
|
2712
|
-
export declare const ResolvedComponentVersionFilterSensitiveLog: (obj: ResolvedComponentVersion) => any;
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
export declare const ResolveComponentCandidatesResponseFilterSensitiveLog: (obj: ResolveComponentCandidatesResponse) => any;
|
|
2717
|
-
/**
|
|
2718
|
-
* @internal
|
|
2719
|
-
*/
|
|
2720
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2721
|
-
/**
|
|
2722
|
-
* @internal
|
|
2723
|
-
*/
|
|
2724
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2725
|
-
/**
|
|
2726
|
-
* @internal
|
|
2727
|
-
*/
|
|
2728
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2729
|
-
/**
|
|
2730
|
-
* @internal
|
|
2731
|
-
*/
|
|
2732
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2733
|
-
/**
|
|
2734
|
-
* @internal
|
|
2735
|
-
*/
|
|
2736
|
-
export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
|
|
2737
|
-
/**
|
|
2738
|
-
* @internal
|
|
2739
|
-
*/
|
|
2740
|
-
export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
|
|
@@ -638,285 +638,3 @@ export interface UpdateConnectivityInfoResponse {
|
|
|
638
638
|
version?: string;
|
|
639
639
|
message?: string;
|
|
640
640
|
}
|
|
641
|
-
export declare const AssociateClientDeviceWithCoreDeviceEntryFilterSensitiveLog: (
|
|
642
|
-
obj: AssociateClientDeviceWithCoreDeviceEntry
|
|
643
|
-
) => any;
|
|
644
|
-
export declare const AssociateClientDeviceWithCoreDeviceErrorEntryFilterSensitiveLog: (
|
|
645
|
-
obj: AssociateClientDeviceWithCoreDeviceErrorEntry
|
|
646
|
-
) => any;
|
|
647
|
-
export declare const AssociatedClientDeviceFilterSensitiveLog: (
|
|
648
|
-
obj: AssociatedClientDevice
|
|
649
|
-
) => any;
|
|
650
|
-
export declare const AssociateServiceRoleToAccountRequestFilterSensitiveLog: (
|
|
651
|
-
obj: AssociateServiceRoleToAccountRequest
|
|
652
|
-
) => any;
|
|
653
|
-
export declare const AssociateServiceRoleToAccountResponseFilterSensitiveLog: (
|
|
654
|
-
obj: AssociateServiceRoleToAccountResponse
|
|
655
|
-
) => any;
|
|
656
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
657
|
-
obj: ValidationExceptionField
|
|
658
|
-
) => any;
|
|
659
|
-
export declare const BatchAssociateClientDeviceWithCoreDeviceRequestFilterSensitiveLog: (
|
|
660
|
-
obj: BatchAssociateClientDeviceWithCoreDeviceRequest
|
|
661
|
-
) => any;
|
|
662
|
-
export declare const BatchAssociateClientDeviceWithCoreDeviceResponseFilterSensitiveLog: (
|
|
663
|
-
obj: BatchAssociateClientDeviceWithCoreDeviceResponse
|
|
664
|
-
) => any;
|
|
665
|
-
export declare const DisassociateClientDeviceFromCoreDeviceEntryFilterSensitiveLog: (
|
|
666
|
-
obj: DisassociateClientDeviceFromCoreDeviceEntry
|
|
667
|
-
) => any;
|
|
668
|
-
export declare const BatchDisassociateClientDeviceFromCoreDeviceRequestFilterSensitiveLog: (
|
|
669
|
-
obj: BatchDisassociateClientDeviceFromCoreDeviceRequest
|
|
670
|
-
) => any;
|
|
671
|
-
export declare const DisassociateClientDeviceFromCoreDeviceErrorEntryFilterSensitiveLog: (
|
|
672
|
-
obj: DisassociateClientDeviceFromCoreDeviceErrorEntry
|
|
673
|
-
) => any;
|
|
674
|
-
export declare const BatchDisassociateClientDeviceFromCoreDeviceResponseFilterSensitiveLog: (
|
|
675
|
-
obj: BatchDisassociateClientDeviceFromCoreDeviceResponse
|
|
676
|
-
) => any;
|
|
677
|
-
export declare const CancelDeploymentRequestFilterSensitiveLog: (
|
|
678
|
-
obj: CancelDeploymentRequest
|
|
679
|
-
) => any;
|
|
680
|
-
export declare const CancelDeploymentResponseFilterSensitiveLog: (
|
|
681
|
-
obj: CancelDeploymentResponse
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const CloudComponentStatusFilterSensitiveLog: (
|
|
684
|
-
obj: CloudComponentStatus
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const ComponentPlatformFilterSensitiveLog: (
|
|
687
|
-
obj: ComponentPlatform
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const ComponentLatestVersionFilterSensitiveLog: (
|
|
690
|
-
obj: ComponentLatestVersion
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
693
|
-
export declare const ComponentCandidateFilterSensitiveLog: (
|
|
694
|
-
obj: ComponentCandidate
|
|
695
|
-
) => any;
|
|
696
|
-
export declare const ComponentConfigurationUpdateFilterSensitiveLog: (
|
|
697
|
-
obj: ComponentConfigurationUpdate
|
|
698
|
-
) => any;
|
|
699
|
-
export declare const ComponentDependencyRequirementFilterSensitiveLog: (
|
|
700
|
-
obj: ComponentDependencyRequirement
|
|
701
|
-
) => any;
|
|
702
|
-
export declare const SystemResourceLimitsFilterSensitiveLog: (
|
|
703
|
-
obj: SystemResourceLimits
|
|
704
|
-
) => any;
|
|
705
|
-
export declare const ComponentRunWithFilterSensitiveLog: (
|
|
706
|
-
obj: ComponentRunWith
|
|
707
|
-
) => any;
|
|
708
|
-
export declare const ComponentDeploymentSpecificationFilterSensitiveLog: (
|
|
709
|
-
obj: ComponentDeploymentSpecification
|
|
710
|
-
) => any;
|
|
711
|
-
export declare const ComponentVersionListItemFilterSensitiveLog: (
|
|
712
|
-
obj: ComponentVersionListItem
|
|
713
|
-
) => any;
|
|
714
|
-
export declare const ConnectivityInfoFilterSensitiveLog: (
|
|
715
|
-
obj: ConnectivityInfo
|
|
716
|
-
) => any;
|
|
717
|
-
export declare const CoreDeviceFilterSensitiveLog: (obj: CoreDevice) => any;
|
|
718
|
-
export declare const LambdaEventSourceFilterSensitiveLog: (
|
|
719
|
-
obj: LambdaEventSource
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const LambdaDeviceMountFilterSensitiveLog: (
|
|
722
|
-
obj: LambdaDeviceMount
|
|
723
|
-
) => any;
|
|
724
|
-
export declare const LambdaVolumeMountFilterSensitiveLog: (
|
|
725
|
-
obj: LambdaVolumeMount
|
|
726
|
-
) => any;
|
|
727
|
-
export declare const LambdaContainerParamsFilterSensitiveLog: (
|
|
728
|
-
obj: LambdaContainerParams
|
|
729
|
-
) => any;
|
|
730
|
-
export declare const LambdaLinuxProcessParamsFilterSensitiveLog: (
|
|
731
|
-
obj: LambdaLinuxProcessParams
|
|
732
|
-
) => any;
|
|
733
|
-
export declare const LambdaExecutionParametersFilterSensitiveLog: (
|
|
734
|
-
obj: LambdaExecutionParameters
|
|
735
|
-
) => any;
|
|
736
|
-
export declare const LambdaFunctionRecipeSourceFilterSensitiveLog: (
|
|
737
|
-
obj: LambdaFunctionRecipeSource
|
|
738
|
-
) => any;
|
|
739
|
-
export declare const CreateComponentVersionRequestFilterSensitiveLog: (
|
|
740
|
-
obj: CreateComponentVersionRequest
|
|
741
|
-
) => any;
|
|
742
|
-
export declare const CreateComponentVersionResponseFilterSensitiveLog: (
|
|
743
|
-
obj: CreateComponentVersionResponse
|
|
744
|
-
) => any;
|
|
745
|
-
export declare const DeploymentComponentUpdatePolicyFilterSensitiveLog: (
|
|
746
|
-
obj: DeploymentComponentUpdatePolicy
|
|
747
|
-
) => any;
|
|
748
|
-
export declare const DeploymentConfigurationValidationPolicyFilterSensitiveLog: (
|
|
749
|
-
obj: DeploymentConfigurationValidationPolicy
|
|
750
|
-
) => any;
|
|
751
|
-
export declare const DeploymentPoliciesFilterSensitiveLog: (
|
|
752
|
-
obj: DeploymentPolicies
|
|
753
|
-
) => any;
|
|
754
|
-
export declare const IoTJobAbortCriteriaFilterSensitiveLog: (
|
|
755
|
-
obj: IoTJobAbortCriteria
|
|
756
|
-
) => any;
|
|
757
|
-
export declare const IoTJobAbortConfigFilterSensitiveLog: (
|
|
758
|
-
obj: IoTJobAbortConfig
|
|
759
|
-
) => any;
|
|
760
|
-
export declare const IoTJobRateIncreaseCriteriaFilterSensitiveLog: (
|
|
761
|
-
obj: IoTJobRateIncreaseCriteria
|
|
762
|
-
) => any;
|
|
763
|
-
export declare const IoTJobExponentialRolloutRateFilterSensitiveLog: (
|
|
764
|
-
obj: IoTJobExponentialRolloutRate
|
|
765
|
-
) => any;
|
|
766
|
-
export declare const IoTJobExecutionsRolloutConfigFilterSensitiveLog: (
|
|
767
|
-
obj: IoTJobExecutionsRolloutConfig
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const IoTJobTimeoutConfigFilterSensitiveLog: (
|
|
770
|
-
obj: IoTJobTimeoutConfig
|
|
771
|
-
) => any;
|
|
772
|
-
export declare const DeploymentIoTJobConfigurationFilterSensitiveLog: (
|
|
773
|
-
obj: DeploymentIoTJobConfiguration
|
|
774
|
-
) => any;
|
|
775
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (
|
|
776
|
-
obj: CreateDeploymentRequest
|
|
777
|
-
) => any;
|
|
778
|
-
export declare const CreateDeploymentResponseFilterSensitiveLog: (
|
|
779
|
-
obj: CreateDeploymentResponse
|
|
780
|
-
) => any;
|
|
781
|
-
export declare const DeleteComponentRequestFilterSensitiveLog: (
|
|
782
|
-
obj: DeleteComponentRequest
|
|
783
|
-
) => any;
|
|
784
|
-
export declare const DeleteCoreDeviceRequestFilterSensitiveLog: (
|
|
785
|
-
obj: DeleteCoreDeviceRequest
|
|
786
|
-
) => any;
|
|
787
|
-
export declare const DeleteDeploymentRequestFilterSensitiveLog: (
|
|
788
|
-
obj: DeleteDeploymentRequest
|
|
789
|
-
) => any;
|
|
790
|
-
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
791
|
-
export declare const DescribeComponentRequestFilterSensitiveLog: (
|
|
792
|
-
obj: DescribeComponentRequest
|
|
793
|
-
) => any;
|
|
794
|
-
export declare const DescribeComponentResponseFilterSensitiveLog: (
|
|
795
|
-
obj: DescribeComponentResponse
|
|
796
|
-
) => any;
|
|
797
|
-
export declare const DisassociateServiceRoleFromAccountRequestFilterSensitiveLog: (
|
|
798
|
-
obj: DisassociateServiceRoleFromAccountRequest
|
|
799
|
-
) => any;
|
|
800
|
-
export declare const DisassociateServiceRoleFromAccountResponseFilterSensitiveLog: (
|
|
801
|
-
obj: DisassociateServiceRoleFromAccountResponse
|
|
802
|
-
) => any;
|
|
803
|
-
export declare const EffectiveDeploymentStatusDetailsFilterSensitiveLog: (
|
|
804
|
-
obj: EffectiveDeploymentStatusDetails
|
|
805
|
-
) => any;
|
|
806
|
-
export declare const EffectiveDeploymentFilterSensitiveLog: (
|
|
807
|
-
obj: EffectiveDeployment
|
|
808
|
-
) => any;
|
|
809
|
-
export declare const GetComponentRequestFilterSensitiveLog: (
|
|
810
|
-
obj: GetComponentRequest
|
|
811
|
-
) => any;
|
|
812
|
-
export declare const GetComponentResponseFilterSensitiveLog: (
|
|
813
|
-
obj: GetComponentResponse
|
|
814
|
-
) => any;
|
|
815
|
-
export declare const GetComponentVersionArtifactRequestFilterSensitiveLog: (
|
|
816
|
-
obj: GetComponentVersionArtifactRequest
|
|
817
|
-
) => any;
|
|
818
|
-
export declare const GetComponentVersionArtifactResponseFilterSensitiveLog: (
|
|
819
|
-
obj: GetComponentVersionArtifactResponse
|
|
820
|
-
) => any;
|
|
821
|
-
export declare const GetConnectivityInfoRequestFilterSensitiveLog: (
|
|
822
|
-
obj: GetConnectivityInfoRequest
|
|
823
|
-
) => any;
|
|
824
|
-
export declare const GetConnectivityInfoResponseFilterSensitiveLog: (
|
|
825
|
-
obj: GetConnectivityInfoResponse
|
|
826
|
-
) => any;
|
|
827
|
-
export declare const GetCoreDeviceRequestFilterSensitiveLog: (
|
|
828
|
-
obj: GetCoreDeviceRequest
|
|
829
|
-
) => any;
|
|
830
|
-
export declare const GetCoreDeviceResponseFilterSensitiveLog: (
|
|
831
|
-
obj: GetCoreDeviceResponse
|
|
832
|
-
) => any;
|
|
833
|
-
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
834
|
-
obj: GetDeploymentRequest
|
|
835
|
-
) => any;
|
|
836
|
-
export declare const GetDeploymentResponseFilterSensitiveLog: (
|
|
837
|
-
obj: GetDeploymentResponse
|
|
838
|
-
) => any;
|
|
839
|
-
export declare const GetServiceRoleForAccountRequestFilterSensitiveLog: (
|
|
840
|
-
obj: GetServiceRoleForAccountRequest
|
|
841
|
-
) => any;
|
|
842
|
-
export declare const GetServiceRoleForAccountResponseFilterSensitiveLog: (
|
|
843
|
-
obj: GetServiceRoleForAccountResponse
|
|
844
|
-
) => any;
|
|
845
|
-
export declare const ListClientDevicesAssociatedWithCoreDeviceRequestFilterSensitiveLog: (
|
|
846
|
-
obj: ListClientDevicesAssociatedWithCoreDeviceRequest
|
|
847
|
-
) => any;
|
|
848
|
-
export declare const ListClientDevicesAssociatedWithCoreDeviceResponseFilterSensitiveLog: (
|
|
849
|
-
obj: ListClientDevicesAssociatedWithCoreDeviceResponse
|
|
850
|
-
) => any;
|
|
851
|
-
export declare const ListComponentsRequestFilterSensitiveLog: (
|
|
852
|
-
obj: ListComponentsRequest
|
|
853
|
-
) => any;
|
|
854
|
-
export declare const ListComponentsResponseFilterSensitiveLog: (
|
|
855
|
-
obj: ListComponentsResponse
|
|
856
|
-
) => any;
|
|
857
|
-
export declare const ListComponentVersionsRequestFilterSensitiveLog: (
|
|
858
|
-
obj: ListComponentVersionsRequest
|
|
859
|
-
) => any;
|
|
860
|
-
export declare const ListComponentVersionsResponseFilterSensitiveLog: (
|
|
861
|
-
obj: ListComponentVersionsResponse
|
|
862
|
-
) => any;
|
|
863
|
-
export declare const ListCoreDevicesRequestFilterSensitiveLog: (
|
|
864
|
-
obj: ListCoreDevicesRequest
|
|
865
|
-
) => any;
|
|
866
|
-
export declare const ListCoreDevicesResponseFilterSensitiveLog: (
|
|
867
|
-
obj: ListCoreDevicesResponse
|
|
868
|
-
) => any;
|
|
869
|
-
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
870
|
-
obj: ListDeploymentsRequest
|
|
871
|
-
) => any;
|
|
872
|
-
export declare const ListDeploymentsResponseFilterSensitiveLog: (
|
|
873
|
-
obj: ListDeploymentsResponse
|
|
874
|
-
) => any;
|
|
875
|
-
export declare const ListEffectiveDeploymentsRequestFilterSensitiveLog: (
|
|
876
|
-
obj: ListEffectiveDeploymentsRequest
|
|
877
|
-
) => any;
|
|
878
|
-
export declare const ListEffectiveDeploymentsResponseFilterSensitiveLog: (
|
|
879
|
-
obj: ListEffectiveDeploymentsResponse
|
|
880
|
-
) => any;
|
|
881
|
-
export declare const ListInstalledComponentsRequestFilterSensitiveLog: (
|
|
882
|
-
obj: ListInstalledComponentsRequest
|
|
883
|
-
) => any;
|
|
884
|
-
export declare const InstalledComponentFilterSensitiveLog: (
|
|
885
|
-
obj: InstalledComponent
|
|
886
|
-
) => any;
|
|
887
|
-
export declare const ListInstalledComponentsResponseFilterSensitiveLog: (
|
|
888
|
-
obj: ListInstalledComponentsResponse
|
|
889
|
-
) => any;
|
|
890
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
891
|
-
obj: ListTagsForResourceRequest
|
|
892
|
-
) => any;
|
|
893
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
894
|
-
obj: ListTagsForResourceResponse
|
|
895
|
-
) => any;
|
|
896
|
-
export declare const ResolveComponentCandidatesRequestFilterSensitiveLog: (
|
|
897
|
-
obj: ResolveComponentCandidatesRequest
|
|
898
|
-
) => any;
|
|
899
|
-
export declare const ResolvedComponentVersionFilterSensitiveLog: (
|
|
900
|
-
obj: ResolvedComponentVersion
|
|
901
|
-
) => any;
|
|
902
|
-
export declare const ResolveComponentCandidatesResponseFilterSensitiveLog: (
|
|
903
|
-
obj: ResolveComponentCandidatesResponse
|
|
904
|
-
) => any;
|
|
905
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
906
|
-
obj: TagResourceRequest
|
|
907
|
-
) => any;
|
|
908
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
909
|
-
obj: TagResourceResponse
|
|
910
|
-
) => any;
|
|
911
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
912
|
-
obj: UntagResourceRequest
|
|
913
|
-
) => any;
|
|
914
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
915
|
-
obj: UntagResourceResponse
|
|
916
|
-
) => any;
|
|
917
|
-
export declare const UpdateConnectivityInfoRequestFilterSensitiveLog: (
|
|
918
|
-
obj: UpdateConnectivityInfoRequest
|
|
919
|
-
) => any;
|
|
920
|
-
export declare const UpdateConnectivityInfoResponseFilterSensitiveLog: (
|
|
921
|
-
obj: UpdateConnectivityInfoResponse
|
|
922
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrassv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrassv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo greengrassv2"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|